@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 901 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function a(e) {
return /* @__PURE__ */ t(
"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: "IconArrowOutExternal16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 2a.5.5 0 0 0 0 1h2.293L7.646 7.646a.5.5 0 1 0 .708.708L13 3.707V6a.5.5 0 0 0 1 0V2zM2 5a2 2 0 0 1 2-2h3.5a.5.5 0 0 1 0 1H4a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V8.5a.5.5 0 0 1 1 0V12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconArrowOutExternal16.es.js.map