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/coin-rupee.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/coin-rupee.svg')
-rw-r--r-- | src/_icons/coin-rupee.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/coin-rupee.svg b/src/_icons/coin-rupee.svg new file mode 100644 index 00000000..0a453b54 --- /dev/null +++ b/src/_icons/coin-rupee.svg @@ -0,0 +1,9 @@ +--- +tags: [money, earn, salary, change] +category: E-commerce +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3" /> + <path d="M9 11h6" /> +</svg> |