import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUserGroup = withIcon(function IconUserGroup(props) {
    return (<svg data-tag="IconUserGroup" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 4.969c1.028 0 1.819.294 2.353.872.534.578.811 1.441.811 2.58 0 .829-.148 1.512-.435 2.045a2.483 2.483 0 0 1-1.273 1.146c-.303.125-.434.339-.41.534.024.195.203.372.522.424 2.174.348 3.364 1.522 4.01 2.7.647 1.178.75 2.36.75 2.721 0 .48-.25.741-1.165.88-.916.14-2.498.16-5.163.16s-4.247-.02-5.163-.16c-.916-.139-1.165-.4-1.165-.88 0-.362.103-1.543.75-2.72.646-1.179 1.836-2.353 4.01-2.701.319-.052.498-.229.522-.424.024-.195-.107-.409-.41-.534a2.483 2.483 0 0 1-1.273-1.146c-.287-.533-.435-1.216-.435-2.046 0-1.138.277-2 .811-2.579.534-.578 1.325-.872 2.353-.872"/>
      <path d="M5.203 5.672c.723 0 1.28.207 1.656.614.376.407.57 1.014.57 1.815 0 .583-.103 1.064-.305 1.44a1.747 1.747 0 0 1-.896.806c-.213.087-.306.238-.289.375.017.138.143.263.368.299.22.035.415.083.59.14.176.058.333.126.478.203.27.142.404.254.406.371 0 .117-.132.239-.392.399a5.74 5.74 0 0 0-1.483 1.31 7.156 7.156 0 0 0-.931 1.547c-.103.228-.18.36-.294.434-.115.075-.266.092-.516.09-1.42-.007-2.274-.037-2.773-.142-.498-.104-.642-.283-.642-.587 0-.255.072-1.073.527-1.89.455-.816 1.293-1.63 2.823-1.875.224-.037.35-.161.367-.299.017-.137-.075-.288-.289-.375a1.747 1.747 0 0 1-.895-.807c-.202-.375-.306-.856-.306-1.44 0-.8.195-1.407.57-1.814.376-.407.933-.614 1.656-.614m13.594 0c.723 0 1.28.207 1.656.614.375.407.57 1.014.57 1.815 0 .583-.104 1.064-.306 1.44a1.747 1.747 0 0 1-.895.806c-.214.087-.306.238-.29.375.017.138.144.263.368.299 1.53.245 2.368 1.059 2.823 1.875.455.816.527 1.635.527 1.89 0 .304-.144.483-.642.587-.5.105-1.353.135-2.773.142-.25.002-.401-.015-.515-.09-.115-.074-.192-.206-.295-.434a7.157 7.157 0 0 0-.93-1.546 5.738 5.738 0 0 0-1.484-1.311c-.26-.16-.393-.282-.392-.399.002-.117.136-.229.406-.371.145-.077.302-.145.477-.203.176-.057.37-.105.591-.14.225-.036.35-.161.368-.299.017-.137-.076-.288-.289-.375a1.747 1.747 0 0 1-.895-.807c-.203-.375-.307-.856-.307-1.44 0-.8.195-1.407.571-1.814.376-.407.933-.614 1.656-.614"/>
    </svg>);
});
//# sourceMappingURL=UserGroup.jsx.map