diff options
author | codecalm <codecalm@gmail.com> | 2022-07-15 11:58:00 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-15 11:58:00 +0200 |
commit | 679e53d9c2535e4a67f7aa3036b1885bd0ac2dd3 (patch) | |
tree | 8f5041b42c883e5bb374ea1259b4e2c6a8538df5 /src/_icons/svg.svg | |
parent | update dependencies (diff) | |
download | tabler-icons-679e53d9c2535e4a67f7aa3036b1885bd0ac2dd3.tar.xz |
18 new icons: `assembly`, `brand-d3`, `brand-deno`, `brand-mastodon`, `brand-mcdonalds`, `brand-shopee`, `brand-snapseed`, `brand-strava`, `brand-surfshark`, `explicit`, `gif`, `poo`, `signal-4g-plus`, `svg`, `table-alias`, `table-options`, `table-shortcut`, `wash-machine`
Fixed icons: `signal-3g`, `signal-4g`, `signal-5g`
Diffstat (limited to 'src/_icons/svg.svg')
-rw-r--r-- | src/_icons/svg.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/svg.svg b/src/_icons/svg.svg new file mode 100644 index 00000000..45c9548c --- /dev/null +++ b/src/_icons/svg.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" /> + <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /> + <path d="M10 8l1.5 8h1l1.5 -8" /> +</svg> |