iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 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 Authorization = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.819 9.842A2.08 2.08 0 0 1 3.68 7.981c0-1.145.915-2.077 2.049-2.077s2.05.932 2.05 2.077a2.08 2.08 0 0 1-1.14 1.862 2.534 2.534 0 0 1 2.024 2.49v2.642H2.795v-2.643c0-1.23.872-2.263 2.024-2.49zm5.21-6.224V2h1v1.618H19.5v13.706H.5V3.618h9.53zm0 1H1.5v11.706h17V4.618h-7.47V6h-1V4.618zm.5 4.176v-1h5.295v1h-5.295zm0 2.177v-1h5.295v1h-5.295zm0 2.117v-1h5.295v1h-5.295zm-4.8-4.03c.578 0 1.05-.48 1.05-1.077s-.472-1.077-1.05-1.077c-.577 0-1.048.48-1.048 1.077s.471 1.077 1.049 1.077zm1.935 3.274c0-.846-.677-1.536-1.5-1.536h-.87c-.821 0-1.499.69-1.499 1.536v1.643h3.87v-1.643z", fill: "#000", fillRule: "nonzero" }));
exports.default = Authorization;