@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.25 kB
JavaScript
import { jsx as e, jsxs as n } from "react/jsx-runtime";
import { memo as t } from "react";
function i(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPen12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ n("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#Pen12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.703 2.708 9.409 1.414l-.955.955 1.294 1.293zM2.288 8.536l5.46-5.46L9.04 4.37 3.58 9.83l-1.658.364zm1.793 2.207 7.329-7.328a1 1 0 0 0 0-1.415L10.116.707a1 1 0 0 0-1.414 0L1.374 8.035.946 9.98a1 1 0 0 0 1.192 1.192zm3.573-.664a.5.5 0 0 0 0 1h2.965a.5.5 0 1 0 0-1z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "Pen12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = t(i);
export {
o as default
};
//# sourceMappingURL=IconPen12.es.js.map