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