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