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