@blueprintjs/icons 5.0.0-alpha.2 → 5.0.0-alpha.4

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 (265) hide show
  1. package/dist/icons.bundle.js +1 -1
  2. package/icons.json +4048 -0
  3. package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +7 -2
  4. package/lib/cjs/generated/16px/blueprint-icons-16.js +10 -0
  5. package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
  6. package/lib/cjs/generated/16px/paths/ammunition.d.ts +2 -0
  7. package/lib/cjs/generated/16px/paths/ammunition.js +4 -0
  8. package/lib/cjs/generated/16px/paths/ammunition.js.map +1 -0
  9. package/lib/cjs/generated/16px/paths/detection.d.ts +2 -0
  10. package/lib/cjs/generated/16px/paths/detection.js +4 -0
  11. package/lib/cjs/generated/16px/paths/detection.js.map +1 -0
  12. package/lib/cjs/generated/16px/paths/index.d.ts +5 -0
  13. package/lib/cjs/generated/16px/paths/index.js +22 -12
  14. package/lib/cjs/generated/16px/paths/index.js.map +1 -1
  15. package/lib/cjs/generated/16px/paths/lengthen-text.d.ts +2 -0
  16. package/lib/cjs/generated/16px/paths/lengthen-text.js +4 -0
  17. package/lib/cjs/generated/16px/paths/lengthen-text.js.map +1 -0
  18. package/lib/cjs/generated/16px/paths/shorten-text.d.ts +2 -0
  19. package/lib/cjs/generated/16px/paths/shorten-text.js +4 -0
  20. package/lib/cjs/generated/16px/paths/shorten-text.js.map +1 -0
  21. package/lib/cjs/generated/16px/paths/spell-check.d.ts +2 -0
  22. package/lib/cjs/generated/16px/paths/spell-check.js +4 -0
  23. package/lib/cjs/generated/16px/paths/spell-check.js.map +1 -0
  24. package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +7 -2
  25. package/lib/cjs/generated/20px/blueprint-icons-20.js +10 -0
  26. package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
  27. package/lib/cjs/generated/20px/paths/ammunition.d.ts +2 -0
  28. package/lib/cjs/generated/20px/paths/ammunition.js +4 -0
  29. package/lib/cjs/generated/20px/paths/ammunition.js.map +1 -0
  30. package/lib/cjs/generated/20px/paths/detection.d.ts +2 -0
  31. package/lib/cjs/generated/20px/paths/detection.js +4 -0
  32. package/lib/cjs/generated/20px/paths/detection.js.map +1 -0
  33. package/lib/cjs/generated/20px/paths/index.d.ts +5 -0
  34. package/lib/cjs/generated/20px/paths/index.js +22 -12
  35. package/lib/cjs/generated/20px/paths/index.js.map +1 -1
  36. package/lib/cjs/generated/20px/paths/lengthen-text.d.ts +2 -0
  37. package/lib/cjs/generated/20px/paths/lengthen-text.js +4 -0
  38. package/lib/cjs/generated/20px/paths/lengthen-text.js.map +1 -0
  39. package/lib/cjs/generated/20px/paths/shorten-text.d.ts +2 -0
  40. package/lib/cjs/generated/20px/paths/shorten-text.js +4 -0
  41. package/lib/cjs/generated/20px/paths/shorten-text.js.map +1 -0
  42. package/lib/cjs/generated/20px/paths/spell-check.d.ts +2 -0
  43. package/lib/cjs/generated/20px/paths/spell-check.js +4 -0
  44. package/lib/cjs/generated/20px/paths/spell-check.js.map +1 -0
  45. package/lib/cjs/generated/components/ammunition.d.ts +4 -0
  46. package/lib/cjs/generated/components/ammunition.js +46 -0
  47. package/lib/cjs/generated/components/ammunition.js.map +1 -0
  48. package/lib/cjs/generated/components/detection.d.ts +4 -0
  49. package/lib/cjs/generated/components/detection.js +46 -0
  50. package/lib/cjs/generated/components/detection.js.map +1 -0
  51. package/lib/cjs/generated/components/index.d.ts +5 -0
  52. package/lib/cjs/generated/components/index.js +22 -12
  53. package/lib/cjs/generated/components/index.js.map +1 -1
  54. package/lib/cjs/generated/components/lengthen-text.d.ts +4 -0
  55. package/lib/cjs/generated/components/lengthen-text.js +46 -0
  56. package/lib/cjs/generated/components/lengthen-text.js.map +1 -0
  57. package/lib/cjs/generated/components/shorten-text.d.ts +4 -0
  58. package/lib/cjs/generated/components/shorten-text.js +46 -0
  59. package/lib/cjs/generated/components/shorten-text.js.map +1 -0
  60. package/lib/cjs/generated/components/spell-check.d.ts +4 -0
  61. package/lib/cjs/generated/components/spell-check.js +46 -0
  62. package/lib/cjs/generated/components/spell-check.js.map +1 -0
  63. package/lib/cjs/generated/index.d.ts +5 -0
  64. package/lib/cjs/generated/index.js +22 -12
  65. package/lib/cjs/generated/index.js.map +1 -1
  66. package/lib/cjs/iconCodepoints.d.ts +5 -0
  67. package/lib/cjs/iconLoader.d.ts +1 -1
  68. package/lib/cjs/iconLoader.js +1 -5
  69. package/lib/cjs/iconLoader.js.map +1 -1
  70. package/lib/cjs/iconNames.d.ts +10 -0
  71. package/lib/cjs/index.d.ts +1 -0
  72. package/lib/cjs/index.js +5 -1
  73. package/lib/cjs/index.js.map +1 -1
  74. package/lib/css/blueprint-icons-16.eot +0 -0
  75. package/lib/css/blueprint-icons-16.svg +15 -0
  76. package/lib/css/blueprint-icons-16.ttf +0 -0
  77. package/lib/css/blueprint-icons-16.woff +0 -0
  78. package/lib/css/blueprint-icons-16.woff2 +0 -0
  79. package/lib/css/blueprint-icons-20.eot +0 -0
  80. package/lib/css/blueprint-icons-20.svg +15 -0
  81. package/lib/css/blueprint-icons-20.ttf +0 -0
  82. package/lib/css/blueprint-icons-20.woff +0 -0
  83. package/lib/css/blueprint-icons-20.woff2 +0 -0
  84. package/lib/css/blueprint-icons.css +2 -2
  85. package/lib/css/blueprint-icons.css.map +1 -1
  86. package/lib/esm/generated/16px/blueprint-icons-16.d.ts +7 -2
  87. package/lib/esm/generated/16px/blueprint-icons-16.js +10 -0
  88. package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
  89. package/lib/esm/generated/16px/paths/ammunition.d.ts +2 -0
  90. package/lib/esm/generated/16px/paths/ammunition.js +2 -0
  91. package/lib/esm/generated/16px/paths/ammunition.js.map +1 -0
  92. package/lib/esm/generated/16px/paths/detection.d.ts +2 -0
  93. package/lib/esm/generated/16px/paths/detection.js +2 -0
  94. package/lib/esm/generated/16px/paths/detection.js.map +1 -0
  95. package/lib/esm/generated/16px/paths/index.d.ts +5 -0
  96. package/lib/esm/generated/16px/paths/index.js +5 -0
  97. package/lib/esm/generated/16px/paths/index.js.map +1 -1
  98. package/lib/esm/generated/16px/paths/lengthen-text.d.ts +2 -0
  99. package/lib/esm/generated/16px/paths/lengthen-text.js +2 -0
  100. package/lib/esm/generated/16px/paths/lengthen-text.js.map +1 -0
  101. package/lib/esm/generated/16px/paths/shorten-text.d.ts +2 -0
  102. package/lib/esm/generated/16px/paths/shorten-text.js +2 -0
  103. package/lib/esm/generated/16px/paths/shorten-text.js.map +1 -0
  104. package/lib/esm/generated/16px/paths/spell-check.d.ts +2 -0
  105. package/lib/esm/generated/16px/paths/spell-check.js +2 -0
  106. package/lib/esm/generated/16px/paths/spell-check.js.map +1 -0
  107. package/lib/esm/generated/20px/blueprint-icons-20.d.ts +7 -2
  108. package/lib/esm/generated/20px/blueprint-icons-20.js +10 -0
  109. package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
  110. package/lib/esm/generated/20px/paths/ammunition.d.ts +2 -0
  111. package/lib/esm/generated/20px/paths/ammunition.js +2 -0
  112. package/lib/esm/generated/20px/paths/ammunition.js.map +1 -0
  113. package/lib/esm/generated/20px/paths/detection.d.ts +2 -0
  114. package/lib/esm/generated/20px/paths/detection.js +2 -0
  115. package/lib/esm/generated/20px/paths/detection.js.map +1 -0
  116. package/lib/esm/generated/20px/paths/index.d.ts +5 -0
  117. package/lib/esm/generated/20px/paths/index.js +5 -0
  118. package/lib/esm/generated/20px/paths/index.js.map +1 -1
  119. package/lib/esm/generated/20px/paths/lengthen-text.d.ts +2 -0
  120. package/lib/esm/generated/20px/paths/lengthen-text.js +2 -0
  121. package/lib/esm/generated/20px/paths/lengthen-text.js.map +1 -0
  122. package/lib/esm/generated/20px/paths/shorten-text.d.ts +2 -0
  123. package/lib/esm/generated/20px/paths/shorten-text.js +2 -0
  124. package/lib/esm/generated/20px/paths/shorten-text.js.map +1 -0
  125. package/lib/esm/generated/20px/paths/spell-check.d.ts +2 -0
  126. package/lib/esm/generated/20px/paths/spell-check.js +2 -0
  127. package/lib/esm/generated/20px/paths/spell-check.js.map +1 -0
  128. package/lib/esm/generated/components/ammunition.d.ts +4 -0
  129. package/lib/esm/generated/components/ammunition.js +43 -0
  130. package/lib/esm/generated/components/ammunition.js.map +1 -0
  131. package/lib/esm/generated/components/detection.d.ts +4 -0
  132. package/lib/esm/generated/components/detection.js +43 -0
  133. package/lib/esm/generated/components/detection.js.map +1 -0
  134. package/lib/esm/generated/components/index.d.ts +5 -0
  135. package/lib/esm/generated/components/index.js +5 -0
  136. package/lib/esm/generated/components/index.js.map +1 -1
  137. package/lib/esm/generated/components/lengthen-text.d.ts +4 -0
  138. package/lib/esm/generated/components/lengthen-text.js +43 -0
  139. package/lib/esm/generated/components/lengthen-text.js.map +1 -0
  140. package/lib/esm/generated/components/shorten-text.d.ts +4 -0
  141. package/lib/esm/generated/components/shorten-text.js +43 -0
  142. package/lib/esm/generated/components/shorten-text.js.map +1 -0
  143. package/lib/esm/generated/components/spell-check.d.ts +4 -0
  144. package/lib/esm/generated/components/spell-check.js +43 -0
  145. package/lib/esm/generated/components/spell-check.js.map +1 -0
  146. package/lib/esm/generated/index.d.ts +5 -0
  147. package/lib/esm/generated/index.js +5 -0
  148. package/lib/esm/generated/index.js.map +1 -1
  149. package/lib/esm/iconCodepoints.d.ts +5 -0
  150. package/lib/esm/iconLoader.d.ts +1 -1
  151. package/lib/esm/iconLoader.js +1 -5
  152. package/lib/esm/iconLoader.js.map +1 -1
  153. package/lib/esm/iconNames.d.ts +10 -0
  154. package/lib/esm/index.d.ts +1 -0
  155. package/lib/esm/index.js +1 -0
  156. package/lib/esm/index.js.map +1 -1
  157. package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +7 -2
  158. package/lib/esnext/generated/16px/blueprint-icons-16.js +10 -0
  159. package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
  160. package/lib/esnext/generated/16px/paths/ammunition.d.ts +2 -0
  161. package/lib/esnext/generated/16px/paths/ammunition.js +2 -0
  162. package/lib/esnext/generated/16px/paths/ammunition.js.map +1 -0
  163. package/lib/esnext/generated/16px/paths/detection.d.ts +2 -0
  164. package/lib/esnext/generated/16px/paths/detection.js +2 -0
  165. package/lib/esnext/generated/16px/paths/detection.js.map +1 -0
  166. package/lib/esnext/generated/16px/paths/index.d.ts +5 -0
  167. package/lib/esnext/generated/16px/paths/index.js +5 -0
  168. package/lib/esnext/generated/16px/paths/index.js.map +1 -1
  169. package/lib/esnext/generated/16px/paths/lengthen-text.d.ts +2 -0
  170. package/lib/esnext/generated/16px/paths/lengthen-text.js +2 -0
  171. package/lib/esnext/generated/16px/paths/lengthen-text.js.map +1 -0
  172. package/lib/esnext/generated/16px/paths/shorten-text.d.ts +2 -0
  173. package/lib/esnext/generated/16px/paths/shorten-text.js +2 -0
  174. package/lib/esnext/generated/16px/paths/shorten-text.js.map +1 -0
  175. package/lib/esnext/generated/16px/paths/spell-check.d.ts +2 -0
  176. package/lib/esnext/generated/16px/paths/spell-check.js +2 -0
  177. package/lib/esnext/generated/16px/paths/spell-check.js.map +1 -0
  178. package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +7 -2
  179. package/lib/esnext/generated/20px/blueprint-icons-20.js +10 -0
  180. package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
  181. package/lib/esnext/generated/20px/paths/ammunition.d.ts +2 -0
  182. package/lib/esnext/generated/20px/paths/ammunition.js +2 -0
  183. package/lib/esnext/generated/20px/paths/ammunition.js.map +1 -0
  184. package/lib/esnext/generated/20px/paths/detection.d.ts +2 -0
  185. package/lib/esnext/generated/20px/paths/detection.js +2 -0
  186. package/lib/esnext/generated/20px/paths/detection.js.map +1 -0
  187. package/lib/esnext/generated/20px/paths/index.d.ts +5 -0
  188. package/lib/esnext/generated/20px/paths/index.js +5 -0
  189. package/lib/esnext/generated/20px/paths/index.js.map +1 -1
  190. package/lib/esnext/generated/20px/paths/lengthen-text.d.ts +2 -0
  191. package/lib/esnext/generated/20px/paths/lengthen-text.js +2 -0
  192. package/lib/esnext/generated/20px/paths/lengthen-text.js.map +1 -0
  193. package/lib/esnext/generated/20px/paths/shorten-text.d.ts +2 -0
  194. package/lib/esnext/generated/20px/paths/shorten-text.js +2 -0
  195. package/lib/esnext/generated/20px/paths/shorten-text.js.map +1 -0
  196. package/lib/esnext/generated/20px/paths/spell-check.d.ts +2 -0
  197. package/lib/esnext/generated/20px/paths/spell-check.js +2 -0
  198. package/lib/esnext/generated/20px/paths/spell-check.js.map +1 -0
  199. package/lib/esnext/generated/components/ammunition.d.ts +4 -0
  200. package/lib/esnext/generated/components/ammunition.js +47 -0
  201. package/lib/esnext/generated/components/ammunition.js.map +1 -0
  202. package/lib/esnext/generated/components/detection.d.ts +4 -0
  203. package/lib/esnext/generated/components/detection.js +47 -0
  204. package/lib/esnext/generated/components/detection.js.map +1 -0
  205. package/lib/esnext/generated/components/index.d.ts +5 -0
  206. package/lib/esnext/generated/components/index.js +5 -0
  207. package/lib/esnext/generated/components/index.js.map +1 -1
  208. package/lib/esnext/generated/components/lengthen-text.d.ts +4 -0
  209. package/lib/esnext/generated/components/lengthen-text.js +47 -0
  210. package/lib/esnext/generated/components/lengthen-text.js.map +1 -0
  211. package/lib/esnext/generated/components/shorten-text.d.ts +4 -0
  212. package/lib/esnext/generated/components/shorten-text.js +47 -0
  213. package/lib/esnext/generated/components/shorten-text.js.map +1 -0
  214. package/lib/esnext/generated/components/spell-check.d.ts +4 -0
  215. package/lib/esnext/generated/components/spell-check.js +47 -0
  216. package/lib/esnext/generated/components/spell-check.js.map +1 -0
  217. package/lib/esnext/generated/index.d.ts +5 -0
  218. package/lib/esnext/generated/index.js +5 -0
  219. package/lib/esnext/generated/index.js.map +1 -1
  220. package/lib/esnext/iconCodepoints.d.ts +5 -0
  221. package/lib/esnext/iconLoader.d.ts +1 -1
  222. package/lib/esnext/iconLoader.js +1 -5
  223. package/lib/esnext/iconLoader.js.map +1 -1
  224. package/lib/esnext/iconNames.d.ts +10 -0
  225. package/lib/esnext/index.d.ts +1 -0
  226. package/lib/esnext/index.js +1 -0
  227. package/lib/esnext/index.js.map +1 -1
  228. package/lib/scss/blueprint-icons-16.scss +5 -0
  229. package/package.json +5 -4
  230. package/src/generated/16px/_icon-variables.scss +5 -0
  231. package/src/generated/16px/blueprint-icons-16.css +5 -5
  232. package/src/generated/16px/blueprint-icons-16.eot +0 -0
  233. package/src/generated/16px/blueprint-icons-16.svg +15 -0
  234. package/src/generated/16px/blueprint-icons-16.ts +20 -0
  235. package/src/generated/16px/blueprint-icons-16.ttf +0 -0
  236. package/src/generated/16px/blueprint-icons-16.woff +0 -0
  237. package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
  238. package/src/generated/16px/paths/ammunition.ts +1 -0
  239. package/src/generated/16px/paths/detection.ts +1 -0
  240. package/src/generated/16px/paths/index.ts +5 -0
  241. package/src/generated/16px/paths/lengthen-text.ts +1 -0
  242. package/src/generated/16px/paths/shorten-text.ts +1 -0
  243. package/src/generated/16px/paths/spell-check.ts +1 -0
  244. package/src/generated/20px/blueprint-icons-20.css +5 -5
  245. package/src/generated/20px/blueprint-icons-20.eot +0 -0
  246. package/src/generated/20px/blueprint-icons-20.svg +15 -0
  247. package/src/generated/20px/blueprint-icons-20.ts +20 -0
  248. package/src/generated/20px/blueprint-icons-20.ttf +0 -0
  249. package/src/generated/20px/blueprint-icons-20.woff +0 -0
  250. package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
  251. package/src/generated/20px/paths/ammunition.ts +1 -0
  252. package/src/generated/20px/paths/detection.ts +1 -0
  253. package/src/generated/20px/paths/index.ts +5 -0
  254. package/src/generated/20px/paths/lengthen-text.ts +1 -0
  255. package/src/generated/20px/paths/shorten-text.ts +1 -0
  256. package/src/generated/20px/paths/spell-check.ts +1 -0
  257. package/src/generated/components/ammunition.tsx +85 -0
  258. package/src/generated/components/detection.tsx +85 -0
  259. package/src/generated/components/index.ts +5 -0
  260. package/src/generated/components/lengthen-text.tsx +85 -0
  261. package/src/generated/components/shorten-text.tsx +85 -0
  262. package/src/generated/components/spell-check.tsx +85 -0
  263. package/src/generated/index.ts +5 -0
  264. package/src/iconLoader.ts +1 -4
  265. package/src/index.ts +1 -0
