@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 barChartIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bar-chart']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const barChartIcon = {
3
+ name: 'bar-chart',
4
+ type: {
5
+ default: '<path d="m32 5h-28a2 2 0 0 0 -2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-22a2 2 0 0 0 -2-2zm-28 24v-22h28v22z"/><path d="m7 10h6v16h-1.6v-14.4h-2.8v14.4h-1.6z"/><path d="m15 19h6v7h-1.6v-5.4h-2.8v5.4h-1.6z"/><path d="m23 16h6v10h-1.6v-8.4h-2.8v8.4h-1.6z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m34 7v22c0 1.105-.895 2-2 2h-28c-1.105 0-2-.895-2-2v-22c0-1.105.895-2 2-2h28c1.105 0 2 .895 2 2zm-27 19h6v-16h-6zm8 0h6v-7h-6zm8 0h6v-10h-6z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(barChartIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const barCodeIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['bar-code']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const barCodeIcon = {
3
+ name: 'bar-code',
4
+ type: {
5
+ default: '<path d="m5 7a1 1 0 0 0 -1 1v22a1 1 0 0 0 2 0v-22a1 1 0 0 0 -1-1z"/><path d="m9 7a1 1 0 0 0 -1 1v18a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1z"/><path d="m13 7a1 1 0 0 0 -1 1v18a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1z"/><path d="m17 7a1 1 0 0 0 -1 1v18a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1z"/><path d="m21 7a1 1 0 0 0 -1 1v18a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1z"/><path d="m25 7a1 1 0 0 0 -1 1v18a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1z"/><path d="m29 7a1 1 0 0 0 -1 1v18a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1z"/><path d="m33 7a1 1 0 0 0 -1 1v22a1 1 0 0 0 2 0v-22a1 1 0 0 0 -1-1z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(barCodeIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const barsIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['bars']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const barsIcon = {
3
+ name: 'bars',
4
+ type: {
5
+ default: '<path d="m32 29h-28a1 1 0 0 1 0-2h28a1 1 0 0 1 0 2z"/><path d="m32 19h-28a1 1 0 0 1 0-2h28a1 1 0 0 1 0 2z"/><path d="m32 9h-28a1 1 0 0 1 0-2h28a1 1 0 0 1 0 2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(barsIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const batteryIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['battery']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const batteryIcon = {
3
+ name: 'battery',
4
+ type: {
5
+ default: '<path d="m18.59 11.77a1 1 0 0 0 -1.73 1l2.5 4.34-6.07-1 5.29 10.59a1 1 0 0 0 1.79-.89l-3.53-7.08 6.38 1.06z"/><path d="m25.12 4h-2.12v-.42a1.58 1.58 0 0 0 -1.58-1.58h-6.84a1.58 1.58 0 0 0 -1.58 1.58v.42h-2.12a1.88 1.88 0 0 0 -1.88 1.88v26.24a1.88 1.88 0 0 0 1.88 1.88h14.24a1.88 1.88 0 0 0 1.88-1.88v-26.24a1.88 1.88 0 0 0 -1.88-1.88zm-.12 28h-14v-26h4v-2h6v2h4z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m22 4v-1.38a.6.6 0 0 0 -.58-.62h-6.84a.6.6 0 0 0 -.58.62v1.38h-4a1.09 1.09 0 0 0 -1 1.07v28a1 1 0 0 0 1 .93h16a1 1 0 0 0 1-.94v-28a1.09 1.09 0 0 0 -1-1.06zm-1.74 21.44a1.2 1.2 0 0 1 -2.15 1.07l-5.46-10.95 6 1-2.29-4a1.2 1.2 0 1 1 2.08-1.2l4.83 8.37-6.37-1.03z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(batteryIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bellCurveIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['bell-curve']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bellCurveIcon = {
3
+ name: 'bell-curve',
4
+ type: {
5
+ default: '<path d="m33 29h-30a1 1 0 1 1 0-2h30a1 1 0 1 1 0 2z"/><path d="m33 25h-.62a8.11 8.11 0 0 1 -8-6.67c-.76-3.89-2.49-10.39-6.38-10.39s-5.69 6.51-6.38 10.39a8.11 8.11 0 0 1 -8 6.65h-.62a1 1 0 1 1 0-2h.6a6.11 6.11 0 0 0 6-4.98c1.41-7.88 4.3-12 8.35-12s6.93 4.16 8.33 12a6.11 6.11 0 0 0 6 5h.72a1 1 0 0 1 0 2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(bellCurveIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bellIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bell']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bellIcon = {
3
+ name: 'bell',
4
+ type: {
5
+ default: '<path d="m32.51 27.83a14.4 14.4 0 0 1 -2.51-2.93 12.63 12.63 0 0 1 -1.35-4.81v-4.94a10.81 10.81 0 0 0 -9.44-10.75v-1.29a1.33 1.33 0 1 0 -2.67 0v1.31a10.81 10.81 0 0 0 -9.33 10.73v4.94a12.63 12.63 0 0 1 -1.35 4.81 14.4 14.4 0 0 1 -2.47 2.93 1 1 0 0 0 -.34.75v1.36a1 1 0 0 0 1 1h27.8a1 1 0 0 0 1-1v-1.36a1 1 0 0 0 -.34-.75zm-27.38 1.11a16.17 16.17 0 0 0 2.44-3 14.24 14.24 0 0 0 1.65-5.85v-4.94a8.74 8.74 0 1 1 17.47 0v4.94a14.24 14.24 0 0 0 1.65 5.85 16.17 16.17 0 0 0 2.44 3z"/><path d="m18 34.28a2.67 2.67 0 0 0 2.58-2.28h-5.26a2.67 2.67 0 0 0 2.68 2.28z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m32.85 28.13-.34-.3a14.37 14.37 0 0 1 -2.51-2.93 12.63 12.63 0 0 1 -1.35-4.81v-4.94a10.81 10.81 0 0 0 -9.44-10.75v-1.29a1.33 1.33 0 1 0 -2.67 0v1.31a10.81 10.81 0 0 0 -9.33 10.73v4.94a12.63 12.63 0 0 1 -1.35 4.81 14.4 14.4 0 0 1 -2.47 2.93l-.34.3v2.82h29.8z"/><path d="m15.32 32a2.65 2.65 0 0 0 5.25 0z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bellIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const betaIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['beta']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const betaIcon = {
3
+ name: 'beta',
4
+ type: {
5
+ default: '<path d="m7.21 14.07h3a1.61 1.61 0 0 1 1.81 1.5 1.44 1.44 0 0 1 -.84 1.34 1.67 1.67 0 0 1 1.1 1.53 1.75 1.75 0 0 1 -2 1.63h-3.07zm2.71 2.42c.48 0 .82-.28.82-.67s-.34-.65-.82-.65h-1.43v1.32zm.2 2.48a.75.75 0 1 0 0-1.47h-1.63v1.5z"/><path d="m14.55 15.23v1.2h3v1.16h-3v1.32h3.33v1.16h-4.62v-6h4.62v1.16z"/><path d="m20.41 15.23h-1.87v-1.16h5v1.16h-1.84v4.84h-1.29z"/><path d="m28 19.12h-2.68l-.38.95h-1.44l2.44-6h1.44l2.45 6h-1.45zm-.45-1.12-.89-2.19-.89 2.19z"/><path d="m8.06 30a.84.84 0 0 1 -.38-.08 1 1 0 0 1 -.62-.92v-4h-4a1 1 0 0 1 -1-1v-14a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-19.58l-4.71 4.71a1 1 0 0 1 -.71.29zm-4-7h4a1 1 0 0 1 1 1v2.59l3.3-3.3a1 1 0 0 1 .7-.29h19v-12h-28z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m25.8 18h1.7l-.8-2.2z"/><path d="m10.4 17.5c-.1 0-.2 0-.3 0h-1.6v1.5h1.6c.4.1.8-.2.9-.6s-.2-.8-.6-.9z"/><path d="m10.7 15.8c0-.4-.3-.7-.8-.7h-1.4v1.3h1.4c.5.1.8-.2.8-.6z"/><path d="m33.1 9h-30c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h4v4c0 .4.2.8.6.9.1.1.2.1.4.1.3 0 .5-.1.7-.3l4.7-4.7h19.6c.6 0 1-.4 1-1v-14c0-.6-.5-1-1-1zm-22.7 11.1c-.1 0-.1 0-.2 0h-3v-6h3c.9-.1 1.7.5 1.8 1.4v.1c0 .6-.3 1.1-.8 1.3.6.2 1.1.8 1.1 1.5-.1 1-.9 1.7-1.9 1.7zm7.5-4.9h-3.3v1.2h3v1.2h-3v1.3h3.3v1.2h-4.6v-6h4.6zm3.8 4.9h-1.3v-4.8h-1.9v-1.2h5v1.2h-1.8zm6.7 0-.4-1h-2.7l-.4 1h-1.4l2.4-6h1.4l2.5 6z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(betaIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bicycleIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bicycle']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bicycleIcon = {
3
+ name: 'bicycle',
4
+ type: {
5
+ default: '<path d="m8.5 29.65a6.51 6.51 0 0 1 -6.5-6.5 6.39 6.39 0 0 1 6.5-6.36 6.39 6.39 0 0 1 6.5 6.36 6.51 6.51 0 0 1 -6.5 6.5zm0-11a4.5 4.5 0 1 0 4.5 4.5 4.51 4.51 0 0 0 -4.5-4.5z"/><path d="m27.5 29.65a6.51 6.51 0 0 1 -6.5-6.5 6.5 6.5 0 0 1 13 0 6.51 6.51 0 0 1 -6.5 6.5zm0-11a4.5 4.5 0 1 0 4.5 4.5 4.51 4.51 0 0 0 -4.5-4.5z"/><path d="m19 24.66h-11a1 1 0 0 1 -.89-1.45l5-10 1.78.9-4.27 8.62h9.38z"/><path d="m13 12.68h11v1.91h-11z"/><path d="m28 24.66a1 1 0 0 1 -.94-.66l-4.77-13.34h-2.29a1 1 0 0 1 -1-1 1 1 0 0 1 1-.93h3a.94.94 0 0 1 .94.6l5 14a1 1 0 0 1 -.6 1.27 1 1 0 0 1 -.34.06z"/><path d="m13 14.66a1 1 0 0 1 -.71-.29l-1.7-1.71h-2.59a1 1 0 0 1 -1-1 .94.94 0 0 1 1-1h3a1.08 1.08 0 0 1 .75.27l2 2a1 1 0 0 1 0 1.41 1 1 0 0 1 -.75.32z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m15 21.9c-.2-2-1.2-3.8-2.9-4.9l-2.5 4.9z"/><path d="m7.2 23.4c-.2-.3-.2-.7 0-1l3.2-6.3c-.6-.2-1.2-.2-1.8-.2-3.6 0-6.6 2.9-6.6 6.5s2.9 6.5 6.5 6.5c3 0 5.6-2.1 6.3-5h-6.8c-.3 0-.7-.2-.8-.5z"/><path d="m19 21.9h-4v.5c0 .5-.1 1-.2 1.5h4.2z"/><path d="m27.5 15.9c-.3 0-.6 0-.9.1l2.4 6.6c.2.5-.1 1.1-.6 1.3-.1 0-.2.1-.3.1-.4 0-.8-.3-.9-.7l-2.4-6.7c-3.2 1.6-4.5 5.5-3 8.7 1.6 3.2 5.5 4.5 8.7 3 3.2-1.6 4.5-5.5 3-8.7-1.3-2.3-3.5-3.7-6-3.7z"/><path d="m24.7 16.7c.6-.3 1.3-.5 1.9-.6l-2.7-7.4c-.1-.5-.5-.7-.9-.8h-3c-.6 0-1 .5-1 1.1 0 .5.4.9 1 .9h2.3l.7 2h-9.6l-1.7-1.7c-.2-.1-.4-.2-.7-.2h-3c-.6 0-1 .4-1 1s.4 1 1 1h2.6l1.2 1.2-1.5 3c.6.2 1.3.5 1.8.8l1.6-3.2h10z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bicycleIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bitcoinIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bitcoin']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bitcoinIcon = {
3
+ name: 'bitcoin',
4
+ type: {
5
+ default: '<path d="m24.11 16.88a5.49 5.49 0 0 0 -3.11-9.88v-3a1 1 0 0 0 -2 0v3h-3v-3a1 1 0 0 0 -2 0v3h-3a1 1 0 0 0 -1 1v20a1 1 0 0 0 1 1h3v3a1 1 0 0 0 2 0v-3h3v3a1 1 0 0 0 2 0v-3h.08a6.07 6.07 0 0 0 5.92-6.19v-.62a6.25 6.25 0 0 0 -2.89-5.31zm-12.11-7.88h8.69a3.59 3.59 0 0 1 3.43 2.36 3.51 3.51 0 0 1 -3.33 4.64h-8.79zm13 13.81a4.08 4.08 0 0 1 -3.94 4.19h-9.06v-9h9.06a4.08 4.08 0 0 1 3.94 4.19z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m21.18 18.47h-6.68v6h6.68a2.7 2.7 0 0 0 2.63-2.77v-.48a2.71 2.71 0 0 0 -2.63-2.75z"/><path d="m23 13.75a2.24 2.24 0 0 0 -2.23-2.25h-6.27v4.5h6.3a2.22 2.22 0 0 0 2.2-2.25z"/><path d="m18 2a16 16 0 1 0 16 16 16 16 0 0 0 -16-16zm8.31 19.73a5.22 5.22 0 0 1 -5.13 5.27h-.18v1.9a1 1 0 0 1 -2 0v-1.9h-2v1.9a1 1 0 0 1 -2 0v-1.9h-1.75a1.25 1.25 0 0 1 -1.25-1.25v-8.52-7a1.25 1.25 0 0 1 1.25-1.23h1.75v-1.93a1 1 0 0 1 2 0v1.93h2v-1.93a1 1 0 0 1 2 0v1.93a4.72 4.72 0 0 1 3.2 8 5.31 5.31 0 0 1 2.11 4.24z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bitcoinIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const blockQuoteIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['block-quote']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const blockQuoteIcon = {
3
+ name: 'block-quote',
4
+ type: {
5
+ default: '<path d="m11.86 16.55a4.31 4.31 0 0 0 -2.11.56 14.44 14.44 0 0 1 4.36-6 1.1 1.1 0 0 0 -1.4-1.7c-4 3.25-5.78 7.75-5.78 10.54a5.08 5.08 0 0 0 3.07 4.63 4.4 4.4 0 0 0 1.88.44 4.24 4.24 0 1 0 0-8.47z"/><path d="m23 16.55a4.29 4.29 0 0 0 -2.11.56 14.5 14.5 0 0 1 4.35-6 1.1 1.1 0 1 0 -1.39-1.7c-4 3.25-5.78 7.75-5.78 10.54a5.08 5.08 0 0 0 3 4.61 4.37 4.37 0 0 0 1.93.44 4.24 4.24 0 1 0 0-8.47z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(blockQuoteIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const blockIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['block']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const blockIcon = {
3
+ name: 'block',
4
+ type: {
5
+ default: '<path d="m31.42 9.09-13-6a1 1 0 0 0 -.84 0l-13 6a1 1 0 0 0 -.58.91v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6a1 1 0 0 0 .58-.91v-17a1 1 0 0 0 -.58-.91zm-13.42-3.99 10.61 4.9-10.61 4.9-10.61-4.9zm-12 6.46 11 5.08v14.8l-11-5.08zm13 19.88v-14.8l11-5.08v14.8z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m31.42 9.09-13-6a1 1 0 0 0 -.84 0l-13 6a1 1 0 0 0 -.58.91v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6a1 1 0 0 0 .58-.91v-17a1 1 0 0 0 -.58-.91zm-13.42 5.81-10.61-4.9 10.61-4.9 10.61 4.9zm12 11.46-11 5.08v-14.8l11-5.08z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(blockIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const blocksGroupIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['blocks-group']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const blocksGroupIcon = {
3
+ name: 'blocks-group',
4
+ type: {
5
+ default: '<path d="m33.53 18.76-6.93-3.19v-9.14a1 1 0 0 0 -.6-.9l-7.5-3.45a1 1 0 0 0 -.84 0l-7.5 3.45a1 1 0 0 0 -.58.91v9.14l-6.9 3.18a1 1 0 0 0 -.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26 7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0 -.57-.91zm-2.81.91-5.11 2.33-5.11-2.33 5.11-2.35zm-12.62-15.59 5.11 2.35-5.11 2.35-5.1-2.35zm-7.5 13.23 5.11 2.35-5.11 2.34-5.11-2.33zm6.5 11.49-6.5 3-6.5-3v-7.57l6.08 2.77a1 1 0 0 0 .82 0l6.08-2.8zm-5.5-13.23v-7.57l6.08 2.8a1 1 0 0 0 .84 0l6.08-2.8v7.58l-6.5 3zm20.51 13.24-6.5 3-6.51-3v-7.59l6.09 2.78a1 1 0 0 0 .81 0l6.08-2.8z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m33.53 18.76-6.93-3.19v-9.14a1 1 0 0 0 -.6-.9l-7.5-3.45a1 1 0 0 0 -.84 0l-7.5 3.45a1 1 0 0 0 -.58.91v9.14l-6.9 3.18a1 1 0 0 0 -.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26 7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0 -.57-.91zm-7.92 3.24-5.11-2.33 5.11-2.35 5.11 2.35zm-1-6.44-6.44 3v-7.69a1 1 0 0 0 .35-.08l6.08-2.79v7.58zm-6.51-11.48 5.11 2.35-5.11 2.35-5.1-2.35zm-7.5 13.23 5.11 2.35-5.11 2.34-5.11-2.33zm6.5 11.49-6.5 3v-7.69a1 1 0 0 0 .4-.11l6.08-2.8zm15 0-6.46 3v-7.69a1 1 0 0 0 .36-.11l6.08-2.8z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(blocksGroupIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bluetoothOffIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bluetooth-off']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bluetoothOffIcon = {
3
+ name: 'bluetooth-off',
4
+ type: {
5
+ default: '<path d="m19 3 6.22 6.4-5.66 5.8 1.44 1.43 5.68-5.83a2 2 0 0 0 0-2.78l-6.2-6.32a2 2 0 0 0 -1.63-.7 2 2 0 0 0 -1.85 2v11.4l2 2z"/><path d="m4.77 5-1.41 1.42 12.53 12.58-6.83 7a1 1 0 0 0 .71 1.7 1 1 0 0 0 .72-.31l6.51-6.71v12.26a2.08 2.08 0 0 0 .71 1.63 2 2 0 0 0 1.29.43 2 2 0 0 0 1.42-.6l5.41-5.54 3.54 3.53 1.4-1.39zm14.23 28.05v-11l5.41 5.41z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m19.31 5.17 4.39 4.53-3.59 3.71 2.24 2.29 4.09-4.22a2.56 2.56 0 0 0 0-3.56l-6-6.14a2.51 2.51 0 0 0 -2.77-.59 2.54 2.54 0 0 0 -1.6 2.36v10l3.21 3.21z"/><path d="m4.5 5-1.41 1.42 12.08 12.09-6.47 6.68a1.6 1.6 0 0 0 1.15 2.71 1.57 1.57 0 0 0 1.15-.49l5.11-5.27v10.31a2.54 2.54 0 0 0 1.6 2.36 2.44 2.44 0 0 0 .95.19 2.55 2.55 0 0 0 1.82-.77l5.12-5.29 3.49 3.48 1.41-1.42zm15.31 25.83v-8.18l4 4z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bluetoothOffIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bluetoothIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bluetooth']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bluetoothIcon = {
3
+ name: 'bluetooth',
4
+ type: {
5
+ default: '<path d="m26.64 25.27-7.64-7.74v-14.53l6.21 6.4-5.65 5.79 1.44 1.43 5.68-5.82a2 2 0 0 0 0-2.78l-6.2-6.32a2.08 2.08 0 0 0 -1.63-.7 2 2 0 0 0 -1.85 2v12.38l-6.95-7.11a1 1 0 0 0 -1.43 1.39l8.17 8.34-7.73 8a1 1 0 0 0 0 1.41 1 1 0 0 0 .7.29 1 1 0 0 0 .72-.31l6.52-6.71v12.32a2.07 2.07 0 0 0 .71 1.62 2 2 0 0 0 1.29.38 1.94 1.94 0 0 0 1.42-.6l6.23-6.38a2 2 0 0 0 -.01-2.75zm-7.64 7.78v-12.76l6.21 6.36z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m26.52 24.52-5.65-5.83-1.46-1.5v-12l4.38 4.51-3.6 3.71 2.24 2.29 4.09-4.22a2.54 2.54 0 0 0 0-3.56l-5.95-6.14a2.54 2.54 0 0 0 -4.37 1.77v10.31l-5.53-5.7a1.6 1.6 0 1 0 -2.3 2.23l7.38 7.61-7 7.19a1.6 1.6 0 0 0 0 2.26 1.63 1.63 0 0 0 1.12.45 1.58 1.58 0 0 0 1.15-.49l5.11-5.27v10.31a2.53 2.53 0 0 0 1.59 2.36 2.44 2.44 0 0 0 .95.19 2.56 2.56 0 0 0 1.83-.77l5.95-6.15a2.54 2.54 0 0 0 .07-3.56zm-7.12 6.31v-9.06l4.39 4.53z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bluetoothIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const boatIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['boat']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const boatIcon = {
3
+ name: 'boat',
4
+ type: {
5
+ default: '<path d="m29.1 27.1c-1.1-.1-2.2.3-3.1 1.1-1.1 1.1-2.9 1.1-4.1 0-1-.7-2.1-1.1-3.3-1.1-1.2-.1-2.4.3-3.3 1.1-.6.5-1.3.8-2.1.8s-1.5-.3-2.1-.8c-1-.8-2.2-1.2-3.4-1.2s-2.4.4-3.4 1.2c-.6.5-1.5.8-2.3.8v2c1.3.1 2.6-.3 3.6-1.2.6-.5 1.5-.8 2.3-.8.7 0 1.5.3 2.1.8 1.8 1.6 4.6 1.6 6.5 0 .6-.5 1.3-.8 2.1-.8.7 0 1.4.3 2 .8 1.9 1.6 4.6 1.6 6.5 0 .5-.5 1.3-.8 2-.8s1.4.3 1.9.8c.9.7 1.9 1.1 3 1.2v-2c-1 0-1.2-.4-1.7-.8-.9-.7-2-1.1-3.2-1.1z"/><path d="m6 23c0-.6.5-1 1.1-1h24.9l-3.5 3.1h.2c.8 0 1.6.2 2.2.5l2.5-2.2.2-.2c.7-.8.6-2.1-.2-2.8-.4-.2-.8-.4-1.3-.4h-25c-1.7 0-3 1.3-3 3v3.2c.5-.5 1.2-.8 1.9-1.1z"/><path d="m8.9 19h6.1v-7.8c0-.6-.3-1.2-.8-1.6-.9-.7-2.2-.5-2.8.4l-4.1 5.9c-.4.6-.4 1.4-.1 2.1.3.6 1 1 1.7 1zm4.2-7.8-.1 5.8h-4.1z"/><path d="m26 18c.4-.6.4-1.4 0-2l-6.3-10.4c-.4-.6-1-1-1.7-1-1.1 0-2 .9-2 2v12.4h8.3c.7 0 1.4-.4 1.7-1zm-8.1-11.4 6.4 10.5h-6.4z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m34 31c-1.1-.1-2.1-.5-3-1.2-.5-.5-1.2-.8-2-.8-.7 0-1.5.3-2 .8-.9.8-2 1.1-3.1 1.1-1.2 0-2.4-.4-3.3-1.1-1.2-1.1-3-1.1-4.1 0-.9.8-2.1 1.2-3.4 1.2-1.2 0-2.3-.4-3.2-1.2-.6-.5-1.3-.8-2-.8-.8 0-1.7.3-2.3.8-1 .8-2.3 1.2-3.5 1.1v-1.9c.8 0 1.7-.3 2.3-.9 1-.8 2.2-1.2 3.4-1.1 1.2 0 2.4.4 3.3 1.2 1.2 1.1 3 1.1 4.2 0 1.9-1.6 4.7-1.6 6.5 0 1.2 1.1 3 1.1 4.1 0 .9-.8 2.1-1.2 3.3-1.2 1.1 0 2.2.4 3 1.2.6.5.8.8 1.8.8z"/><path d="m4.1 26.2c.6-.5 1.2-.8 1.9-1v-2.2c0-.6.4-1.1 1-1.1h25l-3.6 3.1h.2c.8 0 1.6.2 2.2.5l2.5-2.2.2-.2c.7-.9.5-2.1-.4-2.8-.2-.2-.7-.3-1.1-.3h-25c-1.7 0-3 1.3-3 3z"/><path d="m14.9 18.9h-6c-1.1 0-2-.9-2-2 0-.4.1-.8.4-1.2l4.1-5.8c.6-.9 1.9-1.1 2.8-.5.5.4.8 1 .8 1.6v7.9z"/><path d="m24.3 18.9h-8.3v-12.5c0-1.1.9-2 2-2 .7 0 1.3.4 1.7 1l6.3 10.4c.6 1 .2 2.2-.7 2.7-.3.2-.7.3-1 .4z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(boatIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const boldIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['bold']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const boldIcon = {
3
+ name: 'bold',
4
+ type: {
5
+ default: '<path d="m22.43 17.54a4.67 4.67 0 0 0 2.8-4.37v-.06a4.43 4.43 0 0 0 -1.31-3.25 7.09 7.09 0 0 0 -5.13-1.73h-7a1.71 1.71 0 0 0 -1.79 1.73v16.14a1.72 1.72 0 0 0 1.74 1.74h7.33c4.37 0 7.25-1.88 7.25-5.38v-.06c0-2.66-1.59-3.98-3.89-4.76zm-8.75-6.14h4.54c2 0 3.15.89 3.15 2.33v.06c0 1.68-1.36 2.49-3.38 2.49h-4.31zm8.69 10.6c0 1.59-1.31 2.43-3.46 2.43h-5.23v-4.81h5c2.49 0 3.69.88 3.69 2.37z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(boldIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const boltIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bolt']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const boltIcon = {
3
+ name: 'bolt',
4
+ type: {
5
+ default: '<path d="m10.52 34h-3a1 1 0 0 1 -.88-1.44l5.91-11.56h-6.55a1 1 0 0 1 -.85-1.54l10.68-17a1 1 0 0 1 .81-.46h13.43a1 1 0 0 1 .77 1.69l-9.06 10.31h5.38a1 1 0 0 1 .73 1.66l-16.63 18a1 1 0 0 1 -.74.34zm-1.34-2h.91l14.77-16h-5.27a1 1 0 0 1 -.77-1.69l9.06-10.31h-10.69l-9.42 15h6.43a1 1 0 0 1 .88 1.44z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m30.8 2.29a.49.49 0 0 0 -.45-.29h-13.93a.5.5 0 0 0 -.42.23l-10.71 17a.49.49 0 0 0 .41.77h7.67l-6.77 13.25a.52.52 0 0 0 .46.75h3a.5.5 0 0 0 .37-.16l17.57-18.99a.5.5 0 0 0 -.37-.85h-6.74l9.83-11.18a.49.49 0 0 0 .08-.53z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(boltIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bookIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['book']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bookIcon = {
3
+ name: 'book',
4
+ type: {
5
+ default: '<path d="m10 5.2h18v1.55h-18z"/><path d="m29 8h-19.14a1.89 1.89 0 0 1 -1.86-2 2 2 0 0 1 1.86-2h19.14a1 1 0 0 0 0-2h-19.14a4 4 0 0 0 -3.86 4 4.14 4.14 0 0 0 0 .49 1 1 0 0 0 0 .24v23.27a4 4 0 0 0 3.86 4h19.14a1 1 0 0 0 1-1v-23.75s0-.06 0-.09 0-.06 0-.09a1.07 1.07 0 0 0 -1-1.07zm-1 24h-18.14a2 2 0 0 1 -1.86-2v-20.45a3.63 3.63 0 0 0 1.86.45h18.14z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m10 5.2h18v1.55h-18z"/><path d="m29 8h-19.14a1.89 1.89 0 0 1 -1.86-2 2 2 0 0 1 1.86-2h19.14a1 1 0 1 0 0-2h-19.14a4 4 0 0 0 -3.86 4 4.14 4.14 0 0 0 0 .49 1 1 0 0 0 0 .24v23.27a4 4 0 0 0 3.86 4h19.14a1 1 0 0 0 1-1v-23.75s0-.06 0-.09 0-.06 0-.09a1.07 1.07 0 0 0 -1-1.07z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bookIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bookmarkIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bookmark']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bookmarkIcon = {
3
+ name: 'bookmark',
4
+ type: {
5
+ default: '<path d="m26 34a2 2 0 0 1 -1.41-.58l-6.59-6.6-6.54 6.52a2 2 0 0 1 -3.46-1.41v-27.93a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v28a2 2 0 0 1 -2 2zm0-2v-28h-16v27.93l8-7.93z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m26 2h-16a2 2 0 0 0 -2 2v27.93a2 2 0 0 0 3.42 1.41l6.54-6.52 6.63 6.6a2 2 0 0 0 3.41-1.42v-28a2 2 0 0 0 -2-2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bookmarkIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const boxPlotIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['box-plot']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const boxPlotIcon = {
3
+ name: 'box-plot',
4
+ type: {
5
+ default: '<path d="m32 5h-28a2 2 0 0 0 -2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-22a2 2 0 0 0 -2-2zm-28 24v-22h28v22z"/><path d="m7 12h10v14h-10zm1.6 12.4h6.8v-5.6h-6.8zm6.8-10.8h-6.8v3.6h6.8z"/><path d="m19 24h10v-14h-10zm1.6-12.4h6.8v5.6h-6.8zm6.8 10.8h-6.8v-3.6h6.8z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m34 7v22c0 1.105-.895 2-2 2h-28c-1.105 0-2-.895-2-2v-22c0-1.105.895-2 2-2h28c1.105 0 2 .895 2 2zm-27 19h10v-14h-10zm2-7h6v5h-6zm6-2h-6v-3h6zm4 7h10v-14h-10zm2-12h6v5h-6zm6 10h-6v-3h6z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(boxPlotIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const briefcaseIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['briefcase']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const briefcaseIcon = {
3
+ name: 'briefcase',
4
+ type: {
5
+ default: '<path d="m32 28a0 0 0 0 1 0 0h-28v-6.68a7.1 7.1 0 0 1 -2-1.43v8.11a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-8.11a6.74 6.74 0 0 1 -2 1.42z"/><path d="m25 22.4a1 1 0 0 0 1-1v-5.46h-2v2.06h-10v2h10v1.4a1 1 0 0 0 1 1z"/><path d="m33 6h-9v-1.62a2.42 2.42 0 0 0 -2.45-2.38h-7.1a2.42 2.42 0 0 0 -2.45 2.38v1.62h-9a1 1 0 0 0 -1 1v8a5 5 0 0 0 5 5h3v1.4a1 1 0 0 0 2 0v-5.46h-2v2.06h-3a3 3 0 0 1 -3-3v-7h28v7a3 3 0 0 1 -3 3h-1v2h1a5 5 0 0 0 5-5v-8a1 1 0 0 0 -1-1zm-11 0h-8v-1.57a.45.45 0 0 1 .45-.43h7.11a.43.43 0 0 1 .44.42z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m30 18a4.06 4.06 0 0 0 4-4v-8h-10v-1.57a2.44 2.44 0 0 0 -2.45-2.43h-7.1a2.44 2.44 0 0 0 -2.45 2.43v1.57h-10v8a4.06 4.06 0 0 0 4.05 4h4v-2.08h2v5.7a1 1 0 1 1 -2 0v-1.56h-3.99a6.06 6.06 0 0 1 -4.06-1.57v9.45a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-9.45a6 6 0 0 1 -4.06 1.57h-1.94v-2.06zm-16-13.57a.45.45 0 0 1 .45-.43h7.1a.45.45 0 0 1 .45.43v1.57h-8zm12 17.19a1 1 0 1 1 -2 0v-1.56h-10v-2.06h10v-2.08h2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(briefcaseIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bubbleChartIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bubble-chart']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bubbleChartIcon = {
3
+ name: 'bubble-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="m29 18c0 1.657-1.343 3-3 3s-3-1.343-3-3 1.343-3 3-3 3 1.343 3 3zm-3-1.4c-.773 0-1.4.627-1.4 1.4s.627 1.4 1.4 1.4 1.4-.627 1.4-1.4-.627-1.4-1.4-1.4z" rx="3"/><path d="m15 14c0 2.209-1.791 4-4 4s-4-1.791-4-4 1.791-4 4-4 4 1.791 4 4zm-4-2.4c-1.325 0-2.4 1.075-2.4 2.4s1.075 2.4 2.4 2.4 2.4-1.075 2.4-2.4-1.075-2.4-2.4-2.4z" rx="3"/><path d="m21 23c0 1.657-1.343 3-3 3s-3-1.343-3-3 1.343-3 3-3 3 1.343 3 3zm-3-1.4c-.773 0-1.4.627-1.4 1.4s.627 1.4 1.4 1.4 1.4-.627 1.4-1.4-.627-1.4-1.4-1.4z" rx="3"/><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-23 3c-2.209 0-4 1.791-4 4s1.791 4 4 4 4-1.791 4-4-1.791-4-4-4zm15 5c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3zm-8 5c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bubbleChartIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bubbleExclamationIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bubble-exclamation']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const bubbleExclamationIcon = {
3
+ name: 'bubble-exclamation',
4
+ type: {
5
+ default: '<path d="m18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27c.05-7.72-7.13-14-15.95-14zm10.29 22.11a1 1 0 0 0 -.32.73v5.34l-4.38-2.79a1 1 0 0 0 -.83-.11 16 16 0 0 1 -4.76.72c-7.72 0-14-5.38-14-12s6.28-12 14-12 14 5.38 14 12a11.08 11.08 0 0 1 -3.71 8.11z"/><path d="m18 20.63a1 1 0 0 0 1-1v-11.15a1 1 0 1 0 -2 0v11.13a1 1 0 0 0 1 1.02z"/><circle cx="18" cy="24.04" r="1.33"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27c.05-7.72-7.13-14-15.95-14zm-1.07 6.63a1.41 1.41 0 1 1 2.81 0v9.77a1.41 1.41 0 1 1 -2.81 0zm1.41 17.35a1.87 1.87 0 1 1 1.87-1.87 1.87 1.87 0 0 1 -1.87 1.86z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(bubbleExclamationIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const bugIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['bug']: IconDefinition;
12
+ }
13
+ }