import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandPaypal = withIcon(function IconBrandPaypal(props) {
    return (<svg data-tag="IconBrandPaypal" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.43 13.758c-.156.847-.77 4.794-.953 5.91-.013.08-.045.11-.133.11H4.04a.536.536 0 0 1-.536-.613L6.1 2.763a.898.898 0 0 1 .886-.745c6.744 0 7.31-.163 9.033.503 2.661 1.027 2.905 3.506 1.949 6.188-.953 2.76-3.21 3.947-6.204 3.982-1.921.031-3.078-.309-3.334 1.067zm10.88-6.346c-.08-.058-.111-.08-.134.057a10.24 10.24 0 0 1-.39 1.482c-1.766 5.019-6.663 4.582-9.055 4.582-.27 0-.447.145-.482.414-1 6.192-1.2 7.484-1.2 7.484-.045.314.155.569.469.569h2.812c.38 0 .695-.278.77-.657.032-.238-.048.269.638-4.026.204-.97.634-.869 1.298-.869 3.144 0 5.597-1.27 6.327-4.953.288-1.535.204-3.15-1.054-4.084z"/>
    </svg>);
});
//# sourceMappingURL=BrandPaypal.jsx.map