@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 921 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function l(t) {
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: "IconPen32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m24.182 11.218 2.122-2.122-2.829-2.828-2.121 2.121zM8.515 21.228 19.94 9.804l2.828 2.829-11.425 11.425-3.627.798zm3.83 4.656 15.373-15.373a2 2 0 0 0 0-2.829L24.89 4.854a2 2 0 0 0-2.829 0L6.687 20.228l-1.26 5.725a1 1 0 0 0 1.192 1.192zM18 26a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const s = n(l);
export {
s as default
};
//# sourceMappingURL=IconPen32.es.js.map