diff options
author | codecalm <codecalm@gmail.com> | 2022-06-14 23:13:40 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-06-14 23:13:40 +0200 |
commit | 64532fe8ac047eb83396d6216f01ad29a6737f73 (patch) | |
tree | 1f93ff936dd74ce66d1761d70bc5279704c3c4db /src/_icons | |
parent | Release 1.68.0 (diff) | |
download | tabler-icons-64532fe8ac047eb83396d6216f01ad29a6737f73.tar.xz |
20 new icons: `alphabet-cyrillic`, `alphabet-greek`, `alphabet-latin`, `article`, `brackets-contain-end`, `brackets-contain-start`, `brackets-contain`, `brand-apple-podcast`, `brand-linktree`, `broadcast-off`, `broadcast`, `clover`, `pencil-minus`, `pencil-plus`, `plane-tilt`, `signal-3g`, `signal-4g`, `signal-5g`, `window-maximize`, `window-minimize`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/alphabet-cyrillic.svg | 7 | ||||
-rw-r--r-- | src/_icons/alphabet-greek.svg | 8 | ||||
-rw-r--r-- | src/_icons/alphabet-latin.svg | 8 | ||||
-rw-r--r-- | src/_icons/article.svg | 8 | ||||
-rw-r--r-- | src/_icons/brackets-contain-end.svg | 9 | ||||
-rw-r--r-- | src/_icons/brackets-contain-start.svg | 9 | ||||
-rw-r--r-- | src/_icons/brackets-contain.svg | 10 | ||||
-rw-r--r-- | src/_icons/brand-apple-podcast.svg | 8 | ||||
-rw-r--r-- | src/_icons/brand-linktree.svg | 7 | ||||
-rw-r--r-- | src/_icons/broadcast-off.svg | 9 | ||||
-rw-r--r-- | src/_icons/broadcast.svg | 8 | ||||
-rw-r--r-- | src/_icons/clover.svg | 8 | ||||
-rw-r--r-- | src/_icons/pencil-minus.svg | 8 | ||||
-rw-r--r-- | src/_icons/pencil-plus.svg | 8 | ||||
-rw-r--r-- | src/_icons/plane-tilt.svg | 6 | ||||
-rw-r--r-- | src/_icons/signal-3g.svg | 8 | ||||
-rw-r--r-- | src/_icons/signal-4g.svg | 8 | ||||
-rw-r--r-- | src/_icons/signal-5g.svg | 7 | ||||
-rw-r--r-- | src/_icons/window-maximize.svg | 9 | ||||
-rw-r--r-- | src/_icons/window-minimize.svg | 9 |
20 files changed, 162 insertions, 0 deletions
diff --git a/src/_icons/alphabet-cyrillic.svg b/src/_icons/alphabet-cyrillic.svg new file mode 100644 index 00000000..a21afae5 --- /dev/null +++ b/src/_icons/alphabet-cyrillic.svg @@ -0,0 +1,7 @@ +--- +category: Text +--- +<svg> + <path d="M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" /> + <path d="M19 7h-3a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2h-3" /> +</svg> diff --git a/src/_icons/alphabet-greek.svg b/src/_icons/alphabet-greek.svg new file mode 100644 index 00000000..086fafa8 --- /dev/null +++ b/src/_icons/alphabet-greek.svg @@ -0,0 +1,8 @@ +--- +category: Text +--- +<svg> + <path d="M10 10v7" /> + <rect x="5" y="10" width="5" height="7" rx="2" /> + <path d="M14 20v-11a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2" /> +</svg> diff --git a/src/_icons/alphabet-latin.svg b/src/_icons/alphabet-latin.svg new file mode 100644 index 00000000..60bcf60c --- /dev/null +++ b/src/_icons/alphabet-latin.svg @@ -0,0 +1,8 @@ +--- +category: Text +--- +<svg> + <path d="M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" /> + <path d="M14 7v10" /> + <rect x="14" y="10" width="5" height="7" rx="2" /> +</svg> diff --git a/src/_icons/article.svg b/src/_icons/article.svg new file mode 100644 index 00000000..aa9546b0 --- /dev/null +++ b/src/_icons/article.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="3" y="4" width="18" height="16" rx="2" /> + <path d="M7 8h10" /> + <path d="M7 12h10" /> + <path d="M7 16h10" /> +</svg> diff --git a/src/_icons/brackets-contain-end.svg b/src/_icons/brackets-contain-end.svg new file mode 100644 index 00000000..97a51173 --- /dev/null +++ b/src/_icons/brackets-contain-end.svg @@ -0,0 +1,9 @@ +--- +category: Math +--- +<svg> + <path d="M14 4h4v16h-4" /> + <path d="M5 16h.01" /> + <path d="M9 16h.01" /> + <path d="M13 16h.01" /> +</svg> diff --git a/src/_icons/brackets-contain-start.svg b/src/_icons/brackets-contain-start.svg new file mode 100644 index 00000000..e854d220 --- /dev/null +++ b/src/_icons/brackets-contain-start.svg @@ -0,0 +1,9 @@ +--- +category: Math +--- +<svg> + <path d="M9 4h-4v16h4" /> + <path d="M18 16h-.01" /> + <path d="M14 16h-.01" /> + <path d="M10 16h-.01" /> +</svg> diff --git a/src/_icons/brackets-contain.svg b/src/_icons/brackets-contain.svg new file mode 100644 index 00000000..289d3129 --- /dev/null +++ b/src/_icons/brackets-contain.svg @@ -0,0 +1,10 @@ +--- +category: Math +--- +<svg> + <path d="M7 4h-4v16h4" /> + <path d="M17 4h4v16h-4" /> + <path d="M8 16h.01" /> + <path d="M12 16h.01" /> + <path d="M16 16h.01" /> +</svg> diff --git a/src/_icons/brand-apple-podcast.svg b/src/_icons/brand-apple-podcast.svg new file mode 100644 index 00000000..6419aa93 --- /dev/null +++ b/src/_icons/brand-apple-podcast.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <path d="M18.364 18.364a9 9 0 1 0 -12.728 0" /> + <path d="M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752z" /> + <circle cx="12" cy="9" r="2" /> +</svg> diff --git a/src/_icons/brand-linktree.svg b/src/_icons/brand-linktree.svg new file mode 100644 index 00000000..62c2d4ff --- /dev/null +++ b/src/_icons/brand-linktree.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- +<svg> + <path d="M9 3l-7 12h3v5h5v-5h-2l4 -7z" /> + <path d="M15 3l7 12h-3v5h-5v-5h2l-4 -7z" /> +</svg> diff --git a/src/_icons/broadcast-off.svg b/src/_icons/broadcast-off.svg new file mode 100644 index 00000000..7a79cd96 --- /dev/null +++ b/src/_icons/broadcast-off.svg @@ -0,0 +1,9 @@ +--- +category: Devices +--- +<svg> + <path d="M18.364 19.364a9 9 0 0 0 -9.721 -14.717m-2.488 1.509a9 9 0 0 0 -.519 13.208" /> + <path d="M15.536 16.536a5 5 0 0 0 -3.536 -8.536m-3.001 1a5 5 0 0 0 -.535 7.536" /> + <path d="M12 12a1 1 0 1 0 1 1" /> + <path d="M3 3l18 18" /> +</svg> diff --git a/src/_icons/broadcast.svg b/src/_icons/broadcast.svg new file mode 100644 index 00000000..9e61f032 --- /dev/null +++ b/src/_icons/broadcast.svg @@ -0,0 +1,8 @@ +--- +category: Devices +--- +<svg> + <path d="M18.364 19.364a9 9 0 1 0 -12.728 0" /> + <path d="M15.536 16.536a5 5 0 1 0 -7.072 0" /> + <circle cx="12" cy="13" r="1" /> +</svg> diff --git a/src/_icons/clover.svg b/src/_icons/clover.svg new file mode 100644 index 00000000..eab4d83b --- /dev/null +++ b/src/_icons/clover.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M12 10l-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="M12 14l-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 12l3.44 -3.397a2.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 0l-3.44 -3.397z" /> + <path d="M10 12l-3.44 -3.397a2.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 0l3.44 -3.397z" /> +</svg> diff --git a/src/_icons/pencil-minus.svg b/src/_icons/pencil-minus.svg new file mode 100644 index 00000000..81231e36 --- /dev/null +++ b/src/_icons/pencil-minus.svg @@ -0,0 +1,8 @@ +--- +category: Design +--- +<svg> + <path d="M8 20l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z" /> + <path d="M13.5 6.5l4 4" /> + <path d="M16 18h4" /> +</svg> diff --git a/src/_icons/pencil-plus.svg b/src/_icons/pencil-plus.svg new file mode 100644 index 00000000..c70ebb49 --- /dev/null +++ b/src/_icons/pencil-plus.svg @@ -0,0 +1,8 @@ +--- +category: Design +--- +<svg> + <path d="M8 20l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z" /> + <path d="M13.5 6.5l4 4" /> + <path d="M16 18h4m-2 -2v4" /> +</svg> diff --git a/src/_icons/plane-tilt.svg b/src/_icons/plane-tilt.svg new file mode 100644 index 00000000..2c7a4e7f --- /dev/null +++ b/src/_icons/plane-tilt.svg @@ -0,0 +1,6 @@ +--- +category: Vehicles +--- +<svg> + <path d="M14.5 6.5l3 -2.9a2.05 2.05 0 0 1 2.9 2.9l-2.9 3l2.5 7.5l-2.5 2.55l-3.5 -6.55l-3 3v3l-2 2l-1.5 -4.5l-4.5 -1.5l2 -2h3l3 -3l-6.5 -3.5l2.5 -2.5l7.5 2.5z" /> +</svg> diff --git a/src/_icons/signal-3g.svg b/src/_icons/signal-3g.svg new file mode 100644 index 00000000..ff307aba --- /dev/null +++ b/src/_icons/signal-3g.svg @@ -0,0 +1,8 @@ +--- +category: Devices +--- +<svg> + <path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" /> + <path d="M4 8h3a2 2 0 1 1 0 4h-3" /> + <path d="M7 12a2 2 0 1 1 0 4h-3" /> +</svg> diff --git a/src/_icons/signal-4g.svg b/src/_icons/signal-4g.svg new file mode 100644 index 00000000..f39b0140 --- /dev/null +++ b/src/_icons/signal-4g.svg @@ -0,0 +1,8 @@ +--- +category: Devices +--- +<svg> + <path d="M4 8v5h6" /> + <path d="M8 8v8" /> + <path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" /> +</svg> diff --git a/src/_icons/signal-5g.svg b/src/_icons/signal-5g.svg new file mode 100644 index 00000000..0fa92463 --- /dev/null +++ b/src/_icons/signal-5g.svg @@ -0,0 +1,7 @@ +--- +category: Devices +--- +<svg> + <path d="M20 9a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1" /> + <path d="M9 8h-5v4h3a2 2 0 1 1 0 4h-3" /> +</svg> diff --git a/src/_icons/window-maximize.svg b/src/_icons/window-maximize.svg new file mode 100644 index 00000000..c5cb20cf --- /dev/null +++ b/src/_icons/window-maximize.svg @@ -0,0 +1,9 @@ +--- +category: System +--- +<svg> + <rect x="3" y="16" width="5" height="5" rx="1" /> + <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" /> + <path d="M12 8h4v4" /> + <path d="M16 8l-5 5" /> +</svg> diff --git a/src/_icons/window-minimize.svg b/src/_icons/window-minimize.svg new file mode 100644 index 00000000..108bf993 --- /dev/null +++ b/src/_icons/window-minimize.svg @@ -0,0 +1,9 @@ +--- +category: System +--- +<svg> + <rect x="3" y="16" width="5" height="5" rx="1" /> + <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" /> + <path d="M15 13h-4v-4" /> + <path d="M11 13l5 -5" /> +</svg> |