UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 605 B
import React from 'react'; export default function GuitarAcousticIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-guitar-acoustic ${props.className}`} viewBox="0 0 24 24" > <path d="M19.59 3H22v2h-1.59l-4.24 4.24c-.37-.56-.85-1.04-1.41-1.41L19.59 3M12 8a4 4 0 0 1 4 4 3.99 3.99 0 0 1-3 3.87V16a5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5h.13c.45-1.76 2.04-3 3.87-3m0 2.5a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5m-5.06 3.74l-.71.7 2.83 2.83.71-.71-2.83-2.82z" /> </svg> ); }