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