diff options
Diffstat (limited to 'icons-react/icons-js/masks-theater.js')
-rw-r--r-- | icons-react/icons-js/masks-theater.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/masks-theater.js b/icons-react/icons-js/masks-theater.js new file mode 100644 index 00000000..bbe233ff --- /dev/null +++ b/icons-react/icons-js/masks-theater.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMasksTheater({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-masks-theater" 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="M13.192 9h6.616a2 2 0 0 1 1.992 2.183l-.567 6.182a4 4 0 0 1 -3.983 3.635h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183z" /><path d="M15 13h.01" /><path d="M18 13h.01" /><path d="M15 16.5c1 .667 2 .667 3 0" /><path d="M8.632 15.982a4.037 4.037 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183h6.616a2 2 0 0 1 2 2" /><path d="M6 8h.01" /><path d="M9 8h.01" /><path d="M6 12c.764 -.51 1.528 -.63 2.291 -.36" /></svg>; +} + +export default IconMasksTheater;
\ No newline at end of file |