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