aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/coin.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/coin.js')
-rw-r--r--icons-react/icons-js/coin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/coin.js b/icons-react/icons-js/coin.js
index fc7114ba..1898c4d2 100644
--- a/icons-react/icons-js/coin.js
+++ b/icons-react/icons-js/coin.js
@@ -6,7 +6,7 @@ function IconCoin({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin" 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" /><circle cx={12} cy={12} r={9} /><path d="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1 -1.8 -1" /><path d="M12 6v2m0 8v2" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-coin" 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" /><circle cx={12} cy={12} r={9} /><path d="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" /><path d="M12 7v10" /></svg>;
}
export default IconCoin; \ No newline at end of file