@icongo/li
Version:
LibreICONS Icons
14 lines • 935 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowCircleRight = 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: "M11.04 7q0-.21-.142-.352l-.71-.71-2.829-2.829q-.14-.14-.351-.14t-.352.14l-.71.711q-.141.14-.141.352 0 .21.14.351L7.422 6H3.5q-.203 0-.352.148Q3 6.297 3 6.5v1q0 .203.148.352Q3.297 8 3.5 8h3.922L5.945 9.477q-.148.148-.148.351 0 .203.148.352l.711.71q.14.141.352.141t.351-.14l2.829-2.829.71-.71q.141-.141.141-.352zM13 7q0 1.633-.805 3.012-.804 1.379-2.183 2.183Q8.632 13 7 13q-1.633 0-3.012-.805-1.379-.804-2.183-2.183Q1 8.632 1 7q0-1.633.805-3.012.804-1.379 2.183-2.183Q5.368 1 7 1q1.633 0 3.012.805 1.379.804 2.183 2.183Q13 5.368 13 7z"
})
}));
export { LIGuiArrowCircleRight };