diff options
Diffstat (limited to 'icons-react/icons-js/currency-renminbi.js')
-rw-r--r-- | icons-react/icons-js/currency-renminbi.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/currency-renminbi.js b/icons-react/icons-js/currency-renminbi.js index 13da7c66..4581ea4c 100644 --- a/icons-react/icons-js/currency-renminbi.js +++ b/icons-react/icons-js/currency-renminbi.js @@ -6,7 +6,7 @@ function IconCurrencyRenminbi({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-currency-renminbi" 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="M15 9v8a2 2 0 1 0 4 0" /><path d="M19 9h-14" /><path d="M19 5h-14" /><path d="M9 9v4c0 2.5 -.667 4 -2 6" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-currency-renminbi" 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="M15 9v8a2 2 0 1 0 4 0" /><path d="M19 9h-14" /><path d="M19 5h-14" /><path d="M9 9v4c0 2.5 -.667 4 -2 6" /></svg>; } export default IconCurrencyRenminbi;
\ No newline at end of file |