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