### Current Behavior The `ionicons.symbols.svg` is an invalid SVG file. ### Expected Behavior The `ionicons.symbols.svg` is a valid SVG file. ### Steps to Reproduce Website: https://unpkg.com/browse/ionicons@7.4.0/dist/ionicons.symbols.svg Raw: https://unpkg.com/ionicons@7.4.0/dist/ionicons.symbols.svg ### Code Reproduction URL _No response_ ### Additional Information Error: ```txt XML Parsing Error: mismatched tag. Expected: </svg>. Location: https://unpkg.com/ionicons@7.4.0/dist/ionicons.symbols.svg Line Number 341, Column 232: ``` Function that builds it: [scripts/build.ts#L213](https://github.com/ionic-team/ionicons/blob/main/scripts/build.ts#L213)
Current Behavior
The
ionicons.symbols.svgis an invalid SVG file.Expected Behavior
The
ionicons.symbols.svgis a valid SVG file.Steps to Reproduce
Website: https://unpkg.com/browse/ionicons@7.4.0/dist/ionicons.symbols.svg
Raw: https://unpkg.com/ionicons@7.4.0/dist/ionicons.symbols.svg
Code Reproduction URL
No response
Additional Information
Error:
Function that builds it: scripts/build.ts#L213