diff options
Diffstat (limited to 'icons-react/icons-js/pill-off.js')
-rw-r--r-- | icons-react/icons-js/pill-off.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/pill-off.js b/icons-react/icons-js/pill-off.js index 3bb46aa8..f0b58518 100644 --- a/icons-react/icons-js/pill-off.js +++ b/icons-react/icons-js/pill-off.js @@ -6,7 +6,7 @@ function IconPillOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pill-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/pill-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M10.495 6.505l2.005 -2.005a4.95 4.95 0 0 1 7 7l-1.998 1.998m-2 2l-4.002 4.002a4.95 4.95 0 0 1 -7 -7l4 -4" /><path d="M8.5 8.5l7 7" /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pill-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="M10.495 6.505l2.005 -2.005a4.95 4.95 0 0 1 7 7l-1.998 1.998m-2 2l-4.002 4.002a4.95 4.95 0 0 1 -7 -7l4 -4" /><path d="M8.5 8.5l7 7" /><path d="M3 3l18 18" /></svg>; } export default IconPillOff;
\ No newline at end of file |