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