@esri/calcite-ui-icons 3.27.3 → 3.27.5

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 (71) hide show
  1. package/docs/icons.json +1 -1
  2. package/docs/keywords.json +47 -7
  3. package/icons/effects-16.svg +1 -1
  4. package/icons/effects-24.svg +1 -1
  5. package/icons/effects-32.svg +1 -1
  6. package/icons/file-xml-16.svg +1 -0
  7. package/icons/file-xml-24.svg +1 -0
  8. package/icons/file-xml-32.svg +1 -0
  9. package/icons/livestream-video-layer-16.svg +1 -0
  10. package/icons/livestream-video-layer-24.svg +1 -0
  11. package/icons/livestream-video-layer-32.svg +1 -0
  12. package/icons/styling-16.svg +1 -0
  13. package/icons/styling-24.svg +1 -0
  14. package/icons/styling-32.svg +1 -0
  15. package/icons/video-layer-16.svg +1 -0
  16. package/icons/video-layer-24.svg +1 -0
  17. package/icons/video-layer-32.svg +1 -0
  18. package/index.d.ts +15 -6
  19. package/index.js +12 -3
  20. package/js/effects16.d.ts +1 -1
  21. package/js/effects16.js +1 -1
  22. package/js/effects16.json +1 -1
  23. package/js/effects24.d.ts +1 -1
  24. package/js/effects24.js +1 -1
  25. package/js/effects24.json +1 -1
  26. package/js/effects32.d.ts +1 -1
  27. package/js/effects32.js +1 -1
  28. package/js/effects32.json +1 -1
  29. package/js/fileXml16.d.ts +1 -0
  30. package/js/fileXml16.js +1 -0
  31. package/js/fileXml16.json +1 -0
  32. package/js/fileXml24.d.ts +1 -0
  33. package/js/fileXml24.js +1 -0
  34. package/js/fileXml24.json +1 -0
  35. package/js/fileXml32.d.ts +1 -0
  36. package/js/fileXml32.js +1 -0
  37. package/js/fileXml32.json +1 -0
  38. package/js/livestreamVideoLayer16.d.ts +1 -0
  39. package/js/livestreamVideoLayer16.js +1 -0
  40. package/js/livestreamVideoLayer16.json +1 -0
  41. package/js/livestreamVideoLayer24.d.ts +1 -0
  42. package/js/livestreamVideoLayer24.js +1 -0
  43. package/js/livestreamVideoLayer24.json +1 -0
  44. package/js/livestreamVideoLayer32.d.ts +1 -0
  45. package/js/livestreamVideoLayer32.js +1 -0
  46. package/js/livestreamVideoLayer32.json +1 -0
  47. package/js/styling16.d.ts +1 -0
  48. package/js/styling16.js +1 -0
  49. package/js/styling16.json +1 -0
  50. package/js/styling24.d.ts +1 -0
  51. package/js/styling24.js +1 -0
  52. package/js/styling24.json +1 -0
  53. package/js/styling32.d.ts +1 -0
  54. package/js/styling32.js +1 -0
  55. package/js/styling32.json +1 -0
  56. package/js/videoLayer16.d.ts +1 -0
  57. package/js/videoLayer16.js +1 -0
  58. package/js/videoLayer16.json +1 -0
  59. package/js/videoLayer24.d.ts +1 -0
  60. package/js/videoLayer24.js +1 -0
  61. package/js/videoLayer24.json +1 -0
  62. package/js/videoLayer32.d.ts +1 -0
  63. package/js/videoLayer32.js +1 -0
  64. package/js/videoLayer32.json +1 -0
  65. package/package.json +1 -1
  66. package/sprite-16.svg +1 -1
  67. package/sprite-24.svg +1 -1
  68. package/sprite-32.svg +1 -1
  69. package/icons/ai-16.svg +0 -1
  70. package/icons/ai-24.svg +0 -1
  71. package/icons/ai-32.svg +0 -1
@@ -14306,11 +14306,10 @@
14306
14306
  "category":"Text",
14307
14307
  "release":"3.26.9"
14308
14308
  },
