UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.46 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFormPassword = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFormPassword = function LIGuiFormPassword(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.43h12v5.14H1V7zm11.143 0V5.286H1.857v3.428h10.286V7zm-8.949.737c-.257-.13-.48-.472-.48-.737s.223-.607.48-.737a1.13 1.13 0 0 1 .377-.12c.265 0 .607.223.737.48.066.131.12.301.12.377 0 .265-.222.607-.48.737-.131.066-.3.12-.377.12a1.13 1.13 0 0 1-.377-.12zm2.572 0c-.257-.13-.48-.472-.48-.737s.223-.607.48-.737c.131-.066.3-.12.377-.12.076 0 .245.054.377.12.257.13.48.472.48.737s-.223.607-.48.737c-.132.066-.301.12-.377.12-.076 0-.246-.054-.377-.12zm2.571 0c-.257-.13-.48-.472-.48-.737 0-.076.054-.246.12-.377.13-.257.472-.48.737-.48s.607.223.737.48c.066.131.12.301.12.377 0 .265-.222.607-.48.737-.131.066-.3.12-.377.12-.076 0-.245-.054-.377-.12z" }) })); }; exports.LIGuiFormPassword = LIGuiFormPassword;