Custom app : Invalid dimensions for icon

Hi Team,
I am unable to add the below svg to the icon for deal_entity_menu it throws invalid dimension error

sei.svg


<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512" width="24" height="24">
  <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192)  -->
  <defs>
    <style>
      .st0 {
        fill: #fff;
      }

      .st1 {
        fill: #fe5000;
      }
    </style>
  </defs>
  <path class="st1" d="M512,0v512H0V0h512ZM389.53,93.45l-205.51,41.08-1.54,1.46v83.02l208.86,41.92,1.91-2.18.78-158.3c.18-2.87-1.17-6.73-4.51-7.01ZM122.47,250.45c-3.34.28-4.69,4.14-4.51,7.01l.78,158.3,1.91,2.18,208.86-41.92.54-80.57-1.63-3.37-205.96-41.63Z"/>
  <path class="st0" d="M389.53,93.45c3.34.28,4.69,4.14,4.51,7.01l-.78,158.3-1.91,2.18-208.86-41.92v-83.02l1.54-1.46,205.51-41.08Z"/>
  <path class="st0" d="M122.47,250.45l205.96,41.63,1.63,3.37-.54,80.57-208.86,41.92-1.91-2.18-.78-158.3c-.18-2.87,1.17-6.73,4.51-7.01Z"/>
</svg>
manifest.json

      "location": {
        "deal_entity_menu": {
          "url": "template.html",
          "icon": "sei.svg"
        }

The local server could not be started due to the following issue(s): ✖ Invalid dimension of icon 'seismic.svg' for freshworks_crm/deal_entity_menu

can someone help?
Thanks

Please check the icon dimension to see if it matches 64X64 px.
FDK will check this; if it is not valid, it will throw an error.

Thanks