@blueprintui/cli 0.0.7 → 0.0.8

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 (1004) hide show
  1. package/package.json +2 -2
  2. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/.tsbuildinfo +1 -1
  3. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/accordion/include.d.ts +10 -0
  4. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/accordion/include.js +6 -0
  5. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/alert/include.d.ts +15 -0
  6. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/alert/include.js +11 -0
  7. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/button-icon/element.js +1 -1
  8. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/checkbox-next/element.d.ts +23 -0
  9. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/checkbox-next/element.js +81 -0
  10. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/{icon → checkbox-next}/index.d.ts +0 -0
  11. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/{icon → checkbox-next}/index.js +0 -0
  12. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/alert.d.ts +7 -7
  13. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/alert.js +7 -7
  14. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/all.d.ts +1 -1
  15. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/all.js +1 -1
  16. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-expand.d.ts +2 -2
  17. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-expand.js +2 -2
  18. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-handle.d.ts +2 -2
  19. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-handle.js +2 -2
  20. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-icon.d.ts +2 -2
  21. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-icon.js +2 -2
  22. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-sort.d.ts +2 -2
  23. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/button-sort.js +2 -2
  24. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/checkbox-next.d.ts +8 -0
  25. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/checkbox-next.js +4 -0
  26. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/color.d.ts +1 -1
  27. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/color.js +1 -1
  28. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/date.d.ts +2 -2
  29. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/date.js +2 -2
  30. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/drawer.d.ts +1 -1
  31. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/drawer.js +1 -1
  32. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/file.d.ts +3 -3
  33. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/file.js +3 -3
  34. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/forms.d.ts +3 -3
  35. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/forms.js +3 -3
  36. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/lazy.d.ts +1 -1
  37. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/lazy.js +1 -1
  38. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/modal.d.ts +1 -1
  39. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/modal.js +1 -1
  40. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/month.d.ts +1 -1
  41. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/month.js +1 -1
  42. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/nav.d.ts +2 -2
  43. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/nav.js +2 -2
  44. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/pagination.d.ts +3 -3
  45. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/pagination.js +3 -3
  46. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/password.d.ts +3 -3
  47. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/password.js +3 -3
  48. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/search.d.ts +1 -1
  49. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/search.js +1 -1
  50. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/time.d.ts +1 -1
  51. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/time.js +1 -1
  52. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/aria-checkbox.controller.d.ts +34 -0
  53. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/aria-checkbox.controller.js +68 -0
  54. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/state-active.controller.js +1 -1
  55. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-checkbox.controller.d.ts +34 -0
  56. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-checkbox.controller.js +68 -0
  57. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/controllers/type-submit.controller.js +1 -0
  58. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/services/global.service.d.ts +0 -2
  59. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/internals/services/global.service.js +0 -1
  60. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/nav/item/element.js +1 -7
  61. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/test/index.d.ts +3 -3
  62. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/test/index.js +6 -36
  63. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/.tsbuildinfo +1 -0
  64. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/cell/grid-cell.element.d.ts +26 -0
  65. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/cell/grid-cell.element.js +37 -0
  66. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/column/grid-column-position.controller.d.ts +10 -0
  67. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/column/grid-column-position.controller.js +57 -0
  68. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/column/grid-column-size.controller.d.ts +13 -0
  69. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/column/grid-column-size.controller.js +56 -0
  70. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/column/grid-column.element.d.ts +65 -0
  71. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/column/grid-column.element.js +79 -0
  72. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/detail/grid-detail.element.d.ts +1 -0
  73. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/detail/grid-detail.element.js +153 -0
  74. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/footer/grid-footer.element.d.ts +18 -0
  75. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/footer/grid-footer.element.js +32 -0
  76. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/grid/grid-layout.controller.d.ts +21 -0
  77. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/grid/grid-layout.controller.js +87 -0
  78. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/grid/grid.element.d.ts +78 -0
  79. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/grid/grid.element.js +205 -0
  80. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/include/base.d.ts +19 -0
  81. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/include/base.js +18 -0
  82. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/index.d.ts +7 -0
  83. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/index.js +8 -0
  84. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/pagination/grid-pagination.element.d.ts +53 -0
  85. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/pagination/grid-pagination.element.js +105 -0
  86. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/placeholder/grid-placeholder.element.d.ts +45 -0
  87. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/placeholder/grid-placeholder.element.js +46 -0
  88. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/row/grid-row-position.controller.d.ts +9 -0
  89. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/row/grid-row-position.controller.js +12 -0
  90. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/row/grid-row.element.d.ts +24 -0
  91. package/src/.rollup.cache/@blueprintui/grid/Users/coryrylan/Repos/blueprintui/grid/dist/lib/row/grid-row.element.js +37 -0
  92. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/.tsbuildinfo +1 -0
  93. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components → icons/Users/coryrylan/Repos/blueprintui/icons}/dist/lib/icon/element.d.ts +6 -7
  94. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components → icons/Users/coryrylan/Repos/blueprintui/icons}/dist/lib/icon/element.js +13 -15
  95. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/icon/index.d.ts +1 -0
  96. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/icon/index.js +1 -0
  97. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/icon.d.ts → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/include.d.ts} +1 -1
  98. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/include/icon.js → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/include.js} +1 -1
  99. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/index.d.ts +3 -0
  100. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/index.js +3 -0
  101. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/event-subject.d.ts +15 -0
  102. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/event-subject.js +29 -0
  103. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/icon.service.d.ts +16 -0
  104. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/icon.service.js +21 -0
  105. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/index.d.ts +4 -0
  106. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/index.js +4 -0
  107. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/interfaces.d.ts +12 -0
  108. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals}/interfaces.js +0 -0
  109. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/utils.d.ts +4 -0
  110. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/internals/utils.js +27 -0
  111. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/accessibility-two.d.ts +13 -0
  112. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/accessibility-two.js +9 -0
  113. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/accessibility.d.ts +13 -0
  114. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/accessibility.js +9 -0
  115. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/add-text.d.ts +12 -0
  116. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/add-text.js +8 -0
  117. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/add.d.ts +12 -0
  118. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/add.js +8 -0
  119. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/administrator.d.ts +13 -0
  120. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/administrator.js +9 -0
  121. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/airplane.d.ts +13 -0
  122. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/airplane.js +9 -0
  123. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/alarm-clock.d.ts +13 -0
  124. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/alarm-clock.js +9 -0
  125. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/alarm-off.d.ts +13 -0
  126. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/alarm-off.js +9 -0
  127. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/alert.d.ts +13 -0
  128. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/alert.js +9 -0
  129. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-bottom.d.ts +12 -0
  130. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-bottom.js +8 -0
  131. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-center.d.ts +12 -0
  132. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-center.js +8 -0
  133. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-left-text.d.ts +12 -0
  134. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-left-text.js +8 -0
  135. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-left.d.ts +12 -0
  136. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-left.js +8 -0
  137. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-middle.d.ts +12 -0
  138. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-middle.js +8 -0
  139. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-right-text.d.ts +12 -0
  140. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-right-text.js +8 -0
  141. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-right.d.ts +12 -0
  142. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-right.js +8 -0
  143. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-top.d.ts +12 -0
  144. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/align-top.js +8 -0
  145. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/analytics.d.ts +13 -0
  146. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/analytics.js +9 -0
  147. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/angle-double.d.ts +12 -0
  148. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/angle-double.js +8 -0
  149. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/angle.d.ts +3 -3
  150. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/angle.js +8 -0
  151. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/animation.d.ts +13 -0
  152. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/animation.js +9 -0
  153. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/application.d.ts +13 -0
  154. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/application.js +9 -0
  155. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/applications.d.ts +13 -0
  156. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/applications.js +9 -0
  157. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/archive.d.ts +13 -0
  158. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/archive.js +9 -0
  159. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/arrow.d.ts +12 -0
  160. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/arrow.js +8 -0
  161. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/assign-user.d.ts +13 -0
  162. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/assign-user.js +9 -0
  163. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/asterisk.d.ts +13 -0
  164. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/asterisk.js +9 -0
  165. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/atom.d.ts +13 -0
  166. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/atom.js +9 -0
  167. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/attachment.d.ts +12 -0
  168. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/attachment.js +8 -0
  169. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/auto.d.ts +13 -0
  170. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/auto.js +9 -0
  171. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/avatar.d.ts +13 -0
  172. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/avatar.js +9 -0
  173. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/axis-chart.d.ts +13 -0
  174. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/axis-chart.js +9 -0
  175. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/backup-restore.d.ts +13 -0
  176. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/backup-restore.js +9 -0
  177. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/backup.d.ts +13 -0
  178. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/backup.js +9 -0
  179. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/balance.d.ts +12 -0
  180. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/balance.js +8 -0
  181. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ban.d.ts +12 -0
  182. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ban.js +8 -0
  183. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bank.d.ts +13 -0
  184. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bank.js +9 -0
  185. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bar-chart.d.ts +13 -0
  186. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bar-chart.js +9 -0
  187. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bar-code.d.ts +12 -0
  188. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bar-code.js +8 -0
  189. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bars.d.ts +12 -0
  190. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bars.js +8 -0
  191. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/battery.d.ts +13 -0
  192. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/battery.js +9 -0
  193. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bell-curve.d.ts +12 -0
  194. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bell-curve.js +8 -0
  195. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bell.d.ts +13 -0
  196. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bell.js +9 -0
  197. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/beta.d.ts +13 -0
  198. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/beta.js +9 -0
  199. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bicycle.d.ts +13 -0
  200. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bicycle.js +9 -0
  201. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bitcoin.d.ts +13 -0
  202. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bitcoin.js +9 -0
  203. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/block-quote.d.ts +12 -0
  204. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/block-quote.js +8 -0
  205. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/block.d.ts +13 -0
  206. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/block.js +9 -0
  207. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/blocks-group.d.ts +13 -0
  208. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/blocks-group.js +9 -0
  209. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bluetooth-off.d.ts +13 -0
  210. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bluetooth-off.js +9 -0
  211. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bluetooth.d.ts +13 -0
  212. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bluetooth.js +9 -0
  213. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/boat.d.ts +13 -0
  214. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/boat.js +9 -0
  215. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bold.d.ts +12 -0
  216. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bold.js +8 -0
  217. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bolt.d.ts +13 -0
  218. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bolt.js +9 -0
  219. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/book.d.ts +13 -0
  220. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/book.js +9 -0
  221. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bookmark.d.ts +13 -0
  222. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bookmark.js +9 -0
  223. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/box-plot.d.ts +13 -0
  224. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/box-plot.js +9 -0
  225. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/briefcase.d.ts +13 -0
  226. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/briefcase.js +9 -0
  227. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bubble-chart.d.ts +13 -0
  228. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bubble-chart.js +9 -0
  229. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bubble-exclamation.d.ts +13 -0
  230. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bubble-exclamation.js +9 -0
  231. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bug.d.ts +13 -0
  232. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bug.js +9 -0
  233. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/building.d.ts +13 -0
  234. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/building.js +9 -0
  235. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bullet-list.d.ts +12 -0
  236. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bullet-list.js +8 -0
  237. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bullseye.d.ts +13 -0
  238. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bullseye.js +9 -0
  239. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bundle.d.ts +13 -0
  240. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/bundle.js +9 -0
  241. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/calculator.d.ts +13 -0
  242. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/calculator.js +9 -0
  243. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/calendar.d.ts +4 -3
  244. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/calendar.js +9 -0
  245. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/camera.d.ts +13 -0
  246. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/camera.js +9 -0
  247. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/campervan.d.ts +13 -0
  248. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/campervan.js +9 -0
  249. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cancel.d.ts +12 -0
  250. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cancel.js +8 -0
  251. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/capacitor.d.ts +12 -0
  252. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/capacitor.js +8 -0
  253. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/car.d.ts +13 -0
  254. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/car.js +9 -0
  255. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/caravan.d.ts +13 -0
  256. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/caravan.js +9 -0
  257. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/caret.d.ts +12 -0
  258. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/caret.js +8 -0
  259. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cd-dvd.d.ts +13 -0
  260. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cd-dvd.js +9 -0
  261. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/center-text.d.ts +12 -0
  262. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/center-text.js +8 -0
  263. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/certificate.d.ts +13 -0
  264. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/certificate.js +9 -0
  265. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/chat-bubble.d.ts +13 -0
  266. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/chat-bubble.js +9 -0
  267. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/check-circle.d.ts +4 -3
  268. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/check-circle.js +9 -0
  269. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/check.d.ts +12 -0
  270. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/check.js +8 -0
  271. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/checkbox-list.d.ts +12 -0
  272. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/checkbox-list.js +8 -0
  273. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/child-arrow.d.ts +12 -0
  274. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/child-arrow.js +8 -0
  275. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ci-cd.d.ts +12 -0
  276. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ci-cd.js +8 -0
  277. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/circle-arrow.d.ts +13 -0
  278. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/circle-arrow.js +9 -0
  279. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/circle.d.ts +13 -0
  280. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/circle.js +9 -0
  281. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/clipboard.d.ts +13 -0
  282. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/clipboard.js +9 -0
  283. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/clock.d.ts +4 -3
  284. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/clock.js +9 -0
  285. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/clone.d.ts +13 -0
  286. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/clone.js +9 -0
  287. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/close.d.ts +3 -3
  288. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/close.js +8 -0
  289. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-chart.d.ts +13 -0
  290. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-chart.js +9 -0
  291. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-network.d.ts +12 -0
  292. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-network.js +8 -0
  293. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-scale.d.ts +12 -0
  294. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-scale.js +8 -0
  295. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-traffic.d.ts +12 -0
  296. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud-traffic.js +8 -0
  297. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/cloud.d.ts +4 -3
  298. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cloud.js +9 -0
  299. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cluster.d.ts +13 -0
  300. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cluster.js +9 -0
  301. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/code.d.ts +12 -0
  302. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/code.js +8 -0
  303. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cog.d.ts +13 -0
  304. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cog.js +9 -0
  305. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/coin-bag.d.ts +13 -0
  306. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/coin-bag.js +9 -0
  307. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/collapse-card.d.ts +13 -0
  308. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/collapse-card.js +9 -0
  309. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/collapse.d.ts +12 -0
  310. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/collapse.js +8 -0
  311. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/color-palette.d.ts +13 -0
  312. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/color-palette.js +9 -0
  313. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/color-picker.d.ts +4 -3
  314. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/color-picker.js +9 -0
  315. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/command.d.ts +13 -0
  316. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/command.js +9 -0
  317. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/compass.d.ts +13 -0
  318. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/compass.js +9 -0
  319. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/computer.d.ts +13 -0
  320. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/computer.js +9 -0
  321. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/connect.d.ts +13 -0
  322. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/connect.js +9 -0
  323. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/container-volume.d.ts +13 -0
  324. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/container-volume.js +9 -0
  325. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/container.d.ts +13 -0
  326. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/container.js +9 -0
  327. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/contract.d.ts +13 -0
  328. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/contract.js +9 -0
  329. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/control-lun.d.ts +13 -0
  330. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/control-lun.js +9 -0
  331. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/copy-to-clipboard.d.ts +12 -0
  332. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/copy-to-clipboard.js +8 -0
  333. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/copy.d.ts +13 -0
  334. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/copy.js +9 -0
  335. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cpu.d.ts +13 -0
  336. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cpu.js +9 -0
  337. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/credit-card.d.ts +13 -0
  338. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/credit-card.js +9 -0
  339. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/crosshairs.d.ts +12 -0
  340. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/crosshairs.js +8 -0
  341. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/crown.d.ts +13 -0
  342. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/crown.js +9 -0
  343. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-arrow.d.ts +13 -0
  344. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-arrow.js +9 -0
  345. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand-click.d.ts +12 -0
  346. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand-click.js +8 -0
  347. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand-grab.d.ts +12 -0
  348. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand-grab.js +8 -0
  349. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand-open.d.ts +12 -0
  350. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand-open.js +8 -0
  351. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand.d.ts +13 -0
  352. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-hand.js +9 -0
  353. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-move.d.ts +12 -0
  354. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/cursor-move.js +8 -0
  355. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/curve-chart.d.ts +13 -0
  356. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/curve-chart.js +9 -0
  357. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dashboard.d.ts +13 -0
  358. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dashboard.js +9 -0
  359. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/data-cluster.d.ts +13 -0
  360. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/data-cluster.js +9 -0
  361. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/date.d.ts +13 -0
  362. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/date.js +9 -0
  363. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/deploy.d.ts +13 -0
  364. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/deploy.js +9 -0
  365. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/design.d.ts +13 -0
  366. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/design.js +9 -0
  367. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/details.d.ts +13 -0
  368. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/details.js +9 -0
  369. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/devices.d.ts +13 -0
  370. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/devices.js +9 -0
  371. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/digital-signature.d.ts +12 -0
  372. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/digital-signature.js +8 -0
  373. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/directory.d.ts +13 -0
  374. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/directory.js +9 -0
  375. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/disconnect.d.ts +13 -0
  376. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/disconnect.js +9 -0
  377. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/disconnected.d.ts +13 -0
  378. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/disconnected.js +9 -0
  379. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/display.d.ts +13 -0
  380. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/display.js +9 -0
  381. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dna.d.ts +13 -0
  382. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dna.js +9 -0
  383. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/document.d.ts +13 -0
  384. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/document.js +9 -0
  385. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dollar-bill.d.ts +13 -0
  386. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dollar-bill.js +9 -0
  387. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dollar.d.ts +13 -0
  388. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dollar.js +9 -0
  389. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dot-circle.d.ts +12 -0
  390. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/dot-circle.js +8 -0
  391. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/download-cloud.d.ts +12 -0
  392. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/download-cloud.js +8 -0
  393. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/download.d.ts +12 -0
  394. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/download.js +8 -0
  395. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/drag-handle-corner.d.ts +12 -0
  396. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/drag-handle-corner.js +8 -0
  397. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/drag-handle.d.ts +3 -3
  398. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/drag-handle.js +8 -0
  399. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/e-check.d.ts +13 -0
  400. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/e-check.js +9 -0
  401. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/edit.d.ts +13 -0
  402. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/edit.js +9 -0
  403. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ellipsis-horizontal.d.ts +12 -0
  404. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ellipsis-horizontal.js +8 -0
  405. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/ellipsis-vertical.d.ts +3 -3
  406. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ellipsis-vertical.js +8 -0
  407. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/email.d.ts +13 -0
  408. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/email.js +9 -0
  409. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/employee-group.d.ts +13 -0
  410. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/employee-group.js +9 -0
  411. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/employee.d.ts +13 -0
  412. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/employee.js +9 -0
  413. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/envelope.d.ts +13 -0
  414. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/envelope.js +9 -0
  415. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/eraser.d.ts +13 -0
  416. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/eraser.js +9 -0
  417. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/error-standard.d.ts +13 -0
  418. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/error-standard.js +9 -0
  419. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/error.d.ts +13 -0
  420. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/error.js +9 -0
  421. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/euro.d.ts +13 -0
  422. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/euro.js +9 -0
  423. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/event.d.ts +13 -0
  424. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/event.js +9 -0
  425. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/exclamation-circle.d.ts +4 -3
  426. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/exclamation-circle.js +9 -0
  427. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/exclamation-triangle.d.ts +13 -0
  428. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/exclamation-triangle.js +9 -0
  429. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/expand-card.d.ts +13 -0
  430. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/expand-card.js +9 -0
  431. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/export.d.ts +13 -0
  432. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/export.js +9 -0
  433. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/eye-hide.d.ts +4 -3
  434. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/eye-hide.js +9 -0
  435. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/eye-show.d.ts +13 -0
  436. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/eye-show.js +9 -0
  437. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/eye.d.ts +4 -3
  438. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/eye.js +9 -0
  439. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/factory.d.ts +13 -0
  440. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/factory.js +9 -0
  441. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/fast-forward.d.ts +13 -0
  442. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/fast-forward.js +9 -0
  443. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/favorite.d.ts +13 -0
  444. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/favorite.js +9 -0
  445. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ferry.d.ts +13 -0
  446. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ferry.js +9 -0
  447. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-group.d.ts +13 -0
  448. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-group.js +9 -0
  449. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-settings.d.ts +13 -0
  450. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-settings.js +9 -0
  451. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-share-2.d.ts +13 -0
  452. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-share-2.js +9 -0
  453. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-share.d.ts +13 -0
  454. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-share.js +9 -0
  455. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-zip.d.ts +13 -0
  456. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file-zip.js +9 -0
  457. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file.d.ts +13 -0
  458. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/file.js +9 -0
  459. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/film-strip.d.ts +13 -0
  460. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/film-strip.js +9 -0
  461. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-2.d.ts +12 -0
  462. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-2.js +8 -0
  463. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-grid-circle.d.ts +13 -0
  464. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-grid-circle.js +9 -0
  465. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-grid.d.ts +13 -0
  466. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-grid.js +9 -0
  467. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-off.d.ts +13 -0
  468. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter-off.js +9 -0
  469. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/filter.d.ts +4 -3
  470. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/filter.js +9 -0
  471. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/firewall.d.ts +13 -0
  472. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/firewall.js +9 -0
  473. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/first-aid-kit.d.ts +13 -0
  474. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/first-aid-kit.js +9 -0
  475. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/fish.d.ts +12 -0
  476. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/fish.js +8 -0
  477. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flag.d.ts +13 -0
  478. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flag.js +9 -0
  479. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flame.d.ts +13 -0
  480. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flame.js +9 -0
  481. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flask.d.ts +13 -0
  482. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flask.js +9 -0
  483. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/floppy.d.ts +13 -0
  484. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/floppy.js +9 -0
  485. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flow-chart.d.ts +13 -0
  486. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/flow-chart.js +9 -0
  487. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/folder-open.d.ts +13 -0
  488. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/folder-open.js +9 -0
  489. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/folder.d.ts +4 -3
  490. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/folder.js +9 -0
  491. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/font-size.d.ts +12 -0
  492. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/font-size.js +8 -0
  493. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/forking.d.ts +12 -0
  494. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/forking.js +8 -0
  495. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/form.d.ts +12 -0
  496. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/form.js +8 -0
  497. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/fuel.d.ts +12 -0
  498. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/fuel.js +8 -0
  499. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/gavel.d.ts +13 -0
  500. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/gavel.js +9 -0
  501. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/grid-chart.d.ts +13 -0
  502. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/grid-chart.js +9 -0
  503. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/grid-view.d.ts +13 -0
  504. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/grid-view.js +9 -0
  505. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/group.d.ts +13 -0
  506. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/group.js +9 -0
  507. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/half-star.d.ts +13 -0
  508. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/half-star.js +9 -0
  509. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/happy-face.d.ts +13 -0
  510. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/happy-face.js +9 -0
  511. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hard-disk.d.ts +13 -0
  512. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hard-disk.js +9 -0
  513. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hard-drive-disks.d.ts +13 -0
  514. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hard-drive-disks.js +9 -0
  515. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hard-drive.d.ts +13 -0
  516. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hard-drive.js +9 -0
  517. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hashtag.d.ts +13 -0
  518. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hashtag.js +9 -0
  519. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/headphones.d.ts +13 -0
  520. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/headphones.js +9 -0
  521. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/heart-broken.d.ts +13 -0
  522. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/heart-broken.js +9 -0
  523. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/heart.d.ts +13 -0
  524. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/heart.js +9 -0
  525. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/heat-map.d.ts +13 -0
  526. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/heat-map.js +9 -0
  527. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/helix.d.ts +13 -0
  528. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/helix.js +9 -0
  529. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/help-info.d.ts +13 -0
  530. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/help-info.js +9 -0
  531. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/help.d.ts +13 -0
  532. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/help.js +9 -0
  533. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/highlighter.d.ts +12 -0
  534. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/highlighter.js +8 -0
  535. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/history.d.ts +12 -0
  536. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/history.js +8 -0
  537. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/home.d.ts +4 -3
  538. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/home.js +9 -0
  539. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/host-group.d.ts +13 -0
  540. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/host-group.js +9 -0
  541. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/host.d.ts +13 -0
  542. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/host.js +9 -0
  543. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hourglass.d.ts +13 -0
  544. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/hourglass.js +9 -0
  545. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/house.d.ts +13 -0
  546. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/house.js +9 -0
  547. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/id-badge.d.ts +13 -0
  548. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/id-badge.js +9 -0
  549. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/image-gallery.d.ts +13 -0
  550. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/image-gallery.js +9 -0
  551. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/image.d.ts +4 -3
  552. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/image.js +9 -0
  553. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/import.d.ts +13 -0
  554. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/import.js +9 -0
  555. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/inbox.d.ts +12 -0
  556. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/inbox.js +8 -0
  557. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/indent.d.ts +12 -0
  558. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/indent.js +8 -0
  559. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/index.d.ts +430 -0
  560. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/index.js +430 -0
  561. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/inductor.d.ts +12 -0
  562. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/inductor.js +8 -0
  563. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/info-circle.d.ts +4 -3
  564. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/info-circle.js +9 -0
  565. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/info-standard.d.ts +13 -0
  566. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/info-standard.js +9 -0
  567. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/info.d.ts +13 -0
  568. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/info.js +9 -0
  569. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/install.d.ts +12 -0
  570. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/install.js +8 -0
  571. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/internet-of-things.d.ts +13 -0
  572. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/internet-of-things.js +9 -0
  573. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/italic.d.ts +12 -0
  574. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/italic.js +8 -0
  575. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/justify-text.d.ts +12 -0
  576. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/justify-text.js +8 -0
  577. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/key.d.ts +13 -0
  578. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/key.js +9 -0
  579. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/keyboard.d.ts +13 -0
  580. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/keyboard.js +9 -0
  581. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/landscape.d.ts +13 -0
  582. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/landscape.js +9 -0
  583. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/language.d.ts +13 -0
  584. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/language.js +9 -0
  585. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/launchpad.d.ts +13 -0
  586. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/launchpad.js +9 -0
  587. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/layers.d.ts +13 -0
  588. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/layers.js +9 -0
  589. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/library.d.ts +13 -0
  590. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/library.js +9 -0
  591. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/license.d.ts +13 -0
  592. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/license.js +9 -0
  593. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/lightbulb.d.ts +13 -0
  594. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/lightbulb.js +9 -0
  595. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/lightning.d.ts +13 -0
  596. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/lightning.js +9 -0
  597. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/line-chart.d.ts +13 -0
  598. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/line-chart.js +9 -0
  599. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/link.d.ts +12 -0
  600. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/link.js +8 -0
  601. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/list.d.ts +13 -0
  602. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/list.js +9 -0
  603. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/lock.d.ts +13 -0
  604. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/lock.js +9 -0
  605. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/login.d.ts +13 -0
  606. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/login.js +9 -0
  607. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/logout.d.ts +13 -0
  608. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/logout.js +9 -0
  609. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/map-marker.d.ts +13 -0
  610. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/map-marker.js +9 -0
  611. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/map.d.ts +13 -0
  612. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/map.js +9 -0
  613. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/media-changer.d.ts +13 -0
  614. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/media-changer.js +9 -0
  615. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/memory.d.ts +13 -0
  616. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/memory.js +9 -0
  617. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/menu.d.ts +3 -3
  618. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/menu.js +8 -0
  619. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/microphone-mute.d.ts +13 -0
  620. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/microphone-mute.js +9 -0
  621. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/microphone.d.ts +13 -0
  622. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/microphone.js +9 -0
  623. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/minus-circle.d.ts +13 -0
  624. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/minus-circle.js +9 -0
  625. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/minus.d.ts +12 -0
  626. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/minus.js +8 -0
  627. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/mobile-phone.d.ts +13 -0
  628. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/mobile-phone.js +9 -0
  629. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/mobile.d.ts +13 -0
  630. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/mobile.js +9 -0
  631. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/moon.d.ts +13 -0
  632. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/moon.js +9 -0
  633. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/mouse.d.ts +13 -0
  634. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/mouse.js +9 -0
  635. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/music-note.d.ts +13 -0
  636. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/music-note.js +9 -0
  637. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/namespace.d.ts +12 -0
  638. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/namespace.js +8 -0
  639. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/network-globe.d.ts +13 -0
  640. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/network-globe.js +9 -0
  641. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/network-settings.d.ts +13 -0
  642. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/network-settings.js +9 -0
  643. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/network-switch.d.ts +13 -0
  644. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/network-switch.js +9 -0
  645. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/neutral-face.d.ts +13 -0
  646. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/neutral-face.js +9 -0
  647. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/new.d.ts +13 -0
  648. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/new.js +9 -0
  649. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/no-access.d.ts +13 -0
  650. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/no-access.js +9 -0
  651. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/no-wifi.d.ts +13 -0
  652. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/no-wifi.js +9 -0
  653. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/node-group.d.ts +12 -0
  654. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/node-group.js +8 -0
  655. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/node.d.ts +12 -0
  656. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/node.js +8 -0
  657. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/nodes.d.ts +12 -0
  658. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/nodes.js +8 -0
  659. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/note-edit.d.ts +13 -0
  660. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/note-edit.js +9 -0
  661. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/note.d.ts +13 -0
  662. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/note.js +9 -0
  663. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/notification.d.ts +13 -0
  664. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/notification.js +9 -0
  665. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/number-list.d.ts +12 -0
  666. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/number-list.js +8 -0
  667. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/nvme.d.ts +12 -0
  668. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/nvme.js +8 -0
  669. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/objects.d.ts +13 -0
  670. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/objects.js +9 -0
  671. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/on-holiday.d.ts +13 -0
  672. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/on-holiday.js +9 -0
  673. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/organization.d.ts +13 -0
  674. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/organization.js +9 -0
  675. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/outdent.d.ts +12 -0
  676. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/outdent.js +8 -0
  677. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/paint-roller.d.ts +13 -0
  678. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/paint-roller.js +9 -0
  679. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/paperclip.d.ts +12 -0
  680. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/paperclip.js +8 -0
  681. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/paste.d.ts +13 -0
  682. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/paste.js +9 -0
  683. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pause.d.ts +13 -0
  684. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pause.js +9 -0
  685. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pencil.d.ts +13 -0
  686. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pencil.js +9 -0
  687. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/peso.d.ts +13 -0
  688. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/peso.js +9 -0
  689. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/phone-handset.d.ts +13 -0
  690. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/phone-handset.js +9 -0
  691. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/picture.d.ts +13 -0
  692. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/picture.js +9 -0
  693. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pie-chart.d.ts +13 -0
  694. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pie-chart.js +9 -0
  695. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/piggy-bank.d.ts +13 -0
  696. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/piggy-bank.js +9 -0
  697. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pin.d.ts +13 -0
  698. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pin.js +9 -0
  699. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pinboard.d.ts +13 -0
  700. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pinboard.js +9 -0
  701. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pinned.d.ts +13 -0
  702. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pinned.js +9 -0
  703. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plane.d.ts +13 -0
  704. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plane.js +9 -0
  705. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/play.d.ts +13 -0
  706. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/play.js +9 -0
  707. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plugin.d.ts +13 -0
  708. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plugin.js +9 -0
  709. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plus-circle.d.ts +13 -0
  710. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plus-circle.js +9 -0
  711. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plus.d.ts +12 -0
  712. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/plus.js +8 -0
  713. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pod.d.ts +12 -0
  714. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pod.js +8 -0
  715. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pop-out.d.ts +12 -0
  716. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pop-out.js +8 -0
  717. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/portrait.d.ts +13 -0
  718. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/portrait.js +9 -0
  719. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pound.d.ts +13 -0
  720. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/pound.js +9 -0
  721. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/power.d.ts +13 -0
  722. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/power.js +9 -0
  723. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/printer.d.ts +13 -0
  724. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/printer.js +9 -0
  725. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/process-on-vm.d.ts +12 -0
  726. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/process-on-vm.js +8 -0
  727. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/qr-code.d.ts +12 -0
  728. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/qr-code.js +8 -0
  729. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/rack-server.d.ts +13 -0
  730. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/rack-server.js +9 -0
  731. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/radar.d.ts +13 -0
  732. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/radar.js +9 -0
  733. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/receiver.d.ts +13 -0
  734. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/receiver.js +9 -0
  735. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/recycle.d.ts +13 -0
  736. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/recycle.js +9 -0
  737. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/redo.d.ts +12 -0
  738. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/redo.js +8 -0
  739. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/refresh.d.ts +12 -0
  740. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/refresh.js +8 -0
  741. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/remove.d.ts +13 -0
  742. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/remove.js +9 -0
  743. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/repeat.d.ts +12 -0
  744. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/repeat.js +8 -0
  745. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/replay-all.d.ts +12 -0
  746. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/replay-all.js +8 -0
  747. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/replay-one.d.ts +12 -0
  748. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/replay-one.js +8 -0
  749. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resistor.d.ts +12 -0
  750. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resistor.js +8 -0
  751. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resize-down.d.ts +12 -0
  752. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resize-down.js +8 -0
  753. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resize-up.d.ts +12 -0
  754. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resize-up.js +8 -0
  755. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resize.d.ts +12 -0
  756. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resize.js +8 -0
  757. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resource-pool.d.ts +13 -0
  758. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/resource-pool.js +9 -0
  759. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/rewind.d.ts +13 -0
  760. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/rewind.js +9 -0
  761. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/router.d.ts +13 -0
  762. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/router.js +9 -0
  763. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ruble.d.ts +13 -0
  764. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ruble.js +9 -0
  765. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ruler-pencil.d.ts +13 -0
  766. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ruler-pencil.js +9 -0
  767. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/rupee.d.ts +13 -0
  768. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/rupee.js +9 -0
  769. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sad-face.d.ts +13 -0
  770. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sad-face.js +9 -0
  771. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/savings.d.ts +13 -0
  772. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/savings.js +9 -0
  773. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/scatter-plot.d.ts +13 -0
  774. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/scatter-plot.js +9 -0
  775. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/scissors.d.ts +13 -0
  776. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/scissors.js +9 -0
  777. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/scroll.d.ts +13 -0
  778. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/scroll.js +9 -0
  779. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/search.d.ts +3 -3
  780. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/search.js +8 -0
  781. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/server.d.ts +13 -0
  782. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/server.js +9 -0
  783. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/settings.d.ts +13 -0
  784. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/settings.js +9 -0
  785. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shapes.d.ts +1 -0
  786. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shapes.js +1 -0
  787. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/share.d.ts +13 -0
  788. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/share.js +9 -0
  789. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shield-check.d.ts +13 -0
  790. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shield-check.js +9 -0
  791. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shield-x.d.ts +13 -0
  792. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shield-x.js +9 -0
  793. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shield.d.ts +13 -0
  794. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shield.js +9 -0
  795. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shopping-bag.d.ts +13 -0
  796. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shopping-bag.js +9 -0
  797. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shopping-cart.d.ts +13 -0
  798. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shopping-cart.js +9 -0
  799. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shrink.d.ts +12 -0
  800. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shrink.js +8 -0
  801. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shuffle.d.ts +12 -0
  802. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/shuffle.js +8 -0
  803. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sign-in.d.ts +13 -0
  804. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sign-in.js +9 -0
  805. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sign-out.d.ts +13 -0
  806. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sign-out.js +9 -0
  807. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/slider.d.ts +13 -0
  808. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/slider.js +9 -0
  809. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/snowflake.d.ts +12 -0
  810. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/snowflake.js +8 -0
  811. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sort-by.d.ts +12 -0
  812. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sort-by.js +8 -0
  813. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/squid.d.ts +12 -0
  814. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/squid.js +8 -0
  815. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ssd.d.ts +13 -0
  816. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/ssd.js +9 -0
  817. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/star.d.ts +13 -0
  818. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/star.js +9 -0
  819. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/step-forward-2.d.ts +12 -0
  820. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/step-forward-2.js +8 -0
  821. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/step-forward.d.ts +13 -0
  822. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/step-forward.js +9 -0
  823. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/stop.d.ts +13 -0
  824. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/stop.js +9 -0
  825. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/storage-adapter.d.ts +12 -0
  826. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/storage-adapter.js +8 -0
  827. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/storage.d.ts +13 -0
  828. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/storage.js +9 -0
  829. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/store.d.ts +13 -0
  830. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/store.js +9 -0
  831. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/strikethrough.d.ts +12 -0
  832. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/strikethrough.js +8 -0
  833. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/subscript.d.ts +12 -0
  834. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/subscript.js +8 -0
  835. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/success-standard.d.ts +13 -0
  836. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/success-standard.js +9 -0
  837. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/success.d.ts +12 -0
  838. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/success.js +8 -0
  839. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sun.d.ts +13 -0
  840. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sun.js +9 -0
  841. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/superscript.d.ts +12 -0
  842. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/superscript.js +8 -0
  843. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/switch.d.ts +12 -0
  844. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/switch.js +8 -0
  845. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sync.d.ts +12 -0
  846. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/sync.js +8 -0
  847. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/table.d.ts +12 -0
  848. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/table.js +8 -0
  849. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tablet.d.ts +13 -0
  850. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tablet.js +9 -0
  851. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tag.d.ts +13 -0
  852. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tag.js +9 -0
  853. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tags.d.ts +13 -0
  854. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tags.js +9 -0
  855. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/talk-bubbles.d.ts +13 -0
  856. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/talk-bubbles.js +9 -0
  857. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tape-drive.d.ts +13 -0
  858. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tape-drive.js +9 -0
  859. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/target.d.ts +13 -0
  860. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/target.js +9 -0
  861. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tasks.d.ts +13 -0
  862. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tasks.js +9 -0
  863. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/terminal.d.ts +13 -0
  864. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/terminal.js +9 -0
  865. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/text-color.d.ts +12 -0
  866. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/text-color.js +8 -0
  867. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/text.d.ts +12 -0
  868. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/text.js +8 -0
  869. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thermometer.d.ts +12 -0
  870. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thermometer.js +8 -0
  871. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thin-client.d.ts +13 -0
  872. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thin-client.js +9 -0
  873. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thumbs-down.d.ts +13 -0
  874. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thumbs-down.js +9 -0
  875. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thumbs-up.d.ts +13 -0
  876. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/thumbs-up.js +9 -0
  877. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tick-chart.d.ts +13 -0
  878. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tick-chart.js +9 -0
  879. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/timeline.d.ts +12 -0
  880. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/timeline.js +8 -0
  881. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/times-circle.d.ts +13 -0
  882. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/times-circle.js +9 -0
  883. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/times.d.ts +3 -3
  884. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/times.js +8 -0
  885. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tools.d.ts +13 -0
  886. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tools.js +9 -0
  887. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/trailer.d.ts +13 -0
  888. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/trailer.js +9 -0
  889. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/trash.d.ts +13 -0
  890. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/trash.js +9 -0
  891. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tree-view.d.ts +13 -0
  892. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tree-view.js +9 -0
  893. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tree.d.ts +13 -0
  894. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/tree.js +9 -0
  895. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/truck.d.ts +13 -0
  896. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/truck.js +9 -0
  897. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/two-way-arrows.d.ts +12 -0
  898. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/two-way-arrows.js +8 -0
  899. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unarchive.d.ts +13 -0
  900. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unarchive.js +9 -0
  901. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/underline.d.ts +12 -0
  902. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/underline.js +8 -0
  903. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/undo.d.ts +12 -0
  904. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/undo.js +8 -0
  905. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/uninstall.d.ts +12 -0
  906. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/uninstall.js +8 -0
  907. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unknown-status.d.ts +12 -0
  908. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unknown-status.js +8 -0
  909. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unlink.d.ts +12 -0
  910. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unlink.js +8 -0
  911. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unlock.d.ts +13 -0
  912. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/unlock.js +9 -0
  913. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/update.d.ts +12 -0
  914. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/update.js +8 -0
  915. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/upload-cloud.d.ts +12 -0
  916. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/upload-cloud.js +8 -0
  917. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/upload.d.ts +12 -0
  918. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/upload.js +8 -0
  919. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/usb.d.ts +13 -0
  920. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/usb.js +9 -0
  921. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/user.d.ts +4 -3
  922. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/user.js +9 -0
  923. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/users.d.ts +13 -0
  924. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/users.js +9 -0
  925. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/video-camera.d.ts +13 -0
  926. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/video-camera.js +9 -0
  927. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/video-gallery.d.ts +13 -0
  928. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/video-gallery.js +9 -0
  929. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/view-cards.d.ts +12 -0
  930. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/view-cards.js +8 -0
  931. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/view-columns.d.ts +12 -0
  932. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/view-columns.js +8 -0
  933. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/view-list.d.ts +12 -0
  934. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/view-list.js +8 -0
  935. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume-down.d.ts +13 -0
  936. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume-down.js +9 -0
  937. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume-mute.d.ts +13 -0
  938. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume-mute.js +9 -0
  939. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume-up.d.ts +13 -0
  940. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume-up.js +9 -0
  941. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume.d.ts +12 -0
  942. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/volume.js +8 -0
  943. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wallet.d.ts +13 -0
  944. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wallet.js +9 -0
  945. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wand.d.ts +12 -0
  946. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wand.js +8 -0
  947. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/warning-standard.d.ts +13 -0
  948. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/warning-standard.js +9 -0
  949. package/src/.rollup.cache/@blueprintui/{components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons → icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes}/warning.d.ts +4 -3
  950. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/warning.js +9 -0
  951. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wifi.d.ts +13 -0
  952. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wifi.js +9 -0
  953. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-close.d.ts +12 -0
  954. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-close.js +8 -0
  955. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-max.d.ts +12 -0
  956. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-max.js +8 -0
  957. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-min.d.ts +12 -0
  958. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-min.js +8 -0
  959. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-restore.d.ts +12 -0
  960. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/window-restore.js +8 -0
  961. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/won.d.ts +13 -0
  962. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/won.js +9 -0
  963. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/world.d.ts +13 -0
  964. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/world.js +9 -0
  965. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wrench.d.ts +13 -0
  966. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/wrench.js +9 -0
  967. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/yen.d.ts +13 -0
  968. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/yen.js +9 -0
  969. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/zoom-in.d.ts +12 -0
  970. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/zoom-in.js +8 -0
  971. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/zoom-out.d.ts +12 -0
  972. package/src/.rollup.cache/@blueprintui/icons/Users/coryrylan/Repos/blueprintui/icons/dist/lib/shapes/zoom-out.js +8 -0
  973. package/src/rollup.config.mjs +11 -0
  974. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/angle.js +0 -8
  975. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/calendar.js +0 -8
  976. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/check-circle.js +0 -8
  977. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/clock.js +0 -8
  978. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/close.js +0 -8
  979. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/cloud.js +0 -8
  980. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/color-picker.js +0 -8
  981. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/drag-handle.js +0 -8
  982. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/ellipsis-vertical.js +0 -8
  983. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/exclamation-circle.js +0 -8
  984. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/eye-hide.js +0 -8
  985. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/eye.js +0 -8
  986. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/filter.js +0 -8
  987. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/folder.js +0 -8
  988. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/home.js +0 -8
  989. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/icon.service.d.ts +0 -5
  990. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/icon.service.js +0 -17
  991. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/image.js +0 -8
  992. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/index.d.ts +0 -25
  993. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/index.js +0 -25
  994. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/info-circle.js +0 -8
  995. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/interfaces.d.ts +0 -10
  996. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/menu.js +0 -8
  997. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/search.js +0 -8
  998. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/step-forward-two.d.ts +0 -12
  999. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/step-forward-two.js +0 -8
  1000. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/times.js +0 -8
  1001. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/unknown.d.ts +0 -12
  1002. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/unknown.js +0 -8
  1003. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/user.js +0 -8
  1004. package/src/.rollup.cache/@blueprintui/components/Users/coryrylan/Repos/blueprintui/components/dist/lib/icons/warning.js +0 -8
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const containerIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['container']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const containerIcon = {
3
+ name: 'container',
4
+ type: {
5
+ default: '<path d="m32 30h-28a2 2 0 0 1 -2-2v-20a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2v20a2 2 0 0 1 -2 2zm-28-22v20h28v-20z"/><path d="m9 25.3a.8.8 0 0 1 -.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1 -.8.8z"/><path d="m14.92 25.3a.8.8 0 0 1 -.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1 -.8.8z"/><path d="m21 25.3a.8.8 0 0 1 -.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1 -.8.8z"/><path d="m27 25.3a.8.8 0 0 1 -.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1 -.8.8z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m32 6h-28a2 2 0 0 0 -2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-20a2 2 0 0 0 -2-2zm-22.37 18.23a.79.79 0 0 1 -.81.77.79.79 0 0 1 -.82-.77v-12.46a.79.79 0 0 1 .82-.77.79.79 0 0 1 .81.77zm6 0a.79.79 0 0 1 -.82.77.79.79 0 0 1 -.81-.77v-12.46a.79.79 0 0 1 .81-.77.79.79 0 0 1 .82.77zm6.21 0a.79.79 0 0 1 -.82.77.79.79 0 0 1 -.81-.77v-12.46a.79.79 0 0 1 .81-.77.79.79 0 0 1 .82.77zm6.12 0a.79.79 0 0 1 -.82.77.79.79 0 0 1 -.81-.77v-12.46a.79.79 0 0 1 .81-.77.79.79 0 0 1 .82.77z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(containerIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const contractIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['contract']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const contractIcon = {
3
+ name: 'contract',
4
+ type: {
5
+ default: '<path d="m8 8.2002h16v1.5996h-16z"/><path d="m8 16.2002h8.0864v1.5996h-8.0864z"/><path d="m23.378 12.2h-15.378v1.6h13.779z"/><path d="m12.7935 29.0723a2.4694 2.4694 0 0 0 2.1948.8237h7.8032a.7.7 0 0 0 0-1.4h-7.8032c-.9113-.0157-.749-.8071-.6216-1.0522a3.962 3.962 0 0 0 .3872-.9151 1.1827 1.1827 0 0 0 -.6157-1.3213 1.8987 1.8987 0 0 0 -2.24.5171c-.3442.3545-.8222.8975-1.28 1.4258.2832-1.1089.65-2.5322 1.01-3.9209a1.3154 1.3154 0 0 0 -.7553-1.6255 1.4252 1.4252 0 0 0 -1.7754.793c-.4312.8315-3.8511 6.562-3.8858 6.62a.7.7 0 1 0 1.2022.7178c.1279-.2144 2.8579-4.7881 3.7187-6.315-.6472 2.5003-1.3616 5.2824-1.4036 5.5324a.8686.8686 0 0 0 .4072.9688.9192.9192 0 0 0 1.106-.2236c.1255-.1143.3618-.3858.9565-1.0767.563-.6543 1.2686-1.4645 1.7032-1.9209.2179-.229.35-.1279.2221.0982a2.291 2.291 0 0 0 -.3305 2.2744z"/><path d="m28 21.6951v10.3049h-24v-28h24v4.9926l1.33-1.33a4.3043 4.3043 0 0 1 .67-.54v-4.1226a1 1 0 0 0 -1-1h-26a1 1 0 0 0 -1 1v30a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1v-11.5726a2.91 2.91 0 0 1 -2 .2677z"/><path d="m34.1282 11.8613-.5227-.5229a1.8983 1.8983 0 0 0 -.11-2.4234 1.9555 1.9555 0 0 0 -2.7513.1618l-12.5242 12.5237-.8368 3.1423a.2344.2344 0 0 0 .2958.2944l3.131-.8472 11.6921-11.6921.4943.4948a.3711.3711 0 0 1 0 .5249l-4.917 4.917a.8.8 0 0 0 1.1318 1.1318l4.917-4.917a1.9721 1.9721 0 0 0 0-2.7881z"/>',
6
+ solid: '<path d="m34.4863 13.8608-.4325-.4325a3.1693 3.1693 0 0 0 -.5626-3.5631 3.0111 3.0111 0 0 0 -2.3266-.87 3.4385 3.4385 0 0 0 -1.1646.2772v-7.2724h-28v32h28v-16.1807l3.0906-3.09.2639.2639a.3711.3711 0 0 1 0 .5249l-2.354 2.354a.8.8 0 0 0 1.1318 1.1318l2.354-2.354a1.9745 1.9745 0 0 0 0-2.7891zm-26.4863-5.6608h16.0015v1.6h-16.0015zm0 4h16.0015v1.6h-16.0015zm0 4h10.5v1.6h-10.5zm14.7915 13.696h-7.8032c-.9027 0-1.7461-.0855-2.1948-.8237-.4585-.7549-.0025-1.6328.3305-2.2744.0586-.1128-.0722-.2525-.2221-.0982-.439.4522-1.14 1.2666-1.7032 1.9209-.5947.6909-.831.9624-.9565 1.0767a.9192.9192 0 0 1 -1.106.2236.8686.8686 0 0 1 -.4072-.9688c.042-.25.7564-3.0322 1.4033-5.5332-.8608 1.5269-3.5908 6.1006-3.7187 6.315a.7.7 0 0 1 -1.2022-.7178c.0347-.0576 3.4546-5.7881 3.8858-6.62a1.4247 1.4247 0 0 1 1.7754-.793 1.3154 1.3154 0 0 1 .7553 1.6255c-.36 1.3887-.7265 2.812-1.01 3.9209.4575-.5283.9355-1.0713 1.28-1.4258a1.8989 1.8989 0 0 1 2.24-.5171 1.1827 1.1827 0 0 1 .6157 1.3213 4.5566 4.5566 0 0 1 -.3872.9151c-.2673.5549-.1411 1.0522.6216 1.0522h7.8032a.7.7 0 0 1 0 1.4zm-2.0806-5.0508-2.6035.688a.2181.2181 0 0 1 -.2168-.0581.2152.2152 0 0 1 -.0586-.2158l.6636-2.5991 6.59-6.59 2.2 2.2zm11.4659-11.4663-3.7593 3.7593-2.2-2.2 3.7591-3.759a1.9488 1.9488 0 0 1 1.271-.5864c.03-.0015.059-.0025.0888-.0025a1.423 1.423 0 0 1 1.023.4063 1.7007 1.7007 0 0 1 -.1826 2.3823z"/>'
7
+ }
8
+ };
9
+ IconService.add(contractIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const controlLunIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['control-lun']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const controlLunIcon = {
3
+ name: 'control-lun',
4
+ type: {
5
+ default: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m8 24.59a25.5 25.5 0 0 0 2.75.59l1.21-1.41a24.13 24.13 0 0 1 -4-.83z"/><path d="m6 27.53v-17.23c2.9 1.43 8.34 1.88 12 1.88s9.1-.45 12-1.88v5.11c-.91.82-5 2.13-12 2.13a34.81 34.81 0 0 1 -10-1.21v1.67a40.86 40.86 0 0 0 10 1.16c3.46 0 9.13-.45 12-1.91v3.23h2v-12.48s0 0 0-.07c0-3.35-8.8-4.25-14-4.25s-14 .9-14 4.25v19.6c0 2 3.17 3.14 6.83 3.72l-2.45-2.57c-1.38-.4-2.25-.84-2.38-1.15zm12-21.85c7.15 0 11.53 1.44 12 2.25-.46.81-4.84 2.25-12 2.25s-11.69-1.49-12-2.18c.31-.82 4.71-2.32 12-2.32z"/><path d="m32.09 22h-16.63l-5.41 6.31 5.44 5.69h16.6a2 2 0 0 0 2-2v-8.07a2 2 0 0 0 -2-1.93zm0 10h-15.75l-3.59-3.77 3.63-4.23h15.71z"/><path d="m16.11 27a1 1 0 1 0 1 1 1 1 0 0 0 -1-1z"/>',
6
+ solid: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m16.11 27a1 1 0 1 0 1 1 1 1 0 0 0 -1-1z"/><path d="m32.09 21h-.09v-3.68c-1.9 2.93-10.46 3.3-14 3.3a42.43 42.43 0 0 1 -10-1.06v-1.68a40.59 40.59 0 0 0 10 1.12c5 0 13.2-.82 14-3.82v-4.46c-2.21 3.36-10.49 3.46-14 3.46a42.12 42.12 0 0 1 -10-1.07v-2.11a40.59 40.59 0 0 0 10 1.14c5 0 13.28-.83 14-3.88v-.43c-.19-3.27-8.84-4.15-14-4.15s-13.79.88-14 4.15v19.7c0 2.16 3.64 3.3 7.63 3.84l2.84 3 .59.62h17a3 3 0 0 0 3-3v-8.06a3 3 0 0 0 -2.97-2.93zm-24.09 5.08v-1.68a25.79 25.79 0 0 0 3.46.7l-1.24 1.44c-.76-.12-1.51-.27-2.22-.46zm25.09 5.92a1 1 0 0 1 -1 1h-16.17l-4.52-4.77 4.52-5.23h16.17a1 1 0 0 1 1 1z"/>'
7
+ }
8
+ };
9
+ IconService.add(controlLunIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const copyToClipboardIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['copy-to-clipboard']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const copyToClipboardIcon = {
3
+ name: 'copy-to-clipboard',
4
+ type: {
5
+ default: '<path d="m22.6 4h-1.05a3.89 3.89 0 0 0 -7.31 0h-.84a2.41 2.41 0 0 0 -2.4 2.4v3.6h14v-3.6a2.41 2.41 0 0 0 -2.4-2.4zm.4 4h-10v-1.75a.25.25 0 0 1 .25-.25h2.69l.12-1.11a1.24 1.24 0 0 1 .55-.89 2 2 0 0 1 3.15 1.18l.09.84h2.9a.25.25 0 0 1 .25.25z"/><path d="m33.25 18.06h-11.92l2.84-2.83a1 1 0 1 0 -1.42-1.42l-5.25 5.25 5.25 5.25a1 1 0 0 0 .71.29 1 1 0 0 0 .71-1.7l-2.84-2.84h11.92a1 1 0 0 0 0-2z"/><path d="m29 16h2v-9.32a1.66 1.66 0 0 0 -1.65-1.68h-2.27v2h1.92z"/><path d="m29 31h-22v-24h2v-2h-2.36a1.66 1.66 0 0 0 -1.64 1.67v24.65a1.66 1.66 0 0 0 1.65 1.68h22.71a1.66 1.66 0 0 0 1.64-1.67v-9.27h-2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(copyToClipboardIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const copyIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['copy']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const copyIcon = {
3
+ name: 'copy',
4
+ type: {
5
+ default: '<path d="m29.5 7h-19a1.5 1.5 0 0 0 -1.5 1.5v24a1.5 1.5 0 0 0 1.5 1.5h19a1.5 1.5 0 0 0 1.5-1.5v-24a1.5 1.5 0 0 0 -1.5-1.5zm-.5 25h-18v-23h18z"/><path d="m26 3.5a1.5 1.5 0 0 0 -1.5-1.5h-19a1.5 1.5 0 0 0 -1.5 1.5v24a1.5 1.5 0 0 0 1.5 1.5h.5v-25h20z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m27 3.56a1.56 1.56 0 0 0 -1.57-1.56h-19.86a1.56 1.56 0 0 0 -1.57 1.56v24.88a1.56 1.56 0 0 0 1.57 1.56h.52v-25.93h20.91z"/><rect height="28" rx="1.5" width="23" x="8" y="6"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(copyIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cpuIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['cpu']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cpuIcon = {
3
+ name: 'cpu',
4
+ type: {
5
+ default: '<path d="m23.08 23.07h-11v1.5h11.75a.75.75 0 0 0 .75-.75v-12.49h-1.5z"/><path d="m32.2 18.15a.8.8 0 1 0 0-1.6h-2.2v-5.4h2.2a.8.8 0 1 0 0-1.6h-2.2v-1.45a2.1 2.1 0 0 0 -2.1-2.1h-1.55v-2.2a.8.8 0 1 0 -1.6 0v2.2h-5.4v-2.2a.8.8 0 1 0 -1.6 0v2.2h-5.4v-2.2a.8.8 0 1 0 -1.6 0v2.2h-2.65a2.1 2.1 0 0 0 -2.1 2.1v1.45h-2.2a.8.8 0 1 0 0 1.6h2.2v5.4h-2.2a.8.8 0 1 0 0 1.6h2.2v5.4h-2.2a.8.8 0 1 0 0 1.6h2.2v2.75a2.1 2.1 0 0 0 2.1 2.1h2.65v2.2a.8.8 0 1 0 1.6 0v-2.2h5.4v2.2a.8.8 0 1 0 1.6 0v-2.2h5.4v2.2a.8.8 0 1 0 1.6 0v-2.2h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6h-2.2v-5.4zm-4.2 9.75a.1.1 0 0 1 -.1.1h-19.8a.1.1 0 0 1 -.1-.1v-19.8a.1.1 0 0 1 .1-.1h19.8a.1.1 0 0 1 .1.1z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m32.2 18.15a.8.8 0 1 0 0-1.6h-2.2v-5.4h2.2a.8.8 0 1 0 0-1.6h-2.2v-1.45a2.1 2.1 0 0 0 -2.1-2.1h-1.55v-2.2a.8.8 0 1 0 -1.6 0v2.2h-5.4v-2.2a.8.8 0 1 0 -1.6 0v2.2h-5.4v-2.2a.8.8 0 1 0 -1.6 0v2.2h-2.65a2.1 2.1 0 0 0 -2.1 2.1v1.45h-2.2a.8.8 0 1 0 0 1.6h2.2v5.4h-2.2a.8.8 0 1 0 0 1.6h2.2v5.4h-2.2a.8.8 0 1 0 0 1.6h2.2v2.75a2.1 2.1 0 0 0 2.1 2.1h2.65v2.2a.8.8 0 1 0 1.6 0v-2.2h5.4v2.2a.8.8 0 1 0 1.6 0v-2.2h5.4v2.2a.8.8 0 1 0 1.6 0v-2.2h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6h-2.2v-5.4zm-7.2 5.66a1.18 1.18 0 0 1 -1 1.19h-11v-2h10v-12h2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(cpuIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const creditCardIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['credit-card']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const creditCardIcon = {
3
+ name: 'credit-card',
4
+ type: {
5
+ default: '<path d="m32 6h-28a2 2 0 0 0 -2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-20a2 2 0 0 0 -2-2zm0 2v12h-28v-12zm-28 20v-4h28v4z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<rect fill="none" height="30" rx=".96" stroke="#000" stroke-linejoin="round" stroke-width="2" transform="matrix(0 1 -1 0 36 0)" width="22" x="7" y="3"/><path d="m32 6h-28a2 2 0 0 0 -2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-20a2 2 0 0 0 -2-2zm0 18h-28v-4h28z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(creditCardIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const crosshairsIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['crosshairs']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const crosshairsIcon = {
3
+ name: 'crosshairs',
4
+ type: {
5
+ default: '<path d="m18 29a11 11 0 1 1 11-11 11 11 0 0 1 -11 11zm0-20a9 9 0 1 0 9 9 9 9 0 0 0 -9-9z"/><path d="m18 23a5 5 0 1 1 5-5 5 5 0 0 1 -5 5zm0-8a3 3 0 1 0 3 3 3 3 0 0 0 -3-3z"/><path d="m18 9a1 1 0 0 1 -1-1v-5.2a1 1 0 0 1 2 0v5.2a1 1 0 0 1 -1 1z"/><path d="m18 34a1 1 0 0 1 -1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1 -1 1z"/><path d="m8 19h-4.83a1 1 0 0 1 0-2h4.83a1 1 0 0 1 0 2z"/><path d="m33.1 19h-5.1a1 1 0 0 1 0-2h5.1a1 1 0 0 1 0 2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(crosshairsIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const crownIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['crown']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const crownIcon = {
3
+ name: 'crown',
4
+ type: {
5
+ default: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m4 13.33a1.39 1.39 0 1 0 -1.4 1.39 1.39 1.39 0 0 0 1.4-1.39z"/><path d="m31.81 15.84a20.35 20.35 0 0 0 -4.58 1.43 22.7 22.7 0 0 0 -3.48 2.1 17.69 17.69 0 0 1 -1.75-2.8 47.65 47.65 0 0 1 -2.8-7.69 1 1 0 0 0 -1-.74 1 1 0 0 0 -1 .74 46.71 46.71 0 0 1 -2.8 7.69 17 17 0 0 1 -1.76 2.8 22.7 22.7 0 0 0 -3.48-2.1 20.66 20.66 0 0 0 -4.58-1.43 1 1 0 0 0 -1 .39 1 1 0 0 0 -.09 1.05 50.13 50.13 0 0 1 4.33 13.89 1 1 0 0 0 1 .83h18.8a1 1 0 0 0 1-.83 50.15 50.15 0 0 1 4.26-13.89 1 1 0 0 0 -.09-1.05 1 1 0 0 0 -.98-.39zm-5.02 14.16h-17.15a55.66 55.66 0 0 0 -3.4-11.71 15.75 15.75 0 0 1 2.09.78 20 20 0 0 1 3.85 2.45 1 1 0 0 0 1.39-.09 19.28 19.28 0 0 0 2.67-4 43.46 43.46 0 0 0 2-4.89 41.74 41.74 0 0 0 2 4.89 19.92 19.92 0 0 0 2.66 4 1 1 0 0 0 1.4.09 19.21 19.21 0 0 1 3.85-2.45 14.77 14.77 0 0 1 2.09-.78 55.07 55.07 0 0 0 -3.45 11.71z"/><ellipse cx="33.83" cy="13.33" rx="1.39" ry="1.39"/><path d="m18.22 6.39a1.39 1.39 0 1 0 -1.38-1.39 1.39 1.39 0 0 0 1.38 1.39z"/><path d="m18.23 26.34a1.11 1.11 0 1 0 1.1 1.1 1.1 1.1 0 0 0 -1.1-1.1z"/><path d="m12.58 26.34a1.11 1.11 0 1 0 1.1 1.1 1.1 1.1 0 0 0 -1.1-1.1z"/><path d="m23.89 26.34a1.11 1.11 0 1 0 1.1 1.1 1.1 1.1 0 0 0 -1.1-1.1z"/>',
6
+ solid: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m2.6 11.93a1.4 1.4 0 1 0 1.4 1.4 1.4 1.4 0 0 0 -1.4-1.4z"/><ellipse cx="33.83" cy="13.33" rx="1.39" ry="1.39"/><path d="m18.22 6.39a1.39 1.39 0 1 0 -1.38-1.39 1.39 1.39 0 0 0 1.38 1.39z"/><path d="m31.63 16.1a18.61 18.61 0 0 0 -3.63 1.24 21.57 21.57 0 0 0 -4 2.49 19.2 19.2 0 0 1 -2.26-3.49 48.92 48.92 0 0 1 -2.52-6.58 1 1 0 0 0 -1-.71 1 1 0 0 0 -1 .71 48.42 48.42 0 0 1 -2.52 6.58 18.69 18.69 0 0 1 -2.26 3.48 22.81 22.81 0 0 0 -4-2.48 18.83 18.83 0 0 0 -3.54-1.24 1 1 0 0 0 -1 .33 1 1 0 0 0 -.13 1.07 55.9 55.9 0 0 1 4 13.5 1 1 0 0 0 1 .83h19a1 1 0 0 0 1-.83 55.9 55.9 0 0 1 4-13.5 1 1 0 0 0 -.13-1.07 1 1 0 0 0 -1.01-.33zm-20.55 12.45a1.11 1.11 0 1 1 1.1-1.11 1.11 1.11 0 0 1 -1.1 1.11zm7.15 0a1.11 1.11 0 0 1 0-2.21 1.11 1.11 0 0 1 0 2.21zm7.16 0a1.11 1.11 0 1 1 1.1-1.11 1.11 1.11 0 0 1 -1.1 1.11z"/>'
7
+ }
8
+ };
9
+ IconService.add(crownIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cursorArrowIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['cursor-arrow']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cursorArrowIcon = {
3
+ name: 'cursor-arrow',
4
+ type: {
5
+ default: '<path d="m14.58 32.31a1 1 0 0 1 -.94-.65l-9.64-26.01a1 1 0 0 1 1.25-1.28l26 9.68a1 1 0 0 1 -.05 1.89l-8.36 2.57 8.3 8.3a1 1 0 0 1 0 1.41l-3.26 3.26a1 1 0 0 1 -.71.29 1 1 0 0 1 -.71-.29l-8.33-8.33-2.6 8.45a1 1 0 0 1 -.93.71zm3.09-12a1 1 0 0 1 .71.29l8.79 8.79 1.83-1.88-8.76-8.76a1 1 0 0 1 .41-1.66l7.13-2.2-21.18-7.89 7.89 21.2 2.22-7.2a1 1 0 0 1 .71-.68z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m29 12.36-25.12-9.36a1 1 0 0 0 -1.29 1.28l9.41 25.16a1 1 0 0 0 1.89-.05l2.69-8.75 9.12 8.9a1 1 0 0 0 1.41 0l2.35-2.35a1 1 0 0 0 0-1.41l-9.09-8.86 8.63-2.67a1 1 0 0 0 0-1.89z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(cursorArrowIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cursorHandClickIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['cursor-hand-click']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cursorHandClickIcon = {
3
+ name: 'cursor-hand-click',
4
+ type: {
5
+ default: '<path d="m30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7-1.1-.3-2.2-.5-3.3-.6 2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7zm-22-9.4c0-3.3 2.7-5.9 6-5.8 3.3 0 5.9 2.7 5.8 6 0 1.8-.8 3.4-2.2 4.5v-5c-.1-1.8-1.6-3.2-3.4-3.2-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9zm20.3 15.8c.1 2.6-.8 5.1-2.5 7.1-.2.2-.4.4-.4.7v2.1h-11.6v-1.4c0-.3-.2-.6-.4-.8-.7-.6-1.3-1.3-1.8-2.2-.6-1-1-2.2-1.2-3.4 0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2 0-.4.2-.9.5-1.2.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1v-14.4c.1-.7.7-1.3 1.5-1.2.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(cursorHandClickIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cursorHandGrabIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['cursor-hand-grab']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cursorHandGrabIcon = {
3
+ name: 'cursor-hand-grab',
4
+ type: {
5
+ default: '<path d="m28.09 9.74a4 4 0 0 0 -1.16.19c-.19-1.24-1.55-2.18-3.27-2.18a4 4 0 0 0 -1.53.25 3.37 3.37 0 0 0 -3.13-1.7 3.45 3.45 0 0 0 -2.87 1.32 3.65 3.65 0 0 0 -1.89-.51 3.05 3.05 0 0 0 -3.24 2.78v.91c-1.06.4-4.11 1.8-4.91 4.84s.34 8 2.69 11.78a25.21 25.21 0 0 0 5.9 6.41.9.9 0 0 0 .53.17h10.34a.92.92 0 0 0 .55-.19 13.13 13.13 0 0 0 3.75-6.13 25.8 25.8 0 0 0 1.56-9.68v-5.5a3.08 3.08 0 0 0 -3.32-2.76zm1.52 8.26a24 24 0 0 1 -1.47 9.15 12.46 12.46 0 0 1 -2.94 5.05h-9.73a23.75 23.75 0 0 1 -5.2-5.72c-2.37-3.86-3-8.23-2.48-10.39a5.7 5.7 0 0 1 3.21-3.33v7.65a.9.9 0 0 0 1.8 0v-10.52c0-.47.59-1 1.46-1s1.49.52 1.49 1v5.72h1.8v-6.8c0-.28.58-.71 1.46-.71s1.53.48 1.53.75v6.89h1.8v-5.74l.17-.12a2.1 2.1 0 0 1 1.18-.32c.93 0 1.5.44 1.5.68v6.5h1.81v-4.87a1.91 1.91 0 0 1 1.12-.33c.86 0 1.52.51 1.52.94z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(cursorHandGrabIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cursorHandOpenIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['cursor-hand-open']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cursorHandOpenIcon = {
3
+ name: 'cursor-hand-open',
4
+ type: {
5
+ default: '<path d="m31.46 8.57a3.11 3.11 0 0 0 -4.46-2.82 3.19 3.19 0 0 0 -4.66-2.64 3.29 3.29 0 0 0 -6.42-.76 3.23 3.23 0 0 0 -1.66-.46 3.27 3.27 0 0 0 -3.26 3.29v12.66c-1.28-1.6-2.53-3.18-2.72-3.45a3.19 3.19 0 0 0 -2.72-1.49 3.37 3.37 0 0 0 -3.47 3.48c.09 1.8 3.57 8.16 5.91 11.62 3.54 5.24 6.92 6 7.07 6h.18 10.34a.92.92 0 0 0 .55-.19 13.13 13.13 0 0 0 3.75-6.13c1-3.09 1.53-7.53 1.58-13.56zm-3.28 18.55a12.46 12.46 0 0 1 -2.94 5.08h-9.91c-.47-.14-3.07-1.1-5.87-5.25s-5.52-9.68-5.57-10.66a1.5 1.5 0 0 1 .45-1.13 1.52 1.52 0 0 1 1.14-.46 1.43 1.43 0 0 1 1.32.71c.29.43 2.36 3 3.57 4.53l2.43-1.64v-13.12a1.48 1.48 0 1 1 2.95 0v11.14h1.8v-13a1.51 1.51 0 0 1 3 0v13.13h1.8v-10.45a1.43 1.43 0 1 1 2.85 0v11.44h1.8v-8.9a1.33 1.33 0 0 1 2.65 0v5.55c-.03 5.91-.51 10.12-1.47 13.03z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(cursorHandOpenIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cursorHandIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['cursor-hand']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cursorHandIcon = {
3
+ name: 'cursor-hand',
4
+ type: {
5
+ default: '<path d="m30.74 15.19a13.66 13.66 0 0 0 -6.87-3.83 26 26 0 0 0 -5.87-.78v-5.3a3.4 3.4 0 0 0 -3.5-3.28 3.4 3.4 0 0 0 -3.5 3.28v10l-1.6-1.58a3.77 3.77 0 0 0 -5.28 0 3.67 3.67 0 0 0 -1.12 2.63 3.6 3.6 0 0 0 1 2.56l4.66 5.52a11.53 11.53 0 0 0 1.43 4 10.12 10.12 0 0 0 2 2.54v1.92a1.07 1.07 0 0 0 1 1.08h13.91a1.07 1.07 0 0 0 1-1.08v-2.7a12.81 12.81 0 0 0 3-8.36v-6a1 1 0 0 0 -.26-.62zm-1.74 6.67a10.72 10.72 0 0 1 -2.6 7.26 1.11 1.11 0 0 0 -.4.72v2.16h-11.86v-1.48a1 1 0 0 0 -.44-.83 7.26 7.26 0 0 1 -1.82-2.23 9.14 9.14 0 0 1 -1.2-3.52 1 1 0 0 0 -.23-.59l-4.92-5.82a1.7 1.7 0 0 1 0-2.42 1.76 1.76 0 0 1 2.47 0l3 3v3.14l2-1v-14.97a1.42 1.42 0 0 1 1.5-1.28 1.42 1.42 0 0 1 1.5 1.28v11.8l2 .43v-4.92a24.27 24.27 0 0 1 2.51.18v5.23l1.6.35v-5.35c.41.08.83.17 1.26.28a14.88 14.88 0 0 1 1.53.49v5.15l1.6.35v-4.77a11.06 11.06 0 0 1 2.5 1.73z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m28.69 14.33v4.83l-2-.43v-5.49a16.19 16.19 0 0 0 -2.33-.84v5.82l-2-.43v-5.79c-1.1-.18-2.18-.3-3.08-.36v5.51l-2-.43v-5.24-7.14a2.53 2.53 0 0 0 -2.6-2.43 2.53 2.53 0 0 0 -2.6 2.43v12.93 2.59l-2 1v-5.26l-2.33-2.39a2.83 2.83 0 0 0 -4 0 2.93 2.93 0 0 0 0 4.09l6 7.1a10.82 10.82 0 0 0 1.39 4.22 8.42 8.42 0 0 0 2.21 2.73v2.56h14.44v-3.29a12.54 12.54 0 0 0 3-8.5v-6a10 10 0 0 0 -2.1-1.79z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(cursorHandIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const cursorMoveIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['cursor-move']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const cursorMoveIcon = {
3
+ name: 'cursor-move',
4
+ type: {
5
+ default: '<path d="m28.85 12.89a1 1 0 0 0 -1.42 0 1 1 0 0 0 0 1.41l2.71 2.7h-11.14v-11.14l2.69 2.7a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.42l-5.1-5.14-5.11 5.15a1 1 0 0 0 -.29.71 1 1 0 0 0 1.71.7l2.69-2.7v11.14h-11.14l2.7-2.69a1 1 0 0 0 0-1.41 1 1 0 0 0 -1.42 0l-5.14 5.1 5.14 5.11a1 1 0 0 0 .71.29 1 1 0 0 0 .7-1.71l-2.69-2.69h11.14v11.14l-2.69-2.7a1 1 0 0 0 -1.71.7 1 1 0 0 0 .29.71l5.11 5.15 5.11-5.14a1 1 0 0 0 0-1.42 1 1 0 0 0 -1.41 0l-2.7 2.7v-11.14h11.14l-2.7 2.69a1 1 0 0 0 .7 1.71 1 1 0 0 0 .71-.29l5.15-5.11z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(cursorMoveIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const curveChartIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['curve-chart']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const curveChartIcon = {
3
+ name: 'curve-chart',
4
+ type: {
5
+ default: '<path d="m32 5h-28c-1.105 0-2 .895-2 2v22c0 1.105.895 2 2 2h28c1.105 0 2-.895 2-2v-22c0-1.105-.895-2-2-2zm-28 24v-22h28v22z"/><path d="m7 11.8c-.442 0-.8-.358-.8-.8s.358-.8.8-.8h6c2.404 0 3.368 1.707 4.653 6.278.042.15.091.325.182.651.074.263.129.459.184.651 1.313 4.595 2.53 6.42 4.981 6.42h6c.442 0 .8.358.8.8s-.358.8-.8.8h-6c-3.465 0-5.019-2.331-6.519-7.58-.056-.195-.112-.394-.186-.66-.092-.326-.141-.5-.182-.649-1.07-3.806-1.808-5.111-3.113-5.111z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m34 7v22c0 1.105-.895 2-2 2h-28c-1.104 0-2-.895-2-2v-22c0-1.104.896-2 2-2h28c1.105 0 2 .896 2 2zm-21 5c1.817 0 2.674 1.499 4.039 6.275.774 2.709 1.162 3.843 1.843 5.034.988 1.729 2.323 2.691 4.118 2.691h6c.552 0 1-.448 1-1s-.448-1-1-1h-6c-1.817 0-2.674-1.499-4.038-6.275-.774-2.709-1.163-3.843-1.844-5.034-.988-1.729-2.323-2.691-4.118-2.691h-6c-.552 0-1 .448-1 1s.448 1 1 1z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(curveChartIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const dashboardIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['dashboard']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const dashboardIcon = {
3
+ name: 'dashboard',
4
+ type: {
5
+ default: '<path d="m25.18 12.32-5.91 5.81a3 3 0 1 0 1.41 1.42l5.92-5.81z"/><path d="m18 4.25a16.49 16.49 0 0 0 -12.6 27.15l.3.35h24.6l.3-.35a16.49 16.49 0 0 0 -12.6-27.15zm11.34 25.5h-22.68a14.43 14.43 0 0 1 -3.11-7.84h3.45v-2h-3.45a14.41 14.41 0 0 1 3.45-8.62l2.45 2.45 1.41-1.41-2.43-2.46a14.41 14.41 0 0 1 8.57-3.58v3.5h2v-3.49a14.47 14.47 0 0 1 13.4 13.61h-3.48v2h3.53a14.43 14.43 0 0 1 -3.11 7.84z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18 4.25a16.49 16.49 0 0 0 -12.6 27.15l.3.35h24.6l.3-.35a16.49 16.49 0 0 0 -12.6-27.15zm8.6 9.48-5.92 5.81a3 3 0 1 1 -1.41-1.42l5.91-5.81zm-23 6.17h3.4v2h-3.44c0-.39-.05-.77-.05-1.17s.02-.55.04-.83zm4.88-10 2.46 2.46-1.47 1.38-2.47-2.45a14.57 14.57 0 0 1 1.43-1.42zm10.52-.11h-2v-3.5h1s.7 0 1 .05zm13.49 10.95c0 .39 0 .79-.05 1.17h-3.52v-2h3.53c.02.27.04.55.04.83z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(dashboardIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const dataClusterIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['data-cluster']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const dataClusterIcon = {
3
+ name: 'data-cluster',
4
+ type: {
5
+ default: '<path d="m26.5 4.08c-3.73 0-7.5 1.32-7.5 3.83v1.59a18.75 18.75 0 0 1 2 .2v-1.79c0-.65 2.09-1.84 5.5-1.84s5.5 1.2 5.5 1.84v10.33c0 .54-1.46 1.44-3.9 1.73v2c3.13-.32 5.9-1.6 5.9-3.75v-10.31c0-2.51-3.77-3.83-7.5-3.83z"/><path d="m4 18.24v-10.33c0-.65 2.09-1.84 5.5-1.84s5.5 1.2 5.5 1.84v1.79a18.75 18.75 0 0 1 2-.2v-1.59c0-2.52-3.77-3.84-7.5-3.84s-7.5 1.33-7.5 3.84v10.33c0 2.16 2.77 3.43 5.9 3.76v-2c-2.44-.32-3.9-1.22-3.9-1.76z"/><path d="m18 10.85c-4.93 0-8.65 1.88-8.65 4.38v12.31c0 2.5 3.72 4.38 8.65 4.38s8.65-1.88 8.65-4.38v-12.31c0-2.5-3.72-4.38-8.65-4.38zm6.65 7.67c-.85 1-3.42 2-6.65 2a14.49 14.49 0 0 1 -4-.52v1.46a16.33 16.33 0 0 0 4 .47 12.76 12.76 0 0 0 6.65-1.56v3.12c-.85 1-3.42 2-6.65 2a14.49 14.49 0 0 1 -4-.53v1.46a16.33 16.33 0 0 0 4 .47 12.76 12.76 0 0 0 6.65-1.56v2.29c0 .95-2.65 2.38-6.65 2.38s-6.65-1.43-6.65-2.38v-12.39c0-.95 2.65-2.38 6.65-2.38s6.65 1.43 6.65 2.38z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m26.5 4.08c-3.73 0-7.5 1.32-7.5 3.83v1.57c5.3.26 9 2.6 9 5.76v6.7l.05.06c3.13-.32 5.9-1.6 5.9-3.75v-10.34c.05-2.51-3.72-3.83-7.45-3.83z"/><path d="m17 9.48v-1.57c0-2.52-3.77-3.84-7.5-3.84s-7.5 1.33-7.5 3.84v10.33c0 2.16 2.77 3.43 5.9 3.76l.1-.07v-6.7c0-3.15 3.7-5.49 9-5.75z"/><path d="m18 10.85c-4.93 0-8.65 1.88-8.65 4.38v12.31c0 2.5 3.72 4.38 8.65 4.38s8.65-1.88 8.65-4.38v-2.16a13.58 13.58 0 0 1 -8.65 2.62 16.77 16.77 0 0 1 -6-1v-1.73a14.5 14.5 0 0 0 6 1.17c4.21 0 7.65-1.23 8.63-3.23v-2.74c-1.83 1.53-4.91 2.53-8.63 2.53a16.77 16.77 0 0 1 -6-1v-1.77a14.5 14.5 0 0 0 6 1.17c4.21 0 7.65-1.11 8.63-3.11v-3.06c.02-2.5-3.7-4.38-8.63-4.38z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(dataClusterIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const dateIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['date']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const dateIcon = {
3
+ name: 'date',
4
+ type: {
5
+ default: '<path d="m32.25 6h-3.25v2h3v22h-28v-22h3v-2h-3.25a1.78 1.78 0 0 0 -1.75 1.81v22.38a1.78 1.78 0 0 0 1.75 1.81h28.5a1.78 1.78 0 0 0 1.75-1.81v-22.38a1.78 1.78 0 0 0 -1.75-1.81z"/><path d="m8 14h2v2h-2z"/><path d="m14 14h2v2h-2z"/><path d="m20 14h2v2h-2z"/><path d="m26 14h2v2h-2z"/><path d="m8 19h2v2h-2z"/><path d="m14 19h2v2h-2z"/><path d="m20 19h2v2h-2z"/><path d="m26 19h2v2h-2z"/><path d="m8 24h2v2h-2z"/><path d="m14 24h2v2h-2z"/><path d="m20 24h2v2h-2z"/><path d="m26 24h2v2h-2z"/><path d="m10 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m26 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m13 6h10v2h-10z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m32.25 6h-4v3a2.2 2.2 0 1 1 -4.4 0v-3h-11.65v3a2.2 2.2 0 0 1 -4.4 0v-3h-4a1.78 1.78 0 0 0 -1.8 1.81v22.38a1.78 1.78 0 0 0 1.75 1.81h28.5a1.78 1.78 0 0 0 1.75-1.81v-22.38a1.78 1.78 0 0 0 -1.75-1.81zm-22.25 20h-2v-2h2zm0-5h-2v-2h2zm0-5h-2v-2h2zm6 10h-2v-2h2zm0-5h-2v-2h2zm0-5h-2v-2h2zm6 10h-2v-2h2zm0-5h-2v-2h2zm0-5h-2v-2h2zm6 10h-2v-2h2zm0-5h-2v-2h2zm0-5h-2v-2h2z"/><path d="m10 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m26 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(dateIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const deployIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['deploy']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const deployIcon = {
3
+ name: 'deploy',
4
+ type: {
5
+ default: '<path d="m33 2h-10.9a1 1 0 0 0 0 2h8.53l-8.82 9a1 1 0 1 0 1.43 1.4l8.76-8.94v8.44a1 1 0 0 0 2 0v-10.9a1 1 0 0 0 -1-1z"/><path d="m11.54 10.73-9 5.17a1 1 0 0 0 -.5.87v11a1 1 0 0 0 .5.87l9 5.15a1 1 0 0 0 1 0l9-5.15a1 1 0 0 0 .5-.87v-11a1 1 0 0 0 -.5-.87l-9-5.17a1 1 0 0 0 -1 0zm-.54 20.35-7-4v-8.64l7 4zm1-10.08-7.19-4.13 7.19-4.09 7.21 4.12zm8 6.09-7 4v-8.65l7-4z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m33 2h-10.9a1 1 0 0 0 0 2h8.53l-8.82 9a1 1 0 1 0 1.43 1.4l8.76-8.94v8.44a1 1 0 0 0 2 0v-10.9a1 1 0 0 0 -1-1z"/><path d="m12.46 10.73a1 1 0 0 0 -1 0l-8.68 5 9.22 5.27 9.19-5.26z"/><path d="m2 27.73a1 1 0 0 0 .5.87l8.5 4.86v-11l-9-5.18z"/><path d="m13 33.46 8.5-4.86a1 1 0 0 0 .5-.87v-10.44l-9 5.15z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(deployIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const designIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['design']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const designIcon = {
3
+ name: 'design',
4
+ type: {
5
+ default: '<path d="m9 17.41v9.59h9.59l-2-2h-5.59v-5.59z"/><path d="m34.87 32.29-2.87-2.91v2.62h-28v-4.15h2v-1.6h-2v-6.65h2v-1.6h-2v-6.4h2v-1.6h-2v-5.59l15.94 15.85v-2.82l-16.23-16.15a1 1 0 0 0 -1.71.71v31a1 1 0 0 0 1 1h31.16a1 1 0 0 0 .71-1.71z"/><path d="m24 30h4a2 2 0 0 0 2-2v-19.3l-2.3-4.23a2 2 0 0 0 -1.76-1 2 2 0 0 0 -1.76 1.08l-2.18 4.17v19.28a2 2 0 0 0 2 2zm0-20.8 1.94-3.77 2.06 3.78v14.79h-4zm0 16.43h4v2.44h-4z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m34.87 32.21-4.87-4.84v-18.62l-2.3-4.23a2 2 0 0 0 -3.54 0l-2.16 4.24v10.65l-18.29-18.2a1 1 0 0 0 -1.71.71v8.08h2.17v1.6h-2.17v6.4h2.17v1.6h-2.17v6.65h2.17v1.6h-2.17v5.07a1 1 0 0 0 1 1h31.16a1 1 0 0 0 .71-1.71zm-24.87-6.21v-9.06l9.07 9.06zm18 2.11h-4v-2.43h4zm0-4h-4v-14.86l1.94-3.77 2.06 3.78z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(designIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const detailsIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['details']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const detailsIcon = {
3
+ name: 'details',
4
+ type: {
5
+ default: '<path d="m32 6h-28a2 2 0 0 0 -2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-20a2 2 0 0 0 -2-2zm0 22h-28v-20h28z"/><path d="m9 14h18a1 1 0 0 0 0-2h-18a1 1 0 0 0 0 2z"/><path d="m9 18h18a1 1 0 0 0 0-2h-18a1 1 0 0 0 0 2z"/><path d="m9 22h10a1 1 0 0 0 0-2h-10a1 1 0 0 0 0 2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m32 6h-28a2 2 0 0 0 -2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-20a2 2 0 0 0 -2-2zm-13 16h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zm8-4h-18a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-4h-18a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(detailsIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const devicesIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['devices']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const devicesIcon = {
3
+ name: 'devices',
4
+ type: {
5
+ default: '<path d="m32 13h-8a2 2 0 0 0 -2 2v15a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-15a2 2 0 0 0 -2-2zm0 2v11h-8v-11zm-8 15v-2.4h8v2.4z"/><path d="m20 22h-16v-16h24v5h2v-5a2 2 0 0 0 -2-2h-24a2 2 0 0 0 -2 2v16a2 2 0 0 0 2 2h16z"/><path d="m20 26h-11a1 1 0 0 0 0 2h11z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m32 13h-8a2 2 0 0 0 -2 2v15a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-15a2 2 0 0 0 -2-2zm0 2v13h-8v-13z"/><path d="m28 4h-24a2 2 0 0 0 -2 2v16a2 2 0 0 0 2 2h8v2h-2.68a1.2 1.2 0 0 0 -1.32 1 1.2 1.2 0 0 0 1.32 1h10.6v-.37h.08v-5.63h-16v-16h24v5h2v-5a2 2 0 0 0 -2-2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(devicesIcon);