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