aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/currency-won.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/currency-won.js')
-rw-r--r--icons-react/icons-js/currency-won.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/currency-won.js b/icons-react/icons-js/currency-won.js
index d9165c3b..9e984f72 100644
--- a/icons-react/icons-js/currency-won.js
+++ b/icons-react/icons-js/currency-won.js
@@ -6,7 +6,7 @@ function IconCurrencyWon({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-won" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/currency-won"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 6l3.245 11.358a0.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a0.85 .85 0 0 0 1.624 -.035l3.245 -11.358" /><path d="M21 10h-18" /><path d="M21 14h-18" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-won" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 6l3.245 11.358a0.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a0.85 .85 0 0 0 1.624 -.035l3.245 -11.358" /><path d="M21 10h-18" /><path d="M21 14h-18" /></svg>;
}
export default IconCurrencyWon; \ No newline at end of file