@icongo/sti
Version:
Super Tiny Icons
21 lines • 889 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIAndroid = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Android",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#3ddc84",
d: "M338.2 305.7a14.9 14.9 0 1 1 14.9-14.9 14.9 14.9 0 0 1-14.9 14.9m-164.3 0a14.9 14.9 0 1 1 14.9-14.9 14.9 14.9 0 0 1-14.9 14.9m169.6-89.5 29.7-51.5a6.2 6.2 0 1 0-10.7-6.2l-30.1 52.1c-23-10.5-48.8-16.3-76.4-16.3s-53.4 5.9-76.4 16.3l-30.1-52.1a6.2 6.2 0 1 0-10.7 6.2l29.7 51.5c-51 27.7-85.9 79.4-91 140.4h357c-5.1-61-40-112.7-91-140.4"
})]
}));
export { STIAndroid };