iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 937 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 AndroidLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M174 148a10 10 0 11-10-10 10 10 0 0110 10zm-82-10a10 10 0 1010 10 10 10 0 00-10-10zm146 22v24a14 14 0 01-14 14H32a14 14 0 01-14-14v-22.87a111.44 111.44 0 0136.28-82.37L27.76 52.24a6 6 0 118.48-8.48l27.37 27.36a108.59 108.59 0 0164-21.12h.39a109.17 109.17 0 0164.58 20.93l27.18-27.17a6 6 0 018.48 8.48l-26.31 26.31c1.26 1.15 2.5 2.32 3.72 3.53A109.29 109.29 0 01238 160zm-12 0a98 98 0 00-98-98h-.35C73.81 62.19 30 106.66 30 161.13V184a2 2 0 002 2h192a2 2 0 002-2z" }));
exports.default = AndroidLogoLight;