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