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