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