@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 945 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function o(s) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconScissors32",
"aria-hidden": "true",
...s,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12.283 12.303a4 4 0 1 0-1.106 1.669L14.557 16l-3.38 2.028a4 4 0 1 0 1.106 1.669l4.217-2.53 1.947-1.165-.003-.002 8.57-5.143a1 1 0 1 0-1.029-1.715L16.5 14.834zm6.162 6.03 1.946-1.165 6.623 3.974a1 1 0 1 1-1.029 1.715zM8.5 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4",
clipRule: "evenodd"
}
)
}
);
}
const c = t(o);
export {
c as default
};
//# sourceMappingURL=IconScissors32.es.js.map