import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMembership = withIcon(function IconMembership(props) {
    return (<svg data-tag="IconMembership" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.75 3.75h-1.5c-4.125 0-6.187 0-7.219 1.031C3 5.813 3 7.875 3 12s0 6.188 1.031 7.219c1.031 1.031 3.094 1.031 7.219 1.031h1.5c4.125 0 6.188 0 7.219-1.031C21 18.188 21 16.125 21 12s0-6.187-1.031-7.219c-1.031-1.031-3.094-1.03-7.219-1.03m2.844 8.976c-.312.23-.461.323-.503.452-.042.129.023.292.14.66.625 1.963.801 3.043.403 3.332-.4.29-1.373-.212-3.048-1.411-.315-.225-.45-.338-.586-.338-.136 0-.271.113-.586.338-1.675 1.2-2.65 1.7-3.048 1.411-.398-.29-.222-1.369.402-3.331.117-.369.183-.532.14-.661-.041-.129-.19-.223-.502-.452-1.66-1.221-2.438-1.991-2.286-2.46.153-.468 1.235-.634 3.297-.647.387-.002.563.009.672-.07.11-.08.154-.25.275-.618.65-1.954 1.143-2.93 1.636-2.93.493 0 .986.976 1.635 2.93.122.367.165.538.275.617.11.08.286.069.673.071 2.061.013 3.144.18 3.296.648.152.468-.626 1.238-2.285 2.459"/>
    </svg>);
});
//# sourceMappingURL=Membership.jsx.map