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