@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function l(a) {
return /* @__PURE__ */ e(
"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: "IconPuzzle24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.06 7.3H5a.5.5 0 0 0-.5.5V19a.5.5 0 0 0 .5.5h2.58v-.78a3.02 3.02 0 1 1 6.04 0v.78h2.58a.5.5 0 0 0 .5-.5v-4.06h2.26a1.54 1.54 0 0 0 0-3.08H16.7V7.8a.5.5 0 0 0-.5-.5h-4.06V5.04a1.54 1.54 0 1 0-3.08 0zm9.14 10.64v-1.5h.76a3.04 3.04 0 0 0 0-6.08h-.76V7.8a2 2 0 0 0-2-2h-2.56v-.76a3.04 3.04 0 1 0-6.08 0v.76H5a2 2 0 0 0-2 2V19a2 2 0 0 0 2 2h4.08v-2.28a1.52 1.52 0 1 1 3.04 0V21h4.08a2 2 0 0 0 2-2z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(l);
export {
s as default
};
//# sourceMappingURL=IconPuzzle24.es.js.map