UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiTextSize = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiTextSize = function LIGuiTextSize(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: "M5.826 8.865h-2.34l-.582 2.176H1l2.486-8.084H5.91l2.1 6.672 1.374-4.402h1.763L13 11.043h-1.455l-.458-1.583H9.385l-.423 1.583-2.506-.003-.63-2.176zM3.752 7.55H5.56l-.51-1.717-.214-.78-.197-.781h-.025l-.183.787-.193.794zm5.827.954h1.314l-.37-1.249-.157-.567-.143-.568h-.018l-.133.573-.14.577z" }) })); }; exports.LIGuiTextSize = LIGuiTextSize;