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