diff options
Diffstat (limited to 'icons-react/icons-js/marquee-2.js')
-rw-r--r-- | icons-react/icons-js/marquee-2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/marquee-2.js b/icons-react/icons-js/marquee-2.js index 3744b6d1..19fbd17f 100644 --- a/icons-react/icons-js/marquee-2.js +++ b/icons-react/icons-js/marquee-2.js @@ -6,7 +6,7 @@ function IconMarquee2({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-marquee-2" 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/marquee-2"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-marquee-2" 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 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2" /></svg>; } export default IconMarquee2;
\ No newline at end of file |