@carbon/icons 11.70.0-rc.0 → 11.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/es/commit-alt/16.js +28 -0
  2. package/es/commit-alt/20.js +28 -0
  3. package/es/commit-alt/24.js +28 -0
  4. package/es/commit-alt/32.js +28 -0
  5. package/es/copy--to-clipboard/16.js +28 -0
  6. package/es/copy--to-clipboard/20.js +28 -0
  7. package/es/copy--to-clipboard/24.js +28 -0
  8. package/es/copy--to-clipboard/32.js +28 -0
  9. package/es/extensions/16.js +28 -0
  10. package/es/extensions/20.js +28 -0
  11. package/es/extensions/24.js +28 -0
  12. package/es/extensions/32.js +28 -0
  13. package/es/folder--tree/16.js +28 -0
  14. package/es/folder--tree/20.js +28 -0
  15. package/es/folder--tree/24.js +28 -0
  16. package/es/folder--tree/32.js +28 -0
  17. package/es/index.js +48 -0
  18. package/es/list-tree/16.js +28 -0
  19. package/es/list-tree/20.js +28 -0
  20. package/es/list-tree/24.js +28 -0
  21. package/es/list-tree/32.js +28 -0
  22. package/es/orchestrate/16.js +28 -0
  23. package/es/orchestrate/20.js +28 -0
  24. package/es/orchestrate/24.js +28 -0
  25. package/es/orchestrate/32.js +28 -0
  26. package/es/point/16.js +28 -0
  27. package/es/point/20.js +28 -0
  28. package/es/point/24.js +28 -0
  29. package/es/point/32.js +28 -0
  30. package/es/reading--glasses/16.js +28 -0
  31. package/es/reading--glasses/20.js +28 -0
  32. package/es/reading--glasses/24.js +28 -0
  33. package/es/reading--glasses/32.js +28 -0
  34. package/es/remote-connection/16.js +28 -0
  35. package/es/remote-connection/20.js +28 -0
  36. package/es/remote-connection/24.js +28 -0
  37. package/es/remote-connection/32.js +28 -0
  38. package/es/run-view-icon/16.js +28 -0
  39. package/es/run-view-icon/20.js +28 -0
  40. package/es/run-view-icon/24.js +28 -0
  41. package/es/run-view-icon/32.js +28 -0
  42. package/es/source-control/16.js +28 -0
  43. package/es/source-control/20.js +28 -0
  44. package/es/source-control/24.js +28 -0
  45. package/es/source-control/32.js +28 -0
  46. package/es/vertical--fold/16.js +28 -0
  47. package/es/vertical--fold/20.js +28 -0
  48. package/es/vertical--fold/24.js +28 -0
  49. package/es/vertical--fold/32.js +28 -0
  50. package/lib/commit-alt/16.js +30 -0
  51. package/lib/commit-alt/20.js +30 -0
  52. package/lib/commit-alt/24.js +30 -0
  53. package/lib/commit-alt/32.js +30 -0
  54. package/lib/copy--to-clipboard/16.js +30 -0
  55. package/lib/copy--to-clipboard/20.js +30 -0
  56. package/lib/copy--to-clipboard/24.js +30 -0
  57. package/lib/copy--to-clipboard/32.js +30 -0
  58. package/lib/extensions/16.js +30 -0
  59. package/lib/extensions/20.js +30 -0
  60. package/lib/extensions/24.js +30 -0
  61. package/lib/extensions/32.js +30 -0
  62. package/lib/folder--tree/16.js +30 -0
  63. package/lib/folder--tree/20.js +30 -0
  64. package/lib/folder--tree/24.js +30 -0
  65. package/lib/folder--tree/32.js +30 -0
  66. package/lib/index.js +96 -0
  67. package/lib/list-tree/16.js +30 -0
  68. package/lib/list-tree/20.js +30 -0
  69. package/lib/list-tree/24.js +30 -0
  70. package/lib/list-tree/32.js +30 -0
  71. package/lib/orchestrate/16.js +30 -0
  72. package/lib/orchestrate/20.js +30 -0
  73. package/lib/orchestrate/24.js +30 -0
  74. package/lib/orchestrate/32.js +30 -0
  75. package/lib/point/16.js +30 -0
  76. package/lib/point/20.js +30 -0
  77. package/lib/point/24.js +30 -0
  78. package/lib/point/32.js +30 -0
  79. package/lib/reading--glasses/16.js +30 -0
  80. package/lib/reading--glasses/20.js +30 -0
  81. package/lib/reading--glasses/24.js +30 -0
  82. package/lib/reading--glasses/32.js +30 -0
  83. package/lib/remote-connection/16.js +30 -0
  84. package/lib/remote-connection/20.js +30 -0
  85. package/lib/remote-connection/24.js +30 -0
  86. package/lib/remote-connection/32.js +30 -0
  87. package/lib/run-view-icon/16.js +30 -0
  88. package/lib/run-view-icon/20.js +30 -0
  89. package/lib/run-view-icon/24.js +30 -0
  90. package/lib/run-view-icon/32.js +30 -0
  91. package/lib/source-control/16.js +30 -0
  92. package/lib/source-control/20.js +30 -0
  93. package/lib/source-control/24.js +30 -0
  94. package/lib/source-control/32.js +30 -0
  95. package/lib/vertical--fold/16.js +30 -0
  96. package/lib/vertical--fold/20.js +30 -0
  97. package/lib/vertical--fold/24.js +30 -0
  98. package/lib/vertical--fold/32.js +30 -0
  99. package/metadata.json +1921 -3
  100. package/package.json +4 -4
  101. package/svg/32/commit-alt.svg +1 -0
  102. package/svg/32/copy--to-clipboard.svg +1 -0
  103. package/svg/32/extensions.svg +1 -0
  104. package/svg/32/folder--tree.svg +1 -0
  105. package/svg/32/list-tree.svg +1 -0
  106. package/svg/32/orchestrate.svg +1 -0
  107. package/svg/32/point.svg +1 -0
  108. package/svg/32/reading--glasses.svg +1 -0
  109. package/svg/32/remote-connection.svg +1 -0
  110. package/svg/32/run-view-icon.svg +1 -0
  111. package/svg/32/source-control.svg +1 -0
  112. package/svg/32/vertical--fold.svg +1 -0
package/metadata.json CHANGED
@@ -96802,6 +96802,163 @@
96802
96802
  ]
96803
96803
  }
96804
96804
  },
96805
+ {
96806
+ "name": "commit-alt",
96807
+ "friendlyName": "Commit alt or Source",
96808
+ "aliases": [
96809
+ "commit",
96810
+ "operation"
96811
+ ],
96812
+ "sizes": [
96813
+ 32
96814
+ ],
96815
+ "namespace": [],
96816
+ "assets": [
96817
+ {
96818
+ "size": 32,
96819
+ "filepath": "32/commit-alt.svg",
96820
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
96821
+ "optimized": {
96822
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z\"/></svg>",
96823
+ "info": {},
96824
+ "path": "32/commit-alt.svg"
96825
+ }
96826
+ }
96827
+ ],
96828
+ "output": [
96829
+ {
96830
+ "moduleName": "CommitAlt32",
96831
+ "filepath": "commit-alt/32.js",
96832
+ "descriptor": {
96833
+ "elem": "svg",
96834
+ "attrs": {
96835
+ "xmlns": "http://www.w3.org/2000/svg",
96836
+ "viewBox": "0 0 32 32",
96837
+ "fill": "currentColor",
96838
+ "width": 32,
96839
+ "height": 32
96840
+ },
96841
+ "content": [
96842
+ {
96843
+ "elem": "path",
96844
+ "attrs": {
96845
+ "d": "M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z"
96846
+ }
96847
+ }
96848
+ ],
96849
+ "name": "commit-alt",
96850
+ "size": 32
96851
+ },
96852
+ "size": 32
96853
+ },
96854
+ {
96855
+ "moduleName": "CommitAlt24",
96856
+ "filepath": "commit-alt/24.js",
96857
+ "descriptor": {
96858
+ "elem": "svg",
96859
+ "attrs": {
96860
+ "xmlns": "http://www.w3.org/2000/svg",
96861
+ "viewBox": "0 0 32 32",
96862
+ "fill": "currentColor",
96863
+ "width": 24,
96864
+ "height": 24
96865
+ },
96866
+ "content": [
96867
+ {
96868
+ "elem": "path",
96869
+ "attrs": {
96870
+ "d": "M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z"
96871
+ }
96872
+ }
96873
+ ],
96874
+ "name": "commit-alt",
96875
+ "size": 24
96876
+ },
96877
+ "size": 24
96878
+ },
96879
+ {
96880
+ "moduleName": "CommitAlt20",
96881
+ "filepath": "commit-alt/20.js",
96882
+ "descriptor": {
96883
+ "elem": "svg",
96884
+ "attrs": {
96885
+ "xmlns": "http://www.w3.org/2000/svg",
96886
+ "viewBox": "0 0 32 32",
96887
+ "fill": "currentColor",
96888
+ "width": 20,
96889
+ "height": 20
96890
+ },
96891
+ "content": [
96892
+ {
96893
+ "elem": "path",
96894
+ "attrs": {
96895
+ "d": "M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z"
96896
+ }
96897
+ }
96898
+ ],
96899
+ "name": "commit-alt",
96900
+ "size": 20
96901
+ },
96902
+ "size": 20
96903
+ },
96904
+ {
96905
+ "moduleName": "CommitAlt16",
96906
+ "filepath": "commit-alt/16.js",
96907
+ "descriptor": {
96908
+ "elem": "svg",
96909
+ "attrs": {
96910
+ "xmlns": "http://www.w3.org/2000/svg",
96911
+ "viewBox": "0 0 32 32",
96912
+ "fill": "currentColor",
96913
+ "width": 16,
96914
+ "height": 16
96915
+ },
96916
+ "content": [
96917
+ {
96918
+ "elem": "path",
96919
+ "attrs": {
96920
+ "d": "M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z"
96921
+ }
96922
+ }
96923
+ ],
96924
+ "name": "commit-alt",
96925
+ "size": 16
96926
+ },
96927
+ "size": 16
96928
+ }
96929
+ ],
96930
+ "category": "Actions",
96931
+ "subcategory": "Operations",
96932
+ "moduleInfo": {
96933
+ "local": "CommitAlt",
96934
+ "global": "CommitAlt",
96935
+ "filepath": "CommitAlt.js",
96936
+ "sizes": [
96937
+ {
96938
+ "size": 32,
96939
+ "ast": {
96940
+ "type": "element",
96941
+ "tagName": "svg",
96942
+ "attributes": {
96943
+ "xmlns": "http://www.w3.org/2000/svg",
96944
+ "viewBox": "0 0 32 32",
96945
+ "fill": "currentColor"
96946
+ },
96947
+ "children": [
96948
+ {
96949
+ "type": "element",
96950
+ "tagName": "path",
96951
+ "attributes": {
96952
+ "d": "M17,30v-8.09c3.264-.5473,5.4663-3.6369,4.9191-6.9009-.4227-2.521-2.398-4.4964-4.9191-4.9191V2h-2v8.09c-3.264.5473-5.4663,3.6369-4.9191,6.9009.4227,2.521,2.398,4.4964,4.9191,4.9191v8.09h2ZM12,16c0-2.2091,1.7909-4,4-4s4,1.7909,4,4-1.7909,4-4,4c-2.2081-.0025-3.9975-1.7919-4-4Z"
96953
+ },
96954
+ "children": []
96955
+ }
96956
+ ]
96957
+ }
96958
+ }
96959
+ ]
96960
+ }
96961
+ },
96805
96962
  {
96806
96963
  "name": "communication--unified",
96807
96964
  "friendlyName": "Communication unified",
@@ -105608,6 +105765,164 @@
105608
105765
  ]
