@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 929 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowExpand20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.75 3a.75.75 0 0 0 0 1.5h3.69l-3.47 3.47a.75.75 0 0 0 1.06 1.06l3.47-3.47v3.69h.75-.75a.75.75 0 0 0 1.5 0h-.75.75V3zm-1.72 7.97a.75.75 0 0 1 0 1.06L5.56 15.5h3.19a.75.75 0 0 1 0 1.5H3v-5.75h1.5v3.189l3.47-3.47a.75.75 0 0 1 1.06 0m-5.28.28H3a.75.75 0 0 1 1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowExpand20.es.js.map