@icongo/tb
Version:
Tabler Icons
37 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBPaletteOff = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-palette-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M7.934 3.97A8.993 8.993 0 0 1 12 3c4.97 0 9 3.582 9 8 0 1.06-.474 2.078-1.318 2.828a4.515 4.515 0 0 1-1.118.726M15 15h-1a2 2 0 0 0-1 3.75A1.3 1.3 0 0 1 12 21 9 9 0 0 1 5.628 5.644"
}), /*#__PURE__*/_jsx("circle", {
cx: 7.5,
cy: 10.5,
r: 1
}), /*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 7.5,
r: 1
}), /*#__PURE__*/_jsx("circle", {
cx: 16.5,
cy: 10.5,
r: 1
}), /*#__PURE__*/_jsx("path", {
d: "m3 3 18 18"
})]
}));
export { TBPaletteOff };