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