UNPKG

@icongo/li

Version:
24 lines (23 loc) 1.23 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiTextCursor = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiTextCursor = function LIGuiTextCursor(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", { fill: "gray", d: "M7.43 2.634v5.658h1.364v.86H7.43v2.214c0 .751 1.209.773 1.347.773V13c-.229 0-.817-.028-1.33-.283A1.758 1.758 0 0 1 7 12.404a1.754 1.754 0 0 1-.448.313c-.513.255-1.101.283-1.33.283v-.861c.138 0 1.347-.022 1.347-.773V9.153H5.206v-.861H6.57V2.634c0-.751-1.209-.773-1.347-.773V1c.229 0 .817.028 1.33.283.174.086.324.191.448.313.124-.122.274-.227.448-.313C7.961 1.028 8.549 1 8.778 1v.861c-.138 0-1.347.022-1.347.773z" }) })); }; exports.LIGuiTextCursor = LIGuiTextCursor;