import React from 'react';
import withIcon from '../lib/withIcon';
export const IconShareAndroid = withIcon(function IconShareAndroid(props) {
    return (<svg data-tag="IconShareAndroid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.5 17.619c0 .932.378 1.777.989 2.39a3.36 3.36 0 0 0 2.386.991c.932 0 1.776-.378 2.387-.988.61-.611.988-1.455.988-2.387 0-.932-.378-1.776-.988-2.386a3.364 3.364 0 0 0-4.111-.513c-.209.124-.367.184-.526.183-.158-.001-.317-.064-.528-.185l-1.534-.886-1.535-.885c-.212-.122-.345-.238-.425-.385-.08-.146-.106-.324-.103-.568-.003-.244.023-.421.103-.568.08-.147.213-.263.425-.385l1.535-.885 1.534-.886c.21-.121.37-.184.528-.185.16-.001.317.06.526.184a3.356 3.356 0 0 0 1.724.475c.932 0 1.776-.378 2.387-.989.61-.61.988-1.454.988-2.386 0-.932-.378-1.776-.988-2.386A3.364 3.364 0 0 0 16.875 3c-.932 0-1.776.378-2.386.989a3.364 3.364 0 0 0-.989 2.386c0 .25-.022.425-.1.57-.076.143-.208.256-.424.38l-1.537.887-1.536.887c-.21.121-.37.184-.528.185-.159.001-.317-.059-.525-.183a3.356 3.356 0 0 0-1.725-.476c-.932 0-1.776.378-2.386.989A3.364 3.364 0 0 0 3.75 12c0 .932.378 1.776.989 2.387a3.364 3.364 0 0 0 4.11.513c.209-.125.367-.185.526-.184.158.001.318.064.528.185l1.536.887 1.537.886c.216.125.348.236.425.378.077.143.1.317.099.567"/>
    </svg>);
});
//# sourceMappingURL=ShareAndroid.jsx.map