105609
105766
  }
105610
105767
  },
105768
+ {
105769
+ "name": "copy--to-clipboard",
105770
+ "friendlyName": "Copy to clipboard",
105771
+ "aliases": [
105772
+ "copy",
105773
+ "clipboard",
105774
+ "file"
105775
+ ],
105776
+ "sizes": [
105777
+ 32
105778
+ ],
105779
+ "namespace": [],
105780
+ "assets": [
105781
+ {
105782
+ "size": 32,
105783
+ "filepath": "32/copy--to-clipboard.svg",
105784
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
105785
+ "optimized": {
105786
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z\"/></svg>",
105787
+ "info": {},
105788
+ "path": "32/copy--to-clipboard.svg"
105789
+ }
105790
+ }
105791
+ ],
105792
+ "output": [
105793
+ {
105794
+ "moduleName": "CopyToClipboard32",
105795
+ "filepath": "copy--to-clipboard/32.js",
105796
+ "descriptor": {
105797
+ "elem": "svg",
105798
+ "attrs": {
105799
+ "xmlns": "http://www.w3.org/2000/svg",
105800
+ "viewBox": "0 0 32 32",
105801
+ "fill": "currentColor",
105802
+ "width": 32,
105803
+ "height": 32
105804
+ },
105805
+ "content": [
105806
+ {
105807
+ "elem": "path",
105808
+ "attrs": {
105809
+ "d": "M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z"
105810
+ }
105811
+ }
105812
+ ],
105813
+ "name": "copy--to-clipboard",
105814
+ "size": 32
105815
+ },
105816
+ "size": 32
105817
+ },
105818
+ {
105819
+ "moduleName": "CopyToClipboard24",
105820
+ "filepath": "copy--to-clipboard/24.js",
105821
+ "descriptor": {
105822
+ "elem": "svg",
105823
+ "attrs": {
105824
+ "xmlns": "http://www.w3.org/2000/svg",
105825
+ "viewBox": "0 0 32 32",
105826
+ "fill": "currentColor",
105827
+ "width": 24,
105828
+ "height": 24
105829
+ },
105830
+ "content": [
105831
+ {
105832
+ "elem": "path",
105833
+ "attrs": {
105834
+ "d": "M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z"
105835
+ }
105836
+ }
105837
+ ],
105838
+ "name": "copy--to-clipboard",
105839
+ "size": 24
105840
+ },
105841
+ "size": 24
105842
+ },
105843
+ {
105844
+ "moduleName": "CopyToClipboard20",
105845
+ "filepath": "copy--to-clipboard/20.js",
105846
+ "descriptor": {
105847
+ "elem": "svg",
105848
+ "attrs": {
105849
+ "xmlns": "http://www.w3.org/2000/svg",
105850
+ "viewBox": "0 0 32 32",
105851
+ "fill": "currentColor",
105852
+ "width": 20,
105853
+ "height": 20
105854
+ },
105855
+ "content": [
105856
+ {
105857
+ "elem": "path",
105858
+ "attrs": {
105859
+ "d": "M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z"
105860
+ }
105861
+ }
105862
+ ],
105863
+ "name": "copy--to-clipboard",
105864
+ "size": 20
105865
+ },
105866
+ "size": 20
105867
+ },
105868
+ {
105869
+ "moduleName": "CopyToClipboard16",
105870
+ "filepath": "copy--to-clipboard/16.js",
105871
+ "descriptor": {
105872
+ "elem": "svg",
105873
+ "attrs": {
105874
+ "xmlns": "http://www.w3.org/2000/svg",
105875
+ "viewBox": "0 0 32 32",
105876
+ "fill": "currentColor",
105877
+ "width": 16,
105878
+ "height": 16
105879
+ },
105880
+ "content": [
105881
+ {
105882
+ "elem": "path",
105883
+ "attrs": {
105884
+ "d": "M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z"
105885
+ }
105886
+ }
105887
+ ],
105888
+ "name": "copy--to-clipboard",
105889
+ "size": 16
105890
+ },
105891
+ "size": 16
105892
+ }
105893
+ ],
105894
+ "category": "Actions",
105895
+ "subcategory": "Operations",
105896
+ "moduleInfo": {
105897
+ "local": "CopyToClipboard",
105898
+ "global": "CopyToClipboard",
105899
+ "filepath": "CopyToClipboard.js",
105900
+ "sizes": [
105901
+ {
105902
+ "size": 32,
105903
+ "ast": {
105904
+ "type": "element",
105905
+ "tagName": "svg",
105906
+ "attributes": {
105907
+ "xmlns": "http://www.w3.org/2000/svg",
105908
+ "viewBox": "0 0 32 32",
105909
+ "fill": "currentColor"
105910
+ },
105911
+ "children": [
105912
+ {
105913
+ "type": "element",
105914
+ "tagName": "path",
105915
+ "attributes": {
105916
+ "d": "M7,7h3v3h12v-3h3v11h2V7c-.0032-1.1033-.8967-1.9968-2-2h-3v-1c-.0032-1.1033-.8967-1.9968-2-2h-8c-1.1033.0032-1.9968.8967-2,2v1h-3c-1.1033.0032-1.9968.8967-2,2v21c.0032,1.1032.8967,1.9968,2,2h9v-2H7V7ZM12,4h8v4h-8v-4ZM30,24h-8.172l2.586-2.586-1.414-1.414-5,5,5,5,1.414-1.414-2.586-2.586h8.172v-2ZM12,13h-2v2h2v-2ZM22,13h-8v2h8v-2ZM12,18h-2v2h2v-2ZM10,25h2v-2h-2v2ZM14,20h4v-2h-4v2Z"
105917
+ },
105918
+ "children": []
105919
+ }
105920
+ ]
105921
+ }
105922
+ }
105923
+ ]
105924
+ }
105925
+ },
105611
105926
  {
105612
105927
  "name": "corn",
105613
105928
  "friendlyName": "Corn",
@@ -162769,6 +163084,164 @@
162769
163084
  ]
162770
163085
  }
162771
163086
  },
