diff options
author | codecalm <codecalm@gmail.com> | 2022-08-11 12:30:41 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-11 12:30:41 +0200 |
commit | b83de256dc115bc9f84537c19430d5987b5194ed (patch) | |
tree | ddca429580876aeb168d08187fa7a91a8cf0d089 /icons-react/icons-js/coin.js | |
parent | 18 new icons: `arrow-move-down`, `arrow-move-left`, `arrow-move-right`, `arro... (diff) | |
download | tabler-icons-b83de256dc115bc9f84537c19430d5987b5194ed.tar.xz |
Release 1.81.0v1.81.0
Diffstat (limited to 'icons-react/icons-js/coin.js')
-rw-r--r-- | icons-react/icons-js/coin.js | 2 |
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 |