iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
JavaScript
;
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 FeatureUniversalLogin = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.79 2.145c-.578 0-1.045.467-1.045 1.044v13.582c0 .577.467 1.044 1.044 1.044h10.447c.577 0 1.045-.467 1.045-1.044V3.189c0-.577-.468-1.044-1.045-1.044H4.79zm0-1.045h10.446a2.09 2.09 0 0 1 2.09 2.09v13.58a2.09 2.09 0 0 1-2.09 2.09H4.79A2.09 2.09 0 0 1 2.7 16.77V3.19A2.09 2.09 0 0 1 4.79 1.1zm2.089 10.447c-.577 0-1.045.468-1.045 1.045v2.09c0 .576.468 1.044 1.045 1.044h6.268c.577 0 1.045-.468 1.045-1.045v-2.09c0-.576-.468-1.044-1.045-1.044H6.88zm0 1.045h6.268v2.09H6.88v-2.09zM5.834 9.458h8.358V8.413H5.834v1.045zm0-3.134h8.358V5.279H5.834v1.045z", fill: "#000", fillRule: "nonzero" }));
exports.default = FeatureUniversalLogin;