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

function Android2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M28.437 13.909a12.517 12.517 0 00-5.632-9.111l1.39-2.784c.343-.688.064-1.522-.624-1.867s-1.52-.064-1.865.624l-1.394 2.793-.361-.146c-1.241-.411-2.569-.635-3.95-.635s-2.709.224-3.95.635l-.361.146L10.293.771a1.392 1.392 0 00-2.489 1.243l1.39 2.784a12.515 12.515 0 00-5.63 9.111v1.39h24.953v-1.39h-.08zm-17.422-2.087a2.086 2.086 0 01-.005-4.17h.009a2.085 2.085 0 01-.005 4.17zm9.961 0a2.085 2.085 0 01-.005-4.17h.014a2.085 2.085 0 01-.005 4.17h-.005zM28.514 31.986V18.297H3.485V32h25.029z" />
    </svg>
  );
}

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