@solar-icons/react
Version:
Solar Icons for React
28 lines (27 loc) • 3.09 kB
JavaScript
import { jsx as r, jsxs as o, Fragment as e } from "react/jsx-runtime";
const C = /* @__PURE__ */ new Map([
["Bold", /* @__PURE__ */ r(e, { children: /* @__PURE__ */ r("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM14.0184 7.3645C14.1257 6.9644 13.8882 6.55315 13.4881 6.44595C13.088 6.33874 12.6768 6.57618 12.5696 6.97628L9.98137 16.6355C9.87416 17.0356 10.1116 17.4469 10.5117 17.5541C10.9118 17.6613 11.323 17.4239 11.4303 17.0238L14.0184 7.3645Z", fill: "currentColor" }) })],
["BoldDuotone", /* @__PURE__ */ o(e, { children: [
/* @__PURE__ */ r("path", { opacity: "0.5", d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z", fill: "currentColor" }),
/* @__PURE__ */ r("path", { d: "M14.0189 7.36447C14.1261 6.96437 13.8886 6.55311 13.4885 6.44591C13.0884 6.3387 12.6772 6.57614 12.57 6.97624L9.9818 16.6355C9.87459 17.0356 10.112 17.4468 10.5121 17.5541C10.9122 17.6613 11.3235 17.4238 11.4307 17.0237L14.0189 7.36447Z", fill: "currentColor" })
] })],
["Broken", /* @__PURE__ */ o(e, { children: [
/* @__PURE__ */ r("path", { d: "M13.2939 7.17041L11.9998 12L10.7058 16.8297", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
/* @__PURE__ */ r("path", { d: "M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
] })],
["LineDuotone", /* @__PURE__ */ o(e, { children: [
/* @__PURE__ */ r("path", { d: "M13.2939 7.17041L11.9998 12L10.7058 16.8297", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
/* @__PURE__ */ r("circle", { opacity: "0.5", cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "1.5" })
] })],
["Linear", /* @__PURE__ */ o(e, { children: [
/* @__PURE__ */ r("path", { d: "M13.2939 7.17041L11.9998 12L10.7058 16.8297", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
/* @__PURE__ */ r("circle", { cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "1.5" })
] })],
["Outline", /* @__PURE__ */ o(e, { children: [
/* @__PURE__ */ r("path", { d: "M14.0184 7.36452C14.1256 6.96443 13.8882 6.55317 13.4881 6.44597C13.088 6.33876 12.6767 6.5762 12.5695 6.9763L9.98131 16.6356C9.8741 17.0357 10.1115 17.4469 10.5116 17.5541C10.9117 17.6613 11.323 17.4239 11.4302 17.0238L14.0184 7.36452Z", fill: "currentColor" }),
/* @__PURE__ */ r("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12Z", fill: "currentColor" })
] })]
]);
export {
C as default
};