UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.03 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFormText = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFormText = function LIGuiFormText(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: "M1 7V4.428h12v5.144H1v-2.57zm11.143 0V5.286H1.857v3.428h10.286V7zM2.286 8.072c0-.215 0-.215.214-.215h.214V6.143H2.5c-.214 0-.214 0-.214-.214v-.215H3.57v.214c0 .215 0 .215-.214.215h-.214v1.714h.214c.214 0 .214 0 .214.214v.215H2.286v-.214z" }) })); }; exports.LIGuiFormText = LIGuiFormText;