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="M16.142 14.628a.745.745 0 0 1-.692-.466.759.759 0 0 1 .162-.822.748.748 0 0 1 1.28.533c0 .2-.08.392-.22.533a.748.748 0 0 1-.53.222m-8.284 0a.745.745 0 0 1-.693-.466.76.76 0 0 1 .162-.822.748.748 0 0 1 1.28.533c0 .2-.079.392-.22.533a.748.748 0 0 1-.53.222m8.553-4.545 1.5-2.613a.316.316 0 0 0-.229-.468.31.31 0 0 0-.31.154l-1.518 2.645A9.194 9.194 0 0 0 12 8.972a9.2 9.2 0 0 0-3.853.83L6.631 7.157a.313.313 0 0 0-.31-.154.31.31 0 0 0-.261.23.316.316 0 0 0 .03.238l1.499 2.612C5.017 11.49 3.257 14.113 3 17.209h18c-.258-3.097-2.017-5.718-4.589-7.126"/>
    </svg>);
});
//# sourceMappingURL=Android.jsx.map