import React from "react"; const Start = (props) => { const route = props.getValue; return (
Icon
) }; export default Start;