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