@@ -19,6 +19,7 @@ export { default as AlignmentLeft } from "./alignment-left";
19
19
  export { default as AlignmentRight } from "./alignment-right";
20
20
  export { default as AlignmentTop } from "./alignment-top";
21
21
  export { default as AlignmentVerticalCenter } from "./alignment-vertical-center";
22
+ export { default as Ammunition } from "./ammunition";
22
23
  export { default as Anchor } from "./anchor";
23
24
  export { default as Annotation } from "./annotation";
24
25
  export { default as Antenna } from "./antenna";
@@ -126,6 +127,7 @@ export { default as Delete } from "./delete";
126
127
  export { default as Delta } from "./delta";
127
128
  export { default as DeriveColumn } from "./derive-column";
128
129
  export { default as Desktop } from "./desktop";
130
+ export { default as Detection } from "./detection";
129
131
  export { default as Diagnosis } from "./diagnosis";
130
132
  export { default as DiagramTree } from "./diagram-tree";
131
133
  export { default as DirectionLeft } from "./direction-left";
@@ -307,6 +309,7 @@ export { default as LayoutSkewGrid } from "./layout-skew-grid";
307
309
  export { default as LayoutSortedClusters } from "./layout-sorted-clusters";
308
310
  export { default as Learning } from "./learning";
