(children, attributes)
| 1266 | /*#__PURE__*/ |
| 1267 | function () { |
| 1268 | function SvgNode(children, attributes) { |
| 1269 | this.children = void 0; |
| 1270 | this.attributes = void 0; |
| 1271 | this.children = children || []; |
| 1272 | this.attributes = attributes || {}; |
| 1273 | } |
| 1274 | |
| 1275 | var _proto4 = SvgNode.prototype; |
| 1276 |
nothing calls this directly
no outgoing calls
no test coverage detected