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