import { Color } from './color'; /** * □ */ export const HollowSquare = (options) => { return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'square' }, options)); }; HollowSquare.props = Object.assign({ defaultMarker: 'hollowSquare' }, Color.props); //# sourceMappingURL=hollowSquare.js.map