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