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