@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 932 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowMinimize20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.25 9a.75.75 0 0 0 0-1.5h-3.69l3.97-3.97a.75.75 0 0 0-1.06-1.06L12.5 6.44V2.75h-.75.75a.75.75 0 0 0-1.5 0h.75H11V9zM2.47 17.48a.75.75 0 0 1 0-1.06l3.92-3.92H3.25a.75.75 0 0 1 0-1.5H9v5.75H7.5v-3.24l-3.97 3.97a.75.75 0 0 1-1.06 0m5.78-.73H9a.75.75 0 0 1-1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const a = r(i);
export {
a as default
};
//# sourceMappingURL=IconArrowMinimize20.es.js.map