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