@icongo/li
Version:
LibreICONS Icons
14 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIFidgetSpinner = 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: "M2.634 12.428c-.56-.17-1.162-.676-1.404-1.175-.43-.89-.243-2.001.446-2.642.5-.466.81-.587 1.695-.66.702-.059 1.156-.237 1.478-.582.6-.641.69-1.618.217-2.37-.751-1.194-.21-2.838 1.098-3.336a2.296 2.296 0 0 1 2.864 1.132c.161.327.185.456.185.978 0 .572-.013.628-.281 1.169-.159.32-.3.716-.325.91-.088.695.297 1.464.93 1.855.276.171.408.203 1.014.247.525.037.787.09 1.061.216 1.535.703 1.867 2.637.641 3.74-.486.437-.959.6-1.637.566-.448-.023-.602-.063-.957-.253a2.303 2.303 0 0 1-.967-.972c-.133-.263-.661-.75-.936-.863-.91-.374-1.848-.054-2.417.825-.571.884-1.227 1.282-2.09 1.271-.247 0-.524-.029-.615-.057zm1.12-1.34c.625-.382.642-1.304.03-1.682a.996.996 0 0 0-1.53.755c-.08.784.82 1.34 1.5.927zm7.497-.017c.811-.554.448-1.813-.522-1.813a.985.985 0 0 0-.67 1.737c.203.184.293.214.664.22a.87.87 0 0 0 .528-.144zM7.51 8.89c.44-.315.579-.821.35-1.275-.359-.715-1.41-.715-1.77 0-.21.42-.125.85.236 1.188.316.295.84.334 1.184.087zm0-4.275c.606-.434.61-1.257.007-1.66-.476-.317-1.167-.13-1.426.385-.211.42-.126.85.235 1.188.317.295.84.334 1.184.087z"
})
}));
export { LIFidgetSpinner };