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