import React from "react"; import PropTypes from "prop-types"; import { Box, Button, Heading, Text } from "grommet"; function GenericPageWithIcon(props) { return ( {props.icon} {props.title} {props.description}