UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.44 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiOverline = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiOverline = function LIGuiOverline(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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: "#999", d: "M1.714 1h10.572v1.244H1.714V1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#2980b9", d: "M7.102 2.976c-1.324 0-2.443.485-3.233 1.427v.002c-.787.94-1.165 2.191-1.165 3.69 0 1.403.376 2.596 1.146 3.51.773.92 1.853 1.395 3.115 1.395 1.289 0 2.386-.482 3.17-1.414.785-.933 1.161-2.191 1.161-3.708 0-1.406-.371-2.6-1.135-3.511-.764-.913-1.825-1.39-3.06-1.39zm0 .853c1.026 0 1.789.348 2.406 1.085.619.739.936 1.705.936 2.964 0 1.378-.33 2.41-.96 3.16-.633.751-1.432 1.11-2.519 1.11-1.059 0-1.838-.352-2.462-1.092-.626-.743-.947-1.708-.947-2.961 0-1.357.332-2.383.968-3.142.635-.758 1.45-1.124 2.578-1.124z" })] })); }; exports.LIGuiOverline = LIGuiOverline;