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