import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHammer = withIcon(function IconHammer(props) {
    return (<svg data-tag="IconHammer" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M7.653 10.53c-.12.12-.237.21-.356.267a.731.731 0 0 1-.372.076c-.254-.015-.49-.042-.707-.02a.926.926 0 0 0-.596.271.926.926 0 0 0-.271.596c-.022.217.005.453.02.706a.732.732 0 0 1-.076.372c-.058.12-.147.236-.267.356-.31.31-.597.42-.962.297-.365-.121-.807-.475-1.425-1.092-.618-.618-.97-1.06-1.092-1.425-.122-.365-.012-.653.297-.962.12-.12.236-.21.356-.267a.733.733 0 0 1 .372-.076c.253.015.489.042.706.02a.926.926 0 0 0 .596-.271c.18-.18.25-.379.272-.596.022-.217-.005-.453-.02-.707a.732.732 0 0 1 .075-.371c.058-.12.148-.237.268-.357L5.538 6.28l1.068-1.068C7.44 4.377 8.24 3.823 9.059 3.48c.819-.345 1.658-.48 2.577-.48 1.006 0 2.128.213 2.999.601.87.388 1.49.95 1.49 1.649 0 .248-.082.436-.263.561-.181.125-.463.189-.862.189h-1.265c-.606 0-1.055.06-1.459.228-.404.167-.764.442-1.192.87-.155.155-.232.301-.232.447 0 .147.077.293.232.448L12.43 9.34l1.347 1.348c.18.18.36.32.576.416.215.095.464.146.782.146.319 0 .546.028.75.112.203.085.383.225.608.45l2.83 2.83 2.83 2.83c.309.31.419.597.297.962-.121.365-.475.807-1.092 1.425-.618.617-1.06.97-1.425 1.092-.365.122-.653.012-.962-.297l-2.83-2.83-2.83-2.83c-.225-.225-.365-.405-.45-.608-.084-.204-.112-.431-.112-.75 0-.318-.028-.545-.113-.748-.084-.204-.225-.384-.45-.61l-1.347-1.347-1.348-1.347c-.154-.155-.3-.232-.447-.232-.146 0-.292.077-.447.232l-.473.473z"/>
    </svg>);
});
//# sourceMappingURL=Hammer.jsx.map