{
  "formato": "icone",
  "versione": 1,
  "set": {
    "id": "esempi",
    "name": "Esempi",
    "icons": [
      {
        "id": "menu",
        "name": "menu",
        "size": { "w": 24, "h": 24 },
        "states": [
          {
            "id": "aperto",
            "name": "Menu",
            "rootId": "root",
            "nodes": {
              "root": { "id": "root", "geometry": { "kind": "group" }, "childIds": ["alta", "mezza", "bassa"] },
              "alta": {
                "id": "alta",
                "name": "Barra alta",
                "parentId": "root",
                "geometry": { "kind": "line", "x1": 4, "y1": 7, "x2": 20, "y2": 7 },
                "style": { "fill": { "kind": "none" }, "stroke": { "kind": "currentColor" }, "strokeWidth": 2 }
              },
              "mezza": {
                "id": "mezza",
                "name": "Barra di mezzo",
                "parentId": "root",
                "geometry": { "kind": "line", "x1": 4, "y1": 12, "x2": 20, "y2": 12 },
                "style": { "fill": { "kind": "none" }, "stroke": { "kind": "currentColor" }, "strokeWidth": 2 }
              },
              "bassa": {
                "id": "bassa",
                "name": "Barra bassa",
                "parentId": "root",
                "geometry": { "kind": "line", "x1": 4, "y1": 17, "x2": 20, "y2": 17 },
                "style": { "fill": { "kind": "none" }, "stroke": { "kind": "currentColor" }, "strokeWidth": 2 }
              }
            }
          },
          {
            "id": "chiuso",
            "name": "Chiudi",
            "rootId": "root",
            "nodes": {
              "root": { "id": "root", "geometry": { "kind": "group" }, "childIds": ["alta", "mezza", "bassa"] },
              "alta": {
                "id": "alta",
                "name": "Barra alta",
                "parentId": "root",
                "geometry": { "kind": "line", "x1": 4, "y1": 7, "x2": 20, "y2": 7 },
                "transform": { "y": 5, "rotation": 45 },
                "style": { "fill": { "kind": "none" }, "stroke": { "kind": "currentColor" }, "strokeWidth": 2 }
              },
              "mezza": {
                "id": "mezza",
                "name": "Barra di mezzo",
                "parentId": "root",
                "geometry": { "kind": "line", "x1": 4, "y1": 12, "x2": 20, "y2": 12 },
                "style": { "fill": { "kind": "none" }, "stroke": { "kind": "currentColor" }, "strokeWidth": 2, "opacity": 0 }
              },
              "bassa": {
                "id": "bassa",
                "name": "Barra bassa",
                "parentId": "root",
                "geometry": { "kind": "line", "x1": 4, "y1": 17, "x2": 20, "y2": 17 },
                "transform": { "y": -5, "rotation": -45 },
                "style": { "fill": { "kind": "none" }, "stroke": { "kind": "currentColor" }, "strokeWidth": 2 }
              }
            }
          }
        ],
        "transitions": [
          {
            "id": "t1",
            "kind": "smart",
            "fromStateId": "aperto",
            "toStateId": "chiuso",
            "timing": { "duration": 280, "easing": { "kind": "cubic", "p1x": 0.4, "p1y": 0, "p2x": 0.2, "p2y": 1 } },
            "trigger": { "kind": "toggle" }
          }
        ]
      }
    ]
  }
}
