Exported SVG is incomplete(Lines are missing) | XD Issue: Icon Exported as SVG is incomplete. Lines are missing.More info: The icon consists of vertical lines [height(36), width(0), border size(3)] and horizontal line[height(0), width(20), border size(3)]. These line is missing in the exported SVG. First Analysis - Root Cause/possibilities: As per the link https://helpx.adobe.com/in/xd/kb/import-export-issues.html#SVG-files-with-unsupported-properties, under the section "Why can't I export files from XD?" it explains:One of the assets you may be exporting is under 1 x 1 pixels large, or an invalid object. For example, a path with only one point, or a text object with no text.Here, in this issue, the missing lines in exported SVG is having either width or height as zero pixels, and this could be the reason for export failure.As XD does not allow to change the width/height of the line from 0 pixels, request XD team to address the issue.