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