@icongo/tb
Version:
Tabler Icons
25 lines • 1.05 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 TBAtomOff = 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-atom-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M12 12v.01M9.172 9.172c-3.906 3.905-5.805 8.337-4.243 9.9 1.562 1.561 5.994-.338 9.9-4.244m1.884-2.113c2.587-3.277 3.642-6.502 2.358-7.786-1.284-1.284-4.508-.23-7.784 2.357"
}), /*#__PURE__*/_jsx("path", {
d: "M4.929 4.929c-1.562 1.562.337 5.994 4.243 9.9 3.905 3.905 8.337 5.804 9.9 4.242M19 15c-.767-1.794-2.215-3.872-4.172-5.828C12.884 7.227 10.787 5.77 9 5M3 3l18 18"
})]
}));
export { TBAtomOff };