import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPaidMember = withIcon(function IconPaidMember(props) {
    return (<svg data-tag="IconPaidMember" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M17.25 10.5h-3a263.19 263.19 0 0 0-1.095.002c-.288.002-.483-.004-.67-.044a2.53 2.53 0 0 1-.625-.242 6.067 6.067 0 0 0-.892-.362 7.187 7.187 0 0 0-1.046-.246c-.34-.055-.53-.244-.556-.452-.026-.209.114-.437.437-.57a2.648 2.648 0 0 0 1.358-1.222c.306-.569.464-1.297.464-2.182 0-1.214-.296-2.135-.865-2.752-.57-.617-1.414-.93-2.51-.93-1.096 0-1.94.313-2.51.93-.57.617-.865 1.538-.865 2.752 0 .885.158 1.613.464 2.182.307.568.763.977 1.358 1.222.323.133.463.361.438.57-.026.208-.217.397-.557.452-2.32.371-3.589 1.624-4.279 2.88-.69 1.257-.799 2.517-.799 2.903 0 .512.266.79 1.243.939.977.149 2.664.17 5.507.17h.008c.263 0 .449.054.569.173.12.12.176.306.18.569.026 1.877.163 2.817.88 3.287.718.47 2.016.47 4.363.47h3c2.625 0 3.938 0 4.594-.655.656-.657.656-1.97.656-4.594 0-2.625 0-3.938-.656-4.594-.656-.656-1.969-.656-4.594-.656M21 16.135c0 .254-.03.426-.123.55-.092.124-.246.2-.492.261-.353.088-.64.258-.857.508-.217.25-.365.58-.44.99-.05.27-.125.44-.256.542-.13.103-.317.139-.591.139h-4.982c-.274 0-.46-.036-.592-.139-.13-.103-.205-.273-.255-.542-.075-.41-.223-.74-.44-.99a1.622 1.622 0 0 0-.857-.508c-.246-.061-.4-.137-.492-.26-.093-.125-.123-.297-.123-.55v-.771c0-.254.03-.427.123-.55.092-.124.246-.2.492-.261.352-.088.64-.258.857-.508.217-.25.365-.58.44-.99.05-.27.124-.44.255-.542.131-.103.318-.139.592-.139h4.982c.274 0 .46.036.591.139.131.103.206.273.256.542.075.41.223.74.44.99.218.25.504.42.857.508.246.06.4.137.492.26.092.124.123.297.123.55zm-3.375-.385c0 .742-.164 1.304-.48 1.681-.317.377-.786.569-1.395.569-.61 0-1.078-.192-1.394-.569-.317-.377-.481-.94-.481-1.681 0-.742.164-1.304.48-1.681.317-.377.786-.569 1.395-.569.61 0 1.078.192 1.394.569.317.377.481.94.481 1.681"/>
    </svg>);
});
//# sourceMappingURL=PaidMember.jsx.map