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