309
311
  export { default as LeftJoin } from "./left-join";
312
+ export { default as LengthenText } from "./lengthen-text";
310
313
  export { default as LessThan } from "./less-than";
311
314
  export { default as LessThanOrEqualTo } from "./less-than-or-equal-to";
312
315
  export { default as Lifesaver } from "./lifesaver";
@@ -460,6 +463,7 @@ export { default as Shield } from "./shield";
460
463
  export { default as Ship } from "./ship";
461
464
  export { default as Shop } from "./shop";
462
465
  export { default as ShoppingCart } from "./shopping-cart";
466
+ export { default as ShortenText } from "./shorten-text";
463
467
  export { default as SignalSearch } from "./signal-search";
464
468
  export { default as SimCard } from "./sim-card";
465
469
  export { default as Slash } from "./slash";
@@ -478,6 +482,7 @@ export { default as SortAsc } from "./sort-asc";
478
482
  export { default as SortDesc } from "./sort-desc";
479
483
  export { default as SortNumerical } from "./sort-numerical";
480
484
  export { default as SortNumericalDesc } from "./sort-numerical-desc";
485
+ export { default as SpellCheck } from "./spell-check";
481
486
  export { default as SplitColumns } from "./split-columns";
482
487
  export { default as Square } from "./square";
