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