import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVenmo = withIcon(function IconVenmo(props) {
    return (<svg data-tag="IconVenmo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.087 3.936c1.935.05 2.903 1.15 2.913 3.298 0 .141-.005.288-.012.439-.086 1.822-1.441 4.304-4.073 7.445-2.714 3.29-5.016 4.937-6.907 4.946-1.177 0-2.153-1.007-2.937-3.023l-.823-2.763-.814-2.76c-.6-1.998-1.24-2.996-1.924-2.996-.15 0-.669.291-1.56.873L2 8.27l1.474-1.224 1.45-1.211C6.22 4.796 7.207 4.233 7.885 4.15c.09-.01.18-.013.272-.013 1.39 0 2.259 1 2.6 2.998.19 1.14.346 2.066.474 2.778.124.714.227 1.21.31 1.494.46 1.89.954 2.84 1.487 2.847.409 0 1.038-.616 1.888-1.848.83-1.265 1.278-2.202 1.335-2.813a2.38 2.38 0 0 0 .025-.347c0-.826-.454-1.237-1.36-1.237-.46 0-.95.097-1.475.286.94-2.898 2.748-4.35 5.42-4.359z"/>
    </svg>);
});
//# sourceMappingURL=Venmo.jsx.map