@icongo/li
Version:
LibreICONS Icons
14 lines • 749 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiQuestion = 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: "M5.845 13h2.432v-2.33H5.845V13zm-2.97-8.132h2.351q0-.668.394-1.29.393-.62 1.335-.62.958 0 1.32.504.36.504.36 1.116 0 .532-.324.975-.179.258-.47.476l-.593.46q-.876.676-1.087 1.196-.21.52-.26 1.882h2.206q.008-.645.105-.951.154-.484.625-.846l.576-.444q.877-.677 1.185-1.112.527-.717.527-1.765 0-1.708-1.216-2.579Q8.692 1 6.854 1q-1.4 0-2.36.613-1.522.959-1.62 3.255z"
})
}));
export { LIGuiQuestion };