iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.33 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 Googleauthenticator = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.957 1.338a2.013 2.013 0 00-.957.27 2.022 2.022 0 00-.74 2.761l3.238 5.61H2.022a2.021 2.021 0 100 4.043h6.476L5.26 19.63a2.022 2.022 0 103.502 2.021L12 16.045l3.238 5.607a2.022 2.022 0 003.502-2.021l-3.238-5.61h6.477a2.022 2.022 0 000-4.043h-6.477L18.74 4.37a2.022 2.022 0 10-3.502-2.021L12 7.955 8.762 2.348a2.02 2.02 0 00-1.805-1.01zm9.959 1.006c.193-.013.393.031.578.138a.996.996 0 01.371 1.381l-4.113 7.125h8.226c.571 0 1.012.441 1.012 1.012s-.44 1.012-1.012 1.012H14.92l-1.168-2.024-1.168-2.023 3.53-6.112c.178-.308.48-.488.802-.51zm-9.934.004c.36-.01.708.166.905.506l3.529 6.11-1.168 2.024-1.168 2.024H2.022c-.571 0-1.012-.441-1.012-1.012s.44-1.012 1.012-1.012h8.226L6.135 3.863a.996.996 0 01.37-1.38.99.99 0 01.477-.135zm2.684 11.674h4.668l3.531 6.115a.996.996 0 01-.37 1.38.996.996 0 01-1.382-.37L12 14.024l-4.113 7.121a.996.996 0 01-1.381.372.996.996 0 01-.371-1.381z" }));
exports.default = Googleauthenticator;