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