@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.64 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSparks20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.515 1.155a.75.75 0 0 0-.75.75 1.88 1.88 0 0 1-1.878 1.88h-.002a.75.75 0 1 0 0 1.5 1.88 1.88 0 0 1 1.88 1.88.75.75 0 0 0 1.5 0 1.88 1.88 0 0 1 1.879-1.88.75.75 0 0 0 0-1.5 1.88 1.88 0 0 1-1.879-1.88.75.75 0 0 0-.75-.75m.507 3.38a3.4 3.4 0 0 1-.507-.507 3.4 3.4 0 0 1-.507.506q.281.226.507.507a3.4 3.4 0 0 1 .507-.507M6.5 4.141a.75.75 0 0 0-.75.75 3.936 3.936 0 0 1-3.933 3.935h-.003a.75.75 0 1 0 0 1.5h.003a3.935 3.935 0 0 1 3.933 3.936.75.75 0 0 0 1.5 0 3.936 3.936 0 0 1 3.935-3.936.75.75 0 0 0 0-1.5A3.936 3.936 0 0 1 7.25 4.892a.75.75 0 0 0-.75-.75m1.929 5.435A5.46 5.46 0 0 1 6.5 7.65a5.46 5.46 0 0 1-1.929 1.928A5.46 5.46 0 0 1 6.5 11.506a5.46 5.46 0 0 1 1.929-1.929m6.03 1.54a.75.75 0 0 1 .75.75v1.344a.75.75 0 0 1-1.5 0v-1.343a.75.75 0 0 1 .75-.75m0 6.874a.75.75 0 0 1-.75-.75v-1.343a.75.75 0 0 1 1.5 0v1.343a.75.75 0 0 1-.75.75m2.686-2.687a.75.75 0 1 0 0-1.5h-1.343a.75.75 0 0 0 0 1.5zm-6.123-.75a.75.75 0 0 1 .75-.75h1.343a.75.75 0 0 1 0 1.5h-1.343a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconSparks20.es.js.map