@icongo/li
Version:
LibreICONS Icons
14 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiQuestionCircle = 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: "M6.92 1a6 6 0 1 0 .161 12A6 6 0 0 0 6.92 1zm-.018 9.652H6.87c-.51-.015-.87-.391-.856-.894a.853.853 0 0 1 .877-.853h.03c.524.016.88.388.865.905-.015.496-.378.842-.883.842zm2.146-4.26c-.12.17-.383.382-.716.642l-.366.252c-.201.157-.322.304-.368.448-.036.114-.053.144-.057.376v.059H6.143l.004-.119c.017-.486.03-.772.23-1.008.317-.371 1.014-.82 1.044-.84a1.1 1.1 0 0 0 .247-.252c.146-.202.211-.362.211-.518a1.01 1.01 0 0 0-.191-.597c-.123-.173-.356-.26-.692-.26-.334 0-.562.106-.7.323-.14.224-.21.458-.21.698v.06H4.643l.002-.063c.038-.883.353-1.518.937-1.89.367-.235.823-.355 1.356-.355.697 0 1.286.17 1.75.503.469.34.707.846.707 1.508 0 .37-.117.717-.348 1.033z"
})
}));
export { LIGuiQuestionCircle };