UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.01 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 SignIn = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("path", { d: "M15.503 3H12v2h7v14h-7v2h7.006c1.1 0 1.994-.893 1.994-1.995V4.995A1.993 1.993 0 0 0 19.006 3h-3.503z" }), React.createElement("path", { d: "M3.977 11A.99.99 0 0 0 3 12.001c0 .551.437.999.977.999h11.047a.988.988 0 0 0 .976-.999.99.99 0 0 0-.976-1.001H3.977z" }), React.createElement("path", { d: "M12.303 8.305a1.053 1.053 0 0 0 0 1.478L14.5 12l-2.197 2.217a1.05 1.05 0 0 0 0 1.476c.404.409 1.06.409 1.465 0l2.93-2.955a1.055 1.055 0 0 0 0-1.477l-2.93-2.956a1.034 1.034 0 0 0-1.465 0z" }))); exports.default = SignIn;