diff options
author | codecalm <codecalm@gmail.com> | 2020-03-24 23:27:14 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-24 23:27:14 +0100 |
commit | d348cc0fb86ef2f395bf6a704e85a60e1f5e77b1 (patch) | |
tree | 2d79437fdadaefadeaf1fe7920a53ce681fcacbb /src/_icons | |
parent | aperture, infinity icon, color swatch (diff) | |
download | tabler-icons-d348cc0fb86ef2f395bf6a704e85a60e1f5e77b1.tar.xz |
wallet icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/wallet.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/wallet.svg b/src/_icons/wallet.svg new file mode 100644 index 00000000..80bf6d2c --- /dev/null +++ b/src/_icons/wallet.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" /> + <path d="M20 12v4h-4a2 2 0 0 1 0 -4h4" /> +</svg> |