163087
+ {
163088
+ "name": "extensions",
163089
+ "friendlyName": "Extensions",
163090
+ "aliases": [
163091
+ "extension",
163092
+ "customization",
163093
+ "module"
163094
+ ],
163095
+ "sizes": [
163096
+ 32
163097
+ ],
163098
+ "namespace": [],
163099
+ "assets": [
163100
+ {
163101
+ "size": 32,
163102
+ "filepath": "32/extensions.svg",
163103
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z\"/>\n <rect id=\"_x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
163104
+ "optimized": {
163105
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z\"/></svg>",
163106
+ "info": {},
163107
+ "path": "32/extensions.svg"
163108
+ }
163109
+ }
163110
+ ],
163111
+ "output": [
163112
+ {
163113
+ "moduleName": "Extensions32",
163114
+ "filepath": "extensions/32.js",
163115
+ "descriptor": {
163116
+ "elem": "svg",
163117
+ "attrs": {
163118
+ "xmlns": "http://www.w3.org/2000/svg",
163119
+ "viewBox": "0 0 32 32",
163120
+ "fill": "currentColor",
163121
+ "width": 32,
163122
+ "height": 32
163123
+ },
163124
+ "content": [
163125
+ {
163126
+ "elem": "path",
163127
+ "attrs": {
163128
+ "d": "M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z"
163129
+ }
163130
+ }
163131
+ ],
163132
+ "name": "extensions",
163133
+ "size": 32
163134
+ },
163135
+ "size": 32
163136
+ },
163137
+ {
163138
+ "moduleName": "Extensions24",
163139
+ "filepath": "extensions/24.js",
163140
+ "descriptor": {
163141
+ "elem": "svg",
163142
+ "attrs": {
163143
+ "xmlns": "http://www.w3.org/2000/svg",
163144
+ "viewBox": "0 0 32 32",
163145
+ "fill": "currentColor",
163146
+ "width": 24,
163147
+ "height": 24
163148
+ },
163149
+ "content": [
163150
+ {
163151
+ "elem": "path",
163152
+ "attrs": {
163153
+ "d": "M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z"
163154
+ }
163155
+ }
163156
+ ],
163157
+ "name": "extensions",
163158
+ "size": 24
163159
+ },
163160
+ "size": 24
163161
+ },
163162
+ {
163163
+ "moduleName": "Extensions20",
163164
+ "filepath": "extensions/20.js",
163165
+ "descriptor": {
163166
+ "elem": "svg",
163167
+ "attrs": {
163168
+ "xmlns": "http://www.w3.org/2000/svg",
163169
+ "viewBox": "0 0 32 32",
163170
+ "fill": "currentColor",
163171
+ "width": 20,
163172
+ "height": 20
163173
+ },
163174
+ "content": [
163175
+ {
163176
+ "elem": "path",
163177
+ "attrs": {
163178
+ "d": "M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z"
163179
+ }
163180
+ }
163181
+ ],
163182
+ "name": "extensions",
163183
+ "size": 20
163184
+ },
163185
+ "size": 20
163186
+ },
163187
+ {
163188
+ "moduleName": "Extensions16",
163189
+ "filepath": "extensions/16.js",
163190
+ "descriptor": {
163191
+ "elem": "svg",
163192
+ "attrs": {
163193
+ "xmlns": "http://www.w3.org/2000/svg",
163194
+ "viewBox": "0 0 32 32",
163195
+ "fill": "currentColor",
163196
+ "width": 16,
163197
+ "height": 16
163198
+ },
163199
+ "content": [
163200
+ {
163201
+ "elem": "path",
163202
+ "attrs": {
163203
+ "d": "M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z"
163204
+ }
163205
+ }
163206
+ ],
163207
+ "name": "extensions",
163208
+ "size": 16
163209
+ },
163210
+ "size": 16
163211
+ }
163212
+ ],
163213
+ "category": "Organization",
163214
+ "subcategory": "Systems",
163215
+ "moduleInfo": {
163216
+ "local": "Extensions",
163217
+ "global": "Extensions",
163218
+ "filepath": "Extensions.js",
163219
+ "sizes": [
163220
+ {
163221
+ "size": 32,
163222
+ "ast": {
163223
+ "type": "element",
163224
+ "tagName": "svg",
163225
+ "attributes": {
163226
+ "xmlns": "http://www.w3.org/2000/svg",
163227
+ "viewBox": "0 0 32 32",
163228
+ "fill": "currentColor"
163229
+ },
163230
+ "children": [
163231
+ {
163232
+ "type": "element",
163233
+ "tagName": "path",
163234
+ "attributes": {
163235
+ "d": "M30.8664,10.1602L25.8664,1.5001c-.2764-.479-.8896-.6431-1.3662-.3662l-7.5,4.3302v-1.464c0-.5522-.4473-1-1-1H4.0002c-.5527,0-1,.4478-1,1v24c0,.5522.4473,1,1,1h24c.5527,0,1-.4478,1-1v-12c0-.5522-.4473-1-1-1h-3.5164l6.0164-3.4736c.4785-.2764.6426-.8877.3662-1.3662ZM5.0002,5.0001h10v10H5.0002V5.0001ZM5.0002,17.0001h10v10H5.0002v-10ZM27.0002,27.0001h-10v-10h10v10ZM17.0002,15.0001v-4.8562l2.8038,4.8562h-2.8038ZM21.7062,14.294l-4-6.9277,6.9277-4,4,6.9277-6.9277,4Z"
163236
+ },
163237
+ "children": []
163238
+ }
163239
+ ]
163240
+ }
163241
+ }
163242
+ ]
163243
+ }
163244
+ },
162772
163245
  {
162773
163246
  "name": "eyedropper",
162774
163247
  "friendlyName": "Eyedropper",
@@ -177348,6 +177821,167 @@
177348
177821
  ]
177349
177822
  }
177350
177823
  },
177824
+ {
177825
+ "name": "folder--tree",
177826
+ "friendlyName": "Folder tree",
177827
+ "aliases": [
177828
+ "folder",
177829
+ "tree",
177830
+ "hierarchical",
177831
+ "structure",
177832
+ "organize",
177833
+ "directory"
177834
+ ],
177835
+ "sizes": [
177836
+ 32
177837
+ ],
177838
+ "namespace": [],
177839
+ "assets": [
177840
+ {
177841
+ "size": 32,
177842
+ "filepath": "32/folder--tree.svg",
177843
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z\"/>\n <rect id=\"_x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
177844
+ "optimized": {
177845
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z\"/></svg>",
177846
+ "info": {},
177847
+ "path": "32/folder--tree.svg"
177848
+ }
177849
+ }
177850
+ ],
177851
+ "output": [
177852
+ {
177853
+ "moduleName": "FolderTree32",
177854
+ "filepath": "folder--tree/32.js",
177855
+ "descriptor": {
177856
+ "elem": "svg",
177857
+ "attrs": {
177858
+ "xmlns": "http://www.w3.org/2000/svg",
177859
+ "viewBox": "0 0 32 32",
177860
+ "fill": "currentColor",
177861
+ "width": 32,
177862
+ "height": 32
177863
+ },
177864
+ "content": [
177865
+ {
177866
+ "elem": "path",
177867
+ "attrs": {
177868
+ "d": "M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z"
177869
+ }
177870
+ }
177871
+ ],
177872
+ "name": "folder--tree",
177873
+ "size": 32
177874
+ },
177875
+ "size": 32
177876
+ },
177877
+ {
177878
+ "moduleName": "FolderTree24",
177879
+ "filepath": "folder--tree/24.js",
177880
+ "descriptor": {
177881
+ "elem": "svg",
177882
+ "attrs": {
177883
+ "xmlns": "http://www.w3.org/2000/svg",
177884
+ "viewBox": "0 0 32 32",
177885
+ "fill": "currentColor",
177886
+ "width": 24,
177887
+ "height": 24
177888
+ },
177889
+ "content": [
177890
+ {
177891
+ "elem": "path",
177892
+ "attrs": {
177893
+ "d": "M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z"
177894
+ }
177895
+ }
177896
+ ],
177897
+ "name": "folder--tree",
177898
+ "size": 24
177899
+ },
177900
+ "size": 24
177901
+ },
177902
+ {
177903
+ "moduleName": "FolderTree20",
177904
+ "filepath": "folder--tree/20.js",
177905
+ "descriptor": {
177906
+ "elem": "svg",
177907
+ "attrs": {
177908
+ "xmlns": "http://www.w3.org/2000/svg",
177909
+ "viewBox": "0 0 32 32",
177910
+ "fill": "currentColor",
177911
+ "width": 20,
177912
+ "height": 20
177913
+ },
177914
+ "content": [
177915
+ {
177916
+ "elem": "path",
177917
+ "attrs": {
177918
+ "d": "M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z"
177919
+ }
177920
+ }
177921
+ ],
177922
+ "name": "folder--tree",
177923
+ "size": 20
177924
+ },
177925
+ "size": 20
177926
+ },
177927
+ {
177928
+ "moduleName": "FolderTree16",
177929
+ "filepath": "folder--tree/16.js",
177930
+ "descriptor": {
177931
+ "elem": "svg",
177932
+ "attrs": {
177933
+ "xmlns": "http://www.w3.org/2000/svg",
177934
+ "viewBox": "0 0 32 32",
177935
+ "fill": "currentColor",
177936
+ "width": 16,
177937
+ "height": 16
177938
+ },
177939
+ "content": [
177940
+ {
177941
+ "elem": "path",
177942
+ "attrs": {
177943
+ "d": "M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z"
177944
+ }
177945
+ }
177946
+ ],
177947
+ "name": "folder--tree",
177948
+ "size": 16
177949
+ },
177950
+ "size": 16
177951
+ }
177952
+ ],
177953
+ "category": "Organization",
177954
+ "subcategory": "File",
177955
+ "moduleInfo": {
177956
+ "local": "FolderTree",
177957
+ "global": "FolderTree",
177958
+ "filepath": "FolderTree.js",
177959
+ "sizes": [
177960
+ {
177961
+ "size": 32,
177962
+ "ast": {
177963
+ "type": "element",
177964
+ "tagName": "svg",
177965
+ "attributes": {
177966
+ "xmlns": "http://www.w3.org/2000/svg",
177967
+ "viewBox": "0 0 32 32",
177968
+ "fill": "currentColor"
177969
+ },
177970
+ "children": [
177971
+ {
177972
+ "type": "element",
177973
+ "tagName": "path",
177974
+ "attributes": {
177975
+ "d": "M16,15h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6V2h-2v22c0,1.1025.897,2,2,2h9v3c0,.5522.4477,1,1,1h11c.5523,0,1-.4478,1-1v-7c0-.5523-.4477-1-1-1h-5l-.72-1.45c-.1711-.3395-.5199-.5527-.9-.55h-4.38c-.5523,0-1,.4477-1,1v4H6v-13h9v3c0,.5522.4477,1,1,1ZM17,6h2.76l.45.89.55,1.11h5.24v5h-9v-7ZM17,21h2.76l.45.89.55,1.11h5.24v5h-9v-7Z"
177976
+ },
177977
+ "children": []
177978
+ }
177979
+ ]
177980
+ }
177981
+ }
177982
+ ]
177983
+ }
177984
+ },
177351
177985
  {
177352
177986
  "name": "folders",
177353
177987
  "friendlyName": "Folders",
@@ -269912,6 +270546,167 @@
269912
270546
  ]
269913
270547
  }
269914
270548
  },
