import React from 'react' type Props = { className: string width: number height: number } export const BlockChainSvg = ({ className, width, height }: Props) => { return ( Blockchain brand icon ) }