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