import React from 'react';
import withIcon from '../lib/withIcon';
export const IconShare = withIcon(function IconShare(props) {
    return (<svg data-tag="IconShare" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.5 13.125v5.25c0 1.337-.175 2.181-.684 2.69-.51.51-1.354.685-2.691.685h-8.25c-1.337 0-2.181-.175-2.69-.684-.51-.51-.685-1.354-.685-2.69v-5.25c0-1.338.175-2.182.684-2.691.51-.51 1.354-.685 2.691-.685.446 0 .727.058.897.228.17.17.228.451.228.897s-.058.727-.228.897c-.17.17-.451.228-.897.228s-.727.059-.897.228c-.17.17-.228.451-.228.897v5.25c0 .446.058.727.228.897.17.17.451.228.897.228h8.25c.446 0 .727-.058.897-.228.17-.17.228-.451.228-.897v-5.25c0-.446-.058-.727-.228-.897-.17-.17-.451-.228-.897-.228s-.727-.058-.897-.228c-.17-.17-.228-.451-.228-.897s.058-.727.228-.897c.17-.17.451-.228.897-.228 1.337 0 2.181.175 2.69.685.51.509.685 1.353.685 2.69M8.817 7.775l.602-.603.602-.602c.22-.22.433-.287.592-.221.158.066.262.264.262.574v7.702c0 .45.056.731.225.9.17.169.45.225.9.225s.731-.056.9-.225c.169-.169.225-.45.225-.9V6.923c0-.31.104-.508.262-.574.159-.066.372.001.592.22l.602.603.602.602c.317.317.557.476.796.476s.478-.159.795-.476c.317-.317.476-.556.476-.795 0-.24-.159-.479-.476-.796l-1.99-1.989-1.988-1.99c-.318-.317-.557-.475-.796-.475s-.478.158-.795.476l-1.99 1.989-1.989 1.99c-.317.316-.476.556-.476.795s.159.478.476.795c.317.317.556.476.795.476.24 0 .479-.159.796-.476"/>
    </svg>);
});
//# sourceMappingURL=Share.jsx.map