270549
+ {
270550
+ "name": "list-tree",
270551
+ "friendlyName": "List tree",
270552
+ "aliases": [
270553
+ "list",
270554
+ "tree",
270555
+ "hierarchical",
270556
+ "organize",
270557
+ "structure",
270558
+ "directory"
270559
+ ],
270560
+ "sizes": [
270561
+ 32
270562
+ ],
270563
+ "namespace": [],
270564
+ "assets": [
270565
+ {
270566
+ "size": 32,
270567
+ "filepath": "32/list-tree.svg",
270568
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
270569
+ "optimized": {
270570
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z\"/></svg>",
270571
+ "info": {},
270572
+ "path": "32/list-tree.svg"
270573
+ }
270574
+ }
270575
+ ],
270576
+ "output": [
270577
+ {
270578
+ "moduleName": "ListTree32",
270579
+ "filepath": "list-tree/32.js",
270580
+ "descriptor": {
270581
+ "elem": "svg",
270582
+ "attrs": {
270583
+ "xmlns": "http://www.w3.org/2000/svg",
270584
+ "viewBox": "0 0 32 32",
270585
+ "fill": "currentColor",
270586
+ "width": 32,
270587
+ "height": 32
270588
+ },
270589
+ "content": [
270590
+ {
270591
+ "elem": "path",
270592
+ "attrs": {
270593
+ "d": "M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z"
270594
+ }
270595
+ }
270596
+ ],
270597
+ "name": "list-tree",
270598
+ "size": 32
270599
+ },
270600
+ "size": 32
270601
+ },
270602
+ {
270603
+ "moduleName": "ListTree24",
270604
+ "filepath": "list-tree/24.js",
270605
+ "descriptor": {
270606
+ "elem": "svg",
270607
+ "attrs": {
270608
+ "xmlns": "http://www.w3.org/2000/svg",
270609
+ "viewBox": "0 0 32 32",
270610
+ "fill": "currentColor",
270611
+ "width": 24,
270612
+ "height": 24
270613
+ },
270614
+ "content": [
270615
+ {
270616
+ "elem": "path",
270617
+ "attrs": {
270618
+ "d": "M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z"
270619
+ }
270620
+ }
270621
+ ],
270622
+ "name": "list-tree",
270623
+ "size": 24
270624
+ },
270625
+ "size": 24
270626
+ },
270627
+ {
270628
+ "moduleName": "ListTree20",
270629
+ "filepath": "list-tree/20.js",
270630
+ "descriptor": {
270631
+ "elem": "svg",
270632
+ "attrs": {
270633
+ "xmlns": "http://www.w3.org/2000/svg",
270634
+ "viewBox": "0 0 32 32",
270635
+ "fill": "currentColor",
270636
+ "width": 20,
270637
+ "height": 20
270638
+ },
270639
+ "content": [
270640
+ {
270641
+ "elem": "path",
270642
+ "attrs": {
270643
+ "d": "M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z"
270644
+ }
270645
+ }
270646
+ ],
270647
+ "name": "list-tree",
270648
+ "size": 20
270649
+ },
270650
+ "size": 20
270651
+ },
270652
+ {
270653
+ "moduleName": "ListTree16",
270654
+ "filepath": "list-tree/16.js",
270655
+ "descriptor": {
270656
+ "elem": "svg",
270657
+ "attrs": {
270658
+ "xmlns": "http://www.w3.org/2000/svg",
270659
+ "viewBox": "0 0 32 32",
270660
+ "fill": "currentColor",
270661
+ "width": 16,
270662
+ "height": 16
270663
+ },
270664
+ "content": [
270665
+ {
270666
+ "elem": "path",
270667
+ "attrs": {
270668
+ "d": "M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z"
270669
+ }
270670
+ }
270671
+ ],
270672
+ "name": "list-tree",
270673
+ "size": 16
270674
+ },
270675
+ "size": 16
270676
+ }
270677
+ ],
270678
+ "category": "Organization",
270679
+ "subcategory": "Data",
270680
+ "moduleInfo": {
270681
+ "local": "ListTree",
270682
+ "global": "ListTree",
270683
+ "filepath": "ListTree.js",
270684
+ "sizes": [
270685
+ {
270686
+ "size": 32,
270687
+ "ast": {
270688
+ "type": "element",
270689
+ "tagName": "svg",
270690
+ "attributes": {
270691
+ "xmlns": "http://www.w3.org/2000/svg",
270692
+ "viewBox": "0 0 32 32",
270693
+ "fill": "currentColor"
270694
+ },
270695
+ "children": [
270696
+ {
270697
+ "type": "element",
270698
+ "tagName": "path",
270699
+ "attributes": {
270700
+ "d": "M7,4h-2v22c0,1.1025.897,2,2,2h5v-2h-5v-6h5v-2h-5v-6h5v-2h-5v-6ZM16,12h2v-2h-2v2ZM20,10v2h7v-2h-7ZM16,20h2v-2h-2v2ZM20,20h7v-2h-7v2ZM16,28h2v-2h-2v2ZM20,28h7v-2h-7v2Z"
270701
+ },
270702
+ "children": []
270703
+ }
270704
+ ]
270705
+ }
270706
+ }
270707
+ ]
270708
+ }
270709
+ },
269915
270710
  {
269916
270711
  "name": "load-balancer--application",
269917
270712
  "friendlyName": "Load balancer application",
@@ -312033,8 +312828,8 @@
312033
312828
  "size": 16
312034
312829
  }
312035
312830
  ],
312036
- "category": "Organization",
312037
- "subcategory": "Status",
312831
+ "category": "Actions",
312832
+ "subcategory": "Toggle",
312038
312833
  "moduleInfo": {
312039
312834
  "local": "NotificationsPaused",
312040
312835
  "global": "NotificationsPaused",
@@ -319273,6 +320068,168 @@
319273
320068
  ]
319274
320069
  }
319275
320070
  },
320071
+ {
320072
+ "name": "orchestrate",
320073
+ "friendlyName": "Orchestration",
320074
+ "aliases": [
320075
+ "automation",
320076
+ "coordination",
320077
+ "workflow",
320078
+ "integration",
320079
+ "scheduling",
320080
+ "provisioning",
320081
+ "deployment"
320082
+ ],
320083
+ "sizes": [
320084
+ 32
320085
+ ],
320086
+ "namespace": [],
320087
+ "assets": [
320088
+ {
320089
+ "size": 32,
320090
+ "filepath": "32/orchestrate.svg",
320091
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
320092
+ "optimized": {
320093
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z\"/></svg>",
320094
+ "info": {},
320095
+ "path": "32/orchestrate.svg"
320096
+ }
320097
+ }
320098
+ ],
320099
+ "output": [
320100
+ {
320101
+ "moduleName": "Orchestrate32",
320102
+ "filepath": "orchestrate/32.js",
320103
+ "descriptor": {
320104
+ "elem": "svg",
320105
+ "attrs": {
320106
+ "xmlns": "http://www.w3.org/2000/svg",
320107
+ "viewBox": "0 0 32 32",
320108
+ "fill": "currentColor",
320109
+ "width": 32,
320110
+ "height": 32
320111
+ },
320112
+ "content": [
320113
+ {
320114
+ "elem": "path",
320115
+ "attrs": {
320116
+ "d": "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
320117
+ }
320118
+ }
320119
+ ],
320120
+ "name": "orchestrate",
320121
+ "size": 32
320122
+ },
320123
+ "size": 32
320124
+ },
320125
+ {
320126
+ "moduleName": "Orchestrate24",
320127
+ "filepath": "orchestrate/24.js",
320128
+ "descriptor": {
320129
+ "elem": "svg",
320130
+ "attrs": {
320131
+ "xmlns": "http://www.w3.org/2000/svg",
320132
+ "viewBox": "0 0 32 32",
320133
+ "fill": "currentColor",
320134
+ "width": 24,
320135
+ "height": 24
320136
+ },
320137
+ "content": [
320138
+ {
320139
+ "elem": "path",
320140
+ "attrs": {
320141
+ "d": "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
320142
+ }
320143
+ }
320144
+ ],
320145
+ "name": "orchestrate",
320146
+ "size": 24
320147
+ },
320148
+ "size": 24
320149
+ },
320150
+ {
320151
+ "moduleName": "Orchestrate20",
320152
+ "filepath": "orchestrate/20.js",
320153
+ "descriptor": {
320154
+ "elem": "svg",
320155
+ "attrs": {
320156
+ "xmlns": "http://www.w3.org/2000/svg",
320157
+ "viewBox": "0 0 32 32",
320158
+ "fill": "currentColor",
320159
+ "width": 20,
320160
+ "height": 20
320161
+ },
320162
+ "content": [
320163
+ {
320164
+ "elem": "path",
320165
+ "attrs": {
320166
+ "d": "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
320167
+ }
320168
+ }
320169
+ ],
320170
+ "name": "orchestrate",
320171
+ "size": 20
320172
+ },
320173
+ "size": 20
320174
+ },
320175
+ {
320176
+ "moduleName": "Orchestrate16",
320177
+ "filepath": "orchestrate/16.js",
320178
+ "descriptor": {
320179
+ "elem": "svg",
320180
+ "attrs": {
320181
+ "xmlns": "http://www.w3.org/2000/svg",
320182
+ "viewBox": "0 0 32 32",
320183
+ "fill": "currentColor",
320184
+ "width": 16,
320185
+ "height": 16
320186
+ },
320187
+ "content": [
320188
+ {
320189
+ "elem": "path",
320190
+ "attrs": {
320191
+ "d": "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
320192
+ }
320193
+ }
320194
+ ],
320195
+ "name": "orchestrate",
320196
+ "size": 16
320197
+ },
320198
+ "size": 16
320199
+ }
320200
+ ],
320201
+ "category": "Organization",
320202
+ "subcategory": "Systems",
320203
+ "moduleInfo": {
320204
+ "local": "Orchestrate",
320205
+ "global": "Orchestrate",
320206
+ "filepath": "Orchestrate.js",
320207
+ "sizes": [
320208
+ {
320209
+ "size": 32,
320210
+ "ast": {
320211
+ "type": "element",
320212
+ "tagName": "svg",
320213
+ "attributes": {
320214
+ "xmlns": "http://www.w3.org/2000/svg",
320215
+ "viewBox": "0 0 32 32",
320216
+ "fill": "currentColor"
320217
+ },
320218
+ "children": [
320219
+ {
320220
+ "type": "element",
320221
+ "tagName": "path",
320222
+ "attributes": {
320223
+ "d": "M26,20c-.9421,0-1.7739.4453-2.3243,1.1266l-14.4392-5.0535,14.3519-4.3056c.5466.7434,1.4202,1.2324,2.4116,1.2324,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.6034,0-2.9057,1.2674-2.985,2.8514l-14.1704,4.2511,5.1461-6.2897c.3169.1141.6535.1872,1.0093.1872,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3-3,1.3457-3,3c0,.5677.1675,1.0934.4426,1.5466l-5.4332,6.6406c-.3169-.1141-.6536-.1871-1.0094-.1871-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.3558,0,.6924-.073,1.0094-.1872l5.4333,6.6404c-.2751.4532-.4427.9789-.4427,1.5468,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3c-.3559,0-.6926.073-1.0096.1873l-4.9651-6.0688,13.9758,4.8918c.0056,1.6495,1.3481,2.9898,2.999,2.9898,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3h0ZM26,9c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM15,4c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1ZM16,27c0,.5518-.4487,1-1,1s-1-.4482-1-1,.4487-1,1-1,1,.4482,1,1ZM5,16c0-.5513.4487-1,1-1s1,.4487,1,1-.4487,1-1,1-1-.4487-1-1ZM26,24c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1Z"
320224
+ },
320225
+ "children": []
320226
+ }
320227
+ ]
320228
+ }
320229
+ }
320230
+ ]
320231
+ }
320232
+ },
319276
320233
  {
319277
320234
  "name": "order-details",
319278
320235
  "friendlyName": "Order details",
@@ -341042,6 +341999,164 @@
341042
341999
  ]
