UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiTextHeight = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiTextHeight = function LIGuiTextHeight(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", { d: "M9.415 3.468v-1.72H1v1.72h3.194v8.784H6.22V3.467h3.194" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "M12.696 10.516c.15 0 .244.042.285.126.04.084.016.184-.074.301l-.854 1.098a.406.406 0 0 1-.332.176.407.407 0 0 1-.332-.176l-.854-1.098c-.09-.117-.115-.218-.075-.301.041-.084.136-.126.285-.126h.542V3.578h-.542c-.15 0-.244-.042-.285-.126-.04-.084-.015-.184.075-.301l.854-1.098a.406.406 0 0 1 .332-.176.41.41 0 0 1 .332.176l.854 1.098c.09.117.115.218.074.301-.04.084-.135.126-.285.126h-.542v6.938z" })] })); }; exports.LIGuiTextHeight = LIGuiTextHeight;