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