UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.25 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiSuperscript = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiSuperscript = function LIGuiSuperscript(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.39 2.78c.419-.381.884-.558 1.284-.558.66 0 1.005.289 1.005.903 0 .493-.354 1.023-1.024 1.712L9.01 6.51v.958h3.917V6.427H10.48l1.116-1.05C12.48 4.547 13 3.812 13 2.956c0-.949-.642-1.777-2.093-1.777a2.61 2.61 0 0 0-1.573.493L9.39 2.78" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m5.19 9.09 2.414-3.817H5.925l-1.59 2.742-1.426-2.742H1.176L3.401 8.99 1 12.82h1.656l1.57-2.732L5.75 12.82h1.755L5.19 9.09" })] })); }; exports.LIGuiSuperscript = LIGuiSuperscript;