UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISeoStats = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISeoStats = function LISeoStats(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: "M12.2 8V2.8q0-.081-.06-.14-.059-.06-.14-.06H2q-.081 0-.14.06-.06.059-.06.14V8q0 .081.06.14.059.06.14.06h10q.081 0 .14-.06.06-.059.06-.14zm.8-5.2v6.8q0 .412-.294.706T12 10.6H8.6q0 .231.1.484.1.254.2.444t.1.272q0 .162-.119.281-.119.119-.281.119H5.4q-.162 0-.281-.119Q5 11.962 5 11.8q0-.088.1-.275.1-.188.2-.438t.1-.487H2q-.412 0-.706-.294Q1 10.013 1 9.6V2.8q0-.412.294-.706T2 1.8h10q.413 0 .706.294.294.294.294.706zm-6.604.691-3.288 1.69.217.417 3.047-1.565L8.27 5.248l2.623-1.897-.275-.38-2.364 1.71Zm3.039 1.532h.938v2.581h-.938zm-1.76.822h.938v1.76h-.938zm-1.877-.822h.938v2.581h-.938zm-1.995.822h.939v1.76h-.939z" }) })); }; exports.LISeoStats = LISeoStats;