@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 924 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function o(e) {
return /* @__PURE__ */ t(
"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: "IconArrowRight12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.75 1.757a.5.5 0 0 0-.707.707l3.035 3.035h-7.57a.5.5 0 0 0 0 1h7.57L6.723 8.855l-.546.546-.105.105-.022.022-.005.005-.002.002.353.353-.353-.353a.5.5 0 1 0 .707.707l-.354-.354.354.354.002-.002.005-.005.022-.022.105-.105.546-.546 3.21-3.209.353-.354-.354-.353z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(o);
export {
s as default
};
//# sourceMappingURL=IconArrowRight12.es.js.map