UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 812 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 AndroidLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M207.06 80.67c-.74-.74-1.49-1.46-2.24-2.17l24.84-24.84a8 8 0 00-11.32-11.32l-26 26a111.43 111.43 0 00-128.55.19L37.66 42.34a8 8 0 00-11.32 11.32L51.4 78.72A113.38 113.38 0 0016 161.13V184a16 16 0 0016 16h192a16 16 0 0016-16v-24a111.25 111.25 0 00-32.94-79.33zM92 160a12 12 0 1112-12 12 12 0 01-12 12zm72 0a12 12 0 1112-12 12 12 0 01-12 12z" })); exports.default = AndroidLogoFill;