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