@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.24 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiSubscript = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiSubscript = function LIGuiSubscript(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: "red",
d: "M9.418 7.142c.416-.379.877-.554 1.274-.554.656 0 .997.286.997.895 0 .49-.35 1.016-1.015 1.699L9.04 10.844v.95h3.886V10.76h-2.428l1.108-1.043c.877-.821 1.394-1.55 1.394-2.4 0-.941-.637-1.763-2.077-1.763-.59 0-1.09.157-1.56.49l.055 1.098"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m5.158 5.993 2.394-3.787H5.887L4.31 4.926l-1.415-2.72h-1.72l2.21 3.69L1 9.694h1.644L4.2 6.984l1.513 2.71h1.742l-2.297-3.7"
})]
}));
};
exports.LIGuiSubscript = LIGuiSubscript;