From f3000e41a51985795d9087537f95c19bedb6f64f Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 17 Jul 2017 17:01:29 +0200 Subject: [PATCH 1/2] Internal: Optimized SVG icons in the repository (see ckeditor/ckeditor5#474). --- theme/icons/link.svg | 18 +----------------- theme/icons/unlink.svg | 18 +----------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/theme/icons/link.svg b/theme/icons/link.svg index 0a2c2a0..74f4ed6 100644 --- a/theme/icons/link.svg +++ b/theme/icons/link.svg @@ -1,17 +1 @@ - - - - link - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +link \ No newline at end of file diff --git a/theme/icons/unlink.svg b/theme/icons/unlink.svg index e582d48..275839e 100644 --- a/theme/icons/unlink.svg +++ b/theme/icons/unlink.svg @@ -1,17 +1 @@ - - - - unlink - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +unlink \ No newline at end of file From 3180a0295fcaf6fc630ad7953c03d5ae3af364e2 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 18 Jul 2017 12:04:06 +0200 Subject: [PATCH 2/2] Removed tag from SVG files. --- theme/icons/link.svg | 2 +- theme/icons/unlink.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/icons/link.svg b/theme/icons/link.svg index 74f4ed6..ebb1d5b 100644 --- a/theme/icons/link.svg +++ b/theme/icons/link.svg @@ -1 +1 @@ -<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>link \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/unlink.svg b/theme/icons/unlink.svg index 275839e..3d0d3bf 100644 --- a/theme/icons/unlink.svg +++ b/theme/icons/unlink.svg @@ -1 +1 @@ -unlink \ No newline at end of file + \ No newline at end of file