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