diff options
Diffstat (limited to 'src/_icons/cash-banknote.svg')
-rw-r--r-- | src/_icons/cash-banknote.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/cash-banknote.svg b/src/_icons/cash-banknote.svg index ac892afa..c7133de2 100644 --- a/src/_icons/cash-banknote.svg +++ b/src/_icons/cash-banknote.svg @@ -1,8 +1,8 @@ --- --- <svg> - <circle cx="12" cy="12" r="3"/> - <rect x="3" y="6" width="18" height="12" rx="2"/> - <path d="M18 12h.01"/> - <path d="M6 12h.01"/> + <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> |