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