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