341043
342000
  }
341044
342001
  },
342002
+ {
342003
+ "name": "point",
342004
+ "friendlyName": "Point",
342005
+ "aliases": [
342006
+ "point",
342007
+ "indicate",
342008
+ "choose"
342009
+ ],
342010
+ "sizes": [
342011
+ 32
342012
+ ],
342013
+ "namespace": [],
342014
+ "assets": [
342015
+ {
342016
+ "size": 32,
342017
+ "filepath": "32/point.svg",
342018
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
342019
+ "optimized": {
342020
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z\"/></svg>",
342021
+ "info": {},
342022
+ "path": "32/point.svg"
342023
+ }
342024
+ }
342025
+ ],
342026
+ "output": [
342027
+ {
342028
+ "moduleName": "Point32",
342029
+ "filepath": "point/32.js",
342030
+ "descriptor": {
342031
+ "elem": "svg",
342032
+ "attrs": {
342033
+ "xmlns": "http://www.w3.org/2000/svg",
342034
+ "viewBox": "0 0 32 32",
342035
+ "fill": "currentColor",
342036
+ "width": 32,
342037
+ "height": 32
342038
+ },
342039
+ "content": [
342040
+ {
342041
+ "elem": "path",
342042
+ "attrs": {
342043
+ "d": "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z"
342044
+ }
342045
+ }
342046
+ ],
342047
+ "name": "point",
342048
+ "size": 32
342049
+ },
342050
+ "size": 32
342051
+ },
342052
+ {
342053
+ "moduleName": "Point24",
342054
+ "filepath": "point/24.js",
342055
+ "descriptor": {
342056
+ "elem": "svg",
342057
+ "attrs": {
342058
+ "xmlns": "http://www.w3.org/2000/svg",
342059
+ "viewBox": "0 0 32 32",
342060
+ "fill": "currentColor",
342061
+ "width": 24,
342062
+ "height": 24
342063
+ },
342064
+ "content": [
342065
+ {
342066
+ "elem": "path",
342067
+ "attrs": {
342068
+ "d": "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z"
342069
+ }
342070
+ }
342071
+ ],
342072
+ "name": "point",
342073
+ "size": 24
342074
+ },
342075
+ "size": 24
342076
+ },
342077
+ {
342078
+ "moduleName": "Point20",
342079
+ "filepath": "point/20.js",
342080
+ "descriptor": {
342081
+ "elem": "svg",
342082
+ "attrs": {
342083
+ "xmlns": "http://www.w3.org/2000/svg",
342084
+ "viewBox": "0 0 32 32",
342085
+ "fill": "currentColor",
342086
+ "width": 20,
342087
+ "height": 20
342088
+ },
342089
+ "content": [
342090
+ {
342091
+ "elem": "path",
342092
+ "attrs": {
342093
+ "d": "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z"
342094
+ }
342095
+ }
342096
+ ],
342097
+ "name": "point",
342098
+ "size": 20
342099
+ },
342100
+ "size": 20
342101
+ },
342102
+ {
342103
+ "moduleName": "Point16",
342104
+ "filepath": "point/16.js",
342105
+ "descriptor": {
342106
+ "elem": "svg",
342107
+ "attrs": {
342108
+ "xmlns": "http://www.w3.org/2000/svg",
342109
+ "viewBox": "0 0 32 32",
342110
+ "fill": "currentColor",
342111
+ "width": 16,
342112
+ "height": 16
342113
+ },
342114
+ "content": [
342115
+ {
342116
+ "elem": "path",
342117
+ "attrs": {
342118
+ "d": "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z"
342119
+ }
342120
+ }
342121
+ ],
342122
+ "name": "point",
342123
+ "size": 16
342124
+ },
342125
+ "size": 16
342126
+ }
342127
+ ],
342128
+ "category": "Actions",
342129
+ "subcategory": "Navigation",
342130
+ "moduleInfo": {
342131
+ "local": "Point",
342132
+ "global": "Point",
342133
+ "filepath": "Point.js",
342134
+ "sizes": [
342135
+ {
342136
+ "size": 32,
342137
+ "ast": {
342138
+ "type": "element",
342139
+ "tagName": "svg",
342140
+ "attributes": {
342141
+ "xmlns": "http://www.w3.org/2000/svg",
342142
+ "viewBox": "0 0 32 32",
342143
+ "fill": "currentColor"
342144
+ },
342145
+ "children": [
342146
+ {
342147
+ "type": "element",
342148
+ "tagName": "path",
342149
+ "attributes": {
342150
+ "d": "M25.0009,13c-.5165.0019-1.0234.1398-1.4696.4-.5478-.8691-1.5021-1.3974-2.5293-1.4-.5165.0019-1.0234.1398-1.4696.4-.749-1.1788-2.2121-1.6847-3.529-1.22v-5.18h0c0-1.6569-1.3427-3-2.9991-3s-2.9991,1.3431-2.9991,3v11.1l-2.2293-1.52h0c-.5111-.3807-1.1323-.5843-1.7695-.58-1.6564-.0041-3.0024,1.3357-3.0065,2.9926-.002.8025.3175,1.5723.8871,2.1374l7.9976,7.3c1.1323,1.0137,2.5992,1.5729,4.1188,1.57h4.9985c3.8648,0,6.9979-3.134,6.9979-7v-6c0-1.6569-1.3427-3-2.9991-3h.0002ZM26.0006,22c0,2.7614-2.2379,5-4.9985,5h-4.9985c-1.0105.0122-1.991-.3432-2.7592-1l-7.9476-7.3c-.1847-.1863-.2888-.4377-.2899-.7,0-.5523.4476-1,.9997-1,.2163,0,.4268.0702.5998.2l5.3984,3.7V6c0-.5523.4476-1,.9997-1s.9997.4477.9997,1h0v11h1.9994v-3c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v3h1.9994v-2c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v2h1.9994v-1c0-.5523.4476-1,.9997-1s.9997.4477.9997,1v6Z"
342151
+ },
342152
+ "children": []
342153
+ }
342154
+ ]
342155
+ }
342156
+ }
342157
+ ]
342158
+ }
342159
+ },
341045
342160
  {
341046
342161
  "name": "point-of-presence",
341047
342162
  "friendlyName": "Point of presence",
@@ -354162,6 +355277,164 @@
354162
355277
  ]
354163
355278
  }
354164
355279
  },
