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