import React from 'react';
import withIcon from '../lib/withIcon';
export const IconElectricGuitar = withIcon(function IconElectricGuitar(props) {
    return (<svg data-tag="IconElectricGuitar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M21.583 4.59c-.188.18-.498-.144-.985.348-.888.944-.467 1.167-.865 1.585-.378.378-.814.06-1.124.37l-4.604 4.602c-.432.432-.88.935-.88 1.254 0 .469.415.75 1.125.75.732 0 1.303-.733 1.79-.75a.465.465 0 0 1 .47.46v.019c0 .397-.118.772-.76 1.396-1.297 1.256-2.46 1.363-3.375 2.25-1.286 1.285-1.436 3.173-2.94 4.677-1.726 1.726-3.533.907-5.212-.721-1.989-1.928-4.144-5.605-1.489-8.178C4.17 11.26 6.484 11.46 8.25 9.748c1.17-1.134 1.124-2.659 2.25-3.75a2.302 2.302 0 0 1 1.622-.749c.617.023.61.17.61.394 0 .422-1.107 1.316-1.107 2.605 0 .885.412 1.481.73 1.481.35-.038.673-.213.896-.486l3.9-3.899c.272-.271-.109-.785.363-1.257a24.265 24.265 0 0 0 2.39-1.228c.518-.33 1.231-.284 1.498 0 .396.491.467 1.169.18 1.73M8.149 17.985 6.01 15.84a.324.324 0 0 0-.458 0l-.21.21a.327.327 0 0 0-.028.424c.364.493.458 1.082.792 1.417.334.335.92.43 1.412.795a.323.323 0 0 0 .423-.029l.21-.21a.327.327 0 0 0 0-.46" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=ElectricGuitar.jsx.map