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