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