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