iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 911 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 AndroidLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M172 148a8 8 0 11-8-8 8 8 0 018 8zm-80-8a8 8 0 108 8 8 8 0 00-8-8zm144 20v24a12 12 0 01-12 12H32a12 12 0 01-12-12v-22.87a109.43 109.43 0 0137.18-82.29l-28-28a4 4 0 015.66-5.66l28.57 28.57A106.63 106.63 0 01127.62 52h.38a107.16 107.16 0 0164.78 21.57l28.39-28.4a4 4 0 115.66 5.66L199 78.64c1.78 1.56 3.52 3.17 5.21 4.86A107.25 107.25 0 01236 160zm-8 0A100 100 0 00128 60h-.35C72.7 60.19 28 105.56 28 161.13V184a4 4 0 004 4h192a4 4 0 004-4z" }));
exports.default = AndroidLogoThin;