UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 796 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 Googleassistant = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.365 8.729c.9 0 1.635-.735 1.635-1.635s-.735-1.636-1.635-1.636-1.636.735-1.636 1.636.723 1.635 1.636 1.635m-4.907 5.452a3.27 3.27 0 100-6.542 3.27 3.27 0 000 6.542m0 8.722c2.105 0 3.816-1.711 3.816-3.829s-1.711-3.816-3.829-3.816a3.82 3.82 0 00-3.816 3.816 3.825 3.825 0 003.829 3.83M6.542 14.18a6.542 6.542 0 100-13.084 6.542 6.542 0 100 13.084" })); exports.default = Googleassistant;