/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const AndroidIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M6 10.954v-.838q0-1.506.696-2.752a5.9 5.9 0 0 1 1.875-2.04l-1.607-1.57.75-.754 1.822 1.78a6.043 6.043 0 0 1 4.929 0L16.284 3l.75.753-1.606 1.57q1.177.795 1.875 2.04Q18 8.611 18 10.117v.838zm8.571-1.675a.84.84 0 0 0 .611-.24.8.8 0 0 0 .247-.597.8.8 0 0 0-.247-.597.84.84 0 0 0-.61-.24.84.84 0 0 0-.611.24.8.8 0 0 0-.247.597.8.8 0 0 0 .247.596.84.84 0 0 0 .61.241m-5.142 0a.84.84 0 0 0 .61-.24.8.8 0 0 0 .247-.597.8.8 0 0 0-.247-.597.84.84 0 0 0-.61-.24.84.84 0 0 0-.611.24.8.8 0 0 0-.247.597.8.8 0 0 0 .247.596.84.84 0 0 0 .61.241M12 21q-2.507 0-4.254-1.706T6 15.14v-3.348h12v3.348q0 2.45-1.746 4.155Q14.506 21 12 21' />
    </g>
  </svg>
);
export default AndroidIcon;
