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