@icongo/li
Version:
LibreICONS Icons
17 lines • 654 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiViewShow = 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: "M13 7a6.734 6.734 0 0 0-6-3.673A6.734 6.734 0 0 0 1 7a6.734 6.734 0 0 0 6 3.673A6.734 6.734 0 0 0 13 7zM7 9.449A2.449 2.449 0 1 0 7 4.55a2.449 2.449 0 0 0 0 4.9zm0-1.225a1.224 1.224 0 1 0 0-2.448 1.224 1.224 0 0 0 0 2.448z",
style: {
fillRule: "evenodd"
}
})
}));
export { LIGuiViewShow };