@icongo/li
Version:
LibreICONS Icons
14 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiSpinner = 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: "M4.62 11.2q0 .525-.372.892-.372.368-.888.368-.525 0-.893-.368-.367-.367-.367-.892t.367-.893q.368-.367.893-.367.516 0 .888.367.372.368.372.893zm3.78 1.68q0 .464-.328.792T7.28 14q-.464 0-.792-.328t-.328-.792q0-.464.328-.792t.792-.328q.464 0 .792.328t.328.792zm-5.32-5.6q0 .577-.411.989-.412.411-.989.411t-.989-.411Q.28 7.857.28 7.28q0-.578.411-.989.412-.411.989-.411t.989.411q.411.411.411.989zm9.1 3.92q0 .403-.289.691-.289.289-.691.289-.402 0-.691-.289-.289-.289-.289-.691 0-.403.289-.691.288-.289.691-.289.403 0 .691.289.289.288.289.691zM4.9 3.36q0 .639-.45 1.09-.451.45-1.09.45t-1.09-.45q-.45-.451-.45-1.09t.45-1.09q.451-.45 1.09-.45t1.09.45q.45.451.45 1.09zm4.06-1.68q0 .7-.49 1.19t-1.19.49q-.7 0-1.19-.49T5.6 1.68q0-.7.49-1.19T7.28 0q.7 0 1.19.49t.49 1.19zm4.76 5.6q0 .35-.245.595t-.595.245q-.35 0-.595-.245t-.245-.595q0-.35.245-.595t.595-.245q.35 0 .595.245t.245.595zM11.9 3.36q0 .289-.206.494-.205.206-.494.206-.289 0-.494-.206-.206-.205-.206-.494 0-.289.206-.494.205-.206.494-.206.289 0 .494.206.206.205.206.494z"
})
}));
export { LIGuiSpinner };