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