aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/marquee.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/marquee.js')
-rw-r--r--icons-react/icons-js/marquee.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/marquee.js b/icons-react/icons-js/marquee.js
index 8dab700..b1b0133 100644
--- a/icons-react/icons-js/marquee.js
+++ b/icons-react/icons-js/marquee.js
@@ -1,5 +1,5 @@
import * as React from "react";
-const IconMarquee = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-marquee" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3" /></svg>;
+const IconMarquee = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-marquee" 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 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3" /></svg>;
export default IconMarquee; \ No newline at end of file