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