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