@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 837 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function l(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: "IconPaperplane12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.446 6.894a1 1 0 0 0 0-1.789L2.45 1.108a1 1 0 0 0-1.43 1.078L1.73 6l-.71 3.813a1 1 0 0 0 1.43 1.078zM2.003 2.003 9.999 6 2.003 9.996l.65-3.496h3.045a.5.5 0 0 0 0-1H2.653z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(l);
export {
s as default
};
//# sourceMappingURL=IconPaperplane12.es.js.map