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