iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.17 kB
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", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.44 5.559c-.676 1.166-1.353 2.331-2.028 3.498-.037-.016-.074-.029-.111-.043a12.098 12.098 0 00-8.68.033C7.537 8.897 5.868 6.026 5.6 5.56a1.145 1.145 0 00-.141-.19 1.104 1.104 0 00-1.768 1.298c1.947 3.37-.096-.216 1.948 3.36.017.03-.495.263-1.393 1.017C2.9 12.176.452 14.772 0 18.99h24a11.728 11.728 0 00-.746-3.068 12.1 12.1 0 00-2.74-4.184 12.105 12.105 0 00-2.131-1.687c.66-1.122 1.312-2.256 1.965-3.385a1.108 1.108 0 00-.008-1.12 1.1 1.1 0 00-.852-.532c-.522-.054-.939.313-1.049.545zm-.04 8.46c.395.593.324 1.331-.156 1.65-.48.32-1.188.1-1.582-.493-.394-.593-.324-1.33.156-1.65.473-.316 1.182-.11 1.582.494zm-11.193-.492c.48.32.55 1.058.156 1.65-.394.593-1.103.815-1.584.495-.48-.32-.55-1.058-.156-1.65.4-.603 1.109-.811 1.584-.495z" }));
exports.default = Android;