import React from 'react';
import withIcon from '../lib/withIcon';
export const IconGaiter = withIcon(function IconGaiter(props) {
    return (<svg data-tag="IconGaiter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25" {...props}>
      <g clipPath="url(#prefix__a)">
        <path d="M11.377 8.451a.8.8 0 0 1-.793.805.78.78 0 0 1-.452-.143.808.808 0 0 1-.34-.662c0-.444.354-.805.792-.805.438 0 .793.36.793.805m5.719.805a.8.8 0 0 0 .793-.805.799.799 0 0 0-.793-.805.799.799 0 0 0-.793.805.8.8 0 0 0 .793.805"/>
        <path fillRule="evenodd" d="M19.325 2.884a5.89 5.89 0 0 1 .796 2.969V10.9a5.878 5.878 0 0 1-1.52 3.958c-.116.163-.222.3-.307.4-.257.301.194 1.154.639 1.996.37.7.737 1.394.687 1.756-.109.796-3.46 3.805-3.823 3.978-.364.173-7.382-1.753-7.564-2.826-.083-.49.198-1.183.486-1.894.343-.844.695-1.712.459-2.295-.135-.33-.358-.794-.595-1.287l-.002-.003c-.134-.28-.273-.568-.402-.846a5.89 5.89 0 0 1-.778-2.937V5.853C7.4 2.62 9.983 0 13.168 0h4.244c1.68-.01 2.989.066 2.989.066 0 .098-.006.206-.018.321a4.61 4.61 0 0 1-.297 1.174c-.17.432-.416.888-.761 1.322M18.2 3.924a4.39 4.39 0 0 1 .442 1.929v.399a3.877 3.877 0 0 0-1.387-.253c-.916 0-1.768.312-2.384.842-.208.178-.18.497.028.676l.08.069a.55.55 0 0 0 .519.095.725.725 0 0 0 .222-.108 2.635 2.635 0 0 1 1.535-.467c.534 0 1.012.143 1.387.37V10.9c0 .142-.006.282-.02.42-1.462-.472-3.772-.816-4.796-.816-1.19 0-3.294.568-4.888 1.13a4.444 4.444 0 0 1-.06-.734V7.745c.401-.377 1.02-.639 1.744-.639.577 0 1.089.167 1.476.426.227.152.538.17.738-.017l.078-.073c.2-.186.216-.506.002-.676-.608-.484-1.42-.767-2.294-.767-.63 0-1.23.148-1.744.413v-.56c0-1.314.574-2.492 1.482-3.29.204 1.083 1.04 2.481 4.018 2.436 1.68-.025 2.92-.46 3.822-1.073m-5.033 12.828a5.676 5.676 0 0 1-2.443-.55c.032.465-.05.89-.13 1.199-.126.496-.333 1.005-.492 1.397l-.017.042c-.122.301-.219.54-.288.748.078.042.168.087.271.136.606.29 1.444.603 2.33.892.878.286 1.759.534 2.432.697.21.051.392.092.543.123a30.34 30.34 0 0 0 1.407-1.284 18 18 0 0 0 1.125-1.184c.055-.065.103-.124.144-.176a15.806 15.806 0 0 0-.42-.828l-.023-.044c-.205-.388-.465-.88-.635-1.323a4.154 4.154 0 0 1-.135-.413 5.676 5.676 0 0 1-2.483.568zm4.29-2.847a10.864 10.864 0 0 0 .704-1.16c-.284-.09-.63-.183-1.02-.273-1.272-.291-2.684-.468-3.315-.468-.567 0-1.576.194-2.727.517-.578.162-1.148.344-1.656.523l.042.09a4.275 4.275 0 0 0 3.682 2.119h1.186a4.25 4.25 0 0 0 3.103-1.348M15.941 1.544c.9-.037 1.777-.04 2.51-.03a3.588 3.588 0 0 1-.374.526c-.6.698-1.69 1.419-3.722 1.45-1.027.015-1.607-.175-1.921-.352a1.128 1.128 0 0 1-.517-.552 1.551 1.551 0 0 1-.112-.45c.237-.093.561-.186.975-.268.894-.18 2.02-.278 3.16-.324" clipRule="evenodd"/>
      </g>
      <defs>
        <clipPath id="prefix__a">
          <path d="M7 0h14v23H7z"/>
        </clipPath>
      </defs>
    </svg>);
});
//# sourceMappingURL=Gaiter.jsx.map