diff options
Diffstat (limited to 'icons-react/icons-js/arrows-double-ne-sw.js')
-rw-r--r-- | icons-react/icons-js/arrows-double-ne-sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/arrows-double-ne-sw.js b/icons-react/icons-js/arrows-double-ne-sw.js index 60a1477e..9c6d04df 100644 --- a/icons-react/icons-js/arrows-double-ne-sw.js +++ b/icons-react/icons-js/arrows-double-ne-sw.js @@ -6,7 +6,7 @@ function IconArrowsDoubleNeSw({ stroke = 2, ...props }) { - return <svg className="icon icon-tabler icon-tabler-arrows-double-ne-sw" 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="M3 14l11 -11" /><path d="M10 3h4v4" /><path d="M10 17v4h4" /><path d="M21 10l-11 11" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-double-ne-sw" 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="M3 14l11 -11" /><path d="M10 3h4v4" /><path d="M10 17v4h4" /><path d="M21 10l-11 11" /></svg>; } export default IconArrowsDoubleNeSw;
\ No newline at end of file |