@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 940 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function l(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: "IconArrowRight16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.25 2.99a.5.5 0 0 0-.707.707l3.803 3.804H2.239a.5.5 0 0 0 0 1h10.107l-2.663 2.663-.858.858-.212.212-.053.052-.013.014-.003.003h-.001l.353.354-.353-.353a.5.5 0 1 0 .707.707l-.354-.354.354.354v-.001l.004-.003.013-.014.053-.052.212-.212.858-.858 3.517-3.517.353-.353-.353-.354z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(l);
export {
s as default
};
//# sourceMappingURL=IconArrowRight16.es.js.map