UNPKG

@icongo/tb

Version:
23 lines 996 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var TBSnowflake = 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", 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-2v6.5l3 1.72m2.928-3.952.134 2.232 1.866 1.232M20.66 7l-5.629 3.25.01 3.458m4.887.56L18.062 15.5l-.134 2.232M20.66 17l-5.629-3.25-2.99 1.738M14 20l-2-1-2 1m2 2v-6.5l-3-1.72m-2.928 3.952L5.938 15.5l-1.866-1.232M3.34 17l5.629-3.25-.01-3.458m-4.887-.56L5.938 8.5l.134-2.232M3.34 7l5.629 3.25 2.99-1.738" })] })); export { TBSnowflake };