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