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