483
488
  export { default as StackedChart } from "./stacked-chart";
@@ -0,0 +1 @@
1
+ export default ["M.833 16h8.334c.458 0 .833-.45.833-1s-.375-1-.833-1H.833C.375 14 0 14.45 0 15s.375 1 .833 1zM1 11h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm15 2c0 .28.11.53.29.71l.3.29H13c-.55 0-1 .45-1 1s.45 1 1 1h3.59l-.29.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l2-2c.18-.19.29-.44.29-.71 0-.28-.11-.53-.29-.71l-2-2A.997.997 0 0017 12a.99.99 0 00-1 1zM1 6h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"];
@@ -0,0 +1 @@
1
+ export default ["M.833 13h8.334c.458 0 .833-.45.833-1s-.375-1-.833-1H.833C.375 11 0 11.45 0 12s.375 1 .833 1zM1 8h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm15 6c0-.28-.11-.53-.29-.71l-.3-.29H19c.55 0 1-.45 1-1s-.45-1-1-1h-3.59l.29-.29c.19-.18.3-.43.3-.71a1.003 1.003 0 00-1.71-.71l-2 2c-.18.19-.29.44-.29.71 0 .28.11.53.29.71l2 2c.18.18.43.29.71.29.55.01 1-.44 1-1z"];
@@ -0,0 +1 @@
1
+ export default ["M8.89.56l5 10c.06.13.11.28.11.44 0 .55-.45 1-1 1-.39 0-.72-.23-.89-.55L10.88 9H5.12l-1.23 2.44c-.17.33-.5.56-.89.56-.55 0-1-.45-1-1 0-.16.05-.31.12-.44l2.35-4.73.9-1.81L7.11.56C7.28.23 7.61 0 8 0s.72.23.89.56zM6.12 7L8 3.24 9.88 7H6.12zm11.17 4.29a1.003 1.003 0 011.42 1.42l-7 7c-.18.18-.43.29-.71.29-.28 0-.53-.11-.71-.29l-3-3a1.003 1.003 0 011.42-1.42l2.29 2.3 6.29-6.3z"];
@@ -0,0 +1,85 @@
1
+ /*
2
+ * Copyright 2021 Palantir Technologies, Inc. All rights reserved.
3
+ * Licensed under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License.
5
+ * You may obtain a copy of the License at
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software
10
+ * distributed under the License is distributed on an "AS IS" BASIS,
11
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ * See the License for the specific language governing permissions and
13
+ * limitations under the License.
14
+ */
15
+
16
+ import classNames from "classnames";
17
+ import * as React from "react";
18
+ import type { SVGIconProps } from "../../svgIconProps";
19
+ import { IconSize } from "../../iconSize";
20
+ import * as Classes from "../../classes";
21
+ import { uniqueId } from "../../jsUtils";
22
+
23
+ export const Ammunition: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>(({
24
+ className,
25
+ color,
26
+ size = IconSize.STANDARD,
27
+ title,
28
+ htmlTitle,
29
+ svgProps,
30
+ tagName = "span",
31
+ ...htmlProps
32
+ }, ref) => {
33
+ const isLarge = size >= IconSize.LARGE;
34
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
35
+ const viewBox = `0 0 ${pixelGridSize} ${pixelGridSize}`;
36
+ const titleId = uniqueId("iconTitle");
37
+ const path = (
38
+ <path
39
+ d={
40
+ isLarge
41
+ ? "M120 280V283.4314C120 319.6516 105.6116 354.3884 80 380C54.3884 354.3884 40 319.6516 40 283.4314V280H120zM120 40V20H40V40H120zM120 60V260H40V60H120zM160 20V40H240V20H160zM240 283.4314V280H160V283.4314C160 319.6516 174.3884 354.3884 200 380C225.612 354.3884 240 319.6516 240 283.4314zM240 260V60H160V260H240zM280 40V20H360V40H280zM360 280V283.4314C360 319.6516 345.612 354.3884 320 380C294.3880000000001 354.3884 280 319.6516 280 283.4314V280H360zM360 60V260H280V60H360z"
42
+ : "M42.5196 297.9882C66.211 279.0332 80 250.3418 80 220V60H0V220C0 250.3418 13.78906 279.0332 37.4804 297.9882L40 300L42.5196 297.9882zM162.5196 297.9882C186.211 279.0332 200 250.3418 200 220V60H120V220C120 250.3418 133.789 279.0332 157.4804 297.9882L160 300L162.5196 297.9882zM320 220C320 250.3418 306.21 279.0332 282.52 297.9882L280 300L277.48 297.9882C253.79 279.0332 240 250.3418 240 220V60H320V220zM80 20V40H0V20H80zM200 40V20H120V40H200zM320 20V40H240V20H320z"
43
+ }
44
+ fillRule="evenodd"
45
+ transform="scale(0.05 0.05)"
46
+ />
47
+ );
48
+
49
+ if (tagName === null) {
50
+ return (
51
+ <svg
52
+ aria-labelledby={title ? titleId : undefined}
53
+ data-icon="ammunition"
54
+ fill={color}
55
+ height={size}
56
+ ref={ref}
57
+ role="img"
58
+ viewBox={viewBox}
59
+ width={size}
60
+ {...svgProps}
61
+ {...htmlProps}
62
+ >
63
+ {title && <title id={titleId}>{title}</title>}
64
+ {path}
65
+ </svg>
66
+ );
67
+ } else {
68
+ return React.createElement(
69
+ tagName,
70
+ {
71
+ ...htmlProps,
72
+ "aria-hidden": title ? undefined : true,
73
+ className: classNames(Classes.ICON, `${Classes.ICON}-ammunition`, className),
74
+ ref,
75
+ title: htmlTitle,
76
+ },
77
+ <svg fill={color} data-icon="ammunition" width={size} height={size} role="img" viewBox={viewBox} {...svgProps}>
78
+ {title && <title>{title}</title>}
79
+ {path}
80
+ </svg>
81
+ );
82
+ }
83
+ });
84
+ Ammunition.displayName = `Blueprint5.Icon.Ammunition`;
85
+ export default Ammunition;
@@ -0,0 +1,85 @@
1
+ /*
2
+ * Copyright 2021 Palantir Technologies, Inc. All rights reserved.
3
+ * Licensed under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License.
5
+ * You may obtain a copy of the License at
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software
10
+ * distributed under the License is distributed on an "AS IS" BASIS,
11
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ * See the License for the specific language governing permissions and
13
+ * limitations under the License.
14
+ */
15
+
16
+ import classNames from "classnames";
17
+ import * as React from "react";
18
+ import type { SVGIconProps } from "../../svgIconProps";
19
+ import { IconSize } from "../../iconSize";
20
+ import * as Classes from "../../classes";
21
+ import { uniqueId } from "../../jsUtils";
22
+
23
+ export const Detection: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>(({
24
+ className,
25
+ color,
26
+ size = IconSize.STANDARD,
27
+ title,
28
+ htmlTitle,
29
+ svgProps,
30
+ tagName = "span",
31
+ ...htmlProps
32
+ }, ref) => {
33
+ const isLarge = size >= IconSize.LARGE;
34
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
35
+ const viewBox = `0 0 ${pixelGridSize} ${pixelGridSize}`;
36
+ const titleId = uniqueId("iconTitle");
37
+ const path = (
38
+ <path
39
+ d={
40
+ isLarge
41
+ ? "M20 400C8.9543 400 0 391.0457 0 380V280C0 268.9544 8.9543 260 20 260C31.0456 260 40 268.9544 40 280V360H120C131.0456 360 140 368.9544 140 380C140 391.0457 131.0456 400 120 400H20zM0 20C0 8.954 8.9543 0 20 0H120C131.0456 0 140 8.954 140 20C140 31.046 131.0456 40 120 40H40V120C40 131.046 31.0456 140 20 140C8.9543 140 0 131.046 0 120V20zM380 0C391.046 0 400 8.954 400 20V120C400 131.046 391.046 140 380 140C368.954 140 360 131.046 360 120V40H280C268.954 40 260 31.046 260 20C260 8.954 268.954 0 280 0H380zM400 380C400 391.0457 391.046 400 380 400H280C268.954 400 260 391.0457 260 380C260 368.9544 268.954 360 280 360H360V280C360 268.9544 368.954 260 380 260C391.046 260 400 268.9544 400 280V380zM100 280C100 291.0456 108.9544 300 120 300H280C291.046 300 300 291.0456 300 280V120C300 108.954 291.046 100 280 100H120C108.9544 100 100 108.954 100 120V280zM140 140V260H260V140H140z"
42
+ : "M20 320C8.9543 320 0 311.0457 0 300V220C0 208.9544 8.9543 200 20 200C31.0456 200 40 208.9544 40 220V280H100C111.0456 280 120 288.9544 120 300C120 311.0457 111.0456 320 100 320H20zM0 20C0 8.954 8.9543 0 20 0H100C111.0456 0 120 8.954 120 20C120 31.046 111.0456 40 100 40H40V100C40 111.046 31.0456 120 20 120C8.9543 120 0 111.046 0 100V20zM300 0C311.046 0 320 8.954 320 20V100C320 111.046 311.046 120 300 120C288.954 120 280 111.046 280 100V40H220C208.954 40 200 31.046 200 20C200 8.954 208.954 0 220 0H300zM320 300C320 311.0457 311.046 320 300 320H220C208.954 320 200 311.0457 200 300C200 288.9544 208.954 280 220 280H280V220C280 208.9544 288.954 200 300 200C311.046 200 320 208.9544 320 220V300zM80 220C80 231.0456 88.9544 240 100 240H220C231.046 240 240 231.0456 240 220V100C240 88.954 231.046 80 220 80H100C88.9544 80 80 88.954 80 100V220zM120 120V200H200V120H120z"
43
+ }
44
+ fillRule="evenodd"
45
+ transform="scale(0.05 0.05)"
46
+ />
47
+ );
48
+
49
+ if (tagName === null) {
50
+ return (
51
+ <svg
52
+ aria-labelledby={title ? titleId : undefined}
53
+ data-icon="detection"
54
+ fill={color}
55
+ height={size}
56
+ ref={ref}
57
+ role="img"
58
+ viewBox={viewBox}
59
+ width={size}
60
+ {...svgProps}
61
+ {...htmlProps}
62
+ >
63
+ {title && <title id={titleId}>{title}</title>}
64
+ {path}
65
+ </svg>
66
+ );
67
+ } else {
68
+ return React.createElement(
69
+ tagName,
70
+ {
71
+ ...htmlProps,
72
+ "aria-hidden": title ? undefined : true,
73
+ className: classNames(Classes.ICON, `${Classes.ICON}-detection`, className),
74
+ ref,
75
+ title: htmlTitle,
76
+ },
77
+ <svg fill={color} data-icon="detection" width={size} height={size} role="img" viewBox={viewBox} {...svgProps}>
78
+ {title && <title>{title}</title>}
79
+ {path}
80
+ </svg>
81
+ );
82
+ }
83
+ });
84
+ Detection.displayName = `Blueprint5.Icon.Detection`;
85
+ export default Detection;
@@ -34,6 +34,7 @@ export { AlignmentLeft } from "./alignment-left";
34
34
  export { AlignmentRight } from "./alignment-right";
