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