Files
syscom-master-admin-ui/preview/assets/icon-fonts/tabler-icons/icons-react/icons-js/pepper-off.js
T
2026-07-13 11:57:09 +05:30

12 lines
781 B
JavaScript

import * as React from "react";
function IconPepperOff({
size = 24,
color = "currentColor",
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>;
}
export default IconPepperOff;