@ DocumentNode (location: (1:0)-(6:0))
└── children: (2 items)
    ├── @ HTMLElementNode (location: (1:0)-(5:6))
    │   ├── open_tag:
    │   │   └── @ HTMLOpenTagNode (location: (1:0)-(1:5))
    │   │       ├── tag_opening: "<" (location: (1:0)-(1:1))
    │   │       ├── tag_name: "svg" (location: (1:1)-(1:4))
    │   │       ├── tag_closing: ">" (location: (1:4)-(1:5))
    │   │       ├── children: []
    │   │       └── is_void: false
    │   │
    │   ├── tag_name: "svg" (location: (1:1)-(1:4))
    │   ├── body: (3 items)
    │   │   ├── @ HTMLTextNode (location: (1:5)-(2:2))
    │   │   │   └── content: "\n  "
    │   │   │
    │   │   ├── @ HTMLElementNode (location: (2:2)-(4:6))
    │   │   │   ├── open_tag:
    │   │   │   │   └── @ HTMLOpenTagNode (location: (2:2)-(2:5))
    │   │   │   │       ├── tag_opening: "<" (location: (2:2)-(2:3))
    │   │   │   │       ├── tag_name: "g" (location: (2:3)-(2:4))
    │   │   │   │       ├── tag_closing: ">" (location: (2:4)-(2:5))
    │   │   │   │       ├── children: []
    │   │   │   │       └── is_void: false
    │   │   │   │
    │   │   │   ├── tag_name: "g" (location: (2:3)-(2:4))
    │   │   │   ├── body: (3 items)
    │   │   │   │   ├── @ HTMLTextNode (location: (2:5)-(3:4))
    │   │   │   │   │   └── content: "\n    "
    │   │   │   │   │
    │   │   │   │   ├── @ HTMLElementNode (location: (3:4)-(3:11))
    │   │   │   │   │   ├── open_tag:
    │   │   │   │   │   │   └── @ HTMLOpenTagNode (location: (3:4)-(3:11))
    │   │   │   │   │   │       ├── tag_opening: "<" (location: (3:4)-(3:5))
    │   │   │   │   │   │       ├── tag_name: "path" (location: (3:5)-(3:9))
    │   │   │   │   │   │       ├── tag_closing: "/>" (location: (3:9)-(3:11))
    │   │   │   │   │   │       ├── children: []
    │   │   │   │   │   │       └── is_void: true
    │   │   │   │   │   │
    │   │   │   │   │   ├── tag_name: "path" (location: (3:5)-(3:9))
    │   │   │   │   │   ├── body: []
    │   │   │   │   │   ├── close_tag: ∅
    │   │   │   │   │   └── is_void: true
    │   │   │   │   │
    │   │   │   │   └── @ HTMLTextNode (location: (3:11)-(4:2))
    │   │   │   │       └── content: "\n  "
    │   │   │   │
    │   │   │   ├── close_tag:
    │   │   │   │   └── @ HTMLCloseTagNode (location: (4:2)-(4:6))
    │   │   │   │       ├── tag_opening: "</" (location: (4:2)-(4:4))
    │   │   │   │       ├── tag_name: "g" (location: (4:4)-(4:5))
    │   │   │   │       └── tag_closing: ">" (location: (4:5)-(4:6))
    │   │   │   │
    │   │   │   └── is_void: false
    │   │   │
    │   │   └── @ HTMLTextNode (location: (4:6)-(5:0))
    │   │       └── content: "\n"
    │   │
    │   ├── close_tag:
    │   │   └── @ HTMLCloseTagNode (location: (5:0)-(5:6))
    │   │       ├── tag_opening: "</" (location: (5:0)-(5:2))
    │   │       ├── tag_name: "svg" (location: (5:2)-(5:5))
    │   │       └── tag_closing: ">" (location: (5:5)-(5:6))
    │   │
    │   └── is_void: false
    │
    └── @ HTMLTextNode (location: (5:6)-(6:0))
        └── content: "\n"