import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHand = withIcon(function IconHand(props) {
    return (<svg data-tag="IconHand" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m21.695 6.919-.644 2.67-.645 2.67c-.06.25-.098.415-.121.581a4.897 4.897 0 0 0-.042.591c-.068 2.643-.664 4.535-1.93 5.766C17.05 20.43 15.117 21 12.376 21c-2.673 0-4.519-.433-5.948-1.405-1.429-.972-2.44-2.484-3.446-4.64l-.684-1.467-.685-1.468c-.124-.266-.144-.515-.066-.73.078-.213.253-.392.52-.516.614-.287 1.16-.347 1.63-.188.47.16.864.539 1.177 1.131l.324.612.324.613c.37.7.747.997 1.02.92.273-.077.44-.526.391-1.317L6.656 8.11l-.277-4.437c-.026-.42.069-.755.275-.994.206-.24.524-.384.942-.42.428-.037.767.055 1.01.258.242.203.389.517.435.923l.202 1.795.487 4.319c.044.39.226.579.4.571.173-.007.338-.21.347-.604l.132-5.277.055-2.19c.01-.42.134-.746.36-.967.227-.22.556-.336.976-.336.42 0 .749.115.975.336.226.22.35.546.36.967a41193.86 41193.86 0 0 0 .187 7.47c.01.392.175.596.348.603.174.008.356-.18.4-.571l.487-4.32.202-1.796c.046-.405.193-.719.435-.922.243-.204.58-.296 1.01-.26.418.037.736.181.942.42.206.24.3.576.275.995l-.198 3.177-.199 3.176c-.023.376.107.589.27.618.163.028.358-.127.464-.488l.58-1.964.58-1.964c.12-.409.327-.69.603-.842.277-.153.623-.176 1.022-.07.406.11.693.306.854.577.161.272.197.618.098 1.027"/>
    </svg>);
});
//# sourceMappingURL=Hand.jsx.map