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