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