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