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