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