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