@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.69 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function m(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSparks24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.502 2.896a.75.75 0 0 0-.75.75 2.187 2.187 0 0 1-2.186 2.188h-.001a.75.75 0 0 0 0 1.5h.001c1.208 0 2.186.98 2.186 2.187 0 .414.336.75.75.75h.005a.75.75 0 0 0 .745-.75c0-1.208.979-2.187 2.186-2.187h.001a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.745 2.187 2.187 0 0 1-2.187-2.188.75.75 0 0 0-.75-.75m.708 3.688a3.7 3.7 0 0 1-.708-.708 3.7 3.7 0 0 1-.708.708q.402.305.708.708.306-.402.708-.708m-9.818-1.04a.75.75 0 0 0-.597.735 4.4 4.4 0 0 1-4.396 4.398h-.003a.75.75 0 1 0 0 1.5H3.4a4.4 4.4 0 0 1 4.396 4.399.75.75 0 0 0 1.5 0 4.4 4.4 0 0 1 4.398-4.399.75.75 0 0 0 0-1.5A4.4 4.4 0 0 1 9.295 6.28a.75.75 0 0 0-.903-.734m2.42 5.883A5.93 5.93 0 0 1 8.545 9.16a5.93 5.93 0 0 1-2.268 2.267 5.93 5.93 0 0 1 2.268 2.268 5.93 5.93 0 0 1 2.267-2.268m6.706 2.048a.75.75 0 0 1 .75.75v1.55a.75.75 0 0 1-1.5 0v-1.55a.75.75 0 0 1 .75-.75m0 7.7a.75.75 0 0 1-.75-.75v-1.55a.75.75 0 0 1 1.5 0v1.55a.75.75 0 0 1-.75.75m3.1-3.1a.75.75 0 1 0 0-1.5h-1.55a.75.75 0 0 0 0 1.5zm-6.95-.75a.75.75 0 0 1 .75-.75h1.55a.75.75 0 0 1 0 1.5h-1.55a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const n = t(m);
export {
n as default
};
//# sourceMappingURL=IconSparks24.es.js.map