diff options
Diffstat (limited to 'icons-react/icons-js/umbrella.js')
-rw-r--r-- | icons-react/icons-js/umbrella.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/umbrella.js b/icons-react/icons-js/umbrella.js index c92d0d4f..33df0085 100644 --- a/icons-react/icons-js/umbrella.js +++ b/icons-react/icons-js/umbrella.js @@ -6,7 +6,7 @@ function IconUmbrella({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-umbrella" 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 12a8 8 0 0 1 16 0Z" /><path d="M12 12v6a2 2 0 0 0 4 0" /></svg>; + return <svg className="icon icon-tabler icon-tabler-umbrella" 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 12a8 8 0 0 1 16 0z" /><path d="M12 12v6a2 2 0 0 0 4 0" /></svg>; } export default IconUmbrella;
\ No newline at end of file |