35
35
  export { AlignmentTop } from "./alignment-top";
36
36
  export { AlignmentVerticalCenter } from "./alignment-vertical-center";
37
+ export { Ammunition } from "./ammunition";
37
38
  export { Anchor } from "./anchor";
38
39
  export { Annotation } from "./annotation";
39
40
  export { Antenna } from "./antenna";
@@ -141,6 +142,7 @@ export { Delete } from "./delete";
141
142
  export { Delta } from "./delta";
142
143
  export { DeriveColumn } from "./derive-column";
143
144
  export { Desktop } from "./desktop";
145
+ export { Detection } from "./detection";
144
146
  export { Diagnosis } from "./diagnosis";
145
147
  export { DiagramTree } from "./diagram-tree";
146
148
  export { DirectionLeft } from "./direction-left";
@@ -322,6 +324,7 @@ export { LayoutSortedClusters } from "./layout-sorted-clusters";
322
324
  export { Layout } from "./layout";
323
325
  export { Learning } from "./learning";
324
326
  export { LeftJoin } from "./left-join";
327
+ export { LengthenText } from "./lengthen-text";
325
328
  export { LessThanOrEqualTo } from "./less-than-or-equal-to";
326
329
  export { LessThan } from "./less-than";
327
330
  export { Lifesaver } from "./lifesaver";
