@esri/calcite-ui-icons 3.25.6 → 3.25.7

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 (98) hide show
  1. package/docs/icons.json +1 -1
  2. package/docs/keywords.json +91 -96
  3. package/icons/four-by-one-grid-16.svg +1 -0
  4. package/icons/four-by-one-grid-24.svg +1 -0
  5. package/icons/four-by-one-grid-32.svg +1 -0
  6. package/icons/four-by-three-grid-16.svg +1 -0
  7. package/icons/four-by-three-grid-24.svg +1 -0
  8. package/icons/four-by-three-grid-32.svg +1 -0
  9. package/icons/four-by-two-grid-16.svg +1 -0
  10. package/icons/four-by-two-grid-24.svg +1 -0
  11. package/icons/four-by-two-grid-32.svg +1 -0
  12. package/icons/three-by-one-grid-16.svg +1 -0
  13. package/icons/three-by-one-grid-24.svg +1 -0
  14. package/icons/three-by-one-grid-32.svg +1 -0
  15. package/icons/three-by-three-grid-16.svg +1 -0
  16. package/icons/three-by-three-grid-24.svg +1 -0
  17. package/icons/three-by-three-grid-32.svg +1 -0
  18. package/icons/three-by-two-grid-16.svg +1 -0
  19. package/icons/three-by-two-grid-24.svg +1 -0
  20. package/icons/three-by-two-grid-32.svg +1 -0
  21. package/index.d.ts +18 -18
  22. package/index.js +18 -18
  23. package/js/fourByOneGrid16.d.ts +1 -0
  24. package/js/fourByOneGrid16.js +1 -0
  25. package/js/fourByOneGrid16.json +1 -0
  26. package/js/fourByOneGrid24.d.ts +1 -0
  27. package/js/fourByOneGrid24.js +1 -0
  28. package/js/fourByOneGrid24.json +1 -0
  29. package/js/fourByOneGrid32.d.ts +1 -0
  30. package/js/fourByOneGrid32.js +1 -0
  31. package/js/fourByOneGrid32.json +1 -0
  32. package/js/fourByThreeGrid16.d.ts +1 -0
  33. package/js/fourByThreeGrid16.js +1 -0
  34. package/js/fourByThreeGrid16.json +1 -0
  35. package/js/fourByThreeGrid24.d.ts +1 -0
  36. package/js/fourByThreeGrid24.js +1 -0
  37. package/js/fourByThreeGrid24.json +1 -0
  38. package/js/fourByThreeGrid32.d.ts +1 -0
  39. package/js/fourByThreeGrid32.js +1 -0
  40. package/js/fourByThreeGrid32.json +1 -0
  41. package/js/fourByTwoGrid16.d.ts +1 -0
  42. package/js/fourByTwoGrid16.js +1 -0
  43. package/js/fourByTwoGrid16.json +1 -0
  44. package/js/fourByTwoGrid24.d.ts +1 -0
  45. package/js/fourByTwoGrid24.js +1 -0
  46. package/js/fourByTwoGrid24.json +1 -0
  47. package/js/fourByTwoGrid32.d.ts +1 -0
  48. package/js/fourByTwoGrid32.js +1 -0
  49. package/js/fourByTwoGrid32.json +1 -0
  50. package/js/threeByOneGrid16.d.ts +1 -0
  51. package/js/threeByOneGrid16.js +1 -0
  52. package/js/threeByOneGrid16.json +1 -0
  53. package/js/threeByOneGrid24.d.ts +1 -0
  54. package/js/threeByOneGrid24.js +1 -0
  55. package/js/threeByOneGrid24.json +1 -0
  56. package/js/threeByOneGrid32.d.ts +1 -0
  57. package/js/threeByOneGrid32.js +1 -0
  58. package/js/threeByOneGrid32.json +1 -0
  59. package/js/threeByThreeGrid16.d.ts +1 -0
  60. package/js/threeByThreeGrid16.js +1 -0
  61. package/js/threeByThreeGrid16.json +1 -0
  62. package/js/threeByThreeGrid24.d.ts +1 -0
  63. package/js/threeByThreeGrid24.js +1 -0
  64. package/js/threeByThreeGrid24.json +1 -0
  65. package/js/threeByThreeGrid32.d.ts +1 -0
  66. package/js/threeByThreeGrid32.js +1 -0
  67. package/js/threeByThreeGrid32.json +1 -0
  68. package/js/threeByTwoGrid16.d.ts +1 -0
  69. package/js/threeByTwoGrid16.js +1 -0
  70. package/js/threeByTwoGrid16.json +1 -0
  71. package/js/threeByTwoGrid24.d.ts +1 -0
  72. package/js/threeByTwoGrid24.js +1 -0
  73. package/js/threeByTwoGrid24.json +1 -0
  74. package/js/threeByTwoGrid32.d.ts +1 -0
  75. package/js/threeByTwoGrid32.js +1 -0
  76. package/js/threeByTwoGrid32.json +1 -0
  77. package/package.json +1 -1
  78. package/sprite-16.svg +1 -1
  79. package/sprite-24.svg +1 -1
  80. package/sprite-32.svg +1 -1
  81. package/icons/full-1-column-16.svg +0 -1
  82. package/icons/full-1-column-24.svg +0 -1
  83. package/icons/full-1-column-32.svg +0 -1
  84. package/icons/full-medium-1-column-16.svg +0 -1
  85. package/icons/full-medium-1-column-24.svg +0 -1
  86. package/icons/full-medium-1-column-32.svg +0 -1
  87. package/icons/full-small-1-column-16.svg +0 -1
  88. package/icons/full-small-1-column-24.svg +0 -1
  89. package/icons/full-small-1-column-32.svg +0 -1
  90. package/icons/large-2-column-16.svg +0 -1
  91. package/icons/large-2-column-24.svg +0 -1
  92. package/icons/large-2-column-32.svg +0 -1
  93. package/icons/medium-2-column-16.svg +0 -1
  94. package/icons/medium-2-column-24.svg +0 -1
  95. package/icons/medium-2-column-32.svg +0 -1
  96. package/icons/small-2-column-16.svg +0 -1
  97. package/icons/small-2-column-24.svg +0 -1
  98. package/icons/small-2-column-32.svg +0 -1
@@ -0,0 +1 @@
1
+ [{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
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.25.6",
6
+ "version": "3.25.7",
7
7
  "private": false,
8
8
  "description": "A collection of UI SVG icons created by Esri for applications.",
9
9
  "repository": {