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