diff options
Diffstat (limited to 'icons-react/icons-js/pepper-off.js')
-rw-r--r-- | icons-react/icons-js/pepper-off.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/pepper-off.js b/icons-react/icons-js/pepper-off.js index 2245215d..6d2b17d6 100644 --- a/icons-react/icons-js/pepper-off.js +++ b/icons-react/icons-js/pepper-off.js @@ -6,7 +6,7 @@ function IconPepperOff({ stroke = 2, ...props }) { - return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pepper-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/pepper-off"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M12.59 12.59c-.77 1.418 -2.535 2.41 -4.59 2.41c-2.761 0 -5 -1.79 -5 -4a8 8 0 0 0 13.643 5.67m1.64 -2.357a7.97 7.97 0 0 0 .717 -3.313a3 3 0 0 0 -5.545 -1.59" /><path d="M16 8c0 -2 2 -4 4 -4" /><path d="M3 3l18 18" /></svg>; + return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-pepper-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="M12.59 12.59c-.77 1.418 -2.535 2.41 -4.59 2.41c-2.761 0 -5 -1.79 -5 -4a8 8 0 0 0 13.643 5.67m1.64 -2.357a7.97 7.97 0 0 0 .717 -3.313a3 3 0 0 0 -5.545 -1.59" /><path d="M16 8c0 -2 2 -4 4 -4" /><path d="M3 3l18 18" /></svg>; } export default IconPepperOff;
\ No newline at end of file |