import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAndroid = withIcon(function IconAndroid(props) {
    return (<svg data-tag="IconAndroid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M1 18.419c.15-1.784.696-3.425 1.638-4.925A10.396 10.396 0 0 1 6.4 9.919l-1.85-3.2a.54.54 0 0 1-.075-.475.602.602 0 0 1 .325-.375.527.527 0 0 1 .45-.05c.167.05.3.15.4.3l1.85 3.2c1.433-.6 2.933-.9 4.5-.9 1.567 0 3.067.3 4.5.9l1.85-3.2c.1-.15.233-.25.4-.3a.527.527 0 0 1 .45.05.602.602 0 0 1 .325.375.54.54 0 0 1-.075.475l-1.85 3.2a10.396 10.396 0 0 1 3.762 3.575A10.838 10.838 0 0 1 23 18.419zm6-2.75c.35 0 .646-.121.888-.363.241-.241.362-.537.362-.887s-.12-.646-.362-.888A1.207 1.207 0 0 0 7 13.17c-.35 0-.646.12-.888.362a1.207 1.207 0 0 0-.362.888c0 .35.12.646.362.887.242.242.538.363.888.363m10 0c.35 0 .646-.121.887-.363.242-.241.363-.537.363-.887s-.12-.646-.363-.888A1.207 1.207 0 0 0 17 13.17c-.35 0-.646.12-.887.362a1.207 1.207 0 0 0-.363.888c0 .35.12.646.363.887.241.242.537.363.887.363"/>
    </svg>);
});
//# sourceMappingURL=Android.jsx.map