@jetbrains/logos
Version:
JetBrains logos and branding materials
31 lines (30 loc) • 3.06 kB
JavaScript
import { useUniqueId } from "../react-unique-logos-ids.js";
import * as React from "react";
function AndroidStudioLogo(props) {
var _id = useUniqueId();
return (
React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 41 48" }, props),
React.createElement( 'g', { clipPath: ("url(#" + _id + ")") },
React.createElement( 'path', {
fill: "#073042", d: "M15.066 6.055H4.036C1.817 6.055 0 7.847 0 10.045c0 2.186 1.68 3.978 3.898 3.978h11.248l-.08-7.968Z" }),
React.createElement( 'path', {
fill: "#4285F4", d: "M40.145 41.509H4.035C1.818 41.509 0 39.717 0 37.53V10.032s-.012 3.99 4.298 3.99h29.95s5.898-.497 5.898 3.831V41.51Z" }),
React.createElement( 'path', {
fill: "#4285F4", d: "M23.298 27.422a3.565 3.565 0 0 0 1.418-2.84c0-1.939-1.566-3.516-3.51-3.584.046 0 .08-.011.126-.011.217 0 .435.022.64.056v-2.276a.688.688 0 0 0-.697-.688.688.688 0 0 0-.697.688v2.254c-1.772.247-3.132 1.735-3.132 3.55 0 1.205.605 2.276 1.543 2.918l-6.653 14.009h4.344l3.075-6.48c.571-1.195 2.286-1.195 2.857-.011l3.167 6.49h4.39l-6.87-14.075Zm-2.217-.631c-1.235 0-2.24-.992-2.24-2.209s1.005-2.209 2.24-2.209c1.234 0 2.24.992 2.24 2.209s-1.006 2.209-2.24 2.209Z" }),
React.createElement( 'path', {
fill: "#073042", d: "M19.878 22.373c1.235 0 2.24.992 2.24 2.21 0 1.216-1.005 2.208-2.24 2.208-1.234 0-2.24-.992-2.24-2.209 0-1.228 1.006-2.209 2.24-2.209Zm.892-1.33v-2.276a.688.688 0 0 0-.697-.688.688.688 0 0 0-.698.688v2.254c-1.771.248-3.143 1.747-3.143 3.561 0 1.206.606 2.277 1.543 2.919L9.373 45.15c-.606 1.284.343 2.772 1.795 2.772a1.992 1.992 0 0 0 1.795-1.127l5.59-11.777c.57-1.195 2.286-1.195 2.857-.011l5.716 11.71a1.974 1.974 0 0 0 1.771 1.104c1.452 0 2.412-1.5 1.772-2.784l-8.573-17.615a3.565 3.565 0 0 0 1.417-2.84c0-1.679-1.166-3.076-2.743-3.471" }),
React.createElement( 'path', { fill: "#fff", d: "M28.13 8.016H12.677V10.8H28.13V8.017Z" }),
React.createElement( 'path', {
fill: "#3DDC84", d: "M25.88 10.473a1.041 1.041 0 0 1-1.052-1.037c0-.575.469-1.037 1.052-1.037.583 0 1.051.462 1.051 1.037s-.468 1.037-1.051 1.037Zm-11.614 0a1.041 1.041 0 0 1-1.052-1.037c0-.575.469-1.037 1.052-1.037.583 0 1.052.462 1.052 1.037s-.47 1.037-1.052 1.037ZM26.257 4.24 28.36.657A.422.422 0 0 0 28.2.07a.435.435 0 0 0-.594.157l-2.126 3.63a12.969 12.969 0 0 0-5.407-1.15c-1.943 0-3.772.405-5.407 1.138L12.55.217a.438.438 0 0 0-.594-.158c-.206.124-.286.383-.16.586L13.9 4.23a12.254 12.254 0 0 0-6.447 9.793h25.24a12.21 12.21 0 0 0-6.436-9.782Z" }),
React.createElement( 'path', {
fill: "#073042", d: "M36.51 21.652h-1.669a.2.2 0 0 0-.145.059.205.205 0 0 0-.06.144l-.046 25.808a.204.204 0 0 0 .206.203l1.703.011c2 0 3.635-1.611 3.635-3.584V18.069c.011 1.973-1.623 3.584-3.624 3.584Z" })
),
React.createElement( 'defs', null,
React.createElement( 'clipPath', { id: _id },
React.createElement( 'path', { fill: "#fff", d: "M0 0h40.145v48H0z" })
)
)
)
);
}
export default AndroidStudioLogo;