import React from 'react'; import { Icon } from 'UI'; import { Link } from 'react-router-dom'; interface Props { items: any } function Breadcrumb(props: Props) { const { items } = props; return (