import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandStripe = withIcon(function IconBrandStripe(props) {
    return (<svg data-tag="IconBrandStripe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M10.578 7.956c0-.857.706-1.187 1.874-1.187 1.676 0 3.792.506 5.468 1.407V3.01C16.09 2.286 14.282 2 12.452 2 7.976 2 5 4.33 5 8.22c0 6.066 8.378 5.099 8.378 7.714 0 1.011-.882 1.34-2.117 1.34-1.83 0-4.167-.747-6.018-1.758v5.231C7.293 21.627 9.365 22 11.26 22c4.587 0 7.74-2.264 7.74-6.198-.022-6.55-8.422-5.384-8.422-7.846" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandStripe.jsx.map