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