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