14309
- "effects":{
14309
+ "styling":{
14310
14310
  "alias":[
14311
- "3.27.0",
14312
- "objects",
14313
- "effects",
14311
+ "3.27.4",
14312
+ "objects",
14314
14313
  "paint",
14315
14314
  "color",
14316
14315
  "tool"
@@ -14341,11 +14340,11 @@
14341
14340
  "category":"Lists",
14342
14341
  "release":"3.27.0"
14343
14342
  },
14344
- "ai":{
14343
+ "effects":{
14345
14344
  "alias":[
14346
- "3.27.1",
14345
+ "3.27.4",
14347
14346
  "objects",
14348
- "artificial intelligence",
14347
+ "ai",
14349
14348
  "sparkle",
14350
14349
  "system",
14351
14350
  "machine learning"
@@ -14461,5 +14460,46 @@
14461
14460
  ],
14462
14461
  "category":"Geometry Editing",
14463
14462
  "release":"3.27.3"
14463
+ },
14464
+ "file-xml":{
14465
+ "alias":[
14466
+ "3.27.5",
14467
+ "files",
14468
+ "xml",
14469
+ "extensive markup language",
14470
+ "file format",
14471
+ "file type"
14472
+ ],
14473
+ "category":"Files",
14474
+ "release":"3.27.5"
14475
+ },
14476
+ "video-layer":{
14477
+ "alias":[
14478
+ "3.27.5",
14479
+ "layers",
14480
+ "video",
14481
+ "media",
14482
+ "images",
14483
+ "picture",
14484
+ "media",
14485
+ "file",
14486
+ "feature"
14487
+ ],
14488
+ "category":"Layers",
14489
+ "release":"3.27.5"
14490
+ },
14491
+ "livestream-video-layer":{
14492
+ "alias":[
14493
+ "3.27.5",
14494
+ "layers",
14495
+ "video",
14496
+ "livestream",
14497
+ "file",
14498
+ "media",
14499
+ "images",
14500
+ "picture"
14501
+ ],
14502
+ "category":"Layers",
14503
+ "release":"3.27.5"
14464
14504
  }
14465
14505
  }
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke-width="0" d="M0 0h16v16H0z"/><path fill="#6f6f6f" opacity=".25" stroke-width="0" d="M5 2h3v9H5z"/><path d="M9.611 10.994A1.001 1.001 0 0 1 9 10.072V5a1 1 0 0 1 1-1h1V2H8v9h1.625l-.014-.006z" fill="#6f6f6f" opacity=".5" stroke-width="0"/><path d="M11.357 12H1V1h11v3h-1V2H2v9h7.625l1.762.741-.03.259zM16 5v5.072l-2.467 1.04.467 4.034c0 .472-.417.854-.932.854h-.136c-.515 0-.932-.382-.932-.854l.467-4.035L10 10.072V5h6zm-1 3V7c-.571 0-.863-.952-1.297-.952-.541 0-.493.519-1.333.519-.421 0-.849-.795-1.273-.711-.036.007-.066.023-.097.037V8h4z" stroke-width="0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.5 5L9 7l2 .5L9 8l-.5 2L8 8l-2-.5L8 7zM7.175 6.175L1.877 7.5l5.298 1.325L8.5 14.123l1.325-5.298L15.123 7.5 9.825 6.175 8.5.877zM3 2l-.5-2L2 2l-2 .5L2 3l.5 2L3 3l2-.5zm1 10l-.5-2-.5 2-2 .5 2 .5.5 2 .5-2 2-.5z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke-width="0" d="M0 0h24v24H0z"/><path fill="#6f6f6f" opacity=".25" stroke-width="0" d="M8 3h5v14H8z"/><path d="M14.582 16.363a1 1 0 0 1-.582-.908V9a1 1 0 0 1 1-1h3V3h-5v14h2.968l-1.386-.637z" fill="#6f6f6f" opacity=".5" stroke-width="0"/><path d="M16.742 18H2V2h17v6h-1V3H3v14h12.968l.84.386-.065.614zM22 9v6.456l-2.878 1.322.545 5.135c0 .6-.487 1.087-1.087 1.087h-.16c-.6 0-1.087-.487-1.087-1.087l.545-5.135L15 15.456V9h7zm-6 4h5v-1.278c-.079.019-.153.043-.244.043-.667 0-.93-1.432-1.436-1.432-.631 0-.576.66-1.555.66-.492 0-.99-1.01-1.485-.904a.537.537 0 0 0-.28.173V13z" stroke-width="0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.5 7l.9 3.6 3.6.9-3.6.9-.9 3.6-.9-3.6-3.6-.9 3.6-.9zm-1.725 2.775L5.877 11.5l6.898 1.725 1.725 6.898 1.725-6.898 6.898-1.725-6.898-1.725L14.5 2.877zM6 4l-.5-4L5 4l-4 .5L5 5l.5 4L6 5l4-.5zm1 14l-.5-4-.5 4-4 .5 4 .5.5 4 .5-4 4-.5z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" stroke-width="0" d="M0 0h32v32H0z"/><path fill="#6f6f6f" opacity=".25" stroke-width="0" d="M11 4h7v20h-7z"/><path d="M23.63 23.608l-3.048-1.4A1 1 0 0 1 20 21.3V13a1 1 0 0 1 1-1h4V4h-7v20h5.588l.042-.392z" fill="#6f6f6f" opacity=".5" stroke-width="0"/><path d="M23.482 25H3V3h23v9h-1V4H4v20h19.588l-.106 1zM30 13v8.3L26.3 23l.7 6.602c0 .772-.626 1.398-1.398 1.398h-.204A1.398 1.398 0 0 1 24 29.602L24.7 23 21 21.3V13h9zm-8 5h7v-1.596a1.3 1.3 0 0 1-.6.15c-.857 0-1.195-1.84-1.845-1.84-.812 0-.74.85-2 .85-.632 0-1.273-1.3-1.91-1.164-.296.063-.457.329-.645.593V18z" stroke-width="0"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.5 8l1.3 6.2 6.2 1.3-6.2 1.3-1.3 6.2-1.3-6.2-6.2-1.3 6.2-1.3zm-2.145 5.355L7.127 15.5l10.228 2.145L19.5 27.873l2.145-10.229L31.873 15.5l-10.228-2.145L19.5 3.127zM7 6l-.5-5L6 6l-5 .5L6 7l.5 5L7 7l5-.5zm2 18l-.5-5-.5 5-5 .5 5 .5.5 5 .5-5 5-.5z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path stroke-width="0" fill="none" d="M0 0h16v16H0z"/><path d="M11.4 0H2v8h1V1h7v4h4v10H3v-1H2v2h13V3.6L11.4 0zM14 4h-3V1h.31L14 3.69V4zm-2 9h-1V7h1v6zm-2-2.5V13H9v-2.5a.501.501 0 0 0-1 0V13H7v-2.5a.501.501 0 0 0-1 0V13H5V9h1v.092c.157-.056.324-.092.5-.092.386 0 .734.15 1 .39.266-.24.614-.39 1-.39.827 0 1.5.673 1.5 1.5zm-8.102.4L.694 9h1.183l.613.966L3.102 9h1.183l-1.204 1.9L4.413 13H3.23l-.74-1.167L1.75 13H.567l1.331-2.1z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-width="0" fill="none" d="M0 0h24v24H0z"/><path d="M17 11v7h-1v-7h1zM3.184 18L4.5 16.377 5.816 18h1.287l-1.96-2.417L7.238 13H5.951L4.5 14.79 3.049 13H1.762l2.094 2.583L1.896 18h1.288zM8 13v5h1v-3a1 1 0 0 1 2 0v3h1v-3a1 1 0 0 1 2 0v3h1v-3c0-1.103-.897-2-2-2-.6 0-1.133.271-1.5.691-.367-.42-.9-.691-1.5-.691-.366 0-.705.106-1 .278V13H8zm13-6.291V23H3v-4h1v3h16V8h-6V2H4v10H3V1h12.29L21 6.709zM20 6.8L15.2 2H15v5h5v-.2z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/><path d="M19.3 2H5v14h1V3h12v8h8v18H6v-3H5v4h22V9.699L19.3 2zm-.3 8V3l7 7h-7zM6.5 21.671L4.689 24H3.423l2.444-3.143L3.645 18H4.91l1.59 2.043L8.09 18h1.265l-2.222 2.857L9.577 24H8.311L6.5 21.671zM12 18v.512a2.476 2.476 0 0 1 3.5.49 2.496 2.496 0 0 1 2-1.002c1.379 0 2.5 1.121 2.5 2.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-6h1zm11-3v9h-1v-9h1z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path stroke-width="0" fill="none" d="M0 0h16v16H0z"/><path d="M8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6l3 2-3 2V6zm3.008 7.421C7.902 13.86 6.606 14.8 3.793 14.8 1.423 14.8 0 14.089 0 14.089l2.133-12.6S3.556 2 5.293 2c2.688 0 2.722-.986 5.413-.986 1.738 0 3.161.674 3.161.674l1.5 8.863a3.471 3.471 0 0 0-1.091-.458l-1.3-7.68c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.368.434C7.623 2.707 6.813 3 5.294 3c-.908 0-1.736-.126-2.359-.26l-1.81 10.697a9.538 9.538 0 0 0 2.668.363c1.669 0 2.747-.363 3.888-.748.772-.26 1.56-.525 2.525-.689a3.46 3.46 0 0 0-.198 1.058zm5.987.079a2.495 2.495 0 1 1-4.99 0 2.495 2.495 0 0 1 4.99 0z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-width="0" fill="none" d="M0 0h24v24H0z"/><path d="M11 15l5-3.5L11 8v7zm1-5.08l2.256 1.58L12 13.08V9.92zm3.097 10.502c-2.89.46-4.745 1.378-8.673 1.378C3.034 21.8 1 20.783 1 20.783L4.05 3.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878l2.329 13.818a4.53 4.53 0 0 0-1.21-1.16L19.941 3.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.724-.457L2.124 20.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.878-.21 1.774-.425 2.8-.585 0 .025-.007.05-.007.075 0 .316.034.624.097.922zM12.506 6.006c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zm10.47 3.5a3.495 3.495 0 1 1-6.99 0 3.495 3.495 0 0 1 6.99 0z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/><path d="M22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264zm4.032 12.752c-1.25.255-2.304.594-3.34.928-1.992.644-3.874 1.252-7.154 1.252-3.003 0-5.37-.886-6.43-1.366L5.794 5.217a15.6 15.6 0 0 0 4.544.651c2.505 0 4-.43 5.445-.847 1.448-.417 2.816-.81 5.29-.81 2.188 0 4.104.325 5.05.518l2.775 16.72c.5.43.927.94 1.264 1.51L27 3.9s-2.667-.689-5.926-.689c-5.144 0-5.927 1.657-10.735 1.657C7.52 4.868 5.7 4.133 5 3.9L1 28s3.093 1.8 7.538 1.8c5.17 0 7.116-1.47 10.686-2.199a5.93 5.93 0 0 1-.192-.981zM25 21a5 5 0 1 0 0 10 5 5 0 0 0 0-10z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke-width="0" d="M0 0h16v16H0z"/><path fill="#6f6f6f" opacity=".25" stroke-width="0" d="M5 2h3v9H5z"/><path d="M9.611 10.994A1.001 1.001 0 0 1 9 10.072V5a1 1 0 0 1 1-1h1V2H8v9h1.625l-.014-.006z" fill="#6f6f6f" opacity=".5" stroke-width="0"/><path d="M11.357 12H1V1h11v3h-1V2H2v9h7.625l1.762.741-.03.259zM16 5v5.072l-2.467 1.04.467 4.034c0 .472-.417.854-.932.854h-.136c-.515 0-.932-.382-.932-.854l.467-4.035L10 10.072V5h6zm-1 3V7c-.571 0-.863-.952-1.297-.952-.541 0-.493.519-1.333.519-.421 0-.849-.795-1.273-.711-.036.007-.066.023-.097.037V8h4z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke-width="0" d="M0 0h24v24H0z"/><path fill="#6f6f6f" opacity=".25" stroke-width="0" d="M8 3h5v14H8z"/><path d="M14.582 16.363a1 1 0 0 1-.582-.908V9a1 1 0 0 1 1-1h3V3h-5v14h2.968l-1.386-.637z" fill="#6f6f6f" opacity=".5" stroke-width="0"/><path d="M16.742 18H2V2h17v6h-1V3H3v14h12.968l.84.386-.065.614zM22 9v6.456l-2.878 1.322.545 5.135c0 .6-.487 1.087-1.087 1.087h-.16c-.6 0-1.087-.487-1.087-1.087l.545-5.135L15 15.456V9h7zm-6 4h5v-1.278c-.079.019-.153.043-.244.043-.667 0-.93-1.432-1.436-1.432-.631 0-.576.66-1.555.66-.492 0-.99-1.01-1.485-.904a.537.537 0 0 0-.28.173V13z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" stroke-width="0" d="M0 0h32v32H0z"/><path fill="#6f6f6f" opacity=".25" stroke-width="0" d="M11 4h7v20h-7z"/><path d="M23.63 23.608l-3.048-1.4A1 1 0 0 1 20 21.3V13a1 1 0 0 1 1-1h4V4h-7v20h5.588l.042-.392z" fill="#6f6f6f" opacity=".5" stroke-width="0"/><path d="M23.482 25H3V3h23v9h-1V4H4v20h19.588l-.106 1zM30 13v8.3L26.3 23l.7 6.602c0 .772-.626 1.398-1.398 1.398h-.204A1.398 1.398 0 0 1 24 29.602L24.7 23 21 21.3V13h9zm-8 5h7v-1.596a1.3 1.3 0 0 1-.6.15c-.857 0-1.195-1.84-1.845-1.84-.812 0-.74.85-2 .85-.632 0-1.273-1.3-1.91-1.164-.296.063-.457.329-.645.593V18z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path stroke-width="0" fill="none" d="M0 0h16v16H0z"/><path d="M10.706 2.014c.933 0 1.774.23 2.27.399l1.72 10.163a8.317 8.317 0 0 0-2.489-.376c-1.996 0-3.282.433-4.526.852-1.141.385-2.22.748-3.888.748a9.538 9.538 0 0 1-2.669-.363L2.935 2.74c.623.134 1.451.26 2.359.26 1.519 0 2.33-.293 3.044-.552.643-.233 1.198-.434 2.368-.434m0-1c-2.69 0-2.725.986-5.412.986-1.738 0-3.161-.512-3.161-.512L0 14.09s1.422.711 3.793.711c3.665 0 4.749-1.6 8.414-1.6 2.37 0 3.793 1.09 3.793 1.09L13.867 1.687s-1.423-.674-3.16-.674zM8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6v4l3-2-3-2z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-width="0" fill="none" d="M0 0h24v24H0z"/><path d="M16.31 3.2c1.551 0 2.928.38 3.63.615l2.675 15.872a16.248 16.248 0 0 0-4.157-.52c-2.74 0-4.525.429-6.251.844-1.687.406-3.28.789-5.783.789-1.999 0-3.493-.38-4.3-.65L4.847 4.343c.891.215 2.228.457 3.724.457 2.121 0 3.252-.465 4.25-.875.946-.39 1.763-.725 3.49-.725m0-1c-3.848 0-3.892 1.6-7.74 1.6-2.486 0-4.52-.722-4.52-.722L1 20.783S3.034 21.8 6.424 21.8c5.242 0 6.792-1.634 12.034-1.634 3.39 0 5.423 1.017 5.423 1.017l-3.05-18.105S18.797 2.2 16.31 2.2zm-3.805 3.806c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zM11 8v7l5-3.5L11 8zm1 1.92l2.256 1.58L12 13.08V9.92z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/><path d="M31 28s-3.093-.8-7.538-.8c-6.876 0-8.048 2.6-14.924 2.6C4.093 29.8 1 28 1 28L5 3.9c.7.233 2.519.968 5.34.968 4.807 0 5.59-1.657 10.734-1.657 3.26 0 5.926.689 5.926.689L31 28zm-15.307-.452c2.052-.662 4.174-1.348 7.77-1.348 2.725 0 4.948.29 6.312.528l-3.651-22a26.165 26.165 0 0 0-5.05-.517c-2.474 0-3.842.393-5.29.81-1.445.417-2.94.847-5.445.847a15.6 15.6 0 0 1-4.544-.65L2.107 27.433a15.984 15.984 0 0 0 6.43 1.366c3.281 0 5.163-.608 7.156-1.252zM22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264z" stroke-width="0"/></svg>
package/index.d.ts CHANGED
@@ -105,9 +105,6 @@ export const addToModel32: string;
105
105
  export const addressBook16: string;
106
106
  export const addressBook24: string;
107
107
  export const addressBook32: string;
108
- export const ai16: string;
109
- export const ai24: string;
110
- export const ai32: string;
111
108
  export const alertOffCircle16F: string;
112
109
  export const alertOffCircle24F: string;
113
110
  export const alertOffCircle32F: string;
@@ -897,9 +894,9 @@ export const editGeometry32: string;
897
894
  export const education16: string;
898
895
  export const education24: string;
899
896
  export const education32: string;
900
- export const effects16: CalciteMultiPathEntry[];
901
- export const effects24: CalciteMultiPathEntry[];
902
- export const effects32: CalciteMultiPathEntry[];
897
+ export const effects16: string;
898
+ export const effects24: string;
899
+ export const effects32: string;
903
900
  export const elevator16: string;
904
901
  export const elevator24: string;
905
902
  export const elevator32: string;
@@ -1089,6 +1086,9 @@ export const fileVideo32: string;
1089
1086
  export const fileWord16: string;
1090
1087
  export const fileWord24: string;
1091
1088
  export const fileWord32: string;
1089
+ export const fileXml16: string;
1090
+ export const fileXml24: string;
1091
+ export const fileXml32: string;
1092
1092
  export const fileZip16: string;
1093
1093
  export const fileZip24: string;
1094
1094
  export const fileZip32: string;
@@ -1785,6 +1785,9 @@ export const listRectangle32: string;
1785
1785
  export const listShowAll16: string;
1786
1786
  export const listShowAll24: string;
1787
1787
  export const listShowAll32: string;
1788
+ export const livestreamVideoLayer16: string;
1789
+ export const livestreamVideoLayer24: string;
1790
+ export const livestreamVideoLayer32: string;
1788
1791
  export const locationSharing16F: string;
1789
1792
  export const locationSharing16: string;
1790
1793
  export const locationSharing24F: string;
@@ -2919,6 +2922,9 @@ export const strikethrough32: string;
2919
2922
  export const string16: string;
2920
2923
  export const string24: string;
2921
2924
  export const string32: string;
2925
+ export const styling16: CalciteMultiPathEntry[];
2926
+ export const styling24: CalciteMultiPathEntry[];
2927
+ export const styling32: CalciteMultiPathEntry[];
2922
2928
  export const subheading116: string;
2923
2929
  export const subheading124: string;
2924
2930
  export const subheading132: string;
@@ -3228,6 +3234,9 @@ export const verticalDistribute32: string;
3228
3234
  export const video16: string;
3229
3235
  export const video24: string;
3230
3236
  export const video32: string;
3237
+ export const videoLayer16: string;
3238
+ export const videoLayer24: string;
3239
+ export const videoLayer32: string;
3231
3240
  export const videoPlus16: string;
3232
3241
  export const videoPlus24: string;
3233
3242
  export const videoPlus32: string;
package/index.js CHANGED
@@ -98,9 +98,6 @@ export {addToModel32} from "./js/addToModel32.js";
98
98
  export {addressBook16} from "./js/addressBook16.js";
99
99
  export {addressBook24} from "./js/addressBook24.js";
100
100
  export {addressBook32} from "./js/addressBook32.js";
101
- export {ai16} from "./js/ai16.js";
102
- export {ai24} from "./js/ai24.js";
103
- export {ai32} from "./js/ai32.js";
104
101
  export {alertOffCircle16F} from "./js/alertOffCircle16F.js";
105
102
  export {alertOffCircle24F} from "./js/alertOffCircle24F.js";
106
103
  export {alertOffCircle32F} from "./js/alertOffCircle32F.js";
@@ -1082,6 +1079,9 @@ export {fileVideo32} from "./js/fileVideo32.js";
1082
1079
  export {fileWord16} from "./js/fileWord16.js";
1083
1080
  export {fileWord24} from "./js/fileWord24.js";
1084
1081
  export {fileWord32} from "./js/fileWord32.js";
1082
+ export {fileXml16} from "./js/fileXml16.js";
1083
+ export {fileXml24} from "./js/fileXml24.js";
1084
+ export {fileXml32} from "./js/fileXml32.js";
1085
1085
  export {fileZip16} from "./js/fileZip16.js";
1086
1086
  export {fileZip24} from "./js/fileZip24.js";
1087
1087
  export {fileZip32} from "./js/fileZip32.js";
@@ -1778,6 +1778,9 @@ export {listRectangle32} from "./js/listRectangle32.js";
1778
1778
  export {listShowAll16} from "./js/listShowAll16.js";
1779
1779
  export {listShowAll24} from "./js/listShowAll24.js";
1780
1780
  export {listShowAll32} from "./js/listShowAll32.js";
1781
+ export {livestreamVideoLayer16} from "./js/livestreamVideoLayer16.js";
1782
+ export {livestreamVideoLayer24} from "./js/livestreamVideoLayer24.js";
1783
+ export {livestreamVideoLayer32} from "./js/livestreamVideoLayer32.js";
1781
1784
  export {locationSharing16F} from "./js/locationSharing16F.js";
1782
1785
  export {locationSharing16} from "./js/locationSharing16.js";
1783
1786
  export {locationSharing24F} from "./js/locationSharing24F.js";
@@ -2912,6 +2915,9 @@ export {strikethrough32} from "./js/strikethrough32.js";
2912
2915
  export {string16} from "./js/string16.js";
2913
2916
  export {string24} from "./js/string24.js";
2914
2917
  export {string32} from "./js/string32.js";
2918
+ export {styling16} from "./js/styling16.js";
2919
+ export {styling24} from "./js/styling24.js";
2920
+ export {styling32} from "./js/styling32.js";
2915
2921
  export {subheading116} from "./js/subheading116.js";
2916
2922
  export {subheading124} from "./js/subheading124.js";
2917
2923
  export {subheading132} from "./js/subheading132.js";
@@ -3221,6 +3227,9 @@ export {verticalDistribute32} from "./js/verticalDistribute32.js";
3221
3227
  export {video16} from "./js/video16.js";
3222
3228
  export {video24} from "./js/video24.js";
3223
3229
  export {video32} from "./js/video32.js";
3230
+ export {videoLayer16} from "./js/videoLayer16.js";
3231
+ export {videoLayer24} from "./js/videoLayer24.js";
3232
+ export {videoLayer32} from "./js/videoLayer32.js";
3224
3233
  export {videoPlus16} from "./js/videoPlus16.js";
3225
3234
  export {videoPlus24} from "./js/videoPlus24.js";
3226
3235
  export {videoPlus32} from "./js/videoPlus32.js";
package/js/effects16.d.ts CHANGED
@@ -1 +1 @@
1
- export const effects16: CalciteMultiPathEntry[];
1
+ export const effects16: string;
package/js/effects16.js CHANGED
@@ -1 +1 @@
1
- export const effects16 = [{"opacity":".25","d":"M5 2h3v9H5z"},{"opacity":".5","d":"M9.611 10.994A1.001 1.001 0 0 1 9 10.072V5a1 1 0 0 1 1-1h1V2H8v9h1.625l-.014-.006z"},{"d":"M11.357 12H1V1h11v3h-1V2H2v9h7.625l1.762.741-.03.259zM16 5v5.072l-2.467 1.04.467 4.034c0 .472-.417.854-.932.854h-.136c-.515 0-.932-.382-.932-.854l.467-4.035L10 10.072V5h6zm-1 3V7c-.571 0-.863-.952-1.297-.952-.541 0-.493.519-1.333.519-.421 0-.849-.795-1.273-.711-.036.007-.066.023-.097.037V8h4z"}];
1
+ export const effects16 = "M8.5 5L9 7l2 .5L9 8l-.5 2L8 8l-2-.5L8 7zM7.175 6.175L1.877 7.5l5.298 1.325L8.5 14.123l1.325-5.298L15.123 7.5 9.825 6.175 8.5.877zM3 2l-.5-2L2 2l-2 .5L2 3l.5 2L3 3l2-.5zm1 10l-.5-2-.5 2-2 .5 2 .5.5 2 .5-2 2-.5z";
package/js/effects16.json CHANGED
@@ -1 +1 @@
1
- [{"opacity":".25","d":"M5 2h3v9H5z"},{"opacity":".5","d":"M9.611 10.994A1.001 1.001 0 0 1 9 10.072V5a1 1 0 0 1 1-1h1V2H8v9h1.625l-.014-.006z"},{"d":"M11.357 12H1V1h11v3h-1V2H2v9h7.625l1.762.741-.03.259zM16 5v5.072l-2.467 1.04.467 4.034c0 .472-.417.854-.932.854h-.136c-.515 0-.932-.382-.932-.854l.467-4.035L10 10.072V5h6zm-1 3V7c-.571 0-.863-.952-1.297-.952-.541 0-.493.519-1.333.519-.421 0-.849-.795-1.273-.711-.036.007-.066.023-.097.037V8h4z"}]
1
+ "M8.5 5L9 7l2 .5L9 8l-.5 2L8 8l-2-.5L8 7zM7.175 6.175L1.877 7.5l5.298 1.325L8.5 14.123l1.325-5.298L15.123 7.5 9.825 6.175 8.5.877zM3 2l-.5-2L2 2l-2 .5L2 3l.5 2L3 3l2-.5zm1 10l-.5-2-.5 2-2 .5 2 .5.5 2 .5-2 2-.5z"
package/js/effects24.d.ts CHANGED
@@ -1 +1 @@
1
- export const effects24: CalciteMultiPathEntry[];
1
+ export const effects24: string;
package/js/effects24.js CHANGED
@@ -1 +1 @@
1
- export const effects24 = [{"opacity":".25","d":"M8 3h5v14H8z"},{"opacity":".5","d":"M14.582 16.363a1 1 0 0 1-.582-.908V9a1 1 0 0 1 1-1h3V3h-5v14h2.968l-1.386-.637z"},{"d":"M16.742 18H2V2h17v6h-1V3H3v14h12.968l.84.386-.065.614zM22 9v6.456l-2.878 1.322.545 5.135c0 .6-.487 1.087-1.087 1.087h-.16c-.6 0-1.087-.487-1.087-1.087l.545-5.135L15 15.456V9h7zm-6 4h5v-1.278c-.079.019-.153.043-.244.043-.667 0-.93-1.432-1.436-1.432-.631 0-.576.66-1.555.66-.492 0-.99-1.01-1.485-.904a.537.537 0 0 0-.28.173V13z"}];
1
+ export const effects24 = "M14.5 7l.9 3.6 3.6.9-3.6.9-.9 3.6-.9-3.6-3.6-.9 3.6-.9zm-1.725 2.775L5.877 11.5l6.898 1.725 1.725 6.898 1.725-6.898 6.898-1.725-6.898-1.725L14.5 2.877zM6 4l-.5-4L5 4l-4 .5L5 5l.5 4L6 5l4-.5zm1 14l-.5-4-.5 4-4 .5 4 .5.5 4 .5-4 4-.5z";
package/js/effects24.json CHANGED
@@ -1 +1 @@
1
- [{"opacity":".25","d":"M8 3h5v14H8z"},{"opacity":".5","d":"M14.582 16.363a1 1 0 0 1-.582-.908V9a1 1 0 0 1 1-1h3V3h-5v14h2.968l-1.386-.637z"},{"d":"M16.742 18H2V2h17v6h-1V3H3v14h12.968l.84.386-.065.614zM22 9v6.456l-2.878 1.322.545 5.135c0 .6-.487 1.087-1.087 1.087h-.16c-.6 0-1.087-.487-1.087-1.087l.545-5.135L15 15.456V9h7zm-6 4h5v-1.278c-.079.019-.153.043-.244.043-.667 0-.93-1.432-1.436-1.432-.631 0-.576.66-1.555.66-.492 0-.99-1.01-1.485-.904a.537.537 0 0 0-.28.173V13z"}]
1
+ "M14.5 7l.9 3.6 3.6.9-3.6.9-.9 3.6-.9-3.6-3.6-.9 3.6-.9zm-1.725 2.775L5.877 11.5l6.898 1.725 1.725 6.898 1.725-6.898 6.898-1.725-6.898-1.725L14.5 2.877zM6 4l-.5-4L5 4l-4 .5L5 5l.5 4L6 5l4-.5zm1 14l-.5-4-.5 4-4 .5 4 .5.5 4 .5-4 4-.5z"
package/js/effects32.d.ts CHANGED
@@ -1 +1 @@
1
- export const effects32: CalciteMultiPathEntry[];
1
+ export const effects32: string;
package/js/effects32.js CHANGED
@@ -1 +1 @@
1
- export const effects32 = [{"opacity":".25","d":"M11 4h7v20h-7z"},{"opacity":".5","d":"M23.63 23.608l-3.048-1.4A1 1 0 0 1 20 21.3V13a1 1 0 0 1 1-1h4V4h-7v20h5.588l.042-.392z"},{"d":"M23.482 25H3V3h23v9h-1V4H4v20h19.588l-.106 1zM30 13v8.3L26.3 23l.7 6.602c0 .772-.626 1.398-1.398 1.398h-.204A1.398 1.398 0 0 1 24 29.602L24.7 23 21 21.3V13h9zm-8 5h7v-1.596a1.3 1.3 0 0 1-.6.15c-.857 0-1.195-1.84-1.845-1.84-.812 0-.74.85-2 .85-.632 0-1.273-1.3-1.91-1.164-.296.063-.457.329-.645.593V18z"}];
1
+ export const effects32 = "M19.5 8l1.3 6.2 6.2 1.3-6.2 1.3-1.3 6.2-1.3-6.2-6.2-1.3 6.2-1.3zm-2.145 5.355L7.127 15.5l10.228 2.145L19.5 27.873l2.145-10.229L31.873 15.5l-10.228-2.145L19.5 3.127zM7 6l-.5-5L6 6l-5 .5L6 7l.5 5L7 7l5-.5zm2 18l-.5-5-.5 5-5 .5 5 .5.5 5 .5-5 5-.5z";
package/js/effects32.json CHANGED
@@ -1 +1 @@
1
- [{"opacity":".25","d":"M11 4h7v20h-7z"},{"opacity":".5","d":"M23.63 23.608l-3.048-1.4A1 1 0 0 1 20 21.3V13a1 1 0 0 1 1-1h4V4h-7v20h5.588l.042-.392z"},{"d":"M23.482 25H3V3h23v9h-1V4H4v20h19.588l-.106 1zM30 13v8.3L26.3 23l.7 6.602c0 .772-.626 1.398-1.398 1.398h-.204A1.398 1.398 0 0 1 24 29.602L24.7 23 21 21.3V13h9zm-8 5h7v-1.596a1.3 1.3 0 0 1-.6.15c-.857 0-1.195-1.84-1.845-1.84-.812 0-.74.85-2 .85-.632 0-1.273-1.3-1.91-1.164-.296.063-.457.329-.645.593V18z"}]
1
+ "M19.5 8l1.3 6.2 6.2 1.3-6.2 1.3-1.3 6.2-1.3-6.2-6.2-1.3 6.2-1.3zm-2.145 5.355L7.127 15.5l10.228 2.145L19.5 27.873l2.145-10.229L31.873 15.5l-10.228-2.145L19.5 3.127zM7 6l-.5-5L6 6l-5 .5L6 7l.5 5L7 7l5-.5zm2 18l-.5-5-.5 5-5 .5 5 .5.5 5 .5-5 5-.5z"
@@ -0,0 +1 @@
1
+ export const fileXml16: string;
@@ -0,0 +1 @@
1
+ export const fileXml16 = "M11.4 0H2v8h1V1h7v4h4v10H3v-1H2v2h13V3.6L11.4 0zM14 4h-3V1h.31L14 3.69V4zm-2 9h-1V7h1v6zm-2-2.5V13H9v-2.5a.501.501 0 0 0-1 0V13H7v-2.5a.501.501 0 0 0-1 0V13H5V9h1v.092c.157-.056.324-.092.5-.092.386 0 .734.15 1 .39.266-.24.614-.39 1-.39.827 0 1.5.673 1.5 1.5zm-8.102.4L.694 9h1.183l.613.966L3.102 9h1.183l-1.204 1.9L4.413 13H3.23l-.74-1.167L1.75 13H.567l1.331-2.1z";
@@ -0,0 +1 @@
1
+ "M11.4 0H2v8h1V1h7v4h4v10H3v-1H2v2h13V3.6L11.4 0zM14 4h-3V1h.31L14 3.69V4zm-2 9h-1V7h1v6zm-2-2.5V13H9v-2.5a.501.501 0 0 0-1 0V13H7v-2.5a.501.501 0 0 0-1 0V13H5V9h1v.092c.157-.056.324-.092.5-.092.386 0 .734.15 1 .39.266-.24.614-.39 1-.39.827 0 1.5.673 1.5 1.5zm-8.102.4L.694 9h1.183l.613.966L3.102 9h1.183l-1.204 1.9L4.413 13H3.23l-.74-1.167L1.75 13H.567l1.331-2.1z"
@@ -0,0 +1 @@
1
+ export const fileXml24: string;
@@ -0,0 +1 @@
1
+ export const fileXml24 = "M17 11v7h-1v-7h1zM3.184 18L4.5 16.377 5.816 18h1.287l-1.96-2.417L7.238 13H5.951L4.5 14.79 3.049 13H1.762l2.094 2.583L1.896 18h1.288zM8 13v5h1v-3a1 1 0 0 1 2 0v3h1v-3a1 1 0 0 1 2 0v3h1v-3c0-1.103-.897-2-2-2-.6 0-1.133.271-1.5.691-.367-.42-.9-.691-1.5-.691-.366 0-.705.106-1 .278V13H8zm13-6.291V23H3v-4h1v3h16V8h-6V2H4v10H3V1h12.29L21 6.709zM20 6.8L15.2 2H15v5h5v-.2z";
@@ -0,0 +1 @@
1
+ "M17 11v7h-1v-7h1zM3.184 18L4.5 16.377 5.816 18h1.287l-1.96-2.417L7.238 13H5.951L4.5 14.79 3.049 13H1.762l2.094 2.583L1.896 18h1.288zM8 13v5h1v-3a1 1 0 0 1 2 0v3h1v-3a1 1 0 0 1 2 0v3h1v-3c0-1.103-.897-2-2-2-.6 0-1.133.271-1.5.691-.367-.42-.9-.691-1.5-.691-.366 0-.705.106-1 .278V13H8zm13-6.291V23H3v-4h1v3h16V8h-6V2H4v10H3V1h12.29L21 6.709zM20 6.8L15.2 2H15v5h5v-.2z"
@@ -0,0 +1 @@
1
+ export const fileXml32: string;
@@ -0,0 +1 @@
1
+ export const fileXml32 = "M19.3 2H5v14h1V3h12v8h8v18H6v-3H5v4h22V9.699L19.3 2zm-.3 8V3l7 7h-7zM6.5 21.671L4.689 24H3.423l2.444-3.143L3.645 18H4.91l1.59 2.043L8.09 18h1.265l-2.222 2.857L9.577 24H8.311L6.5 21.671zM12 18v.512a2.476 2.476 0 0 1 3.5.49 2.496 2.496 0 0 1 2-1.002c1.379 0 2.5 1.121 2.5 2.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-6h1zm11-3v9h-1v-9h1z";
@@ -0,0 +1 @@
1
+ "M19.3 2H5v14h1V3h12v8h8v18H6v-3H5v4h22V9.699L19.3 2zm-.3 8V3l7 7h-7zM6.5 21.671L4.689 24H3.423l2.444-3.143L3.645 18H4.91l1.59 2.043L8.09 18h1.265l-2.222 2.857L9.577 24H8.311L6.5 21.671zM12 18v.512a2.476 2.476 0 0 1 3.5.49 2.496 2.496 0 0 1 2-1.002c1.379 0 2.5 1.121 2.5 2.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-3.5c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5V24h-1v-6h1zm11-3v9h-1v-9h1z"
@@ -0,0 +1 @@
1
+ export const livestreamVideoLayer16: string;
@@ -0,0 +1 @@
1
+ export const livestreamVideoLayer16 = "M8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6l3 2-3 2V6zm3.008 7.421C7.902 13.86 6.606 14.8 3.793 14.8 1.423 14.8 0 14.089 0 14.089l2.133-12.6S3.556 2 5.293 2c2.688 0 2.722-.986 5.413-.986 1.738 0 3.161.674 3.161.674l1.5 8.863a3.471 3.471 0 0 0-1.091-.458l-1.3-7.68c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.368.434C7.623 2.707 6.813 3 5.294 3c-.908 0-1.736-.126-2.359-.26l-1.81 10.697a9.538 9.538 0 0 0 2.668.363c1.669 0 2.747-.363 3.888-.748.772-.26 1.56-.525 2.525-.689a3.46 3.46 0 0 0-.198 1.058zm5.987.079a2.495 2.495 0 1 1-4.99 0 2.495 2.495 0 0 1 4.99 0z";
@@ -0,0 +1 @@
1
+ "M8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6l3 2-3 2V6zm3.008 7.421C7.902 13.86 6.606 14.8 3.793 14.8 1.423 14.8 0 14.089 0 14.089l2.133-12.6S3.556 2 5.293 2c2.688 0 2.722-.986 5.413-.986 1.738 0 3.161.674 3.161.674l1.5 8.863a3.471 3.471 0 0 0-1.091-.458l-1.3-7.68c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.368.434C7.623 2.707 6.813 3 5.294 3c-.908 0-1.736-.126-2.359-.26l-1.81 10.697a9.538 9.538 0 0 0 2.668.363c1.669 0 2.747-.363 3.888-.748.772-.26 1.56-.525 2.525-.689a3.46 3.46 0 0 0-.198 1.058zm5.987.079a2.495 2.495 0 1 1-4.99 0 2.495 2.495 0 0 1 4.99 0z"
@@ -0,0 +1 @@
1
+ export const livestreamVideoLayer24: string;
@@ -0,0 +1 @@
1
+ export const livestreamVideoLayer24 = "M11 15l5-3.5L11 8v7zm1-5.08l2.256 1.58L12 13.08V9.92zm3.097 10.502c-2.89.46-4.745 1.378-8.673 1.378C3.034 21.8 1 20.783 1 20.783L4.05 3.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878l2.329 13.818a4.53 4.53 0 0 0-1.21-1.16L19.941 3.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.724-.457L2.124 20.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.878-.21 1.774-.425 2.8-.585 0 .025-.007.05-.007.075 0 .316.034.624.097.922zM12.506 6.006c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zm10.47 3.5a3.495 3.495 0 1 1-6.99 0 3.495 3.495 0 0 1 6.99 0z";
@@ -0,0 +1 @@
1
+ "M11 15l5-3.5L11 8v7zm1-5.08l2.256 1.58L12 13.08V9.92zm3.097 10.502c-2.89.46-4.745 1.378-8.673 1.378C3.034 21.8 1 20.783 1 20.783L4.05 3.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878l2.329 13.818a4.53 4.53 0 0 0-1.21-1.16L19.941 3.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.724-.457L2.124 20.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.878-.21 1.774-.425 2.8-.585 0 .025-.007.05-.007.075 0 .316.034.624.097.922zM12.506 6.006c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zm10.47 3.5a3.495 3.495 0 1 1-6.99 0 3.495 3.495 0 0 1 6.99 0z"
@@ -0,0 +1 @@
1
+ export const livestreamVideoLayer32: string;
@@ -0,0 +1 @@
1
+ export const livestreamVideoLayer32 = "M22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264zm4.032 12.752c-1.25.255-2.304.594-3.34.928-1.992.644-3.874 1.252-7.154 1.252-3.003 0-5.37-.886-6.43-1.366L5.794 5.217a15.6 15.6 0 0 0 4.544.651c2.505 0 4-.43 5.445-.847 1.448-.417 2.816-.81 5.29-.81 2.188 0 4.104.325 5.05.518l2.775 16.72c.5.43.927.94 1.264 1.51L27 3.9s-2.667-.689-5.926-.689c-5.144 0-5.927 1.657-10.735 1.657C7.52 4.868 5.7 4.133 5 3.9L1 28s3.093 1.8 7.538 1.8c5.17 0 7.116-1.47 10.686-2.199a5.93 5.93 0 0 1-.192-.981zM25 21a5 5 0 1 0 0 10 5 5 0 0 0 0-10z";
@@ -0,0 +1 @@
1
+ "M22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264zm4.032 12.752c-1.25.255-2.304.594-3.34.928-1.992.644-3.874 1.252-7.154 1.252-3.003 0-5.37-.886-6.43-1.366L5.794 5.217a15.6 15.6 0 0 0 4.544.651c2.505 0 4-.43 5.445-.847 1.448-.417 2.816-.81 5.29-.81 2.188 0 4.104.325 5.05.518l2.775 16.72c.5.43.927.94 1.264 1.51L27 3.9s-2.667-.689-5.926-.689c-5.144 0-5.927 1.657-10.735 1.657C7.52 4.868 5.7 4.133 5 3.9L1 28s3.093 1.8 7.538 1.8c5.17 0 7.116-1.47 10.686-2.199a5.93 5.93 0 0 1-.192-.981zM25 21a5 5 0 1 0 0 10 5 5 0 0 0 0-10z"
@@ -0,0 +1 @@
1
+ export const styling16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const styling16 = [{"opacity":".25","d":"M5 2h3v9H5z"},{"opacity":".5","d":"M9.611 10.994A1.001 1.001 0 0 1 9 10.072V5a1 1 0 0 1 1-1h1V2H8v9h1.625l-.014-.006z"},{"d":"M11.357 12H1V1h11v3h-1V2H2v9h7.625l1.762.741-.03.259zM16 5v5.072l-2.467 1.04.467 4.034c0 .472-.417.854-.932.854h-.136c-.515 0-.932-.382-.932-.854l.467-4.035L10 10.072V5h6zm-1 3V7c-.571 0-.863-.952-1.297-.952-.541 0-.493.519-1.333.519-.421 0-.849-.795-1.273-.711-.036.007-.066.023-.097.037V8h4z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".25","d":"M5 2h3v9H5z"},{"opacity":".5","d":"M9.611 10.994A1.001 1.001 0 0 1 9 10.072V5a1 1 0 0 1 1-1h1V2H8v9h1.625l-.014-.006z"},{"d":"M11.357 12H1V1h11v3h-1V2H2v9h7.625l1.762.741-.03.259zM16 5v5.072l-2.467 1.04.467 4.034c0 .472-.417.854-.932.854h-.136c-.515 0-.932-.382-.932-.854l.467-4.035L10 10.072V5h6zm-1 3V7c-.571 0-.863-.952-1.297-.952-.541 0-.493.519-1.333.519-.421 0-.849-.795-1.273-.711-.036.007-.066.023-.097.037V8h4z"}]
@@ -0,0 +1 @@
1
+ export const styling24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const styling24 = [{"opacity":".25","d":"M8 3h5v14H8z"},{"opacity":".5","d":"M14.582 16.363a1 1 0 0 1-.582-.908V9a1 1 0 0 1 1-1h3V3h-5v14h2.968l-1.386-.637z"},{"d":"M16.742 18H2V2h17v6h-1V3H3v14h12.968l.84.386-.065.614zM22 9v6.456l-2.878 1.322.545 5.135c0 .6-.487 1.087-1.087 1.087h-.16c-.6 0-1.087-.487-1.087-1.087l.545-5.135L15 15.456V9h7zm-6 4h5v-1.278c-.079.019-.153.043-.244.043-.667 0-.93-1.432-1.436-1.432-.631 0-.576.66-1.555.66-.492 0-.99-1.01-1.485-.904a.537.537 0 0 0-.28.173V13z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".25","d":"M8 3h5v14H8z"},{"opacity":".5","d":"M14.582 16.363a1 1 0 0 1-.582-.908V9a1 1 0 0 1 1-1h3V3h-5v14h2.968l-1.386-.637z"},{"d":"M16.742 18H2V2h17v6h-1V3H3v14h12.968l.84.386-.065.614zM22 9v6.456l-2.878 1.322.545 5.135c0 .6-.487 1.087-1.087 1.087h-.16c-.6 0-1.087-.487-1.087-1.087l.545-5.135L15 15.456V9h7zm-6 4h5v-1.278c-.079.019-.153.043-.244.043-.667 0-.93-1.432-1.436-1.432-.631 0-.576.66-1.555.66-.492 0-.99-1.01-1.485-.904a.537.537 0 0 0-.28.173V13z"}]
@@ -0,0 +1 @@
1
+ export const styling32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const styling32 = [{"opacity":".25","d":"M11 4h7v20h-7z"},{"opacity":".5","d":"M23.63 23.608l-3.048-1.4A1 1 0 0 1 20 21.3V13a1 1 0 0 1 1-1h4V4h-7v20h5.588l.042-.392z"},{"d":"M23.482 25H3V3h23v9h-1V4H4v20h19.588l-.106 1zM30 13v8.3L26.3 23l.7 6.602c0 .772-.626 1.398-1.398 1.398h-.204A1.398 1.398 0 0 1 24 29.602L24.7 23 21 21.3V13h9zm-8 5h7v-1.596a1.3 1.3 0 0 1-.6.15c-.857 0-1.195-1.84-1.845-1.84-.812 0-.74.85-2 .85-.632 0-1.273-1.3-1.91-1.164-.296.063-.457.329-.645.593V18z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".25","d":"M11 4h7v20h-7z"},{"opacity":".5","d":"M23.63 23.608l-3.048-1.4A1 1 0 0 1 20 21.3V13a1 1 0 0 1 1-1h4V4h-7v20h5.588l.042-.392z"},{"d":"M23.482 25H3V3h23v9h-1V4H4v20h19.588l-.106 1zM30 13v8.3L26.3 23l.7 6.602c0 .772-.626 1.398-1.398 1.398h-.204A1.398 1.398 0 0 1 24 29.602L24.7 23 21 21.3V13h9zm-8 5h7v-1.596a1.3 1.3 0 0 1-.6.15c-.857 0-1.195-1.84-1.845-1.84-.812 0-.74.85-2 .85-.632 0-1.273-1.3-1.91-1.164-.296.063-.457.329-.645.593V18z"}]
@@ -0,0 +1 @@
1
+ export const videoLayer16: string;
@@ -0,0 +1 @@
1
+ export const videoLayer16 = "M10.706 2.014c.933 0 1.774.23 2.27.399l1.72 10.163a8.317 8.317 0 0 0-2.489-.376c-1.996 0-3.282.433-4.526.852-1.141.385-2.22.748-3.888.748a9.538 9.538 0 0 1-2.669-.363L2.935 2.74c.623.134 1.451.26 2.359.26 1.519 0 2.33-.293 3.044-.552.643-.233 1.198-.434 2.368-.434m0-1c-2.69 0-2.725.986-5.412.986-1.738 0-3.161-.512-3.161-.512L0 14.09s1.422.711 3.793.711c3.665 0 4.749-1.6 8.414-1.6 2.37 0 3.793 1.09 3.793 1.09L13.867 1.687s-1.423-.674-3.16-.674zM8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6v4l3-2-3-2z";
@@ -0,0 +1 @@
1
+ "M10.706 2.014c.933 0 1.774.23 2.27.399l1.72 10.163a8.317 8.317 0 0 0-2.489-.376c-1.996 0-3.282.433-4.526.852-1.141.385-2.22.748-3.888.748a9.538 9.538 0 0 1-2.669-.363L2.935 2.74c.623.134 1.451.26 2.359.26 1.519 0 2.33-.293 3.044-.552.643-.233 1.198-.434 2.368-.434m0-1c-2.69 0-2.725.986-5.412.986-1.738 0-3.161-.512-3.161-.512L0 14.09s1.422.711 3.793.711c3.665 0 4.749-1.6 8.414-1.6 2.37 0 3.793 1.09 3.793 1.09L13.867 1.687s-1.423-.674-3.16-.674zM8.063 4.006C5.825 4.006 4.011 5.794 4.011 8c0 2.206 1.814 3.994 4.052 3.994S12 10.206 12 8c0-2.206-1.698-3.994-3.937-3.994zM8 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM7 6v4l3-2-3-2z"
@@ -0,0 +1 @@
1
+ export const videoLayer24: string;
@@ -0,0 +1 @@
1
+ export const videoLayer24 = "M16.31 3.2c1.551 0 2.928.38 3.63.615l2.675 15.872a16.248 16.248 0 0 0-4.157-.52c-2.74 0-4.525.429-6.251.844-1.687.406-3.28.789-5.783.789-1.999 0-3.493-.38-4.3-.65L4.847 4.343c.891.215 2.228.457 3.724.457 2.121 0 3.252-.465 4.25-.875.946-.39 1.763-.725 3.49-.725m0-1c-3.848 0-3.892 1.6-7.74 1.6-2.486 0-4.52-.722-4.52-.722L1 20.783S3.034 21.8 6.424 21.8c5.242 0 6.792-1.634 12.034-1.634 3.39 0 5.423 1.017 5.423 1.017l-3.05-18.105S18.797 2.2 16.31 2.2zm-3.805 3.806c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zM11 8v7l5-3.5L11 8zm1 1.92l2.256 1.58L12 13.08V9.92z";
@@ -0,0 +1 @@
1
+ "M16.31 3.2c1.551 0 2.928.38 3.63.615l2.675 15.872a16.248 16.248 0 0 0-4.157-.52c-2.74 0-4.525.429-6.251.844-1.687.406-3.28.789-5.783.789-1.999 0-3.493-.38-4.3-.65L4.847 4.343c.891.215 2.228.457 3.724.457 2.121 0 3.252-.465 4.25-.875.946-.39 1.763-.725 3.49-.725m0-1c-3.848 0-3.892 1.6-7.74 1.6-2.486 0-4.52-.722-4.52-.722L1 20.783S3.034 21.8 6.424 21.8c5.242 0 6.792-1.634 12.034-1.634 3.39 0 5.423 1.017 5.423 1.017l-3.05-18.105S18.797 2.2 16.31 2.2zm-3.805 3.806c-3.03 0-5.495 2.464-5.495 5.494s2.465 5.494 5.495 5.494S18 14.53 18 11.5s-2.465-5.494-5.494-5.494zM12.5 16C10.019 16 8 13.981 8 11.5S10.019 7 12.5 7 17 9.019 17 11.5 14.981 16 12.5 16zM11 8v7l5-3.5L11 8zm1 1.92l2.256 1.58L12 13.08V9.92z"
@@ -0,0 +1 @@
1
+ export const videoLayer32: string;
@@ -0,0 +1 @@
1
+ export const videoLayer32 = "M31 28s-3.093-.8-7.538-.8c-6.876 0-8.048 2.6-14.924 2.6C4.093 29.8 1 28 1 28L5 3.9c.7.233 2.519.968 5.34.968 4.807 0 5.59-1.657 10.734-1.657 3.26 0 5.926.689 5.926.689L31 28zm-15.307-.452c2.052-.662 4.174-1.348 7.77-1.348 2.725 0 4.948.29 6.312.528l-3.651-22a26.165 26.165 0 0 0-5.05-.517c-2.474 0-3.842.393-5.29.81-1.445.417-2.94.847-5.445.847a15.6 15.6 0 0 1-4.544-.65L2.107 27.433a15.984 15.984 0 0 0 6.43 1.366c3.281 0 5.163-.608 7.156-1.252zM22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264z";
@@ -0,0 +1 @@
1
+ "M31 28s-3.093-.8-7.538-.8c-6.876 0-8.048 2.6-14.924 2.6C4.093 29.8 1 28 1 28L5 3.9c.7.233 2.519.968 5.34.968 4.807 0 5.59-1.657 10.734-1.657 3.26 0 5.926.689 5.926.689L31 28zm-15.307-.452c2.052-.662 4.174-1.348 7.77-1.348 2.725 0 4.948.29 6.312.528l-3.651-22a26.165 26.165 0 0 0-5.05-.517c-2.474 0-3.842.393-5.29.81-1.445.417-2.94.847-5.445.847a15.6 15.6 0 0 1-4.544-.65L2.107 27.433a15.984 15.984 0 0 0 6.43 1.366c3.281 0 5.163-.608 7.156-1.252zM22.8 16c0 3.76-3.04 6.8-6.8 6.8S9.2 19.76 9.2 16s3.04-6.8 6.8-6.8 6.8 3.04 6.8 6.8zm-1 0c0-3.2-2.6-5.8-5.8-5.8s-5.8 2.6-5.8 5.8 2.6 5.8 5.8 5.8 5.8-2.6 5.8-5.8zM14 12v8l6-4-6-4zm1 1.868L18.197 16 15 18.132v-4.264z"
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "spriter": "bin/spriter.js"
4
4
  },
5
5
  "name": "@esri/calcite-ui-icons",
6
- "version": "3.27.3",
6
+ "version": "3.27.5",
7
7
  "private": false,
8
8
  "description": "A collection of UI SVG icons created by Esri for applications.",
9
9
  "repository": {