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