@icongo/tb
Version:
Tabler Icons
31 lines • 1.18 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 TBSnowflakeOff = 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-snowflake-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "m10 4 2 1 2-1m-2-2v6m1.196 1.186L15 10.22m2.928-3.952.134 2.232 1.866 1.232"
}), /*#__PURE__*/_jsx("path", {
d: "m20.66 7-5.629 3.25L15 11m4.928 3.268-1.015.67m-4.701-.712-2.171 1.262M14 20l-2-1-2 1"
}), /*#__PURE__*/_jsx("path", {
d: "M12 22v-6.5l-3-1.72m-2.928 3.952L5.938 15.5l-1.866-1.232"
}), /*#__PURE__*/_jsx("path", {
d: "m3.34 17 5.629-3.25-.01-3.458m-4.887-.56L5.938 8.5l.134-2.232"
}), /*#__PURE__*/_jsx("path", {
d: "m3.34 7 5.629 3.25.802-.466M3 3l18 18"
})]
}));
export { TBSnowflakeOff };