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