import * as React from "react"; import { FunctionComponent } from "react"; const StoneView: FunctionComponent<{ color: string }> = ({ color }) => { return (