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