@@ -475,6 +478,7 @@ export { Shield } from "./shield";
475
478
  export { Ship } from "./ship";
476
479
  export { Shop } from "./shop";
477
480
  export { ShoppingCart } from "./shopping-cart";
481
+ export { ShortenText } from "./shorten-text";
478
482
  export { SignalSearch } from "./signal-search";
479
483
  export { SimCard } from "./sim-card";
480
484
  export { Slash } from "./slash";
@@ -493,6 +497,7 @@ export { SortDesc } from "./sort-desc";
493
497
  export { SortNumericalDesc } from "./sort-numerical-desc";
494
498
  export { SortNumerical } from "./sort-numerical";
495
499
  export { Sort } from "./sort";
500
+ export { SpellCheck } from "./spell-check";
496
501
  export { SplitColumns } from "./split-columns";
497
502
  export { Square } from "./square";
498
503
  export { StackedChart } from "./stacked-chart";
@@ -0,0 +1,85 @@
1
+ /*
2
+ * Copyright 2021 Palantir Technologies, Inc. All rights reserved.
3
+ * Licensed under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License.
5
+ * You may obtain a copy of the License at
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software
10
+ * distributed under the License is distributed on an "AS IS" BASIS,
11
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ * See the License for the specific language governing permissions and
13
+ * limitations under the License.
14
+ */
15
+
16
+ import classNames from "classnames";
17
+ import * as React from "react";
18
+ import type { SVGIconProps } from "../../svgIconProps";
19
+ import { IconSize } from "../../iconSize";
20
+ import * as Classes from "../../classes";
21
+ import { uniqueId } from "../../jsUtils";
22
+
23
+ export const LengthenText: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>(({
24
+ className,
25
+ color,
26
+ size = IconSize.STANDARD,
27
+ title,
28
+ htmlTitle,
29
+ svgProps,
30
+ tagName = "span",
31
+ ...htmlProps
32
+ }, ref) => {
33
+ const isLarge = size >= IconSize.LARGE;
34
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
35
+ const viewBox = `0 0 ${pixelGridSize} ${pixelGridSize}`;
36
+ const titleId = uniqueId("iconTitle");
37
+ const path = (
38
+ <path
39
+ d={
40
+ isLarge
41
+ ? "M16.66666 80H183.3334C192.5 80 200 89 200 100C200 111 192.5 120 183.3334 120H16.66666C7.5 120 0 111 0 100C0 89 7.5 80 16.66666 80zM20 180H380C391 180 400 189 400 200C400 211 391 220 380 220H20C9 220 0 211 0 200C0 189 9 180 20 180zM320 139.996C320 134.396 322.2 129.396 325.8 125.796L331.8 119.996H260C249 119.996 240 110.996 240 99.996C240 88.996 249 79.996 260 79.996H331.8L326 74.196C322.2 70.596 320 65.596 320 59.996C320 48.996 329 39.996 340 39.996C345.6 39.996 350.6 42.196 354.2000000000001 45.796L394.2000000000001 85.796C397.8 89.596 400 94.596 400 99.996C400 105.596 397.8 110.596 394.2000000000001 114.196L354.2000000000001 154.196C350.6 157.796 345.6 159.996 340 159.996C329 160.196 320 151.196 320 139.996zM20 280H380C391 280 400 289 400 300C400 311 391 320 380 320H20C9 320 0 311 0 300C0 289 9 280 20 280z"
42
+ : "M20 140H300C311 140 320 149 320 160C320 171 311 180 300 180H20C9 180 0 171 0 160C0 149 9 140 20 140zM100 80H20C9 80 0 71 0 60C0 49 9 40 20 40H100C111 40 120 49 120 60C120 71 111 80 100 80zM240 100C240 94.4 242.2 89.4 245.8 85.8L251.8 80H180C169 80 160 71 160 60C160 49 169 40 180 40H251.8L246 34.2C242.2 30.6 240 25.6 240 20C240 9 249 0 260 0C265.6 0 270.6 2.2 274.2000000000001 5.8L314.2000000000001 45.8C317.8 49.4 320 54.4 320 60C320 65.6 317.8 70.6 314.2000000000001 74.2L274.2000000000001 114.2C270.6 117.8 265.6 120 260 120C249 120 240 111 240 100zM20 240H300C311 240 320 249 320 260C320 271 311 280 300 280H20C9 280 0 271 0 260C0 249 9 240 20 240z"
43
+ }
44
+ fillRule="evenodd"
45
+ transform="scale(0.05 0.05)"
46
+ />
47
+ );
48
+
49
+ if (tagName === null) {
50
+ return (
51
+ <svg
52
+ aria-labelledby={title ? titleId : undefined}
53
+ data-icon="lengthen-text"
54
+ fill={color}
55
+ height={size}
56
+ ref={ref}
57
+ role="img"
58
+ viewBox={viewBox}
59
+ width={size}
60
+ {...svgProps}
61
+ {...htmlProps}
62
+ >
63
+ {title && <title id={titleId}>{title}</title>}
64
+ {path}
65
+ </svg>
66
+ );
67
+ } else {
68
+ return React.createElement(
69
+ tagName,
70
+ {
71
+ ...htmlProps,
72
+ "aria-hidden": title ? undefined : true,
73
+ className: classNames(Classes.ICON, `${Classes.ICON}-lengthen-text`, className),
74
+ ref,
75
+ title: htmlTitle,
76
+ },
77
+ <svg fill={color} data-icon="lengthen-text" width={size} height={size} role="img" viewBox={viewBox} {...svgProps}>
78
+ {title && <title>{title}</title>}
79
+ {path}
80
+ </svg>
81
+ );
82
+ }
83
+ });
84
+ LengthenText.displayName = `Blueprint5.Icon.LengthenText`;
85
+ export default LengthenText;
@@ -0,0 +1,85 @@
1
+ /*
2
+ * Copyright 2021 Palantir Technologies, Inc. All rights reserved.
3
+ * Licensed under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License.
5
+ * You may obtain a copy of the License at
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software
10
+ * distributed under the License is distributed on an "AS IS" BASIS,
11
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ * See the License for the specific language governing permissions and
13
+ * limitations under the License.
14
+ */
15
+
16
+ import classNames from "classnames";
17
+ import * as React from "react";
18
+ import type { SVGIconProps } from "../../svgIconProps";
19
+ import { IconSize } from "../../iconSize";
20
+ import * as Classes from "../../classes";
21
+ import { uniqueId } from "../../jsUtils";
22
+
23
+ export const ShortenText: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>(({
24
+ className,
25
+ color,
26
+ size = IconSize.STANDARD,
27
+ title,
28
+ htmlTitle,
29
+ svgProps,
30
+ tagName = "span",
31
+ ...htmlProps
32
+ }, ref) => {
33
+ const isLarge = size >= IconSize.LARGE;
34
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
35
+ const viewBox = `0 0 ${pixelGridSize} ${pixelGridSize}`;
36
+ const titleId = uniqueId("iconTitle");
37
+ const path = (
38
+ <path
39
+ d={
40
+ isLarge
41
+ ? "M16.66666 140H183.3334C192.5 140 200 149 200 160C200 171 192.5 180 183.3334 180H16.66666C7.5 180 0 171 0 160C0 149 7.5 140 16.66666 140zM20 240H380C391 240 400 249 400 260C400 271 391 280 380 280H20C9 280 0 271 0 260C0 249 9 240 20 240zM320 120C320 125.6 317.8 130.6 314.2000000000001 134.2000000000001L308.2 140H380C391 140 400 149 400 160C400 171 391 180 380 180H308.2L314 185.8C317.8 189.4 320 194.4 320 200C320 211 311 220 300 220C294.4000000000001 220 289.4000000000001 217.8 285.8 214.2L245.8 174.2C242.2 170.4 240 165.4 240 160C240 154.4 242.2 149.4 245.8 145.8L285.8 105.8C289.4000000000001 102.2 294.4000000000001 100 300 100C311 99.8 320 108.8 320 120z"
42
+ : "M20 200H300C311 200 320 209 320 220C320 231 311 240 300 240H20C9 240 0 231 0 220C0 209 9 200 20 200zM100 140H20C9 140 0 131 0 120C0 109 9 100 20 100H100C111 100 120 109 120 120C120 131 111 140 100 140zM240 80C240 85.6 237.8 90.6 234.2 94.2L228.2 100H300C311 100 320 109 320 120C320 131 311 140 300 140H228.2L234 145.8C237.8 149.4 240 154.4 240 160C240 171 231 180 220 180C214.4 180 209.4 177.8 205.8 174.2L165.8 134.2C162.2 130.6 160 125.6 160 120C160 114.4 162.2 109.4 165.8 105.8L205.8 65.8C209.4 62.2 214.4 60 220 60C231 60 240 69 240 80z"
43
+ }
44
+ fillRule="evenodd"
45
+ transform="scale(0.05 0.05)"
46
+ />
47
+ );
48
+
49
+ if (tagName === null) {
50
+ return (
51
+ <svg
52
+ aria-labelledby={title ? titleId : undefined}
53
+ data-icon="shorten-text"
54
+ fill={color}
55
+ height={size}
56
+ ref={ref}
57
+ role="img"
58
+ viewBox={viewBox}
59
+ width={size}
60
+ {...svgProps}
61
+ {...htmlProps}
62
+ >
63
+ {title && <title id={titleId}>{title}</title>}
64
+ {path}
65
+ </svg>
66
+ );
67
+ } else {
68
+ return React.createElement(
69
+ tagName,
70
+ {
71
+ ...htmlProps,
72
+ "aria-hidden": title ? undefined : true,
73
+ className: classNames(Classes.ICON, `${Classes.ICON}-shorten-text`, className),
74
+ ref,
75
+ title: htmlTitle,
76
+ },
77
+ <svg fill={color} data-icon="shorten-text" width={size} height={size} role="img" viewBox={viewBox} {...svgProps}>
78
+ {title && <title>{title}</title>}
79
+ {path}
80
+ </svg>
81
+ );
82
+ }
83
+ });
84
+ ShortenText.displayName = `Blueprint5.Icon.ShortenText`;
85
+ export default ShortenText;
@@ -0,0 +1,85 @@
1
+ /*
2
+ * Copyright 2021 Palantir Technologies, Inc. All rights reserved.
3
+ * Licensed under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License.
5
+ * You may obtain a copy of the License at
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software
10
+ * distributed under the License is distributed on an "AS IS" BASIS,
11
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ * See the License for the specific language governing permissions and
13
+ * limitations under the License.
14
+ */
15
+
16
+ import classNames from "classnames";
17
+ import * as React from "react";
18
+ import type { SVGIconProps } from "../../svgIconProps";
19
+ import { IconSize } from "../../iconSize";
20
+ import * as Classes from "../../classes";
21
+ import { uniqueId } from "../../jsUtils";
22
+
23
+ export const SpellCheck: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>(({
24
+ className,
25
+ color,
26
+ size = IconSize.STANDARD,
27
+ title,
28
+ htmlTitle,
29
+ svgProps,
30
+ tagName = "span",
31
+ ...htmlProps
32
+ }, ref) => {
33
+ const isLarge = size >= IconSize.LARGE;
34
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
35
+ const viewBox = `0 0 ${pixelGridSize} ${pixelGridSize}`;
36
+ const titleId = uniqueId("iconTitle");
37
+ const path = (
38
+ <path
39
+ d={
40
+ isLarge
41
+ ? "M177.8 388.8L277.8 188.8C279 186.2 280 183.2 280 180C280 169 271 160 260 160C252.2 160 245.6 164.6 242.2 171L217.6 220H102.4L77.8 171.2C74.4 164.6 67.8 160 60 160C49 160 40 169 40 180C40 183.2 41 186.2 42.4 188.8L89.4 283.4L107.4 319.6L142.2 388.8C145.6 395.4 152.2 400 160 400C167.8 400 174.4 395.4 177.8 388.8zM122.4024 259.9954L160.0024 335.1954L197.6024 259.9954H122.4024zM345.8 174.2C349.4 177.8 354.4 180 360 180C371 180 380 171 380 160C380 154.4 377.8 149.4 374.2000000000001 145.8L234.2 5.8C230.6 2.2 225.6 0 220 0C214.4 0 209.4 2.2 205.8 5.8L145.8 65.8C142.2 69.4 140 74.4 140 80C140 91 149 100 160 100C165.6 100 170.6 97.8 174.2 94.2000000000001L220 48.2L345.8 174.2z"
42
+ : "M137.8 308.8L217.8 148.8C219 146.2 220 143.2 220 140C220 129 211 120 200 120C192.2 120 185.6 124.6 182.2 131H182L167.6 160H72.4L58 131.2H57.8C54.4 124.6 47.8 120 40 120C29 120 20 129 20 140C20 143.2 21 146.2 22.4 148.8L62 228.4L80 264.8L102.2 308.8C105.6 315.4 112.2 320 120 320C127.8 320 134.4 315.4 137.8 308.8zM280 140C274.4000000000001 140 269.4000000000001 137.8 265.8 134.2L180 48.2L134.2 94.2C130.6 97.8 125.6 100 120 100C109 100 100 91 100 80C100 74.4 102.2 69.4 105.8 65.8L165.8 5.8C169.4 2.2 174.4 0 180 0C185.6 0 190.6 2.2 194.2 5.8L294.2000000000001 105.8C297.8 109.4 300 114.4 300 120C300 131 291 140 280 140zM120.0024 255.1954L92.4024 199.9954H147.6024L120.0024 255.1954z"
43
+ }
44
+ fillRule="evenodd"
45
+ transform="scale(0.05 0.05)"
46
+ />
47
+ );
48
+
49
+ if (tagName === null) {
50
+ return (
51
+ <svg
52
+ aria-labelledby={title ? titleId : undefined}
53
+ data-icon="spell-check"
54
+ fill={color}
55
+ height={size}
56
+ ref={ref}
57
+ role="img"
58
+ viewBox={viewBox}
59
+ width={size}
60
+ {...svgProps}
61
+ {...htmlProps}
62
+ >
63
+ {title && <title id={titleId}>{title}</title>}
64
+ {path}
65
+ </svg>
66
+ );
67
+ } else {
68
+ return React.createElement(
69
+ tagName,
70
+ {
71
+ ...htmlProps,
72
+ "aria-hidden": title ? undefined : true,
73
+ className: classNames(Classes.ICON, `${Classes.ICON}-spell-check`, className),
74
+ ref,
75
+ title: htmlTitle,
76
+ },
77
+ <svg fill={color} data-icon="spell-check" width={size} height={size} role="img" viewBox={viewBox} {...svgProps}>
78
+ {title && <title>{title}</title>}
79
+ {path}
80
+ </svg>
81
+ );
82
+ }
83
+ });
84
+ SpellCheck.displayName = `Blueprint5.Icon.SpellCheck`;
85
+ export default SpellCheck;
@@ -37,6 +37,7 @@ export { AlignmentLeft } from "./components/alignment-left";
37
37
  export { AlignmentRight } from "./components/alignment-right";
