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