diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/arrows-diff.svg | 11 | ||||
-rw-r--r-- | src/_icons/brand-google-fit.svg | 6 | ||||
-rw-r--r-- | src/_icons/brand-xbox.svg | 8 | ||||
-rw-r--r-- | src/_icons/clipboard-copy.svg | 8 | ||||
-rw-r--r-- | src/_icons/currency-yuan.svg | 8 | ||||
-rw-r--r-- | src/_icons/empathize.svg | 7 | ||||
-rw-r--r-- | src/_icons/exposure-0.svg | 6 | ||||
-rw-r--r-- | src/_icons/exposure-minus-1.svg | 7 | ||||
-rw-r--r-- | src/_icons/exposure-minus-2.svg | 7 | ||||
-rw-r--r-- | src/_icons/exposure-plus-1.svg | 8 | ||||
-rw-r--r-- | src/_icons/exposure-plus-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/file-orientation.svg | 10 | ||||
-rw-r--r-- | src/_icons/input-search.svg | 8 | ||||
-rw-r--r-- | src/_icons/mickey.svg | 7 | ||||
-rw-r--r-- | src/_icons/text-orientation.svg | 10 | ||||
-rw-r--r-- | src/_icons/text-plus.svg | 11 | ||||
-rw-r--r-- | src/_icons/text-spellcheck.svg | 8 | ||||
-rw-r--r-- | src/_icons/zoom-replace.svg | 10 |
18 files changed, 148 insertions, 0 deletions
diff --git a/src/_icons/arrows-diff.svg b/src/_icons/arrows-diff.svg new file mode 100644 index 00000000..1ca9166f --- /dev/null +++ b/src/_icons/arrows-diff.svg @@ -0,0 +1,11 @@ +--- +category: Arrows +--- +<svg> + <path d="M11 16h10" /> + <path d="M11 16l4 4" /> + <path d="M11 16l4 -4" /> + <path d="M13 8h-10" /> + <path d="M13 8l-4 4" /> + <path d="M13 8l-4 -4" /> +</svg> diff --git a/src/_icons/brand-google-fit.svg b/src/_icons/brand-google-fit.svg new file mode 100644 index 00000000..ef7be74c --- /dev/null +++ b/src/_icons/brand-google-fit.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- +<svg> + <path d="M12 9.314l-2.343 -2.344a3.314 3.314 0 0 0 -4.686 4.686l2.343 2.344l4.686 4.686l7.03 -7.03a3.314 3.314 0 0 0 -4.687 -4.685l-7.03 7.029" /> +</svg> diff --git a/src/_icons/brand-xbox.svg b/src/_icons/brand-xbox.svg new file mode 100644 index 00000000..9ed1b390 --- /dev/null +++ b/src/_icons/brand-xbox.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M6.5 5c7.72 2.266 10.037 7.597 12.5 12.5" /> + <path d="M17.5 5c-7.72 2.266 -10.037 7.597 -12.5 12.5" /> +</svg> diff --git a/src/_icons/clipboard-copy.svg b/src/_icons/clipboard-copy.svg new file mode 100644 index 00000000..a2f11893 --- /dev/null +++ b/src/_icons/clipboard-copy.svg @@ -0,0 +1,8 @@ +--- +category: Document +--- +<svg> + <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h3m9 -9v-5a2 2 0 0 0 -2 -2h-2" /> + <path d="M13 17v-1a1 1 0 0 1 1 -1h1m3 0h1a1 1 0 0 1 1 1v1m0 3v1a1 1 0 0 1 -1 1h-1m-3 0h-1a1 1 0 0 1 -1 -1v-1" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> +</svg> diff --git a/src/_icons/currency-yuan.svg b/src/_icons/currency-yuan.svg new file mode 100644 index 00000000..bc0193c9 --- /dev/null +++ b/src/_icons/currency-yuan.svg @@ -0,0 +1,8 @@ +--- +category: Currencies +--- +<svg> + <path d="M12 19v-7l-5 -7" /> + <path d="M17 5l-5 7" /> + <path d="M8 13h8" /> +</svg> diff --git a/src/_icons/empathize.svg b/src/_icons/empathize.svg new file mode 100644 index 00000000..cbceef54 --- /dev/null +++ b/src/_icons/empathize.svg @@ -0,0 +1,7 @@ +--- +category: Health +--- +<svg> + <circle cx="12" cy="5.5" r="2.5" /> + <path d="M12 21.368l5.095 -5.096a3.088 3.088 0 1 0 -4.367 -4.367l-.728 .727l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096z" /> +</svg> diff --git a/src/_icons/exposure-0.svg b/src/_icons/exposure-0.svg new file mode 100644 index 00000000..b5bf9b5f --- /dev/null +++ b/src/_icons/exposure-0.svg @@ -0,0 +1,6 @@ +--- +category: Photography +--- +<svg> + <path d="M12 19a4 4 0 0 0 4 -4v-6a4 4 0 1 0 -8 0v6a4 4 0 0 0 4 4z" /> +</svg> diff --git a/src/_icons/exposure-minus-1.svg b/src/_icons/exposure-minus-1.svg new file mode 100644 index 00000000..fc9fb3a8 --- /dev/null +++ b/src/_icons/exposure-minus-1.svg @@ -0,0 +1,7 @@ +--- +category: Photography +--- +<svg> + <path d="M3 12h6" /> + <path d="M18 19v-14l-4 4" /> +</svg> diff --git a/src/_icons/exposure-minus-2.svg b/src/_icons/exposure-minus-2.svg new file mode 100644 index 00000000..c31af717 --- /dev/null +++ b/src/_icons/exposure-minus-2.svg @@ -0,0 +1,7 @@ +--- +category: Photography +--- +<svg> + <path d="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" /> + <path d="M3 12h6" /> +</svg> diff --git a/src/_icons/exposure-plus-1.svg b/src/_icons/exposure-plus-1.svg new file mode 100644 index 00000000..e7994792 --- /dev/null +++ b/src/_icons/exposure-plus-1.svg @@ -0,0 +1,8 @@ +--- +category: Photography +--- +<svg> + <path d="M3 12h6" /> + <path d="M6 9v6" /> + <path d="M18 19v-14l-4 4" /> +</svg> diff --git a/src/_icons/exposure-plus-2.svg b/src/_icons/exposure-plus-2.svg new file mode 100644 index 00000000..891d6b23 --- /dev/null +++ b/src/_icons/exposure-plus-2.svg @@ -0,0 +1,8 @@ +--- +category: Photography +--- +<svg> + <path d="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" /> + <path d="M3 12h6" /> + <path d="M6 9v6" /> +</svg> diff --git a/src/_icons/file-orientation.svg b/src/_icons/file-orientation.svg new file mode 100644 index 00000000..9ccf4586 --- /dev/null +++ b/src/_icons/file-orientation.svg @@ -0,0 +1,10 @@ +--- +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2" /> + <path d="M13 20h5a2 2 0 0 0 2 -2v-5" /> + <path d="M15 22l-2 -2l2 -2" /> + <path d="M18 15l2 -2l2 2" /> +</svg> diff --git a/src/_icons/input-search.svg b/src/_icons/input-search.svg new file mode 100644 index 00000000..9ce2167f --- /dev/null +++ b/src/_icons/input-search.svg @@ -0,0 +1,8 @@ +--- +category: Text +--- +<svg> + <path d="M19 11v-3a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5" /> + <circle cx="15.5" cy="15.5" r="2.5" /> + <path d="M17.5 17.5l2.5 2.5" /> +</svg> diff --git a/src/_icons/mickey.svg b/src/_icons/mickey.svg new file mode 100644 index 00000000..75469e65 --- /dev/null +++ b/src/_icons/mickey.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M5.5 3a3.5 3.5 0 0 1 3.25 4.8a7.017 7.017 0 0 0 -2.424 2.1a3.5 3.5 0 1 1 -.826 -6.9z" /> + <path d="M18.5 3a3.5 3.5 0 1 1 -.826 6.902a7.013 7.013 0 0 0 -2.424 -2.103a3.5 3.5 0 0 1 3.25 -4.799z" /> + <circle cx="12" cy="14" r="7" /> +</svg> diff --git a/src/_icons/text-orientation.svg b/src/_icons/text-orientation.svg new file mode 100644 index 00000000..909c569b --- /dev/null +++ b/src/_icons/text-orientation.svg @@ -0,0 +1,10 @@ +--- +category: Text +--- +<svg> + <path d="M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5" /> + <path d="M5.5 11.5l5 -5" /> + <path d="M21 12l-9 9" /> + <path d="M21 12v4" /> + <path d="M21 12h-4" /> +</svg> diff --git a/src/_icons/text-plus.svg b/src/_icons/text-plus.svg new file mode 100644 index 00000000..3d6abfa1 --- /dev/null +++ b/src/_icons/text-plus.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- +<svg> + <path d="M19 10h-14" /> + <path d="M5 6h14" /> + <path d="M14 14h-9" /> + <path d="M5 18h6" /> + <path d="M18 15v6" /> + <path d="M15 18h6" /> +</svg> diff --git a/src/_icons/text-spellcheck.svg b/src/_icons/text-spellcheck.svg new file mode 100644 index 00000000..2aa732ca --- /dev/null +++ b/src/_icons/text-spellcheck.svg @@ -0,0 +1,8 @@ +--- +category: Text +--- +<svg> + <path d="M5 15v-7.5a3.5 3.5 0 0 1 7 0v7.5" /> + <path d="M5 10h7" /> + <path d="M10 18l3 3l7 -7" /> +</svg> diff --git a/src/_icons/zoom-replace.svg b/src/_icons/zoom-replace.svg new file mode 100644 index 00000000..d9b6d7df --- /dev/null +++ b/src/_icons/zoom-replace.svg @@ -0,0 +1,10 @@ +--- +category: Map +--- +<svg> + <path d="M21 21l-6 -6" /> + <path d="M3.291 8.003a7 7 0 0 1 5.077 -4.806a7.021 7.021 0 0 1 8.242 4.403" /> + <path d="M17 4v4h-4" /> + <path d="M16.705 12.005a7 7 0 0 1 -5.074 4.798a7.021 7.021 0 0 1 -8.241 -4.403" /> + <path d="M3 16v-4h4" /> +</svg> |