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