UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 863 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 AndroidLogo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M176 148a12 12 0 11-12-12 12 12 0 0112 12zm-84-12a12 12 0 1012 12 12 12 0 00-12-12zm148 24v24a16 16 0 01-16 16H32a16 16 0 01-16-16v-22.87a113.38 113.38 0 0135.4-82.41L26.34 53.66a8 8 0 0111.32-11.32L63.82 68.5a111.43 111.43 0 01128.55-.19l26-26a8 8 0 0111.32 11.32L204.82 78.5c.75.71 1.5 1.43 2.24 2.17A111.25 111.25 0 01240 160zm-16 0a96 96 0 00-96-96h-.34C74.91 64.18 32 107.75 32 161.13V184h192z" })); exports.default = AndroidLogo;