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