iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 867 B
JavaScript
;
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 AndroidLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M180 148a16 16 0 11-16-16 16 16 0 0116 16zm-88-16a16 16 0 1016 16 16 16 0 00-16-16zm152 28v24a20 20 0 01-20 20H32a20 20 0 01-20-20v-22.87a117.35 117.35 0 0133.72-82.44l-22.21-22.2a12 12 0 0117-17L64.3 63.33A114.35 114.35 0 01127.59 44h.41a115.15 115.15 0 0163.89 19.14l23.62-23.63a12 12 0 0117 17l-22 22A115.18 115.18 0 01244 160zm-24 0a92 92 0 00-92.33-92C77.12 68.18 36 110 36 161.13V180h184z" }));
exports.default = AndroidLogoBold;