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