355280
+ {
355281
+ "name": "reading--glasses",
355282
+ "friendlyName": "Reading glasses",
355283
+ "aliases": [
355284
+ "glasses",
355285
+ "reading",
355286
+ "eyewear"
355287
+ ],
355288
+ "sizes": [
355289
+ 32
355290
+ ],
355291
+ "namespace": [],
355292
+ "assets": [
355293
+ {
355294
+ "size": 32,
355295
+ "filepath": "32/reading--glasses.svg",
355296
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z\"/>\n <rect id=\"_x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
355297
+ "optimized": {
355298
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z\"/></svg>",
355299
+ "info": {},
355300
+ "path": "32/reading--glasses.svg"
355301
+ }
355302
+ }
355303
+ ],
355304
+ "output": [
355305
+ {
355306
+ "moduleName": "ReadingGlasses32",
355307
+ "filepath": "reading--glasses/32.js",
355308
+ "descriptor": {
355309
+ "elem": "svg",
355310
+ "attrs": {
355311
+ "xmlns": "http://www.w3.org/2000/svg",
355312
+ "viewBox": "0 0 32 32",
355313
+ "fill": "currentColor",
355314
+ "width": 32,
355315
+ "height": 32
355316
+ },
355317
+ "content": [
355318
+ {
355319
+ "elem": "path",
355320
+ "attrs": {
355321
+ "d": "M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z"
355322
+ }
355323
+ }
355324
+ ],
355325
+ "name": "reading--glasses",
355326
+ "size": 32
355327
+ },
355328
+ "size": 32
355329
+ },
355330
+ {
355331
+ "moduleName": "ReadingGlasses24",
355332
+ "filepath": "reading--glasses/24.js",
355333
+ "descriptor": {
355334
+ "elem": "svg",
355335
+ "attrs": {
355336
+ "xmlns": "http://www.w3.org/2000/svg",
355337
+ "viewBox": "0 0 32 32",
355338
+ "fill": "currentColor",
355339
+ "width": 24,
355340
+ "height": 24
355341
+ },
355342
+ "content": [
355343
+ {
355344
+ "elem": "path",
355345
+ "attrs": {
355346
+ "d": "M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z"
355347
+ }
355348
+ }
355349
+ ],
355350
+ "name": "reading--glasses",
355351
+ "size": 24
355352
+ },
355353
+ "size": 24
355354
+ },
355355
+ {
355356
+ "moduleName": "ReadingGlasses20",
355357
+ "filepath": "reading--glasses/20.js",
355358
+ "descriptor": {
355359
+ "elem": "svg",
355360
+ "attrs": {
355361
+ "xmlns": "http://www.w3.org/2000/svg",
355362
+ "viewBox": "0 0 32 32",
355363
+ "fill": "currentColor",
355364
+ "width": 20,
355365
+ "height": 20
355366
+ },
355367
+ "content": [
355368
+ {
355369
+ "elem": "path",
355370
+ "attrs": {
355371
+ "d": "M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z"
355372
+ }
355373
+ }
355374
+ ],
355375
+ "name": "reading--glasses",
355376
+ "size": 20
355377
+ },
355378
+ "size": 20
355379
+ },
355380
+ {
355381
+ "moduleName": "ReadingGlasses16",
355382
+ "filepath": "reading--glasses/16.js",
355383
+ "descriptor": {
355384
+ "elem": "svg",
355385
+ "attrs": {
355386
+ "xmlns": "http://www.w3.org/2000/svg",
355387
+ "viewBox": "0 0 32 32",
355388
+ "fill": "currentColor",
355389
+ "width": 16,
355390
+ "height": 16
355391
+ },
355392
+ "content": [
355393
+ {
355394
+ "elem": "path",
355395
+ "attrs": {
355396
+ "d": "M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z"
355397
+ }
355398
+ }
355399
+ ],
355400
+ "name": "reading--glasses",
355401
+ "size": 16
355402
+ },
355403
+ "size": 16
355404
+ }
355405
+ ],
355406
+ "category": "Enterprise",
355407
+ "subcategory": "Health",
355408
+ "moduleInfo": {
355409
+ "local": "ReadingGlasses",
355410
+ "global": "ReadingGlasses",
355411
+ "filepath": "ReadingGlasses.js",
355412
+ "sizes": [
355413
+ {
355414
+ "size": 32,
355415
+ "ast": {
355416
+ "type": "element",
355417
+ "tagName": "svg",
355418
+ "attributes": {
355419
+ "xmlns": "http://www.w3.org/2000/svg",
355420
+ "viewBox": "0 0 32 32",
355421
+ "fill": "currentColor"
355422
+ },
355423
+ "children": [
355424
+ {
355425
+ "type": "element",
355426
+ "tagName": "path",
355427
+ "attributes": {
355428
+ "d": "M29.4141,6.9968l-4.0001-3.9968-1.414,1.4144,4.0001,3.9968v10.5888h-7.0001c-1.4702,0-2.691,1.0646-2.9457,2.4624-.6383-.2906-1.333-.4624-2.0543-.4624s-1.416.1718-2.0543.4623c-.2548-1.3978-1.4755-2.4623-2.9457-2.4623H3.9999v-10.5888l4.0001-3.9968-1.414-1.4144-4.0001,3.9968c-.3779.378-.5859.8801-.5859,1.4144v16.5888c0,2.2061,1.7944,4,4,4h3c2.7568,0,5-2.2432,5-5v-.2139c.5444-.4899,1.2498-.7861,2-.7861s1.4553.2962,2,.7861v.2139c0,2.7568,2.2432,5,5,5h3c2.2061,0,4-1.7939,4-4V8.4112c0-.5343-.208-1.0364-.5859-1.4144ZM12,24c0,1.6543-1.3457,3-3,3h-3c-1.103,0-2-.8975-2-2v-4h7c.5513,0,1,.4482,1,1v2ZM28,25c0,1.1025-.8975,2-2,2h-3c-1.6543,0-3-1.3457-3-3v-2c0-.5518.4482-1,1-1h7v4Z"
355429
+ },
355430
+ "children": []
355431
+ }
355432
+ ]
355433
+ }
355434
+ }
355435
+ ]
355436
+ }
355437
+ },
354165
355438
  {
354166
355439
  "name": "receipt",
354167
355440
  "friendlyName": "Receipt",
@@ -357534,6 +358807,165 @@
357534
358807
  ]
357535
358808
  }
357536
358809
  },
358810
+ {
358811
+ "name": "remote-connection",
358812
+ "friendlyName": "Remote connection",
358813
+ "aliases": [
358814
+ "SSH",
358815
+ "secure access",
358816
+ "remote",
358817
+ "connection"
358818
+ ],
358819
+ "sizes": [
358820
+ 32
358821
+ ],
358822
+ "namespace": [],
358823
+ "assets": [
358824
+ {
358825
+ "size": 32,
358826
+ "filepath": "32/remote-connection.svg",
358827
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
358828
+ "optimized": {
358829
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z\"/></svg>",
358830
+ "info": {},
358831
+ "path": "32/remote-connection.svg"
358832
+ }
358833
+ }
358834
+ ],
358835
+ "output": [
358836
+ {
358837
+ "moduleName": "RemoteConnection32",
358838
+ "filepath": "remote-connection/32.js",
358839
+ "descriptor": {
358840
+ "elem": "svg",
358841
+ "attrs": {
358842
+ "xmlns": "http://www.w3.org/2000/svg",
358843
+ "viewBox": "0 0 32 32",
358844
+ "fill": "currentColor",
358845
+ "width": 32,
358846
+ "height": 32
358847
+ },
358848
+ "content": [
358849
+ {
358850
+ "elem": "path",
358851
+ "attrs": {
358852
+ "d": "M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z"
358853
+ }
358854
+ }
358855
+ ],
358856
+ "name": "remote-connection",
358857
+ "size": 32
358858
+ },
358859
+ "size": 32
358860
+ },
358861
+ {
358862
+ "moduleName": "RemoteConnection24",
358863
+ "filepath": "remote-connection/24.js",
358864
+ "descriptor": {
358865
+ "elem": "svg",
358866
+ "attrs": {
358867
+ "xmlns": "http://www.w3.org/2000/svg",
358868
+ "viewBox": "0 0 32 32",
358869
+ "fill": "currentColor",
358870
+ "width": 24,
358871
+ "height": 24
358872
+ },
358873
+ "content": [
358874
+ {
358875
+ "elem": "path",
358876
+ "attrs": {
358877
+ "d": "M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z"
358878
+ }
358879
+ }
358880
+ ],
358881
+ "name": "remote-connection",
358882
+ "size": 24
358883
+ },
358884
+ "size": 24
358885
+ },
358886
+ {
358887
+ "moduleName": "RemoteConnection20",
358888
+ "filepath": "remote-connection/20.js",
358889
+ "descriptor": {
358890
+ "elem": "svg",
358891
+ "attrs": {
358892
+ "xmlns": "http://www.w3.org/2000/svg",
358893
+ "viewBox": "0 0 32 32",
358894
+ "fill": "currentColor",
358895
+ "width": 20,
358896
+ "height": 20
358897
+ },
358898
+ "content": [
358899
+ {
358900
+ "elem": "path",
358901
+ "attrs": {
358902
+ "d": "M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z"
358903
+ }
358904
+ }
358905
+ ],
358906
+ "name": "remote-connection",
358907
+ "size": 20
358908
+ },
358909
+ "size": 20
358910
+ },
358911
+ {
358912
+ "moduleName": "RemoteConnection16",
358913
+ "filepath": "remote-connection/16.js",
358914
+ "descriptor": {
358915
+ "elem": "svg",
358916
+ "attrs": {
358917
+ "xmlns": "http://www.w3.org/2000/svg",
358918
+ "viewBox": "0 0 32 32",
358919
+ "fill": "currentColor",
358920
+ "width": 16,
358921
+ "height": 16
358922
+ },
358923
+ "content": [
358924
+ {
358925
+ "elem": "path",
358926
+ "attrs": {
358927
+ "d": "M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z"
358928
+ }
358929
+ }
358930
+ ],
358931
+ "name": "remote-connection",
358932
+ "size": 16
358933
+ },
358934
+ "size": 16
358935
+ }
358936
+ ],
358937
+ "category": "Organization",
358938
+ "subcategory": "Systems",
358939
+ "moduleInfo": {
358940
+ "local": "RemoteConnection",
358941
+ "global": "RemoteConnection",
358942
+ "filepath": "RemoteConnection.js",
358943
+ "sizes": [
358944
+ {
358945
+ "size": 32,
358946
+ "ast": {
358947
+ "type": "element",
358948
+ "tagName": "svg",
358949
+ "attributes": {
358950
+ "xmlns": "http://www.w3.org/2000/svg",
358951
+ "viewBox": "0 0 32 32",
358952
+ "fill": "currentColor"
358953
+ },
358954
+ "children": [
358955
+ {
358956
+ "type": "element",
358957
+ "tagName": "path",
358958
+ "attributes": {
358959
+ "d": "M21.5,12c-5.2,0-9.5,4.3-9.5,9.5v.5H4V6h24v6h2v-6c0-1.1-.9-2-2-2H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h8.3c.4,1.5,1.2,2.9,2.2,4h-6.6v2h9.3c1.3.6,2.7,1,4.2,1,5.2,0,9.5-4.3,9.5-9.5s-4.3-9.5-9.5-9.5h0ZM21.5,29c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5,7.5,3.4,7.5,7.5-3.4,7.5-7.5,7.5ZM18.7,24.7l-1.4-1.4,2.3-2.3-2.3-2.3,1.4-1.4,3.7,3.7s-3.7,3.7-3.7,3.7ZM26,25h-4v-2h4v2Z"
358960
+ },
358961
+ "children": []
358962
+ }
358963
+ ]
358964
+ }
358965
+ }
358966
+ ]
358967
+ }
358968
+ },
357537
358969
  {
357538
358970
  "name": "renew",
357539
358971
  "friendlyName": "Renew",
@@ -369998,6 +371430,164 @@
369998
371430
  ]
