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