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