@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.61 kB
JavaScript
import { jsx as l, jsxs as a } from "react/jsx-runtime";
import { memo as e } from "react";
function n(t) {
return /* @__PURE__ */ l(
"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: "IconPaintbrush12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#Paintbrush12)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m10.328 3.157-.707.707L8.207 2.45l.707-.707a1 1 0 1 1 1.414 1.414M7.5 1.743l.707-.707a2 2 0 1 1 2.829 2.828l-.708.707 1.061 1.06a1.5 1.5 0 0 1 0 2.122l-1.06 1.06a1 1 0 0 1-1.415 0l-2.828 2.83a1 1 0 0 1-1.414 0L.429 7.398a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 0-1.414L4.318.682a1.5 1.5 0 0 1 2.121 0zm2.121 3.535-.707-.707L7.5 3.157l-.707-.707-1.06-1.06a.5.5 0 0 0-.708 0l-1.06 1.06.707.707 4.242 4.242.707.708 1.061-1.061a.5.5 0 0 0 0-.707zM1.136 6.692l2.828-2.828 4.243 4.243-2.828 2.828-.707-.707 1.11-1.111a.5.5 0 1 0-.706-.707L3.964 9.52 2.55 8.108l.707-.708a.5.5 0 1 0-.707-.707l-.707.707z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "Paintbrush12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = e(n);
export {
c as default
};
//# sourceMappingURL=IconPaintbrush12.es.js.map