diff options
Diffstat (limited to 'icons-react/icons-js/grill-off.js')
-rw-r--r-- | icons-react/icons-js/grill-off.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/grill-off.js b/icons-react/icons-js/grill-off.js index 52b28e09..e107b0b1 100644 --- a/icons-react/icons-js/grill-off.js +++ b/icons-react/icons-js/grill-off.js @@ -6,7 +6,7 @@ function IconGrillOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-grill-off" 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/grill-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M8 8h-3a6 6 0 0 0 6 6h2c.316 0 .626 -.024 .928 -.071m2.792 -1.22a5.99 5.99 0 0 0 2.276 -4.484l.004 -.225h-7" /><path d="M18.814 18.844a2 2 0 1 1 -2.64 -2.666" /><path d="M9 14l-3 6" /><path d="M15 18h-8" /><path d="M15 5v-1" /><path d="M12 5v-1" /><path d="M9 5v-1" /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-grill-off" 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="M8 8h-3a6 6 0 0 0 6 6h2c.316 0 .626 -.024 .928 -.071m2.792 -1.22a5.99 5.99 0 0 0 2.276 -4.484l.004 -.225h-7" /><path d="M18.814 18.844a2 2 0 1 1 -2.64 -2.666" /><path d="M9 14l-3 6" /><path d="M15 18h-8" /><path d="M15 5v-1" /><path d="M12 5v-1" /><path d="M9 5v-1" /><path d="M3 3l18 18" /></svg>; } export default IconGrillOff;
\ No newline at end of file |