diff options
Diffstat (limited to 'src/_icons/cash-banknote.svg')
-rw-r--r-- | src/_icons/cash-banknote.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg new file mode 100644 index 00000000..4aa98d2f --- /dev/null +++ b/src/_icons/cash-banknote.svg @@ -0,0 +1,11 @@ +--- +category: E-commerce +tags: [money, pay, bank, dollar, pound, bank, yen, business] +version: 1.39 +--- +<svg> + <circle cx="12" cy="12" r="3" /> + <rect x="3" y="6" width="18" height="12" rx="2" /> + <line x1="18" y1="12" x2="18.01" y2="12" /> + <line x1="6" y1="12" x2="6.01" y2="12" /> +</svg> |