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