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