import * as React from 'react'; export interface Guitar64Props extends React.SVGProps { ariaLabel?: string } export default function Guitar64({ ariaLabel, ...props }: Guitar64Props) { return ( ); }