@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.17 kB
JavaScript
import { j as r } from "./index.es237.js";
import { clsx as m } from "./index.es239.js";
import { createColorClasses as n } from "./index.es310.js";
const x = ({
width: s = 24,
height: e = 24,
className: o,
color: a = "primary",
decorative: l = !1,
ariaLabel: i = "Edit"
}) => {
const t = n({ color: a });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: e,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(o, t),
"aria-hidden": l,
"aria-label": l ? void 0 : i,
children: /* @__PURE__ */ r.jsx(
"path",
{
fill: "#06C",
fillRule: "evenodd",
d: "M18.4 2.6a2.9 2.9 0 0 1 2.1.9 3 3 0 0 1 0 4.3L8.8 19.4l-5.2 1 1-5.2L16.2 3.5a3.1 3.1 0 0 1 2.2-.9m-2.9 3-.7.7 2.9 2.9.7-.7zm-1.4 1.5 1.1 1-8.4 8.4-1.1-1.1zM5.1 18a.7.7 0 0 1 .6.3.7.7 0 0 1 .3.6l1.5-.3-2.1-2.1zm3.5.3-1.1-1.1 8.4-8.4 1 1.1zM19.1 7.8l.7-.7a2.1 2.1 0 0 0 0-2.9 2 2 0 0 0-1.4-.6 2.2 2.2 0 0 0-1.5.6l-.7.7z",
clipRule: "evenodd"
}
)
}
);
};
export {
x as EditPencil
};
//# sourceMappingURL=index.es190.js.map