// Generated by script, don't edit it please.
import * as React from 'react';

function Android(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8.804 8.625a.696.696 0 000-1.392c-.375 0-.679.321-.679.696s.304.696.679.696zm7.535 0c.375 0 .679-.321.679-.696s-.304-.696-.679-.696a.696.696 0 000 1.392zm-14.5 3.286c1 0 1.821.821 1.821 1.821v7.679c0 1.018-.804 1.839-1.821 1.839S0 22.429 0 21.411v-7.679c0-1 .821-1.821 1.839-1.821zm18.929.339v11.893a1.955 1.955 0 01-1.946 1.964h-1.339v4.054c0 1.018-.821 1.839-1.839 1.839s-1.839-.821-1.839-1.839v-4.054h-2.464v4.054A1.836 1.836 0 019.502 32c-1 0-1.821-.821-1.821-1.839l-.018-4.054H6.342a1.959 1.959 0 01-1.964-1.964V12.25h16.393zm-4.143-7.232c2.5 1.286 4.196 3.75 4.196 6.589H4.303c0-2.839 1.696-5.304 4.214-6.589L7.249 2.679a.26.26 0 01.089-.357c.125-.054.286-.018.357.107l1.286 2.357c1.089-.482 2.304-.75 3.589-.75s2.5.268 3.589.75l1.286-2.357c.071-.125.232-.161.357-.107a.26.26 0 01.089.357zm8.518 8.714v7.679a1.836 1.836 0 01-1.839 1.839c-1 0-1.821-.821-1.821-1.839v-7.679c0-1.018.821-1.821 1.821-1.821 1.018 0 1.839.804 1.839 1.821z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Android);
export default ForwardRef;
