UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"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 AndroidLogoDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 160v24a8 8 0 01-8 8H32a8 8 0 01-8-8v-22.87C24 103.65 70.15 56.2 127.63 56A104 104 0 01232 160z", opacity: ".2" }), 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.4 111.4 0 01128.55-.18l26-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 = AndroidLogoDuotone;