@icongo/li
Version:
LibreICONS Icons
19 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiOverline = props => /*#__PURE__*/_jsxs("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", {
fill: "#999",
d: "M1.714 1h10.572v1.244H1.714V1z"
}), /*#__PURE__*/_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"
})]
}));
export { LIGuiOverline };