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