@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,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const errorStandardIcon = {
3
+ name: 'error-standard',
4
+ type: {
5
+ default: '<circle cx="18" cy="26.06" r="1.33"/><path d="m18 22.61a1 1 0 0 1 -1-1v-12a1 1 0 1 1 2 0v12a1 1 0 0 1 -1 1z"/><path d="m18 34a16 16 0 1 1 16-16 16 16 0 0 1 -16 16zm0-30a14 14 0 1 0 14 14 14 14 0 0 0 -14-14z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18 2.1a16 16 0 1 0 16 16 16 16 0 0 0 -16-16zm-1.4 6.7a1.4 1.4 0 0 1 2.8 0v12a1.4 1.4 0 0 1 -2.8 0zm1.4 19.8a1.8 1.8 0 1 1 1.8-1.8 1.8 1.8 0 0 1 -1.8 1.8z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(errorStandardIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const errorIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['error']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const errorIcon = {
3
+ name: 'error',
4
+ type: {
5
+ default: '<path d="m18 6a12 12 0 1 0 12 12 12 12 0 0 0 -12-12zm0 22a10 10 0 1 1 10-10 10 10 0 0 1 -10 10z"/><path d="m18 20.07a1.3 1.3 0 0 1 -1.3-1.3v-6a1.3 1.3 0 1 1 2.6 0v6a1.3 1.3 0 0 1 -1.3 1.3z"/><circle cx="17.95" cy="23.02" r="1.5"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18 6a12 12 0 1 0 12 12 12 12 0 0 0 -12-12zm-1.49 6a1.49 1.49 0 0 1 3 0v6.89a1.49 1.49 0 1 1 -3 0zm1.49 13.5a1.72 1.72 0 1 1 1.72-1.72 1.72 1.72 0 0 1 -1.72 1.72z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(errorIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const euroIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['euro']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const euroIcon = {
3
+ name: 'euro',
4
+ type: {
5
+ default: '<path d="m31.48 28.49a1 1 0 0 0 -1.38-.32 12 12 0 0 1 -17.65-6.17h11.71a1 1 0 0 0 0-2h-12.23a11.16 11.16 0 0 1 0-4h12.23a1 1 0 0 0 0-2h-11.71a12 12 0 0 1 17.61-6.2 1 1 0 0 0 1.06-1.7 14 14 0 0 0 -20.78 7.9h-6.8a1 1 0 1 0 0 2h6.37a14 14 0 0 0 -.16 2 14 14 0 0 0 .16 2h-6.37a1 1 0 1 0 0 2h6.8a14 14 0 0 0 20.83 7.87 1 1 0 0 0 .31-1.38z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18 2a16 16 0 1 0 16 16 16 16 0 0 0 -16-16zm7.42 25.16a10.88 10.88 0 0 1 -16.19-6.16h-3.39a1 1 0 0 1 0-2h3c0-.35-.05-.71-.05-1.07s0-.63 0-.93h-3a1 1 0 0 1 0-2h3.4a10.86 10.86 0 0 1 16.19-6.31 1.25 1.25 0 0 1 -1.32 2.12 8.36 8.36 0 0 0 -12.24 4.19h9.36a1 1 0 0 1 0 2h-9.85a7.72 7.72 0 0 0 0 2h9.82a1 1 0 0 1 0 2h-9.28a8.36 8.36 0 0 0 12.22 4 1.25 1.25 0 1 1 1.33 2.12z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(euroIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const eventIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['event']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const eventIcon = {
3
+ name: 'event',
4
+ type: {
5
+ default: '<path d="m16.17 25.86-5.36-5.36a1 1 0 0 1 1.41-1.41l3.95 3.91 8.64-8.64a1 1 0 0 1 1.41 1.41z"/><path d="m32.25 6h-3.25v2h3v22h-28v-22h3v-2h-3.25a1.78 1.78 0 0 0 -1.75 1.81v22.38a1.78 1.78 0 0 0 1.75 1.81h28.5a1.78 1.78 0 0 0 1.75-1.81v-22.38a1.78 1.78 0 0 0 -1.75-1.81z"/><path d="m10 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m26 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m13 6h10v2h-10z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m10 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m26 10a1 1 0 0 0 1-1v-6a1 1 0 0 0 -2 0v6a1 1 0 0 0 1 1z"/><path d="m32.25 6h-4v3a2.2 2.2 0 0 1 -4.4 0v-3h-11.65v3a2.2 2.2 0 0 1 -4.4 0v-3h-4a1.78 1.78 0 0 0 -1.8 1.81v22.38a1.78 1.78 0 0 0 1.75 1.81h28.5a1.78 1.78 0 0 0 1.75-1.81v-22.38a1.78 1.78 0 0 0 -1.75-1.81zm-6.31 10.58-9.67 9.67-5.27-5.31a1.36 1.36 0 0 1 1.9-1.94l3.38 3.38 7.72-7.72a1.36 1.36 0 1 1 1.93 1.93z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(eventIcon);
@@ -1,11 +1,12 @@
1
- import { IconDefinition } from './interfaces.js';
1
+ import { IconDefinition } from '../internals/index.js';
2
2
  export declare const exclamationCircleIcon: {
3
3
  name: string;
4
- shape: {
4
+ type: {
5
5
  default: string;
6
+ solid: string;
6
7
  };
7
8
  };
8
- declare module '@blueprintui/components/icon' {
9
+ declare module '@blueprintui/icons' {
9
10
  interface IconRegistry {
10
11
  ['exclamation-circle']: IconDefinition;
11
12
  }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const exclamationCircleIcon = {
3
+ name: 'exclamation-circle',
4
+ type: {
5
+ default: '<path d="m18 6a12 12 0 1 0 12 12 12 12 0 0 0 -12-12zm0 22a10 10 0 1 1 10-10 10 10 0 0 1 -10 10z"/><path d="m18 20.07a1.3 1.3 0 0 1 -1.3-1.3v-6a1.3 1.3 0 1 1 2.6 0v6a1.3 1.3 0 0 1 -1.3 1.3z"/><circle cx="17.95" cy="23.02" r="1.5"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18 6a12 12 0 1 0 12 12 12 12 0 0 0 -12-12zm-1.49 6a1.49 1.49 0 0 1 3 0v6.89a1.49 1.49 0 1 1 -3 0zm1.49 13.5a1.72 1.72 0 1 1 1.72-1.72 1.72 1.72 0 0 1 -1.72 1.72z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(exclamationCircleIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const exclamationTriangleIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['exclamation-triangle']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const exclamationTriangleIcon = {
3
+ name: 'exclamation-triangle',
4
+ type: {
5
+ default: '<path d="m18 21.32a1.3 1.3 0 0 0 1.3-1.3v-6.02a1.3 1.3 0 1 0 -2.6 0v6a1.3 1.3 0 0 0 1.3 1.32z"/><circle cx="17.95" cy="24.27" r="1.5"/><path d="m30.33 25.54-9.74-17.94a3 3 0 0 0 -5.27 0l-9.75 17.94a3 3 0 0 0 2.64 4.46h19.48a3 3 0 0 0 2.64-4.43zm-1.78 1.94a1 1 0 0 1 -.86.49h-19.48a1 1 0 0 1 -.88-1.48l9.74-17.94a1 1 0 0 1 1.76 0l9.74 17.94a1 1 0 0 1 -.02.99z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m30.33 25.54-9.74-17.94a3 3 0 0 0 -5.27 0l-9.75 17.94a3 3 0 0 0 2.64 4.46h19.48a3 3 0 0 0 2.64-4.43zm-13.87-12.8a1.49 1.49 0 0 1 3 0v6.89a1.49 1.49 0 1 1 -3 0zm1.54 13.51a1.72 1.72 0 1 1 1.72-1.72 1.72 1.72 0 0 1 -1.72 1.72z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(exclamationTriangleIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const expandCardIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['expand-card']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const expandCardIcon = {
3
+ name: 'expand-card',
4
+ type: {
5
+ default: '<path d="m33 6h-30a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-22a1 1 0 0 0 -1-1zm-1 22h-28v-20h28z"/><path d="m13.48 15.86 4.52-4.52 4.52 4.52a.77.77 0 0 0 .56.24.81.81 0 0 0 .57-1.37l-5.65-5.65-5.65 5.65a.8.8 0 1 0 1.13 1.13z"/><path d="m13.48 21.86 4.52-4.52 4.52 4.52a.77.77 0 0 0 .56.24.81.81 0 0 0 .57-1.37l-5.65-5.65-5.65 5.65a.8.8 0 1 0 1.13 1.13z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m33 6h-30a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-22a1 1 0 0 0 -1-1zm-9.21 15.41a1 1 0 0 1 -1.41 0l-4.38-4.41-4.38 4.38a1 1 0 0 1 -1.41 0 1 1 0 0 1 0-1.42l5.79-5.76 5.79 5.8a1 1 0 0 1 0 1.41zm0-6.2a1 1 0 0 1 -1.41 0l-4.38-4.38-4.38 4.38a1 1 0 0 1 -1.41 0 1 1 0 0 1 0-1.42l5.79-5.79 5.79 5.79a1 1 0 0 1 0 1.42z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(expandCardIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const exportIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['export']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const exportIcon = {
3
+ name: 'export',
4
+ type: {
5
+ default: '<path d="m6 13.61h7.61v-7.61h10.39v8.38h2v-8.38a2 2 0 0 0 -2-2h-13.13l-6.87 6.87v19.13a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2h-20zm0-1.92 5.69-5.69h.31v6h-6z"/><path d="m28.32 16.35a1 1 0 0 0 -1.41 1.41l3.25 3.24h-12.16a1 1 0 0 0 0 2h12.19l-3.28 3.28a1 1 0 1 0 1.41 1.41l5.68-5.69z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m17 22a1 1 0 0 1 1-1h8v-15a2 2 0 0 0 -2-2h-13.13l-6.87 6.86v19.14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-7h-8a1 1 0 0 1 -1-1zm-5-10h-6v-.32l5.69-5.68h.31z"/><path d="m29.32 16.35a1 1 0 0 0 -1.41 1.41l3.25 3.24h-5.16v2h5.19l-3.28 3.28a1 1 0 1 0 1.41 1.41l5.68-5.69z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(exportIcon);
@@ -1,11 +1,12 @@
1
- import { IconDefinition } from './interfaces.js';
1
+ import { IconDefinition } from '../internals/index.js';
2
2
  export declare const eyeHideIcon: {
3
3
  name: string;
4
- shape: {
4
+ type: {
5
5
  default: string;
6
+ solid: string;
6
7
  };
7
8
  };
8
- declare module '@blueprintui/components/icon' {
9
+ declare module '@blueprintui/icons' {
9
10
  interface IconRegistry {
10
11
  ['eye-hide']: IconDefinition;
11
12
  }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const eyeHideIcon = {
3
+ name: 'eye-hide',
4
+ type: {
5
+ default: '<path d="m25.19 20.4a6.78 6.78 0 0 0 .43-2.4 6.86 6.86 0 0 0 -6.86-6.86 6.79 6.79 0 0 0 -2.37.43l1.61 1.66a4.78 4.78 0 0 1 .74-.06 4.87 4.87 0 0 1 4.88 4.83 4.79 4.79 0 0 1 -.06.74z"/><path d="m34.29 17.53c-3.37-6.23-9.28-10-15.82-10a16.82 16.82 0 0 0 -5.24.85l1.61 1.62a14.78 14.78 0 0 1 3.63-.47c5.63 0 10.75 3.14 13.8 8.43a17.75 17.75 0 0 1 -4.37 5.1l1.42 1.42a19.93 19.93 0 0 0 5-6l.26-.48z"/><path d="m4.87 5.78 4.46 4.46a19.52 19.52 0 0 0 -6.69 7.29l-.26.47.26.48c3.37 6.23 9.28 10 15.82 10a16.93 16.93 0 0 0 7.37-1.69l5 5 1.75-1.5-26-26zm9.75 9.75 6.65 6.65a4.81 4.81 0 0 1 -2.5.72 4.87 4.87 0 0 1 -4.87-4.9 4.81 4.81 0 0 1 .72-2.47zm-1.45-1.45a6.85 6.85 0 0 0 9.55 9.55l1.6 1.6a14.91 14.91 0 0 1 -5.86 1.2c-5.63 0-10.75-3.14-13.8-8.43a17.29 17.29 0 0 1 6.12-6.3z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m18.37 11.17a6.79 6.79 0 0 0 -2.37.43l8.8 8.8a6.78 6.78 0 0 0 .43-2.4 6.86 6.86 0 0 0 -6.86-6.83z"/><path d="m34.29 17.53c-3.37-6.23-9.28-10-15.82-10a16.82 16.82 0 0 0 -5.24.85l1.61 1.62a14.78 14.78 0 0 1 3.63-.47c5.63 0 10.75 3.14 13.8 8.43a17.75 17.75 0 0 1 -4.37 5.1l1.42 1.42a19.93 19.93 0 0 0 5-6l.26-.48z"/><path d="m4.87 5.78 4.46 4.46a19.52 19.52 0 0 0 -6.69 7.29l-.26.47.26.48c3.37 6.23 9.28 10 15.82 10a16.93 16.93 0 0 0 7.37-1.69l5 5 1.75-1.5-26-26zm8.3 8.3a6.85 6.85 0 0 0 9.55 9.55l1.6 1.6a14.91 14.91 0 0 1 -5.86 1.2c-5.63 0-10.75-3.14-13.8-8.43a17.29 17.29 0 0 1 6.12-6.3z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(eyeHideIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const eyeShowIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['eye-show']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const eyeShowIcon = {
3
+ name: 'eye-show',
4
+ type: {
5
+ default: '<path d="m33.62 17.53c-3.37-6.23-9.28-10-15.82-10s-12.46 3.77-15.8 10l-.28.47.26.48c3.37 6.23 9.28 10 15.82 10s12.46-3.72 15.82-10l.26-.48zm-15.82 8.9c-5.63 0-10.8-3.14-13.8-8.43 3-5.29 8.17-8.43 13.8-8.43s10.74 3.15 13.79 8.43c-3.05 5.29-8.17 8.43-13.79 8.43z"/><path d="m18.09 11.17a6.86 6.86 0 1 0 6.91 6.83 6.86 6.86 0 0 0 -6.91-6.83zm0 11.72a4.86 4.86 0 1 1 4.91-4.89 4.87 4.87 0 0 1 -4.91 4.89z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m33.62 17.53c-3.37-6.23-9.28-10-15.82-10s-12.46 3.77-15.8 10l-.28.47.26.48c3.37 6.23 9.28 10 15.82 10s12.46-3.72 15.82-10l.26-.48zm-15.82 8.9c-5.63 0-10.8-3.14-13.8-8.43 3-5.29 8.17-8.43 13.8-8.43s10.74 3.15 13.79 8.43c-3.05 5.29-8.17 8.43-13.79 8.43z"/><circle cx="18.09" cy="18.03" r="6.86"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(eyeShowIcon);
@@ -1,11 +1,12 @@
1
- import { IconDefinition } from './interfaces.js';
1
+ import { IconDefinition } from '../internals/index.js';
2
2
  export declare const eyeIcon: {
3
3
  name: string;
4
- shape: {
4
+ type: {
5
5
  default: string;
6
+ solid: string;
6
7
  };
7
8
  };
8
- declare module '@blueprintui/components/icon' {
9
+ declare module '@blueprintui/icons' {
9
10
  interface IconRegistry {
10
11
  ['eye']: IconDefinition;
11
12
  }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const eyeIcon = {
3
+ name: 'eye',
4
+ type: {
5
+ default: '<path d="m33.62 17.53c-3.37-6.23-9.28-10-15.82-10s-12.46 3.77-15.8 10l-.28.47.26.48c3.37 6.23 9.28 10 15.82 10s12.46-3.72 15.82-10l.26-.48zm-15.82 8.9c-5.63 0-10.8-3.14-13.8-8.43 3-5.29 8.17-8.43 13.8-8.43s10.74 3.15 13.79 8.43c-3.05 5.29-8.17 8.43-13.79 8.43z"/><path d="m18.09 11.17a6.86 6.86 0 1 0 6.91 6.83 6.86 6.86 0 0 0 -6.91-6.83zm0 11.72a4.86 4.86 0 1 1 4.91-4.89 4.87 4.87 0 0 1 -4.91 4.89z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m33.62 17.53c-3.37-6.23-9.28-10-15.82-10s-12.46 3.77-15.8 10l-.28.47.26.48c3.37 6.23 9.28 10 15.82 10s12.46-3.72 15.82-10l.26-.48zm-15.82 8.9c-5.63 0-10.8-3.14-13.8-8.43 3-5.29 8.17-8.43 13.8-8.43s10.74 3.15 13.79 8.43c-3.05 5.29-8.17 8.43-13.79 8.43z"/><circle cx="18.09" cy="18.03" r="6.86"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(eyeIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const factoryIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['factory']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const factoryIcon = {
3
+ name: 'factory',
4
+ type: {
5
+ default: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m33.47 7.37a1 1 0 0 0 -1 .06l-9.47 6.34v-5.51a1 1 0 0 0 -1.64-.77l-7.88 6.51h-3.48v-9.38a1 1 0 0 0 -.78-1l-4-.9a1 1 0 0 0 -.85.2 1 1 0 0 0 -.37.81v10.27h-1a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-22.74a1 1 0 0 0 -.53-.89zm-27.47-2.37 2 .44v8.56h-2zm26 25h-28v-14h9.83a1 1 0 0 0 .64-.23l6.53-5.4v5.28a1 1 0 0 0 1.56.83l9.44-6.34z"/><path d="m6 17.99h8v2h-8z"/><path d="m6 21.99h8v2h-8z"/><path d="m6 25.99h8v2h-8z"/><path d="m19 18.99h2v3h-2z"/><path d="m19 24.99h2v3h-2z"/><path d="m23 18.99h2v3h-2z"/><path d="m23 24.99h2v3h-2z"/><path d="m27 18.99h2v3h-2z"/><path d="m27 24.99h2v3h-2z"/>',
6
+ solid: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m32.45 8.44-10.45 6.86v-5.79a1 1 0 0 0 -1.63-.78l-6.3 5.27h-4.07v-9.94l-6-1.35v11.29h-2v17a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-21.73a1 1 0 0 0 -1.55-.83zm-18.45 20.56h-8v-2h8zm0-4h-8v-2h8zm0-4h-8v-2h8zm8 8h-2v-3h2zm0-6h-2v-3h2zm4 6h-2v-3h2zm0-6h-2v-3h2zm4 6h-2v-3h2zm0-6h-2v-3h2z"/>'
7
+ }
8
+ };
9
+ IconService.add(factoryIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fastForwardIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['fast-forward']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fastForwardIcon = {
3
+ name: 'fast-forward',
4
+ type: {
5
+ default: '<path d="m17.77 31.92a2 2 0 0 1 -.86-.2 1.81 1.81 0 0 1 -.91-1.79v-6.7l-10.76 8.27a1.94 1.94 0 0 1 -2.06.22 2 2 0 0 1 -1.11-1.79v-24a2 2 0 0 1 1.11-1.81 1.93 1.93 0 0 1 2.06.22l10.76 8.27v-6.7a1.81 1.81 0 0 1 .91-1.79 1.93 1.93 0 0 1 2.09.22l15.32 12a2 2 0 0 1 0 3.15l-15.32 12.01a2 2 0 0 1 -1.23.42zm0-12.8v10.81l15.26-12-15.32-12 .06 10.81-13.77-10.83v24z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m17.71 32a2 2 0 0 1 -.86-.2 1.77 1.77 0 0 1 -.85-1.8v-6.7l-10.83 8.28a1.94 1.94 0 0 1 -2.06.22 2 2 0 0 1 -1.11-1.8v-24a2 2 0 0 1 1.11-1.8 1.93 1.93 0 0 1 2.06.22l10.83 8.27v-6.69a1.77 1.77 0 0 1 .85-1.79 1.93 1.93 0 0 1 2.06.22l15.32 12a2 2 0 0 1 0 3.15l-15.32 12a2 2 0 0 1 -1.2.42z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(fastForwardIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const favoriteIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['favorite']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const favoriteIcon = {
3
+ name: 'favorite',
4
+ type: {
5
+ default: '<path d="m27.19 34a2.22 2.22 0 0 1 -1.24-.38l-7.46-5a.22.22 0 0 0 -.25 0l-7.46 5a2.22 2.22 0 0 1 -3.38-2.41l2.45-8.64a.23.23 0 0 0 -.08-.24l-7.06-5.55a2.22 2.22 0 0 1 1.29-4l9-.34a.23.23 0 0 0 .2-.15l3.1-8.43a2.22 2.22 0 0 1 4.17 0l3.1 8.43a.23.23 0 0 0 .2.15l9 .34a2.22 2.22 0 0 1 1.29 4l-7.06 5.55a.22.22 0 0 0 -.08.24l2.45 8.64a2.23 2.23 0 0 1 -2.18 2.79zm-8.82-7.42a2.21 2.21 0 0 1 1.23.42l7.46 5a.22.22 0 0 0 .34-.25l-2.45-8.64a2.21 2.21 0 0 1 .77-2.35l7.06-5.55a.22.22 0 0 0 -.13-.4l-9-.34a2.22 2.22 0 0 1 -2-1.46l-3.1-8.43a.22.22 0 0 0 -.42 0l-3.07 8.42a2.22 2.22 0 0 1 -2 1.46l-9 .34a.22.22 0 0 0 -.13.4l7.07 5.56a2.22 2.22 0 0 1 .77 2.35l-2.44 8.64a.21.21 0 0 0 .08.24.2.2 0 0 0 .26 0l7.46-5a2.22 2.22 0 0 1 1.23-.37z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m34 16.78a2.22 2.22 0 0 0 -1.29-4l-9-.34a.23.23 0 0 1 -.2-.15l-3.11-8.4a2.22 2.22 0 0 0 -4.17 0l-3.1 8.43a.23.23 0 0 1 -.2.15l-9 .34a2.22 2.22 0 0 0 -1.29 4l7.06 5.55a.23.23 0 0 1 .08.24l-2.43 8.61a2.22 2.22 0 0 0 3.38 2.45l7.46-5a.22.22 0 0 1 .25 0l7.46 5a2.2 2.2 0 0 0 2.55 0 2.2 2.2 0 0 0 .83-2.4l-2.45-8.64a.22.22 0 0 1 .08-.24z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(favoriteIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const ferryIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['ferry']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const ferryIcon = {
3
+ name: 'ferry',
4
+ type: {
5
+ default: '<path d="m29 25.1c-1.2 0-2.3.4-3.3 1.1-1.1 1.1-3 1.1-4.1 0-.9-.8-2.1-1.2-3.3-1.2s-2.3.4-3.2 1.2c-1.2 1.1-3 1.1-4.2 0-.9-.8-2.1-1.2-3.3-1.2s-2.4.4-3.4 1.1c-.6.6-1.4.9-2.2.9v2c1.3.1 2.5-.4 3.4-1.2.7-.5 1.5-.8 2.3-.8s1.5.3 2.1.8c1.9 1.6 4.7 1.6 6.5 0 .6-.5 1.3-.8 2.1-.8s1.5.3 2.1.8c1.9 1.6 4.6 1.6 6.5 0 .5-.5 1.3-.8 2-.8s1.5.3 2 .8c.9.7 2 1.1 3.1 1.2v-1.9c-.7 0-1.4-.3-1.9-.9-.9-.8-2.1-1.2-3.2-1.1z"/><path d="m5.9 23.2v-3.2h26.1l-3.5 3h.2c.8 0 1.6.2 2.2.5l2.5-2.2.2-.2c.5-.6.5-1.4.2-2.1-.4-.7-1-1-1.8-1h-4.4l-5.1-7h-5.5c-1.7 0-3 1.3-3 3h-2v-5.9h-6v6.1c-1.2.4-2 1.5-2 2.8v1.1 1.9 4.3l.1-.1c.5-.5 1.1-.8 1.8-1zm2.1-13.2h2v4h-2zm-2 7c0-.6.4-1 1-1h9v-2c0-.6.4-1 1-1h5l.6 1h-4.6v2h5.8l1.2 2.1h-19z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m28.2 25c-1.2 0-2.4.4-3.3 1.2-1.2 1.1-3 1.1-4.1 0-1.9-1.6-4.6-1.6-6.5 0-1.2 1.1-2.9 1.1-4.1 0-.9-.8-2-1.2-3.2-1.2s-2.3.4-3.2 1.2c-.4.5-1.1.8-1.8.8v2c1.1-.1 2.2-.5 3.1-1.2.5-.5 1.2-.8 1.9-.8s1.5.3 2 .8c1.9 1.6 4.7 1.6 6.6 0 .6-.5 1.3-.8 2.1-.8s1.5.3 2.1.8c1.9 1.6 4.7 1.6 6.5 0 .6-.5 1.3-.8 2.1-.8s1.6.3 2.1.8c.9.8 2.2 1.3 3.4 1.2v-2c-.8 0-1.6-.3-2.2-.8-1-.8-2.2-1.2-3.5-1.2z"/><path d="m5.8 23.2v-3.3h26.1l-3.5 3.1h.2c.8 0 1.6.2 2.2.5l2.5-2.2.1-.2c.7-.9.5-2.1-.4-2.8-.3-.3-.8-.4-1.2-.4h-4.1l-5.4-7h-5.5c-1.7 0-3 1.3-3 3h-2v-5.9h-5.8v6.2c-1.2.4-2.1 1.5-2.1 2.8v7.2h.1c.5-.5 1.1-.8 1.8-1zm12.1-9.2h4.2l1.4 2h-5.7v-2zm-10-4h2v4h-2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(ferryIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fileGroupIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['file-group']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fileGroupIcon = {
3
+ name: 'file-group',
4
+ type: {
5
+ default: '<path d="m31 34h-18a1 1 0 0 1 -1-1v-22a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v22a1 1 0 0 1 -1 1zm-17-2h16v-20h-16z"/><path d="m16 16h12v2h-12z"/><path d="m16 20h12v2h-12z"/><path d="m16 24h12v2h-12z"/><path d="m6 24v-20h18v-1a1 1 0 0 0 -1-1h-18a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h1z"/><path d="m10 28v-20h18v-1a1 1 0 0 0 -1-1h-18a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h1z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m31 10h-18a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-22a1 1 0 0 0 -1-1zm-3 16h-12v-2h12zm0-4h-12v-2h12zm0-4h-12v-2h12z"/><path d="m6 24v-20h18v-1a1 1 0 0 0 -1-1h-18a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h1z"/><path d="m10 28v-20h18v-1a1 1 0 0 0 -1-1h-18a1 1 0 0 0 -1 1v22a1 1 0 0 0 1 1h1z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(fileGroupIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fileSettingsIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['file-settings']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fileSettingsIcon = {
3
+ name: 'file-settings',
4
+ type: {
5
+ default: '<path d="m33.83 23.43a1.16 1.16 0 0 0 -.71-1.12l-1.68-.5c-.09-.24-.18-.48-.29-.71l.78-1.44a1.16 1.16 0 0 0 -.21-1.37l-1.42-1.41a1.16 1.16 0 0 0 -1.37-.2l-1.45.76a7.84 7.84 0 0 0 -.76-.32l-.48-1.58a1.15 1.15 0 0 0 -1.11-.77h-2a1.16 1.16 0 0 0 -1.11.82l-.47 1.54a7.76 7.76 0 0 0 -.77.32l-1.42-.76a1.16 1.16 0 0 0 -1.36.2l-1.45 1.4a1.16 1.16 0 0 0 -.21 1.38l.74 1.33a7.64 7.64 0 0 0 -.31.74l-1.58.47a1.15 1.15 0 0 0 -.83 1.11v2a1.15 1.15 0 0 0 .83 1.1l1.59.47a7.53 7.53 0 0 0 .31.72l-.78 1.46a1.16 1.16 0 0 0 .21 1.37l1.42 1.4a1.16 1.16 0 0 0 1.37.21l1.48-.78c.23.11.47.2.72.29l.49 1.62a1.16 1.16 0 0 0 1.11.81h2a1.16 1.16 0 0 0 1.11-.82l.47-1.58c.24-.08.47-.18.7-.29l1.5.79a1.16 1.16 0 0 0 1.36-.2l1.42-1.4a1.16 1.16 0 0 0 .21-1.38l-.79-1.45q.16-.34.29-.69l1.62-.47a1.15 1.15 0 0 0 .83-1.11zm-1.6 1.63-2.11.62-.12.42a6 6 0 0 1 -.5 1.19l-.21.38 1 1.91-1 1-2-1-.37.2a6.21 6.21 0 0 1 -1.2.49l-.42.12-.63 2.09h-1.25l-.63-2.08-.42-.12a6.23 6.23 0 0 1 -1.21-.49l-.37-.2-1.94 1-1-1 1-1.94-.22-.38a6 6 0 0 1 -.46-1.27l-.17-.37-2-.63v-1.31l2-.61.13-.41a5.94 5.94 0 0 1 .53-1.23l.24-.44-1-1.85 1-.94 1.89 1 .38-.21a6.23 6.23 0 0 1 1.26-.52l.41-.12.63-2h1.38l.62 2 .41.12a6.21 6.21 0 0 1 1.22.52l.38.21 1.92-1 1 1-1 1.89.21.38a6.08 6.08 0 0 1 .5 1.21l.12.42 2.06.61z"/><path d="m24.12 20.35a4 4 0 1 0 4.08 4 4.06 4.06 0 0 0 -4.08-4zm0 6.46a2.43 2.43 0 1 1 2.48-2.43 2.46 2.46 0 0 1 -2.48 2.44z"/><path d="m14.49 31h-8.49v-26h20v7.89a3.2 3.2 0 0 1 2 1.72v-9.61a2 2 0 0 0 -2-2h-20a2 2 0 0 0 -2 2v26a2 2 0 0 0 2 2h10.23l-1.1-1.08a3.11 3.11 0 0 1 -.64-.92z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m15.55 31h-9.55v-26h20v8.78a2.37 2.37 0 0 1 2 1.57v-10.35a2 2 0 0 0 -2-2h-20a2 2 0 0 0 -2 2v26a2 2 0 0 0 2 2h11.16l-1-1a2.38 2.38 0 0 1 -.61-1z"/><path d="m33.54 23.47-2-.61a7.06 7.06 0 0 0 -.58-1.41l1-1.86a.37.37 0 0 0 -.07-.44l-1.48-1.45a.37.37 0 0 0 -.44-.07l-1.85 1a7 7 0 0 0 -1.43-.63l-.61-2a.37.37 0 0 0 -.36-.25h-2a.37.37 0 0 0 -.35.26l-.61 2a7 7 0 0 0 -1.44.61l-1.82-1a.37.37 0 0 0 -.44.07l-1.47 1.44a.37.37 0 0 0 -.07.44l1 1.82a7 7 0 0 0 -.61 1.44l-2 .61a.37.37 0 0 0 -.26.35v2a.37.37 0 0 0 .26.35l2 .61a7 7 0 0 0 .61 1.41l-1 1.9a.37.37 0 0 0 .07.44l1.41 1.5a.37.37 0 0 0 .44.07l1.87-1a7.06 7.06 0 0 0 1.39.57l.61 2a.37.37 0 0 0 .35.26h2a.37.37 0 0 0 .35-.26l.61-2a7 7 0 0 0 1.38-.57l1.89 1a.37.37 0 0 0 .44-.07l1.45-1.45a.37.37 0 0 0 .07-.44l-1-1.88a7.06 7.06 0 0 0 .58-1.39l2-.61a.37.37 0 0 0 .26-.35v-2.05a.37.37 0 0 0 -.15-.36zm-8.84 4.72a3.33 3.33 0 1 1 3.3-3.33 3.33 3.33 0 0 1 -3.3 3.33z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(fileSettingsIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fileShare2Icon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['file-share-2']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fileShare2Icon = {
3
+ name: 'file-share-2',
4
+ type: {
5
+ default: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m25 4h-17.17a1.89 1.89 0 0 0 -1.83 1.91v24.18a1.89 1.89 0 0 0 1.83 1.91h20.34a1.87 1.87 0 0 0 1.83-1.91v-21.09zm-1 1.78 4.2 4.22h-4.2zm-16 24.22v-24h14v6h6v18z"/><path d="m22 21.81a2.11 2.11 0 0 0 -1.44.62l-5.72-2.66v-.44l5.66-2.65a2.08 2.08 0 1 0 .06-2.94 2.14 2.14 0 0 0 -.64 1.48v.23l-5.64 2.66a2.08 2.08 0 1 0 -.08 2.95l.08-.08 5.67 2.66v.3a2.09 2.09 0 1 0 2.05-2.1z"/>',
6
+ solid: '<svg height="36" viewBox="0 0 36 36" width="36" xmlns="http://www.w3.org/2000/svg"><path d="m25 4.06h-17.17a1.89 1.89 0 0 0 -1.83 1.94v24.15a1.89 1.89 0 0 0 1.83 1.91h20.34a1.87 1.87 0 0 0 1.83-1.91v-21.15zm-3 21.94a2.09 2.09 0 0 1 -2.1-2.08v-.3l-5.63-2.62-.08.08a2.08 2.08 0 1 1 .08-2.95l5.64-2.66v-.23a2.14 2.14 0 0 1 .64-1.48 2.08 2.08 0 1 1 -.06 2.94l-5.66 2.65v.44l5.72 2.66a2.11 2.11 0 0 1 1.45-.64 2.09 2.09 0 0 1 0 4.19zm2-16v-4.16l4.2 4.22z"/>'
7
+ }
8
+ };
9
+ IconService.add(fileShare2Icon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fileShareIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['file-share']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fileShareIcon = {
3
+ name: 'file-share',
4
+ type: {
5
+ default: '<path d="m30 9h-13.58l-2.31-3.18a2 2 0 0 0 -1.62-.82h-6.49a2 2 0 0 0 -2 2v22a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2v-18a2 2 0 0 0 -2-2zm0 20h-24v-16h7.31a2 2 0 0 0 2-2h-9.31v-4h6.49l2.61 3.59a1 1 0 0 0 .81.41h14.09z"/><path d="m21.91 22.48a2.06 2.06 0 0 0 -1.44.62l-5.72-2.66v-.44l5.66-2.65a2.08 2.08 0 1 0 .06-2.94 2.12 2.12 0 0 0 -.64 1.48v.23l-5.64 2.66a2.08 2.08 0 1 0 -.08 2.95l.08-.08 5.67 2.66v.3a2.09 2.09 0 1 0 2.08-2.1z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m30 9h-13.58l-2.31-3.18a2 2 0 0 0 -1.62-.82h-6.49a2 2 0 0 0 -2 2v22a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2v-18a2 2 0 0 0 -2-2zm-24-2h6.49l2.72 4h-9.21zm15.94 19.64a2.09 2.09 0 0 1 -2.11-2.06v-.3l-5.67-2.66-.08.08a2.08 2.08 0 1 1 .08-2.95l5.64-2.66v-.23a2.08 2.08 0 1 1 .58 1.46l-5.63 2.68v.47l5.72 2.66a2.07 2.07 0 1 1 1.47 3.54z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(fileShareIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fileZipIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['file-zip']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fileZipIcon = {
3
+ name: 'file-zip',
4
+ type: {
5
+ default: '<path d="m30 30.2v-18.2l-8.1-7.9h-14.1c-1 0-1.8.8-1.8 1.9v24.2c0 1 .7 1.8 1.7 1.8h.1 20.3c1 0 1.8-.7 1.8-1.7.1 0 .1-.1.1-.1zm-8-23.6 5.6 5.4h-5.6zm6 23.4h-20.1l.1-24h12v8h8z"/><path d="m12 24c0 1.7 1.3 3 3 3s3-1.3 3-3v-4h-6zm1.4 0v-2.6h3.2v2.6c.1.9-.6 1.7-1.5 1.7-.9.1-1.7-.6-1.7-1.5 0 0 0-.1 0-.2z"/><path d="m18.2 9c0-.6-.4-1-1-1h-2.2v2h2.2c.6 0 1-.4 1-1z"/><path d="m12.7 10c-.6 0-1 .4-1 1s.4 1 1 1h2.3v-2z"/><path d="m17.2 14c.6 0 1-.4 1-1s-.4-1-1-1h-2.2v2z"/><path d="m11.7 15c0 .6.4 1 1 1h2.3v-2h-2.3c-.5 0-1 .4-1 1z"/><path d="m17.2 18c.6 0 1-.4 1-1s-.4-1-1-1h-2.2v2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m15 25.6c.9 0 1.6-.7 1.6-1.6v-2.6h-3.2v2.6c0 .9.7 1.6 1.6 1.6z"/><path d="m21.9 4h-14.1c-1 0-1.8.9-1.8 1.9v24.2c0 1 .8 1.9 1.8 1.9h20.3c1 0 1.8-.9 1.8-1.9v-18.2zm-3.9 20c0 1.7-1.3 3-3 3s-3-1.3-3-3v-4h6zm-.8-12c.6 0 1 .4 1 1s-.4 1-1 1h-2.2v2h2.2c.6 0 1 .4 1 1s-.4 1-1 1h-2.2v-2h-2.2c-.6 0-1-.4-1-1s.4-1 1-1h2.2v-2h-2.2c-.6 0-1-.4-1-1s.4-1 1-1h2.2v-2h2.2c.6 0 1 .4 1 1s-.4 1-1 1h-2.2v2zm4.7 0v-5.5l5.7 5.5z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(fileZipIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const fileIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['file']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const fileIcon = {
3
+ name: 'file',
4
+ type: {
5
+ default: '<path d="m21.89 4h-14.06a1.88 1.88 0 0 0 -1.83 1.91v24.18a1.88 1.88 0 0 0 1.83 1.91h20.34a1.88 1.88 0 0 0 1.83-1.91v-18.17zm-.3 2.49 6 5.9h-6zm-13.59 23.51v-24h12v8h8v16z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m21.89 4h-14.06a1.88 1.88 0 0 0 -1.83 1.91v24.18a1.88 1.88 0 0 0 1.83 1.91h20.34a1.88 1.88 0 0 0 1.83-1.91v-18.17zm-.89 9v-7.16l7.3 7.16z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(fileIcon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const filmStripIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['film-strip']: IconDefinition;
12
+ }
13
+ }
@@ -0,0 +1,9 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const filmStripIcon = {
3
+ name: 'film-strip',
4
+ type: {
5
+ default: '<path d="m30 4h-24a2 2 0 0 0 -2 2v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2v-24a2 2 0 0 0 -2-2zm0 26h-24v-24h24z"/><path d="m14.6 23.07a1.29 1.29 0 0 0 1.24.09l8.73-4a1.3 1.3 0 0 0 0-2.37l-8.73-4a1.3 1.3 0 0 0 -1.84 1.21v8a1.29 1.29 0 0 0 .6 1.07zm1-8.6 7.71 3.53-7.71 3.51z"/><path d="m8 7h2v3h-2z"/><path d="m14 7h2v3h-2z"/><path d="m20 7h2v3h-2z"/><path d="m26 7h2v3h-2z"/><path d="m8 26h2v3h-2z"/><path d="m14 26h2v3h-2z"/><path d="m20 26h2v3h-2z"/><path d="m26 26h2v3h-2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ solid: '<path d="m30 4h-24a2 2 0 0 0 -2 2v24a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2v-24a2 2 0 0 0 -2-2zm-10 3h2v3h-2zm-6 0h2v3h-2zm-4 22h-2v-3h2zm0-19h-2v-3h2zm6 19h-2v-3h2zm6 0h-2v-3h2zm3.16-10.16-9.77 4.36a1 1 0 0 1 -1.39-.92v-8.71a1 1 0 0 1 1.41-.91l9.75 4.34a1 1 0 0 1 0 1.84zm2.84 10.16h-2v-3h2zm0-19h-2v-3h2z"/><path d="m0 0h36v36h-36z" fill="none"/>'
7
+ }
8
+ };
9
+ IconService.add(filmStripIcon);
@@ -0,0 +1,12 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const filter2Icon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ };
7
+ };
8
+ declare module '@blueprintui/icons' {
9
+ interface IconRegistry {
10
+ ['filter-2']: IconDefinition;
11
+ }
12
+ }
@@ -0,0 +1,8 @@
1
+ import { IconService } from '../internals/index.js';
2
+ export const filter2Icon = {
3
+ name: 'filter-2',
4
+ type: {
5
+ default: '<path d="m33 11h-30a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2z"/><path d="m28 17h-20a1 1 0 0 0 0 2h20a1 1 0 0 0 0-2z"/><path d="m23 23h-10a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2z"/><path d="m0 0h36v36h-36z" fill="none"/>',
6
+ }
7
+ };
8
+ IconService.add(filter2Icon);
@@ -0,0 +1,13 @@
1
+ import { IconDefinition } from '../internals/index.js';
2
+ export declare const filterGridCircleIcon: {
3
+ name: string;
4
+ type: {
5
+ default: string;
6
+ solid: string;
7
+ };
8
+ };
9
+ declare module '@blueprintui/icons' {
10
+ interface IconRegistry {
11
+ ['filter-grid-circle']: IconDefinition;
12
+ }
13
+ }