iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 730 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 Lastpass = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.629 6.857c0-.379.304-.686.686-.686.378 0 .685.312.685.686v10.286a.684.684 0 01-.686.686.69.69 0 01-.686-.686V6.857zM2.057 10.286a2.057 2.057 0 110 4.114 2.057 2.057 0 010-4.114zm7.543 0a2.057 2.057 0 110 4.114 2.057 2.057 0 010-4.114zm7.543 0a2.057 2.057 0 110 4.114 2.057 2.057 0 010-4.114z" }));
exports.default = Lastpass;