@icongo/li
Version:
LibreICONS Icons
17 lines • 789 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 LIArrowCircleDown = 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: "m10.417 5.828-3.222 3.58Q7.113 9.5 7 9.5t-.195-.092l-3.222-3.58q-.083-.091-.083-.22 0-.127.083-.22l.72-.796Q4.386 4.5 4.5 4.5t.195.092L7 7.157l2.306-2.565Q9.388 4.5 9.5 4.5t.196.092l.72.797q.083.092.083.22t-.083.22z"
}), /*#__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 { LIArrowCircleDown };