@icongo/li
Version:
LibreICONS Icons
14 lines • 771 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiView = 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: "M7.014 10.5C4.59 10.5 2.384 8.83 1 6.801 2.397 4.844 4.601 3.5 7.014 3.5c2.419 0 4.63 1.32 5.986 3.288-1.285 2.142-3.486 3.71-5.986 3.71zM2.27 6.818c1.159 1.43 2.87 2.66 4.744 2.66 2.554 0 4.207-1.913 4.748-2.65C10.611 5.476 8.916 4.52 7.014 4.52c-2.47 0-4.154 1.626-4.744 2.299zm4.797-1.84a2.02 2.02 0 1 0 0 4.041 2.02 2.02 0 0 0 0-4.04zM7.065 7a.73.73 0 1 1-1.032-1.033A.73.73 0 0 1 7.065 7z"
})
}));
export { LIGuiView };