import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPaidMembers = withIcon(function IconPaidMembers(props) {
    return (<svg data-tag="IconPaidMembers" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8 7.82C8 11.01 9.86 13 12 13c2.14 0 4-1.98 4-5.18C16 5.07 14.39 3 12 3 9.61 3 8 5.07 8 7.82m5.95 12.23a2.26 2.26 0 0 1 .17-1.71c.09-.16.19-.3.31-.44s.15-.34.04-.5a3.84 3.84 0 0 1-.68-2.16c0-.21.02-.42.06-.62a.4.4 0 0 0-.31-.47c-.5-.1-1.02-.15-1.55-.15-3.87 0-7 2.71-7 4.81V19c0 1.1.9 2 2 2h6.73c.29 0 .48-.3.36-.56-.06-.13-.1-.26-.14-.39z"/>
      <path fillRule="evenodd" d="M18.85 21.93v-.63c1.13-.18 2.02-1.14 2.02-2.33 0-.98-.6-1.85-1.55-2.22l-1.93-.72a.858.858 0 0 1-.57-.79c0-.22.09-.44.25-.59.21-.21.57-.31.95-.31.55 0 1.13.23 1.26.68.09.34.41.55.75.55.07 0 .14 0 .22-.03.42-.11.66-.54.53-.94-.25-.89-1.02-1.53-1.93-1.68v-.63c0-.42-.34-.76-.78-.76a.75.75 0 0 0-.77.76v.65c-.49.07-.95.31-1.3.65-.45.44-.7 1.05-.7 1.66 0 .96.62 1.85 1.55 2.2l1.93.72c.34.13.57.44.57.79 0 .61-.62.91-1.24.91-.54 0-1.08-.22-1.22-.67a.759.759 0 0 0-.73-.55.62.62 0 0 0-.23.04c-.42.11-.66.54-.53.94.25.89 1.02 1.53 1.91 1.68v.63c0 .42.34.76.77.76s.78-.33.78-.76z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=PaidMembers.jsx.map