UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 676 B
"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 Googleads = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4 22.93a4 4 0 110-8 4 4 0 010 8zm19.464-6.001l-8-13.857a4 4 0 00-6.93 4l8.001 13.857a4.001 4.001 0 006.93-4zM7.514 4.844l-5.95 10.304A4.5 4.5 0 014 14.43c2.56-.008 4.625 2.158 4.494 4.715l3.217-5.573-3.61-6.25a4.463 4.463 0 01-.587-2.478z" })); exports.default = Googleads;