@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 869 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowExpand12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.5 1a.5.5 0 0 0 0 1h1.804L6.646 4.657a.5.5 0 1 0 .708.707L10 2.718V4.5h.5-.5a.5.5 0 0 0 1 0h-.5.5V1zM4.657 6.646a.5.5 0 1 1 .707.708L2.718 10H4.5a.5.5 0 0 1 0 1H1V7.5h1v1.804zM1.5 7.5H1a.5.5 0 0 1 1 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(o);
export {
s as default
};
//# sourceMappingURL=IconArrowExpand12.es.js.map