@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.08 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } 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: "IconDocumentArrowRight16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 14a1 1 0 0 0 1-1V7H8V2H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1zM9 6h3.98a1 1 0 0 0-.312-.544l-3.566-3.2.668-.744 3.566 3.2A2 2 0 0 1 14 6.2V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h4.434a2 2 0 0 1 1.336.512l-.668.744A1 1 0 0 0 9 2.176zm-.604 2.734a.5.5 0 0 1 .708 0l1.414 1.415.353.353-.353.354-1.414 1.414a.5.5 0 0 1-.708-.707L8.96 11H5.584a.5.5 0 0 1 0-1h3.371l-.559-.559a.5.5 0 0 1 0-.707",
clipRule: "evenodd"
}
)
}
);
}
const c = o(a);
export {
c as default
};
//# sourceMappingURL=IconDocumentArrowRight16.es.js.map