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