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