import React from 'react';
import withIcon from '../lib/withIcon';
export const IconGuitar = withIcon(function IconGuitar(props) {
    return (<svg data-tag="IconGuitar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M19.526 6.347a.906.906 0 0 0-.641.266l-4.13 4.131a.379.379 0 0 0-.028.499c1.316 1.725 1.361 3.194.286 4.27-1.025 1.024-1.631 1.125-2.24 1.734-.61.609-.063 2.256-1.784 3.976-1.72 1.72-4.264 1.976-7.23-.988-2.964-2.963-2.708-5.505-.987-7.225 1.72-1.72 3.381-1.162 3.99-1.77.609-.61.698-1.227 1.723-2.251 1.075-1.075 2.543-1.03 4.268.282.15.117.363.105.498-.028l4.131-4.133c.17-.17.266-.4.266-.641 0-.24.096-.471.266-.641l1.47-1.471a.374.374 0 0 1 .356-.1c.485.117.93.362 1.288.71.347.358.592.803.709 1.288a.374.374 0 0 1-.1.356l-1.47 1.47c-.17.17-.4.266-.641.266M5.552 15.838l-.209.21a.327.327 0 0 0-.028.425c.363.493.457 1.081.791 1.417.334.335.92.43 1.412.794.128.098.31.086.423-.028l.21-.21a.327.327 0 0 0 0-.46l-2.14-2.148a.324.324 0 0 0-.46 0m4.96-3.855a1.503 1.503 0 1 0 1.503 1.503v-.001c0-.83-.673-1.503-1.503-1.503z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Guitar.jsx.map