import * as React from "react"; const Tag = ({ width, height, color }) => ( ); export default Tag;