UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Login = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.654 18.654H4.331a1.11 1.11 0 0 1-1.11-1.11v-3.331h1.11v2.776c0 .306.249.555.555.555H17.1a.556.556 0 0 0 .555-.555V3.665a.555.555 0 0 0-.555-.555H4.886a.555.555 0 0 0-.555.555v2.777h-1.11V3.11c0-.613.497-1.11 1.11-1.11h13.323c.613 0 1.11.497 1.11 1.11v14.434a1.11 1.11 0 0 1-1.11 1.11zM11.151 6.256a.543.543 0 0 1 .766-.767l4.408 4.407c.004.004.006.01.011.014.015.012.036.007.049.02.02.02.014.051.03.074a.517.517 0 0 1 .12.287c0 .01.007.018.007.028l.001.008-.001.008c0 .007-.004.013-.004.02a.547.547 0 0 1-.142.343c-.007.007-.004.018-.011.026-.007.006-.018.003-.025.01-.006.005-.016.004-.02.008l-4.423 4.423a.543.543 0 0 1-.766-.767l3.515-3.516H1.556a.555.555 0 0 1 0-1.11h13.11l-3.515-3.516z", fill: "#000", fillRule: "evenodd" })); exports.default = Login;