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