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