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