@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 999 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconScissors16",
"aria-hidden": "true",
...s,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.931 4.06a.5.5 0 0 1-.171.686L5.735 10.16a2.455 2.455 0 1 1-.553-.835L7.392 8l-2.21-1.326a2.455 2.455 0 1 1 .553-.835l2.629 1.578 5.881-3.529a.5.5 0 0 1 .686.172M3.453 6.386a1.455 1.455 0 1 1 0-2.91 1.455 1.455 0 0 1 0 2.91m0 6.139a1.455 1.455 0 1 1 0-2.911 1.455 1.455 0 0 1 0 2.91m6.591-2.933.973-.583 3.742 2.245a.5.5 0 1 1-.514.858z",
clipRule: "evenodd"
}
)
}
);
}
const c = t(o);
export {
c as default
};
//# sourceMappingURL=IconScissors16.es.js.map