@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiTooltip = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiTooltip = function LIGuiTooltip(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", {
fill: "#2980b9",
d: "M11.883 1.486H2.117C1.5 1.486 1 1.986 1 2.602v6.232c0 .616.5 1.116 1.116 1.116h1.861v2.564L6.826 9.95h5.059c.617 0 1.116-.5 1.116-1.116V2.602c0-.616-.5-1.116-1.117-1.116zm-7.878 4.5a.499.499 0 1 1 0-.998.499.499 0 0 1 0 .998zm1.997-.02a.499.499 0 1 1 0-.999.499.499 0 0 1 0 .998zm2.006.01a.499.499 0 1 1 0-.998.499.499 0 0 1 0 .998zm1.986.01a.499.499 0 1 1 0-.998.499.499 0 0 1 0 .998z"
})
}));
};
exports.LIGuiTooltip = LIGuiTooltip;