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