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