import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMembershipCollection = withIcon(function IconMembershipCollection(props) {
    return (<svg data-tag="IconMembershipCollection" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.25 13.5c0 3.75 0 5.625-.937 6.563C18.375 21 16.5 21 12.75 21h-1.5c-3.75 0-5.625 0-6.562-.937-.938-.938-.938-2.813-.938-6.563 0-3.75 0-5.625.938-6.562C5.625 6 7.5 6 11.25 6h1.5c3.75 0 5.625 0 6.563.938.937.937.937 2.812.937 6.562m-5.84-2.247c-.36-.003-.525.008-.627-.066-.102-.074-.143-.234-.257-.576C12.92 8.787 12.46 7.875 12 7.875c-.46 0-.92.912-1.526 2.736-.114.342-.155.502-.257.576-.102.074-.267.063-.628.066-1.924.012-2.934.167-3.077.604-.142.437.585 1.156 2.134 2.295.29.214.43.302.469.422.04.12-.022.273-.131.617-.583 1.831-.748 2.84-.376 3.11.373.27 1.281-.198 2.845-1.318.294-.21.42-.315.547-.315.127 0 .253.105.547.315 1.563 1.12 2.472 1.587 2.844 1.317.372-.27.208-1.277-.375-3.11-.11-.343-.17-.496-.131-.616.039-.12.178-.208.469-.422 1.55-1.14 2.275-1.858 2.133-2.295-.142-.437-1.152-.592-3.076-.604M6.06 4.06c-.14.04-.27-.04-.27-.04h.01a.317.317 0 0 1-.03-.29c.1-.29.23-.52.4-.69.78-.79 2.36-.79 5.52-.79h1.15c3.15 0 4.73 0 5.52.79.17.17.3.41.4.71.05.13-.05.24-.05.24s-.1.1-.24.07c-1.29-.31-3.03-.31-5.53-.31h-1.36c-2.5 0-4.23.01-5.52.31"/>
    </svg>);
});
//# sourceMappingURL=MembershipCollection.jsx.map