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