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