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