diff options
Diffstat (limited to 'icons-react/icons-js/number-0.js')
-rw-r--r-- | icons-react/icons-js/number-0.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/number-0.js b/icons-react/icons-js/number-0.js index be2f7c8e..2c3ba237 100644 --- a/icons-react/icons-js/number-0.js +++ b/icons-react/icons-js/number-0.js @@ -6,7 +6,7 @@ function IconNumber0({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-number-0" 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/number-0"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M16 16v-8" /><path d="M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-number-0" 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="M16 16v-8" /><path d="M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z" /></svg>; } export default IconNumber0;
\ No newline at end of file |