UNPKG

@icongo/li

Version:
23 lines (22 loc) 884 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFont = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFont = function LIGuiFont(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: "M8.831 9.407 9.913 13h2.546L8.378 1H5.622L1.541 13h2.476L5.1 9.407h3.73m-.593-1.954H5.692l1.273-4.238 1.273 4.238" }) })); }; exports.LIGuiFont = LIGuiFont;