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