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