@icongo/li
Version:
LibreICONS Icons
14 lines • 695 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIArrowRight = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M12.669 7q0 .416-.285.7L7.37 12.716q-.3.285-.701.285-.393 0-.693-.285l-.578-.578q-.293-.292-.293-.7 0-.409.293-.701L7.655 8.48H2.232q-.4 0-.65-.289t-.25-.697v-.986q0-.408.25-.697t.65-.289h5.423L5.398 3.257q-.293-.278-.293-.693 0-.416.293-.694l.578-.577Q6.268 1 6.669 1q.408 0 .7.293l5.015 5.014q.285.27.285.693z"
})
}));
export { LIArrowRight };