@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 903 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowExpand32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 5a1 1 0 1 0 0 2h6.086l-6.293 6.293a1 1 0 0 0 1.414 1.414L25 8.414V14.5l1 .001h-1a1 1 0 1 0 2 0h-1 1V5zm-2.793 12.293a1 1 0 0 1 0 1.414L8.414 25H14.5a1 1 0 1 1 0 2H5v-9.5h2v6.086l6.293-6.293a1 1 0 0 1 1.414 0M6 17.5H5a1 1 0 1 1 2 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowExpand32.es.js.map