38
38
  export { AlignmentTop } from "./components/alignment-top";
39
39
  export { AlignmentVerticalCenter } from "./components/alignment-vertical-center";
40
+ export { Ammunition } from "./components/ammunition";
40
41
  export { Anchor } from "./components/anchor";
41
42
  export { Annotation } from "./components/annotation";
42
43
  export { Antenna } from "./components/antenna";
@@ -144,6 +145,7 @@ export { Delete } from "./components/delete";
144
145
  export { Delta } from "./components/delta";
145
146
  export { DeriveColumn } from "./components/derive-column";
146
147
  export { Desktop } from "./components/desktop";
148
+ export { Detection } from "./components/detection";
147
149
  export { Diagnosis } from "./components/diagnosis";
148
150
  export { DiagramTree } from "./components/diagram-tree";
149
151
  export { DirectionLeft } from "./components/direction-left";
@@ -325,6 +327,7 @@ export { LayoutSortedClusters } from "./components/layout-sorted-clusters";
325
327
  export { Layout } from "./components/layout";
326
328
  export { Learning } from "./components/learning";
327
329
  export { LeftJoin } from "./components/left-join";
330
+ export { LengthenText } from "./components/lengthen-text";
328
331
  export { LessThanOrEqualTo } from "./components/less-than-or-equal-to";
