@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 892 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconArrowExpand16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.5 2a.5.5 0 0 0 0 1h2.803L8.646 6.657a.5.5 0 1 0 .707.707L13 3.717V6.5h.5-.5a.5.5 0 0 0 1 0h-.5.5V2zM7.364 8.646a.5.5 0 0 1 0 .708L3.718 13H6.5a.5.5 0 0 1 0 1H2V9.5h1v2.803l3.657-3.657a.5.5 0 0 1 .707 0M3 9.5a.5.5 0 0 0-1 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowExpand16.es.js.map