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