diff options
-rw-r--r-- | src/_icons/brand-comedy-central.svg | 7 | ||||
-rw-r--r-- | src/_icons/brand-finder.svg | 10 | ||||
-rw-r--r-- | src/_icons/brand-monday.svg | 8 | ||||
-rw-r--r-- | src/_icons/brand-xing.svg | 7 | ||||
-rw-r--r-- | src/_icons/cactus.svg | 9 | ||||
-rw-r--r-- | src/_icons/carrot.svg | 10 | ||||
-rw-r--r-- | src/_icons/chef-hat.svg | 6 | ||||
-rw-r--r-- | src/_icons/clover-2.svg | 9 | ||||
-rw-r--r-- | src/_icons/creative-commons-by.svg | 8 | ||||
-rw-r--r-- | src/_icons/creative-commons-nc.svg | 11 | ||||
-rw-r--r-- | src/_icons/creative-commons-nd.svg | 8 | ||||
-rw-r--r-- | src/_icons/creative-commons-off.svg | 1 | ||||
-rw-r--r-- | src/_icons/creative-commons-sa.svg | 8 | ||||
-rw-r--r-- | src/_icons/creative-commons-zero.svg | 8 | ||||
-rw-r--r-- | src/_icons/creative-commons.svg | 1 | ||||
-rw-r--r-- | src/_icons/device-mobile-charging.svg | 8 | ||||
-rw-r--r-- | src/_icons/function.svg | 7 | ||||
-rw-r--r-- | src/_icons/loader-2.svg | 6 | ||||
-rw-r--r-- | src/_icons/spy.svg | 9 | ||||
-rw-r--r-- | src/_icons/zzz.svg | 6 |
20 files changed, 147 insertions, 0 deletions
diff --git a/src/_icons/brand-comedy-central.svg b/src/_icons/brand-comedy-central.svg new file mode 100644 index 00000000..f4a29c9f --- /dev/null +++ b/src/_icons/brand-comedy-central.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- +<svg> + <path d="M5.343 17.657a8 8 0 1 0 0 -11.314" /> + <path d="M13.828 9.172a4 4 0 1 0 0 5.656" /> +</svg> diff --git a/src/_icons/brand-finder.svg b/src/_icons/brand-finder.svg new file mode 100644 index 00000000..bff176b7 --- /dev/null +++ b/src/_icons/brand-finder.svg @@ -0,0 +1,10 @@ +--- +category: Brand +--- +<svg> + <rect x="3" y="4" width="18" height="16" rx="1" /> + <path d="M7 8v1" /> + <path d="M17 8v1" /> + <path d="M12.5 4c-.654 1.486 -1.26 3.443 -1.5 9h2.5c-.19 2.867 .094 5.024 .5 7" /> + <path d="M7 15.5c3.667 2 6.333 2 10 0" /> +</svg> diff --git a/src/_icons/brand-monday.svg b/src/_icons/brand-monday.svg new file mode 100644 index 00000000..2eade911 --- /dev/null +++ b/src/_icons/brand-monday.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <circle fill="#D8D8D8" cx="19.5" cy="15.5" r="1.5" /> + <path d="M9.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" /> + <path d="M16.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" /> +</svg> diff --git a/src/_icons/brand-xing.svg b/src/_icons/brand-xing.svg new file mode 100644 index 00000000..6036e022 --- /dev/null +++ b/src/_icons/brand-xing.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- +<svg> + <path d="M16 21l-4 -7l6.5 -11" /> + <path d="M7 7l2 3.5l-3 4.5" /> +</svg> diff --git a/src/_icons/cactus.svg b/src/_icons/cactus.svg new file mode 100644 index 00000000..e6bc56e9 --- /dev/null +++ b/src/_icons/cactus.svg @@ -0,0 +1,9 @@ +--- +category: Nature +--- +<svg> + <path d="M6 9v1a3 3 0 0 0 3 3h1" /> + <path d="M18 8v5a3 3 0 0 1 -3 3h-1" /> + <path d="M10 21v-16a2 2 0 1 1 4 0v16" /> + <path d="M7 21h10" /> +</svg> diff --git a/src/_icons/carrot.svg b/src/_icons/carrot.svg new file mode 100644 index 00000000..5e19f2cb --- /dev/null +++ b/src/_icons/carrot.svg @@ -0,0 +1,10 @@ +--- +category: food +--- +<svg> + <path d="M3 21s9.834 -3.489 12.684 -6.34a4.487 4.487 0 0 0 .005 -6.344a4.483 4.483 0 0 0 -6.342 -.005c-2.86 2.861 -6.347 12.689 -6.347 12.689z" /> + <path d="M9 13l-1.5 -1.5" /> + <path d="M16 14l-2 -2" /> + <path d="M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z" /> + <path d="M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z" /> +</svg> diff --git a/src/_icons/chef-hat.svg b/src/_icons/chef-hat.svg new file mode 100644 index 00000000..afc4e5fa --- /dev/null +++ b/src/_icons/chef-hat.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 3c1.918 0 3.52 1.35 3.91 3.151a4 4 0 0 1 2.09 7.723l0 7.126h-12v-7.126a4.002 4.002 0 1 1 2.092 -7.723a3.999 3.999 0 0 1 3.908 -3.151z" /> + <path d="M6.161 17.009l11.839 -.009" /> +</svg> diff --git a/src/_icons/clover-2.svg b/src/_icons/clover-2.svg new file mode 100644 index 00000000..e8c6f06e --- /dev/null +++ b/src/_icons/clover-2.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M11 11l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z" /> + <path d="M11 11l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z" /> + <path d="M14.44 7.603a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0" /> + <path d="M7.56 7.603a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0" /> + <path d="M15 15l6 6" /> +</svg> diff --git a/src/_icons/creative-commons-by.svg b/src/_icons/creative-commons-by.svg new file mode 100644 index 00000000..0db8bc42 --- /dev/null +++ b/src/_icons/creative-commons-by.svg @@ -0,0 +1,8 @@ +--- +tags: [licence, license] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <circle cx="12" cy="7" r="1" /> + <path d="M9 13v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-.5l-.5 4h-2l-.5 -4h-.5a1 1 0 0 1 -1 -1z" /> +</svg> diff --git a/src/_icons/creative-commons-nc.svg b/src/_icons/creative-commons-nc.svg new file mode 100644 index 00000000..5420bbb1 --- /dev/null +++ b/src/_icons/creative-commons-nc.svg @@ -0,0 +1,11 @@ +--- +tags: [licence, license] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M15 9h-4.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 1 0 3h-4.5" /> + <path d="M12 7v2" /> + <path d="M12 15v2" /> + <path d="M6 6l3 3" /> + <path d="M15 15l3 3" /> +</svg> diff --git a/src/_icons/creative-commons-nd.svg b/src/_icons/creative-commons-nd.svg new file mode 100644 index 00000000..092a993b --- /dev/null +++ b/src/_icons/creative-commons-nd.svg @@ -0,0 +1,8 @@ +--- +tags: [licence, license] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M9 10h6" /> + <path d="M9 14h6" /> +</svg> diff --git a/src/_icons/creative-commons-off.svg b/src/_icons/creative-commons-off.svg index a10088c0..3b269b0b 100644 --- a/src/_icons/creative-commons-off.svg +++ b/src/_icons/creative-commons-off.svg @@ -1,5 +1,6 @@ --- version: "1.65" +tags: [licence, license] --- <svg> <path d="M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686 -2.332a9 9 0 0 0 -12.093 -12.077" /> diff --git a/src/_icons/creative-commons-sa.svg b/src/_icons/creative-commons-sa.svg new file mode 100644 index 00000000..f1b04394 --- /dev/null +++ b/src/_icons/creative-commons-sa.svg @@ -0,0 +1,8 @@ +--- +tags: [licence, license] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M12 16a4 4 0 1 0 -4 -4v1" /> + <path d="M6 12l2 2l2 -2" /> +</svg> diff --git a/src/_icons/creative-commons-zero.svg b/src/_icons/creative-commons-zero.svg new file mode 100644 index 00000000..98c82888 --- /dev/null +++ b/src/_icons/creative-commons-zero.svg @@ -0,0 +1,8 @@ +--- +tags: [licence, license] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <ellipse cx="12" cy="12" rx="3" ry="4" /> + <path d="M14 9l-4 6" /> +</svg> diff --git a/src/_icons/creative-commons.svg b/src/_icons/creative-commons.svg index dd5d1c5c..c34e1096 100644 --- a/src/_icons/creative-commons.svg +++ b/src/_icons/creative-commons.svg @@ -1,5 +1,6 @@ --- version: "1.49" +tags: [licence, license] --- <svg> <circle cx="12" cy="12" r="9" /> diff --git a/src/_icons/device-mobile-charging.svg b/src/_icons/device-mobile-charging.svg new file mode 100644 index 00000000..eb805475 --- /dev/null +++ b/src/_icons/device-mobile-charging.svg @@ -0,0 +1,8 @@ +--- +category: Devices +--- +<svg> + <rect x="6" y="3" width="12" height="18" rx="2" /> + <path d="M11 4h2" /> + <path d="M12 9.5l-1 2.5h2l-1 2.5" /> +</svg> diff --git a/src/_icons/function.svg b/src/_icons/function.svg new file mode 100644 index 00000000..0c9e89ac --- /dev/null +++ b/src/_icons/function.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2.667" /> + <path d="M9 15.5v.25c0 .69 .56 1.25 1.25 1.25c.71 0 1.304 -.538 1.374 -1.244l.752 -7.512a1.381 1.381 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25" /> + <path d="M9 12h6" /> +</svg> diff --git a/src/_icons/loader-2.svg b/src/_icons/loader-2.svg new file mode 100644 index 00000000..c9ba6368 --- /dev/null +++ b/src/_icons/loader-2.svg @@ -0,0 +1,6 @@ +--- +category: System +--- +<svg> + <path d="M12 3a9 9 0 1 0 9 9" /> +</svg> diff --git a/src/_icons/spy.svg b/src/_icons/spy.svg new file mode 100644 index 00000000..38ff1e96 --- /dev/null +++ b/src/_icons/spy.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M3 11h18" /> + <path d="M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4" /> + <circle cx="7" cy="17" r="3" /> + <circle cx="17" cy="17" r="3" /> + <path d="M10 17h4" /> +</svg> diff --git a/src/_icons/zzz.svg b/src/_icons/zzz.svg new file mode 100644 index 00000000..54d46834 --- /dev/null +++ b/src/_icons/zzz.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M4 12h6l-6 8h6" /> + <path d="M14 4h6l-6 8h6" /> +</svg> |