iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.3 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 BrandGoogleMaps = (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-maps", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M9.5 9.5a2.5 2.5 0 105 0 2.5 2.5 0 10-5 0M6.428 12.494l7.314-9.252M10.002 7.935L7.065 5.39M17.693 6.593l-8.336 9.979" }),
React.createElement("path", { d: "M17.591 6.376c.472.907.715 1.914.709 2.935a7.263 7.263 0 01-.72 3.18 19.085 19.085 0 01-2.089 3c-.784.933-1.49 1.93-2.11 2.98-.314.62-.568 1.27-.757 1.938-.121.36-.277.591-.622.591-.315 0-.463-.136-.626-.593a10.595 10.595 0 00-.779-1.978 18.18 18.18 0 00-1.423-2.091c-.877-1.184-2.179-2.535-2.853-4.071A7.077 7.077 0 015.7 9.3a6.226 6.226 0 011.476-4.055A6.25 6.25 0 0111.987 3a6.462 6.462 0 011.918.284 6.255 6.255 0 013.686 3.092z" }));
exports.default = BrandGoogleMaps;