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