@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 928 B
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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPuzzle32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 10H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h3v-1a4 4 0 0 1 8 0v1h3a1 1 0 0 0 1-1v-5h3a2 2 0 1 0 0-4h-3v-5a1 1 0 0 0-1-1h-5V7a2 2 0 1 0-4 0zm12 14v-2h1a4 4 0 0 0 0-8h-1v-3a3 3 0 0 0-3-3h-3V7a4 4 0 0 0-8 0v1H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5v-3a2 2 0 1 1 4 0v3h5a3 3 0 0 0 3-3z",
clipRule: "evenodd"
}
)
}
);
}
const h = t(l);
export {
h as default
};
//# sourceMappingURL=IconPuzzle32.es.js.map