UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.63 kB
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: 16, height: 16, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconPaintbrush16", "aria-hidden": "true", ...t, children: /* @__PURE__ */ a("g", { fill: "none", children: [ /* @__PURE__ */ l("g", { clipPath: "url(#Paintbrush16)", children: /* @__PURE__ */ l( "path", { fill: "currentColor", fillRule: "evenodd", d: "m13.243 4.172-1.415 1.414-1.414-1.414 1.415-1.415a1 1 0 1 1 1.414 1.415m-3.536-.708 1.414-1.414a2 2 0 1 1 2.829 2.83l-1.414 1.414.707.707a2 2 0 0 1 0 2.828l-1.415 1.415a1 1 0 0 1-1.414 0L7.586 14.07a1 1 0 0 1-1.414 0L1.929 9.828a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 0-1.414l1.415-1.415a2 2 0 0 1 2.828 0zM11.828 7l-.707-.707-1.414-1.414L9 4.172l-.707-.708a1 1 0 0 0-1.414 0L5.465 4.88l.707.707 4.242 4.242.707.708 1.415-1.415a1 1 0 0 0 0-1.414zM2.637 9.121l2.829-2.828 4.242 4.243-2.828 2.828-.707-.707 1.414-1.414a.5.5 0 1 0-.707-.707L5.465 11.95 4.05 10.536l.001-.002 1.06-1.06a.5.5 0 1 0-.707-.706l-1.06 1.06z", clipRule: "evenodd" } ) }), /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "Paintbrush16", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }) ] }) } ); } const c = e(n); export { c as default }; //# sourceMappingURL=IconPaintbrush16.es.js.map