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