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