@icongo/li
Version:
LibreICONS Icons
17 lines • 801 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIArrowCircleRight = props => /*#__PURE__*/_jsxs("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: "m9.408 7.195-3.58 3.222q-.092.083-.218.083-.125 0-.217-.083l-.801-.72Q4.5 9.614 4.5 9.5t.092-.195L7.154 7 4.592 4.694Q4.5 4.612 4.5 4.5t.092-.196l.8-.72q.093-.083.218-.083.126 0 .217.083l3.581 3.222Q9.5 6.887 9.5 7t-.092.195z"
}), /*#__PURE__*/_jsx("path", {
d: "M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1zm0 10.9a4.9 4.9 0 1 1 0-9.8 4.9 4.9 0 0 1 0 9.8z"
})]
}));
export { LIArrowCircleRight };