369999
371431
  }
370000
371432
  },
371433
+ {
371434
+ "name": "run-view-icon",
371435
+ "friendlyName": "Run view icon",
371436
+ "aliases": [
371437
+ "run",
371438
+ "view",
371439
+ "run view"
371440
+ ],
371441
+ "sizes": [
371442
+ 32
371443
+ ],
371444
+ "namespace": [],
371445
+ "assets": [
371446
+ {
371447
+ "size": 32,
371448
+ "filepath": "32/run-view-icon.svg",
371449
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
371450
+ "optimized": {
371451
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z\"/></svg>",
371452
+ "info": {},
371453
+ "path": "32/run-view-icon.svg"
371454
+ }
371455
+ }
371456
+ ],
371457
+ "output": [
371458
+ {
371459
+ "moduleName": "RunViewIcon32",
371460
+ "filepath": "run-view-icon/32.js",
371461
+ "descriptor": {
371462
+ "elem": "svg",
371463
+ "attrs": {
371464
+ "xmlns": "http://www.w3.org/2000/svg",
371465
+ "viewBox": "0 0 32 32",
371466
+ "fill": "currentColor",
371467
+ "width": 32,
371468
+ "height": 32
371469
+ },
371470
+ "content": [
371471
+ {
371472
+ "elem": "path",
371473
+ "attrs": {
371474
+ "d": "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z"
371475
+ }
371476
+ }
371477
+ ],
371478
+ "name": "run-view-icon",
371479
+ "size": 32
371480
+ },
371481
+ "size": 32
371482
+ },
371483
+ {
371484
+ "moduleName": "RunViewIcon24",
371485
+ "filepath": "run-view-icon/24.js",
371486
+ "descriptor": {
371487
+ "elem": "svg",
371488
+ "attrs": {
371489
+ "xmlns": "http://www.w3.org/2000/svg",
371490
+ "viewBox": "0 0 32 32",
371491
+ "fill": "currentColor",
371492
+ "width": 24,
371493
+ "height": 24
371494
+ },
371495
+ "content": [
371496
+ {
371497
+ "elem": "path",
371498
+ "attrs": {
371499
+ "d": "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z"
371500
+ }
371501
+ }
371502
+ ],
371503
+ "name": "run-view-icon",
371504
+ "size": 24
371505
+ },
371506
+ "size": 24
371507
+ },
371508
+ {
371509
+ "moduleName": "RunViewIcon20",
371510
+ "filepath": "run-view-icon/20.js",
371511
+ "descriptor": {
371512
+ "elem": "svg",
371513
+ "attrs": {
371514
+ "xmlns": "http://www.w3.org/2000/svg",
371515
+ "viewBox": "0 0 32 32",
371516
+ "fill": "currentColor",
371517
+ "width": 20,
371518
+ "height": 20
371519
+ },
371520
+ "content": [
371521
+ {
371522
+ "elem": "path",
371523
+ "attrs": {
371524
+ "d": "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z"
371525
+ }
371526
+ }
371527
+ ],
371528
+ "name": "run-view-icon",
371529
+ "size": 20
371530
+ },
371531
+ "size": 20
371532
+ },
371533
+ {
371534
+ "moduleName": "RunViewIcon16",
371535
+ "filepath": "run-view-icon/16.js",
371536
+ "descriptor": {
371537
+ "elem": "svg",
371538
+ "attrs": {
371539
+ "xmlns": "http://www.w3.org/2000/svg",
371540
+ "viewBox": "0 0 32 32",
371541
+ "fill": "currentColor",
371542
+ "width": 16,
371543
+ "height": 16
371544
+ },
371545
+ "content": [
371546
+ {
371547
+ "elem": "path",
371548
+ "attrs": {
371549
+ "d": "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z"
371550
+ }
371551
+ }
371552
+ ],
371553
+ "name": "run-view-icon",
371554
+ "size": 16
371555
+ },
371556
+ "size": 16
371557
+ }
371558
+ ],
371559
+ "category": "Organization",
371560
+ "subcategory": "Systems",
371561
+ "moduleInfo": {
371562
+ "local": "RunViewIcon",
371563
+ "global": "RunViewIcon",
371564
+ "filepath": "RunViewIcon.js",
371565
+ "sizes": [
371566
+ {
371567
+ "size": 32,
371568
+ "ast": {
371569
+ "type": "element",
371570
+ "tagName": "svg",
371571
+ "attributes": {
371572
+ "xmlns": "http://www.w3.org/2000/svg",
371573
+ "viewBox": "0 0 32 32",
371574
+ "fill": "currentColor"
371575
+ },
371576
+ "children": [
371577
+ {
371578
+ "type": "element",
371579
+ "tagName": "path",
371580
+ "attributes": {
371581
+ "d": "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z"
371582
+ },
371583
+ "children": []
371584
+ }
371585
+ ]
371586
+ }
371587
+ }
371588
+ ]
371589
+ }
371590
+ },
370001
371591
  {
370002
371592
  "name": "running",
370003
371593
  "friendlyName": "Running",
@@ -399393,6 +400983,166 @@
399393
400983
  ]
399394
400984
  }
399395
400985
  },
400986
+ {
400987
+ "name": "source-control",
400988
+ "friendlyName": "Source control",
400989
+ "aliases": [
400990
+ "source control",
400991
+ "version control",
400992
+ "repo",
400993
+ "pane",
400994
+ "commit"
400995
+ ],
400996
+ "sizes": [
400997
+ 32
400998
+ ],
400999
+ "namespace": [],
401000
+ "assets": [
401001
+ {
401002
+ "size": 32,
401003
+ "filepath": "32/source-control.svg",
401004
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"Icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z\"/>\n <rect id=\"_x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
401005
+ "optimized": {
401006
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z\"/></svg>",
401007
+ "info": {},
401008
+ "path": "32/source-control.svg"
401009
+ }
401010
+ }
401011
+ ],
401012
+ "output": [
401013
+ {
401014
+ "moduleName": "SourceControl32",
401015
+ "filepath": "source-control/32.js",
401016
+ "descriptor": {
401017
+ "elem": "svg",
401018
+ "attrs": {
401019
+ "xmlns": "http://www.w3.org/2000/svg",
401020
+ "viewBox": "0 0 32 32",
401021
+ "fill": "currentColor",
401022
+ "width": 32,
401023
+ "height": 32
401024
+ },
401025
+ "content": [
401026
+ {
401027
+ "elem": "path",
401028
+ "attrs": {
401029
+ "d": "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z"
401030
+ }
401031
+ }
401032
+ ],
401033
+ "name": "source-control",
401034
+ "size": 32
401035
+ },
401036
+ "size": 32
401037
+ },
401038
+ {
401039
+ "moduleName": "SourceControl24",
401040
+ "filepath": "source-control/24.js",
401041
+ "descriptor": {
401042
+ "elem": "svg",
401043
+ "attrs": {
401044
+ "xmlns": "http://www.w3.org/2000/svg",
401045
+ "viewBox": "0 0 32 32",
401046
+ "fill": "currentColor",
401047
+ "width": 24,
401048
+ "height": 24
401049
+ },
401050
+ "content": [
401051
+ {
401052
+ "elem": "path",
401053
+ "attrs": {
401054
+ "d": "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z"
401055
+ }
401056
+ }
401057
+ ],
401058
+ "name": "source-control",
401059
+ "size": 24
401060
+ },
401061
+ "size": 24
401062
+ },
401063
+ {
401064
+ "moduleName": "SourceControl20",
401065
+ "filepath": "source-control/20.js",
401066
+ "descriptor": {
401067
+ "elem": "svg",
401068
+ "attrs": {
401069
+ "xmlns": "http://www.w3.org/2000/svg",
401070
+ "viewBox": "0 0 32 32",
401071
+ "fill": "currentColor",
401072
+ "width": 20,
401073
+ "height": 20
401074
+ },
401075
+ "content": [
401076
+ {
401077
+ "elem": "path",
401078
+ "attrs": {
401079
+ "d": "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z"
401080
+ }
401081
+ }
401082
+ ],
401083
+ "name": "source-control",
401084
+ "size": 20
401085
+ },
401086
+ "size": 20
401087
+ },
401088
+ {
401089
+ "moduleName": "SourceControl16",
401090
+ "filepath": "source-control/16.js",
401091
+ "descriptor": {
401092
+ "elem": "svg",
401093
+ "attrs": {
401094
+ "xmlns": "http://www.w3.org/2000/svg",
401095
+ "viewBox": "0 0 32 32",
401096
+ "fill": "currentColor",
401097
+ "width": 16,
401098
+ "height": 16
401099
+ },
401100
+ "content": [
401101
+ {
401102
+ "elem": "path",
401103
+ "attrs": {
401104
+ "d": "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z"
401105
+ }
401106
+ }
401107
+ ],
401108
+ "name": "source-control",
401109
+ "size": 16
401110
+ },
401111
+ "size": 16
401112
+ }
401113
+ ],
401114
+ "category": "Organization",
401115
+ "subcategory": "Systems",
401116
+ "moduleInfo": {
401117
+ "local": "SourceControl",
401118
+ "global": "SourceControl",
401119
+ "filepath": "SourceControl.js",
401120
+ "sizes": [
401121
+ {
401122
+ "size": 32,
401123
+ "ast": {
401124
+ "type": "element",
401125
+ "tagName": "svg",
401126
+ "attributes": {
401127
+ "xmlns": "http://www.w3.org/2000/svg",
401128
+ "viewBox": "0 0 32 32",
401129
+ "fill": "currentColor"
401130
+ },
401131
+ "children": [
401132
+ {
401133
+ "type": "element",
401134
+ "tagName": "path",
401135
+ "attributes": {
401136
+ "d": "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z"
401137
+ },
401138
+ "children": []
401139
+ }
401140
+ ]
401141
+ }
401142
+ }
401143
+ ]
401144
+ }
401145
+ },
399396
401146
  {
399397
401147
  "name": "spell-check",
399398
401148
  "friendlyName": "Spell check",
@@ -462072,6 +463822,163 @@
462072
463822
  ]
