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