{
  "formato": "icone",
  "versione": 1,
  "set": {
    "id": "esempi",
    "name": "Esempi",
    "icons": [
      {
        "id": "spunta",
        "name": "spunta",
        "size": { "w": 24, "h": 24 },
        "states": [
          {
            "id": "s1",
            "name": "Fermo",
            "rootId": "root",
            "nodes": {
              "root": {
                "id": "root",
                "geometry": { "kind": "group" },
                "childIds": ["segno"]
              },
              "segno": {
                "id": "segno",
                "name": "Segno",
                "parentId": "root",
                "geometry": {
                  "kind": "path",
                  "commands": [
                    { "type": "M", "x": 5, "y": 12.5 },
                    { "type": "L", "x": 10, "y": 17.5 },
                    { "type": "L", "x": 19, "y": 7 }
                  ]
                },
                "style": {
                  "fill": { "kind": "none" },
                  "stroke": { "kind": "currentColor" },
                  "strokeWidth": 2
                }
              }
            }
          }
        ],
        "transitions": []
      }
    ]
  }
}
