diff options
Diffstat (limited to 'icons-react/icons-js/viewport-wide.js')
-rw-r--r-- | icons-react/icons-js/viewport-wide.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/viewport-wide.js b/icons-react/icons-js/viewport-wide.js index 3003455b..5e608607 100644 --- a/icons-react/icons-js/viewport-wide.js +++ b/icons-react/icons-js/viewport-wide.js @@ -6,7 +6,7 @@ function IconViewportWide({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-viewport-wide" 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/viewport-wide"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10 12h-7l3 -3m0 6l-3 -3" /><path d="M14 12h7l-3 -3m0 6l3 -3" /><path d="M3 6v-3h18v3" /><path d="M3 18v3h18v-3" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-viewport-wide" 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="M10 12h-7l3 -3m0 6l-3 -3" /><path d="M14 12h7l-3 -3m0 6l3 -3" /><path d="M3 6v-3h18v3" /><path d="M3 18v3h18v-3" /></svg>; } export default IconViewportWide;
\ No newline at end of file |