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