@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 1.09 kB
JavaScript
import { j as l } from "./index.es137.js";
import { clsx as i } from "./index.es139.js";
import { createColorClasses as a } from "./index.es145.js";
const d = ({
width: r = 24,
height: e = 24,
className: s,
color: o = "primary"
}) => {
const t = a({ color: o });
return /* @__PURE__ */ l.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: e,
fill: "currentColor",
viewBox: "0 0 24 24",
className: i(s, t),
"aria-hidden": "true",
children: /* @__PURE__ */ l.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 {
d as EditPencil
};
//# sourceMappingURL=index.es117.js.map