@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 987 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconCrop12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 1a.5.5 0 0 1 .5.5V3h3.5c.232 0 .451.053.647.146L9.63 1.665a.53.53 0 0 1 .725-.019.47.47 0 0 1 .017.69L8.854 3.852c.093.196.146.415.146.647V8h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V9H4.5A1.5 1.5 0 0 1 3 7.5V4H1.5a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .5-.5m3.794 3H4v3.294l.039-.039 1.183-1.183zM4.706 8l.075-.075 1.183-1.183L8 4.706V8z",
clipRule: "evenodd"
}
)
}
);
}
const c = o(r);
export {
c as default
};
//# sourceMappingURL=IconCrop12.es.js.map