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