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