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