329
332
  export { LessThan } from "./components/less-than";
330
333
  export { Lifesaver } from "./components/lifesaver";
@@ -478,6 +481,7 @@ export { Shield } from "./components/shield";
478
481
  export { Ship } from "./components/ship";
479
482
  export { Shop } from "./components/shop";
480
483
  export { ShoppingCart } from "./components/shopping-cart";
484
+ export { ShortenText } from "./components/shorten-text";
481
485
  export { SignalSearch } from "./components/signal-search";
482
486
  export { SimCard } from "./components/sim-card";
483
487
  export { Slash } from "./components/slash";
@@ -496,6 +500,7 @@ export { SortDesc } from "./components/sort-desc";
496
500
  export { SortNumericalDesc } from "./components/sort-numerical-desc";
497
501
  export { SortNumerical } from "./components/sort-numerical";
498
502
  export { Sort } from "./components/sort";
503
+ export { SpellCheck } from "./components/spell-check";
499
504
  export { SplitColumns } from "./components/split-columns";
500
505
  export { Square } from "./components/square";
501
506
  export { StackedChart } from "./components/stacked-chart";
package/src/iconLoader.ts CHANGED
@@ -83,15 +83,12 @@ export class Icons {
83
83
  }
84
84
 
85
85
  /**
86
- * Get the icon SVG component.
86
+ * Get the icon SVG component. Returns `undefined` if the icon has not been loaded yet.
87
87
  */
88
88
  public static getComponent(icon: IconName): IconComponent | undefined {
89
89
  if (!this.isValidIconName(icon)) {
90
90
  // don't warn, since this.load() will have warned already
91
91
  return undefined;
92
- } else if (!singleton.loadedIcons.has(icon)) {
93
- console.error(`[Blueprint] Icon '${icon}' not loaded yet, did you call Icons.load('${icon}')?`);
94
- return undefined;
95
92
  }
96
93
 
97
94
  return singleton.loadedIcons.get(icon);
package/src/index.ts CHANGED
@@ -19,3 +19,4 @@ export { SVGIconProps } from "./svgIconProps";
19
19
  export { getIconContentString, IconCodepoints } from "./iconCodepoints";
20
20
  export { IconName, IconNames } from "./iconNames";
21
21
  export { IconSize } from "./iconSize";
22
+ export { IconSvgPaths16, IconSvgPaths20, iconNameToPathsRecordKey } from "./iconSvgPaths";