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