iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 981 B
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 Aegisauthenticator = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.949 19.873l-.008.013a1.483 1.483 0 00-.001 1.47l.317.556c.263.464.756.75 1.29.75h.016a1.483 1.483 0 001.288-2.219l-.325-.57a1.484 1.484 0 00-2.577 0m3.49-6.107a1.483 1.483 0 00-.001 1.469l3.796 6.676c.264.464.756.75 1.29.75h.016a1.483 1.483 0 001.288-2.218l-3.812-6.677a1.484 1.484 0 00-2.577 0m.328-11.692L.197 20.464a1.466 1.466 0 001.272 2.198 1.467 1.467 0 001.273-.74l7.951-13.928a1.466 1.466 0 012.548.003L21.16 21.92a1.466 1.466 0 001.274.742h.099a1.466 1.466 0 001.273-2.193L13.312 2.078a1.466 1.466 0 00-2.545-.004" }));
exports.default = Aegisauthenticator;