diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/battery-automotive.svg | 1 | ||||
-rw-r--r-- | src/_icons/color-picker.svg | 4 | ||||
-rw-r--r-- | src/_icons/crop.svg | 1 | ||||
-rw-r--r-- | src/_icons/focus-2.svg | 2 | ||||
-rw-r--r-- | src/_icons/focus.svg | 2 | ||||
-rw-r--r-- | src/_icons/shadow-off.svg | 2 | ||||
-rw-r--r-- | src/_icons/shadow.svg | 2 | ||||
-rw-r--r-- | src/_icons/square-rotated-off.svg | 1 | ||||
-rw-r--r-- | src/_icons/square-rotated.svg | 1 | ||||
-rw-r--r-- | src/_icons/sum.svg | 1 |
10 files changed, 11 insertions, 6 deletions
diff --git a/src/_icons/battery-automotive.svg b/src/_icons/battery-automotive.svg index ed8b189e..93b98edc 100644 --- a/src/_icons/battery-automotive.svg +++ b/src/_icons/battery-automotive.svg @@ -1,4 +1,5 @@ --- +category: Vehicles --- <svg> <rect x="3" y="6" width="18" height="14" rx="2" /> diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg index 8bbb3cb9..87c63c83 100644 --- a/src/_icons/color-picker.svg +++ b/src/_icons/color-picker.svg @@ -4,6 +4,6 @@ category: Design version: 1.7 --- <svg> - <line x1="11" y1="7" x2="17" y2="13" /> - <path d="M5 19v-4l9.7 -9.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-9.7 9.7h-4" /> + <path d="M11 7l6 6" /> + <path d="M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z" /> </svg> diff --git a/src/_icons/crop.svg b/src/_icons/crop.svg index 58afb60f..b8e111c3 100644 --- a/src/_icons/crop.svg +++ b/src/_icons/crop.svg @@ -1,4 +1,5 @@ --- +category: Design tags: [photo, image] version: 1.0 --- diff --git a/src/_icons/focus-2.svg b/src/_icons/focus-2.svg index 9f2369d7..080b4bce 100644 --- a/src/_icons/focus-2.svg +++ b/src/_icons/focus-2.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos tags: [spotlight, attention, center, aim, target] version: 1.6 --- diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg index 1f0a2257..ee9dc388 100644 --- a/src/_icons/focus.svg +++ b/src/_icons/focus.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos tags: [target, bullseye, aim] version: 1.3 --- diff --git a/src/_icons/shadow-off.svg b/src/_icons/shadow-off.svg index f887a57d..92246843 100644 --- a/src/_icons/shadow-off.svg +++ b/src/_icons/shadow-off.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos --- <svg> <path d="M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088" /> diff --git a/src/_icons/shadow.svg b/src/_icons/shadow.svg index c6fc67a1..2ff57838 100644 --- a/src/_icons/shadow.svg +++ b/src/_icons/shadow.svg @@ -1,5 +1,5 @@ --- -category: Design +category: Photos --- <svg> <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/square-rotated-off.svg b/src/_icons/square-rotated-off.svg index da0b1460..c6d9a088 100644 --- a/src/_icons/square-rotated-off.svg +++ b/src/_icons/square-rotated-off.svg @@ -1,4 +1,5 @@ --- +category: Shapes --- <svg> <path d="M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3.004 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l3.455 -3.456m2.003 -2.003l1.453 -1.452c.782 -.783 2.222 -.783 3.004 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-1.448 1.45" /> diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index c6d915cc..4d388a67 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -1,4 +1,5 @@ --- +category: Shapes --- <svg> <path d="M10.498 20.413l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l6.91 -6.911c.783 -.783 2.223 -.783 3.005 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-6.91 6.911c-.783 .783 -2.223 .783 -3.005 0z" /> diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg index cf2e9cb2..c392dd30 100644 --- a/src/_icons/sum.svg +++ b/src/_icons/sum.svg @@ -1,4 +1,5 @@ --- +category: Math tags: [equation, add, plus, amount, total] version: 1.2 --- |