@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 867 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowMinimize16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m10.707 6 3.147-3.146a.5.5 0 0 0-.708-.708L10 5.293V3h-.5.5a.5.5 0 0 0-1 0h.5H9v4h4a.5.5 0 0 0 0-1zm-5.46 4-3.103 3.149a.5.5 0 0 0 .712.702L6 10.661V13h.5H6a.5.5 0 0 0 1 0h-.5.5V9H3a.5.5 0 0 0 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const a = r(i);
export {
a as default
};
//# sourceMappingURL=IconArrowMinimize16.es.js.map