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