diff options
author | codecalm <codecalm@gmail.com> | 2022-08-11 12:13:57 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-11 12:13:57 +0200 |
commit | 83aa41b5a9ae85f2bfa70cda6a1626b1f132e83c (patch) | |
tree | d677dccfb74d323db2c36bb5b99550f426271648 /src/_icons/packages.svg | |
parent | Release 1.80.0 (diff) | |
download | tabler-icons-83aa41b5a9ae85f2bfa70cda6a1626b1f132e83c.tar.xz |
18 new icons: `arrow-move-down`, `arrow-move-left`, `arrow-move-right`, `arrow-move-up`, `coin-bitcoin`, `coin-euro`, `coin-pound`, `coin-rupee`, `coin-yen`, `coin-yuan`, `location-broken`, `mood-look-left`, `mood-look-right`, `mood-sing`, `navigation`, `packages`, `tower-off`, `tower`
Fixed icons: `coin-off`, `coin`
Diffstat (limited to 'src/_icons/packages.svg')
-rw-r--r-- | src/_icons/packages.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/packages.svg b/src/_icons/packages.svg new file mode 100644 index 00000000..460c9826 --- /dev/null +++ b/src/_icons/packages.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <rect x="2" y="13" width="8" height="8" rx="2" /> + <path d="M6 13v3" /> + <rect x="8" y="3" width="8" height="8" rx="2" /> + <path d="M12 3v3" /> + <rect x="14" y="13" width="8" height="8" rx="2" /> + <path d="M18 13v3" /> +</svg> |