diff options
author | codecalm <codecalm@gmail.com> | 2022-03-27 16:25:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-27 16:25:26 +0200 |
commit | 1d4ffdc4807fa7af19cd7bb11ddae3cf56f8c997 (patch) | |
tree | 78fcfd6bb1e6cbd8c72f49b2ba6b14b5d6c8be7f /src/_icons | |
parent | remove test script (diff) | |
download | tabler-icons-1d4ffdc4807fa7af19cd7bb11ddae3cf56f8c997.tar.xz |
18 new icons: `ballpen`, `barell`, `book-download`, `book-upload`, `brand-mercedes`, `certificate-2`, `checklist`, `cpu-2`, `id-badge-2`, `message-2-share`, `message-share`, `packge-export`, `packge-import`, `server-2`, `telescope`, `tie`, `zoom-code`, `zoom-exclamation`
Fixed icons: `server`, `test-pipe`, `message-2-code`, `server`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/ballpen.svg | 7 | ||||
-rw-r--r-- | src/_icons/barell.svg | 9 | ||||
-rw-r--r-- | src/_icons/book-download.svg | 8 | ||||
-rw-r--r-- | src/_icons/book-upload.svg | 8 | ||||
-rw-r--r-- | src/_icons/brand-mercedes.svg | 9 | ||||
-rw-r--r-- | src/_icons/certificate-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/checklist.svg | 8 | ||||
-rw-r--r-- | src/_icons/cpu-2.svg | 15 | ||||
-rw-r--r-- | src/_icons/id-badge-2.svg | 10 | ||||
-rw-r--r-- | src/_icons/message-2-code.svg | 1 | ||||
-rw-r--r-- | src/_icons/message-2-share.svg | 8 | ||||
-rw-r--r-- | src/_icons/message-share.svg | 8 | ||||
-rw-r--r-- | src/_icons/packge-export.svg | 10 | ||||
-rw-r--r-- | src/_icons/packge-import.svg | 10 | ||||
-rw-r--r-- | src/_icons/server-2.svg | 11 | ||||
-rw-r--r-- | src/_icons/telescope.svg | 8 | ||||
-rw-r--r-- | src/_icons/test-pipe.svg | 7 | ||||
-rw-r--r-- | src/_icons/tie.svg | 6 | ||||
-rw-r--r-- | src/_icons/zoom-code.svg | 8 | ||||
-rw-r--r-- | src/_icons/zoom-exclamation.svg | 8 |
20 files changed, 164 insertions, 3 deletions
diff --git a/src/_icons/ballpen.svg b/src/_icons/ballpen.svg new file mode 100644 index 00000000..56f582a1 --- /dev/null +++ b/src/_icons/ballpen.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M14 6l7 7l-4 4" /> + <path d="M5.828 18.172a2.828 2.828 0 0 0 4 0l10.586 -10.586a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-10.586 10.586a2.828 2.828 0 0 0 0 4z" /> + <path d="M4 20l1.768 -1.768" /> +</svg> diff --git a/src/_icons/barell.svg b/src/_icons/barell.svg new file mode 100644 index 00000000..0ae9c3c6 --- /dev/null +++ b/src/_icons/barell.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M6.222 4h11.556c1.481 2.37 2.222 5.037 2.222 8s-.74 5.63 -2.222 8h-11.556c-1.481 -2.37 -2.222 -5.037 -2.222 -8s.74 -5.63 2.222 -8z" /> + <path d="M15 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8" /> + <path d="M9 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8" /> + <path d="M4.5 16h15" /> + <path d="M19.5 8h-15" /> +</svg> diff --git a/src/_icons/book-download.svg b/src/_icons/book-download.svg new file mode 100644 index 00000000..a546e0c5 --- /dev/null +++ b/src/_icons/book-download.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5" /> + <path d="M13 16h-7a2 2 0 0 0 -2 2" /> + <path d="M15 19l3 3l3 -3" /> + <path d="M18 22v-9" /> +</svg> diff --git a/src/_icons/book-upload.svg b/src/_icons/book-upload.svg new file mode 100644 index 00000000..6a632f5b --- /dev/null +++ b/src/_icons/book-upload.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5" /> + <path d="M11 16h-5a2 2 0 0 0 -2 2" /> + <path d="M15 16l3 -3l3 3" /> + <path d="M18 13v9" /> +</svg> diff --git a/src/_icons/brand-mercedes.svg b/src/_icons/brand-mercedes.svg new file mode 100644 index 00000000..082b6ef2 --- /dev/null +++ b/src/_icons/brand-mercedes.svg @@ -0,0 +1,9 @@ +--- +category: Brand +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M12 3v9" /> + <path d="M12 12l7 5" /> + <path d="M12 12l-7 5" /> +</svg> diff --git a/src/_icons/certificate-2.svg b/src/_icons/certificate-2.svg new file mode 100644 index 00000000..7f3e13f0 --- /dev/null +++ b/src/_icons/certificate-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="15" r="3" /> + <path d="M10 7h4" /> + <path d="M10 18v4l2 -1l2 1v-4" /> + <path d="M10 19h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2" /> +</svg> diff --git a/src/_icons/checklist.svg b/src/_icons/checklist.svg new file mode 100644 index 00000000..af8620a6 --- /dev/null +++ b/src/_icons/checklist.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" /> + <path d="M14 19l2 2l4 -4" /> + <path d="M9 8h4" /> + <path d="M9 12h2" /> +</svg> diff --git a/src/_icons/cpu-2.svg b/src/_icons/cpu-2.svg new file mode 100644 index 00000000..67b5e7f5 --- /dev/null +++ b/src/_icons/cpu-2.svg @@ -0,0 +1,15 @@ +--- +category: Devices +--- +<svg> + <rect x="5" y="5" width="14" height="14" rx="1" /> + <path d="M8 10v-2h2m6 6v2h-2m-4 0h-2v-2m8 -4v-2h-2" /> + <path d="M3 10h2" /> + <path d="M3 14h2" /> + <path d="M10 3v2" /> + <path d="M14 3v2" /> + <path d="M21 10h-2" /> + <path d="M21 14h-2" /> + <path d="M14 21v-2" /> + <path d="M10 21v-2" /> +</svg> diff --git a/src/_icons/id-badge-2.svg b/src/_icons/id-badge-2.svg new file mode 100644 index 00000000..ef338876 --- /dev/null +++ b/src/_icons/id-badge-2.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M7 12h3v4h-3z" /> + <path d="M10 6h-6a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1h-6" /> + <rect x="10" y="3" width="4" height="5" rx="1" /> + <path d="M14 16h2" /> + <path d="M14 12h4" /> +</svg> + diff --git a/src/_icons/message-2-code.svg b/src/_icons/message-2-code.svg index 1b3e493f..14a33992 100644 --- a/src/_icons/message-2-code.svg +++ b/src/_icons/message-2-code.svg @@ -1,4 +1,5 @@ --- +category: Communication version: "1.54" --- <svg> diff --git a/src/_icons/message-2-share.svg b/src/_icons/message-2-share.svg new file mode 100644 index 00000000..9462a162 --- /dev/null +++ b/src/_icons/message-2-share.svg @@ -0,0 +1,8 @@ +--- +category: Communication +--- +<svg> + <path d="M17 4h4v4" /> + <path d="M20 11v3a3 3 0 0 1 -3 3h-2l-3 3l-3 -3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h7" /> + <path d="M16 9l5 -5" /> +</svg> diff --git a/src/_icons/message-share.svg b/src/_icons/message-share.svg new file mode 100644 index 00000000..26f58f3a --- /dev/null +++ b/src/_icons/message-share.svg @@ -0,0 +1,8 @@ +--- +category: Communication +--- +<svg> + <path d="M20 11v3a3 3 0 0 1 -3 3h-9l-4 4v-13a3 3 0 0 1 3 -3h7" /> + <path d="M17 4h4v4" /> + <path d="M16 9l5 -5" /> +</svg> diff --git a/src/_icons/packge-export.svg b/src/_icons/packge-export.svg new file mode 100644 index 00000000..44f14d7c --- /dev/null +++ b/src/_icons/packge-export.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5" /> + <path d="M12 12l8 -4.5" /> + <path d="M12 12v9" /> + <path d="M12 12l-8 -4.5" /> + <path d="M15 18h7" /> + <path d="M19 15l3 3l-3 3" /> +</svg> diff --git a/src/_icons/packge-import.svg b/src/_icons/packge-import.svg new file mode 100644 index 00000000..cca2a71d --- /dev/null +++ b/src/_icons/packge-import.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5" /> + <path d="M12 12l8 -4.5" /> + <path d="M12 12v9" /> + <path d="M12 12l-8 -4.5" /> + <path d="M22 18h-7" /> + <path d="M18 15l-3 3l3 3" /> +</svg> diff --git a/src/_icons/server-2.svg b/src/_icons/server-2.svg new file mode 100644 index 00000000..ade425ce --- /dev/null +++ b/src/_icons/server-2.svg @@ -0,0 +1,11 @@ +--- +category: Devices +--- +<svg> + <rect x="3" y="4" width="18" height="8" rx="3" /> + <rect x="3" y="12" width="18" height="8" rx="3" /> + <line x1="7" y1="8" x2="7" y2="8.01" /> + <line x1="7" y1="16" x2="7" y2="16.01" /> + <path d="M11 8h6" /> + <path d="M11 16h6" /> +</svg> diff --git a/src/_icons/telescope.svg b/src/_icons/telescope.svg new file mode 100644 index 00000000..2267e5fa --- /dev/null +++ b/src/_icons/telescope.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M6 21l6 -5l6 5" /> + <path d="M12 13v8" /> + <path d="M3.294 13.678l.166 .281c.52 .88 1.624 1.265 2.605 .91l14.242 -5.165a1.023 1.023 0 0 0 .565 -1.456l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-12.694 7.618c-1.02 .613 -1.357 1.897 -.76 2.905z" /> + <path d="M14 5l3 5.5" /> +</svg> diff --git a/src/_icons/test-pipe.svg b/src/_icons/test-pipe.svg index 847f4790..6288edb8 100644 --- a/src/_icons/test-pipe.svg +++ b/src/_icons/test-pipe.svg @@ -3,7 +3,8 @@ tags: [sample, color] version: "1.0" --- <svg> - <path d="M16 4l3 3l-12.35 12.35a1.5 1.5 0 0 1 -3 -3l12.35 -12.35" /> - <line x1="10" y1="10" x2="16" y2="10" /> - <path d="M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6" /> + <path d="M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124" /> + <path d="M7 13h8" /> + <path d="M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6z" /> + <path d="M15 3l6 6" /> </svg> diff --git a/src/_icons/tie.svg b/src/_icons/tie.svg new file mode 100644 index 00000000..cce0dffb --- /dev/null +++ b/src/_icons/tie.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 22l4 -4l-2.5 -11l.993 -2.649a1 1 0 0 0 -.936 -1.351h-3.114a1 1 0 0 0 -.936 1.351l.993 2.649l-2.5 11l4 4z" /> + <path d="M10.5 7h3l5 5.5" /> +</svg> diff --git a/src/_icons/zoom-code.svg b/src/_icons/zoom-code.svg new file mode 100644 index 00000000..00ed69e8 --- /dev/null +++ b/src/_icons/zoom-code.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="10" cy="10" r="7" /> + <path d="M21 21l-6 -6" /> + <path d="M8 8l-2 2l2 2" /> + <path d="M12 8l2 2l-2 2" /> +</svg> diff --git a/src/_icons/zoom-exclamation.svg b/src/_icons/zoom-exclamation.svg new file mode 100644 index 00000000..c5e04836 --- /dev/null +++ b/src/_icons/zoom-exclamation.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="10" cy="10" r="7" /> + <path d="M21 21l-6 -6" /> + <path d="M10 13v.01" /> + <path d="M10 7v3" /> +</svg> |