diff options
Diffstat (limited to 'icons-react/icons-js/bed-off.js')
-rw-r--r-- | icons-react/icons-js/bed-off.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/bed-off.js b/icons-react/icons-js/bed-off.js index 6b403a6b..a193acd1 100644 --- a/icons-react/icons-js/bed-off.js +++ b/icons-react/icons-js/bed-off.js @@ -6,7 +6,7 @@ function IconBedOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bed-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/bed-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M3 7v11" /><path d="M3 14h11" /><path d="M18 14h3" /><path d="M21 18v-8a2 2 0 0 0 -2 -2h-7" /><path d="M11 11v3" /><circle cx={7} cy={10} r={1} /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-bed-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="M3 7v11" /><path d="M3 14h11" /><path d="M18 14h3" /><path d="M21 18v-8a2 2 0 0 0 -2 -2h-7" /><path d="M11 11v3" /><circle cx={7} cy={10} r={1} /><path d="M3 3l18 18" /></svg>; } export default IconBedOff;
\ No newline at end of file |