462073
463823
  }
462074
463824
  },
463825
+ {
463826
+ "name": "vertical--fold",
463827
+ "friendlyName": "Vertical fold",
463828
+ "aliases": [
463829
+ "vertical",
463830
+ "fold"
463831
+ ],
463832
+ "sizes": [
463833
+ 32
463834
+ ],
463835
+ "namespace": [],
463836
+ "assets": [
463837
+ {
463838
+ "size": 32,
463839
+ "filepath": "32/vertical--fold.svg",
463840
+ "source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" version=\"1.1\" viewBox=\"0 0 32 32\">\n <!-- Generator: Adobe Illustrator 30.0.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 123) -->\n <defs>\n <style>\n .st0 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z\"/>\n <rect id=\"__x3C_Transparent_Rectangle_x3E_\" class=\"st0\" width=\"32\" height=\"32\"/>\n</svg>",
463841
+ "optimized": {
463842
+ "data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z\"/></svg>",
463843
+ "info": {},
463844
+ "path": "32/vertical--fold.svg"
463845
+ }
463846
+ }
463847
+ ],
463848
+ "output": [
463849
+ {
463850
+ "moduleName": "VerticalFold32",
463851
+ "filepath": "vertical--fold/32.js",
463852
+ "descriptor": {
463853
+ "elem": "svg",
463854
+ "attrs": {
463855
+ "xmlns": "http://www.w3.org/2000/svg",
463856
+ "viewBox": "0 0 32 32",
463857
+ "fill": "currentColor",
463858
+ "width": 32,
463859
+ "height": 32
463860
+ },
463861
+ "content": [
463862
+ {
463863
+ "elem": "path",
463864
+ "attrs": {
463865
+ "d": "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z"
463866
+ }
463867
+ }
463868
+ ],
463869
+ "name": "vertical--fold",
463870
+ "size": 32
463871
+ },
463872
+ "size": 32
463873
+ },
463874
+ {
463875
+ "moduleName": "VerticalFold24",
463876
+ "filepath": "vertical--fold/24.js",
463877
+ "descriptor": {
463878
+ "elem": "svg",
463879
+ "attrs": {
463880
+ "xmlns": "http://www.w3.org/2000/svg",
463881
+ "viewBox": "0 0 32 32",
463882
+ "fill": "currentColor",
463883
+ "width": 24,
463884
+ "height": 24
463885
+ },
463886
+ "content": [
463887
+ {
463888
+ "elem": "path",
463889
+ "attrs": {
463890
+ "d": "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z"
463891
+ }
463892
+ }
463893
+ ],
463894
+ "name": "vertical--fold",
463895
+ "size": 24
463896
+ },
463897
+ "size": 24
463898
+ },
463899
+ {
463900
+ "moduleName": "VerticalFold20",
463901
+ "filepath": "vertical--fold/20.js",
463902
+ "descriptor": {
463903
+ "elem": "svg",
463904
+ "attrs": {
463905
+ "xmlns": "http://www.w3.org/2000/svg",
463906
+ "viewBox": "0 0 32 32",
463907
+ "fill": "currentColor",
463908
+ "width": 20,
463909
+ "height": 20
463910
+ },
463911
+ "content": [
463912
+ {
463913
+ "elem": "path",
463914
+ "attrs": {
463915
+ "d": "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z"
463916
+ }
463917
+ }
463918
+ ],
463919
+ "name": "vertical--fold",
463920
+ "size": 20
463921
+ },
463922
+ "size": 20
463923
+ },
463924
+ {
463925
+ "moduleName": "VerticalFold16",
463926
+ "filepath": "vertical--fold/16.js",
463927
+ "descriptor": {
463928
+ "elem": "svg",
463929
+ "attrs": {
463930
+ "xmlns": "http://www.w3.org/2000/svg",
463931
+ "viewBox": "0 0 32 32",
463932
+ "fill": "currentColor",
463933
+ "width": 16,
463934
+ "height": 16
463935
+ },
463936
+ "content": [
463937
+ {
463938
+ "elem": "path",
463939
+ "attrs": {
463940
+ "d": "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z"
463941
+ }
463942
+ }
463943
+ ],
463944
+ "name": "vertical--fold",
463945
+ "size": 16
463946
+ },
463947
+ "size": 16
463948
+ }
463949
+ ],
463950
+ "category": "Actions",
463951
+ "subcategory": "Operations",
463952
+ "moduleInfo": {
463953
+ "local": "VerticalFold",
463954
+ "global": "VerticalFold",
463955
+ "filepath": "VerticalFold.js",
463956
+ "sizes": [
463957
+ {
463958
+ "size": 32,
463959
+ "ast": {
463960
+ "type": "element",
463961
+ "tagName": "svg",
463962
+ "attributes": {
463963
+ "xmlns": "http://www.w3.org/2000/svg",
463964
+ "viewBox": "0 0 32 32",
463965
+ "fill": "currentColor"
463966
+ },
463967
+ "children": [
463968
+ {
463969
+ "type": "element",
463970
+ "tagName": "path",
463971
+ "attributes": {
463972
+ "d": "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z"
463973
+ },
463974
+ "children": []
463975
+ }
463976
+ ]
463977
+ }
463978
+ }
463979
+ ]
463980
+ }
463981
+ },
462075
463982
  {
462076
463983
  "name": "vertical-view",
462077
463984
  "friendlyName": "Vertical view",
@@ -489616,6 +491523,7 @@
489616
491523
  "page--first",
489617
491524
  "page--last",
489618
491525
  "pipelines",
491526
+ "point",
489619
491527
  "select--window",
489620
491528
  "stickies",
489621
491529
  "subtract",
@@ -489676,6 +491584,7 @@
489676
491584
  "collapse-all",
489677
491585
  "collapse-categories",
489678
491586
  "commit",
491587
+ "commit-alt",
489679
491588
  "compare",
489680
491589
  "connect",
489681
491590
  "connect--recursive",
@@ -489685,6 +491594,7 @@
489685
491594
  "continuous-deployment",
489686
491595
  "continuous-integration",
489687
491596
  "convert-to-cloud",
491597
+ "copy--to-clipboard",
489688
491598
  "data-set-encryption",
489689
491599
  "delete",
489690
491600
  "demo",
@@ -489822,6 +491732,7 @@
489822
491732
  "update-complete",
489823
491733
  "update-now",
489824
491734
  "upgrade",
491735
+ "vertical--fold",
489825
491736
  "view-next",
489826
491737
  "workspace--import",
489827
491738
  "x-axis",
@@ -490427,6 +492338,7 @@
490427
492338
  "pills--subtract",
490428
492339
  "pointer-text",
490429
492340
  "QC-launch",
492341
+ "reading--glasses",
490430
492342
  "region-analysis--area",
490431
492343
  "region-analysis--volume",
490432
492344
  "registration",
@@ -490744,6 +492656,7 @@
490744
492656
  "kubernetes--pod",
490745
492657
  "linux",
490746
492658
  "linux--alt",
492659
+ "list-tree",
490747
492660
  "managed-solutions",
490748
492661
  "marginal",
490749
492662
  "math-curve",
@@ -490917,6 +492830,7 @@
490917
492830
  "folder--open",
490918
492831
  "folder--parent",
490919
492832
  "folder--shared",
492833
+ "folder--tree",
490920
492834
  "folders",
490921
492835
  "gamification",
490922
492836
  "gem",
@@ -491084,7 +492998,6 @@
491084
492998
  "locked-and-blocked",
491085
492999
  "misuse",
491086
493000
  "misuse--outline",
491087
- "notifications-paused",
491088
493001
  "pending",
491089
493002
  "pending--filled",
491090
493003
  "queued",
@@ -491200,6 +493113,7 @@
491200
493113
  "enumeration--definition",
491201
493114
  "enumeration--usage",
491202
493115
  "executable-program",
493116
+ "extensions",
491203
493117
  "feature-membership",
491204
493118
  "feature-membership--filled",
491205
493119
  "feature-picker",
@@ -491280,6 +493194,7 @@
491280
493194
  "network--overlay",
491281
493195
  "network--public",
491282
493196
  "object-storage--alt",
493197
+ "orchestrate",
491283
493198
  "package-node",
491284
493199
  "part--definition",
491285
493200
  "part--usage",
@@ -491296,9 +493211,11 @@
491296
493211
  "redefinition",
491297
493212
  "requirement--definition",
491298
493213
  "requirement--usage",
493214
+ "remote-connection",
491299
493215
  "router",
491300
493216
  "router--voice",
491301
493217
  "router--wifi",
493218
+ "run-view-icon",
491302
493219
  "satisfy--definition",
491303
493220
  "satisfy--usage",
491304
493221
  "screen-map",
@@ -491314,6 +493231,7 @@
491314
493231
  "software-resource",
491315
493232
  "software-resource--cluster",
491316
493233
  "software-resource--resource",
493234
+ "source-control",
491317
493235
  "subclassification",
491318
493236
  "subject--definition",
491319
493237
  "subject--usage",