@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 927 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function a(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: "IconArrowExpand24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 4.25a.75.75 0 0 0 0 1.5h4.19l-4.22 4.22a.75.75 0 0 0 1.06 1.06l4.22-4.22V11H19h-.75a.75.75 0 0 0 1.5 0H19h.75V4.25zm-1.97 8.72a.75.75 0 0 1 0 1.06l-4.22 4.22H11a.75.75 0 0 1 0 1.5H4.25V13h1.5v4.189l4.22-4.22a.75.75 0 0 1 1.06 0M5 13h-.75a.75.75 0 0 1 1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowExpand24.es.js.map