@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 933 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function i(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowMinimize24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20.03 5.03a.75.75 0 0 0-1.06-1.06L14 8.94V4.75h-.75.75a.75.75 0 0 0-1.5 0h.75-.75v6.75h6.75a.75.75 0 0 0 0-1.5h-4.19zm-16.06 15a.75.75 0 0 1 0-1.06L8.94 14H4.75a.75.75 0 0 1 0-1.5h6.75v6.75H10v-4.19l-4.97 4.97a.75.75 0 0 1-1.06 0m6.78-.78h.75a.75.75 0 0 1-1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const m = r(i);
export {
m as default
};
//# sourceMappingURL=IconArrowMinimize24.es.js.map