UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 881 B
"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 Multifactor = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.382 18.764H6.72a2.22 2.22 0 0 1-2.22-2.22V3.22A2.22 2.22 0 0 1 6.72 1h6.662a2.22 2.22 0 0 1 2.22 2.22V16.544a2.22 2.22 0 0 1-2.22 2.221zm1.11-15.543a1.11 1.11 0 0 0-1.11-1.111H6.72a1.11 1.11 0 0 0-1.11 1.11v1.11h8.882V3.22zm0 2.22H5.61v6.662h8.882V5.44zM5.61 13.213v3.33c0 .613.497 1.111 1.11 1.111h6.662a1.11 1.11 0 0 0 1.11-1.11v-3.331H5.61zm4.441 3.33a1.11 1.11 0 1 1 0-2.22 1.11 1.11 0 0 1 0 2.22z", fill: "#000", fillRule: "evenodd" })); exports.default = Multifactor;