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