iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 824 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 Android = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.604 14.784a.833.833 0 110-1.666.833.833 0 010 1.666zm-9.206 0a.833.833 0 110-1.666.833.833 0 010 1.666zm9.504-5.016l1.665-2.883a.345.345 0 00-.127-.473.346.346 0 00-.473.126l-1.685 2.92A10.274 10.274 0 0012 8.541a10.28 10.28 0 00-4.28.915L6.034 6.538a.346.346 0 00-.6.347L7.1 9.768C4.242 11.322 2.287 14.216 2 17.634h20c-.286-3.418-2.241-6.312-5.099-7.866z", fill: "#323544" }));
exports.default = Android;