@rspress-theme-anatole/theme-default
Version:
15 lines (14 loc) • 636 B
JavaScript
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
import "react";
const SvgArrowRight = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
...props,
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
fill: "currentColor",
d: "M22 16 12 26l-1.4-1.4 8.6-8.6-8.6-8.6L12 6z"
})
});
const arrow_right_rslib_entry_ = SvgArrowRight;
export { arrow_right_rslib_entry_ as default };