| 123456789 |
- import { Color } from './color';
- /**
- * ⬡
- */
- export const HollowHexagon = (options) => {
- return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'hexagon' }, options));
- };
- HollowHexagon.props = Object.assign({ defaultMarker: 'hollowHexagon' }, Color.props);
- //# sourceMappingURL=hollowHexagon.js.map
|