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