UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.15 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiQuestion = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiQuestion = function LIGuiQuestion(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.LIGuiQuestion = LIGuiQuestion;