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