import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandMemberful = withIcon(function IconBrandMemberful(props) {
    return (<svg data-tag="IconBrandMemberful" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 2C6.478 2 2 6.478 2 12s4.478 10 10 10 10-4.478 10-10S17.522 2 12 2m5.15 7.522c-.211.478-.45.94-.689 1.406-.472.91-.911 1.839-1.211 2.822-.206.667-.356 1.344-.378 2.05-.01.322-.139.461-.51.511a1.747 1.747 0 0 1-.512-.022c-.3-.056-.461-.256-.5-.561-.061-.467.011-.922.133-1.372.223-.823.573-1.6.928-2.373.283-.61.561-1.227.833-1.844a4.7 4.7 0 0 0 .134-.395l-.045-.033c-.16.106-.327.2-.477.317-.512.405-.94.894-1.334 1.41-.622.812-1.155 1.679-1.533 2.634a5.399 5.399 0 0 0-.345 1.65 2.746 2.746 0 0 1-.044.367.227.227 0 0 1-.211.211c-.278.033-.561.039-.833-.044a.654.654 0 0 1-.495-.634c-.028-.544.067-1.066.2-1.589.261-1 .678-1.933 1.117-2.86.21-.44.416-.879.628-1.317.016-.04.027-.078.05-.145a2.036 2.036 0 0 0-.195.1c-.35.211-.633.5-.9.8-.867.961-1.6 2.039-2.172 3.2a4.769 4.769 0 0 0-.456 1.706 20.88 20.88 0 0 1-.055.555.243.243 0 0 1-.217.222 1.468 1.468 0 0 1-.789-.05c-.4-.144-.578-.488-.539-.96.09-1 .39-1.94.734-2.867a28.738 28.738 0 0 1 1.872-4.128c.155-.283.372-.483.678-.572.527-.15.96.133.922.772-.022.255-.117.5-.267.705-.478.7-.839 1.467-1.172 2.245-.156.361-.294.733-.439 1.1a.299.299 0 0 0-.028.117c.195-.34.39-.684.584-1.017.51-.878 1.044-1.745 1.666-2.55.25-.328.517-.639.84-.895.144-.127.321-.216.51-.255.611-.1 1.284.411 1.306 1.011a.773.773 0 0 1-.083.383c-.2.411-.423.806-.634 1.211-.355.65-.644 1.328-.872 2.034a.182.182 0 0 0 0 .078c.061-.112.122-.217.183-.328.6-1.061 1.217-2.117 1.95-3.095.295-.394.611-.777 1.006-1.083.361-.283.739-.244 1.128-.072.389.172.622.46.633.889.017.189-.022.377-.1.555"/>
    </svg>);
});
//# sourceMappingURL=BrandMemberful.jsx.map