"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Bowtie = void 0; const color_1 = require("./color"); /** * ▶◀ */ const Bowtie = (options) => { return (0, color_1.Color)(Object.assign({ colorAttribute: 'fill', symbol: 'bowtie' }, options)); }; exports.Bowtie = Bowtie; exports.Bowtie.props = Object.assign({ defaultMarker: 'bowtie' }, color_1.Color.props); //# sourceMappingURL=bowtie.js.map