iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.19 kB
JavaScript
"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 BrandGooglePhotos = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-google-photos", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M7.5 7C9.985 7 12 8.974 12 11.409V12H3.603a.61.61 0 01-.426-.173.585.585 0 01-.177-.418C3 8.974 5.015 7 7.5 7zM16.5 17c-2.485 0-4.5-1.974-4.5-4.409V12h8.397c.333 0 .603.265.603.591C21 15.026 18.985 17 16.5 17z" }),
React.createElement("path", { d: "M7 16.5c0-2.485 1.972-4.5 4.405-4.5H12v8.392a.61.61 0 01-.173.431.584.584 0 01-.422.177C8.972 21 7 18.985 7 16.5zM17 7.5c0 2.485-1.972 4.5-4.405 4.5H12V3.603a.61.61 0 01.175-.428.584.584 0 01.42-.175C15.028 3 17 5.015 17 7.5z" }));
exports.default = BrandGooglePhotos;