@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.09 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"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: "IconDocumentArrowRight20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 17.5h9a1 1 0 0 0 1-1V8.493h-5.493V2.5H5.5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1m6.007-14.285 3.82 3.778h-3.82zM14.5 19h-9A2.5 2.5 0 0 1 3 16.5v-13A2.5 2.5 0 0 1 5.5 1h5.078a2 2 0 0 1 1.406.578l4.422 4.373A2 2 0 0 1 17 7.373V16.5a2.5 2.5 0 0 1-2.5 2.5m-4.221-8.405a.75.75 0 0 1 1.06 0l2.122 2.121.53.53-.53.53-2.121 2.122a.75.75 0 0 1-1.061-1.06l.837-.838H7.403a.75.75 0 0 1 0-1.5h3.72l-.844-.845a.75.75 0 0 1 0-1.06",
clipRule: "evenodd"
}
)
}
);
}
const m = o(r);
export {
m as default
};
//# sourceMappingURL=IconDocumentArrowRight20.es.js.map