@blueprintjs/icons 4.0.0-beta.6 → 4.0.0-rc.0

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 (227) hide show
  1. package/dist/icons.bundle.js +1 -1
  2. package/icons.json +1127 -539
  3. package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +9 -2
  4. package/lib/cjs/generated/16px/blueprint-icons-16.js +553 -539
  5. package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
  6. package/lib/cjs/generated/16px/paths/add-clip.d.ts +2 -0
  7. package/lib/cjs/generated/16px/paths/add-clip.js +4 -0
  8. package/lib/cjs/generated/16px/paths/add-clip.js.map +1 -0
  9. package/lib/cjs/generated/16px/paths/cargo-ship.d.ts +2 -0
  10. package/lib/cjs/generated/16px/paths/cargo-ship.js +4 -0
  11. package/lib/cjs/generated/16px/paths/cargo-ship.js.map +1 -0
  12. package/lib/cjs/generated/16px/paths/clip.d.ts +2 -0
  13. package/lib/cjs/generated/16px/paths/clip.js +4 -0
  14. package/lib/cjs/generated/16px/paths/clip.js.map +1 -0
  15. package/lib/cjs/generated/16px/paths/index.d.ts +7 -0
  16. package/lib/cjs/generated/16px/paths/index.js +25 -11
  17. package/lib/cjs/generated/16px/paths/index.js.map +1 -1
  18. package/lib/cjs/generated/16px/paths/rectangle.d.ts +2 -0
  19. package/lib/cjs/generated/16px/paths/rectangle.js +4 -0
  20. package/lib/cjs/generated/16px/paths/rectangle.js.map +1 -0
  21. package/lib/cjs/generated/16px/paths/ship.d.ts +2 -0
  22. package/lib/cjs/generated/16px/paths/ship.js +4 -0
  23. package/lib/cjs/generated/16px/paths/ship.js.map +1 -0
  24. package/lib/cjs/generated/16px/paths/symbol-rectangle.d.ts +2 -0
  25. package/lib/cjs/generated/16px/paths/symbol-rectangle.js +4 -0
  26. package/lib/cjs/generated/16px/paths/symbol-rectangle.js.map +1 -0
  27. package/lib/cjs/generated/16px/paths/target.d.ts +2 -0
  28. package/lib/cjs/generated/16px/paths/target.js +4 -0
  29. package/lib/cjs/generated/16px/paths/target.js.map +1 -0
  30. package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +9 -2
  31. package/lib/cjs/generated/20px/blueprint-icons-20.js +553 -539
  32. package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
  33. package/lib/cjs/generated/20px/paths/add-clip.d.ts +2 -0
  34. package/lib/cjs/generated/20px/paths/add-clip.js +4 -0
  35. package/lib/cjs/generated/20px/paths/add-clip.js.map +1 -0
  36. package/lib/cjs/generated/20px/paths/cargo-ship.d.ts +2 -0
  37. package/lib/cjs/generated/20px/paths/cargo-ship.js +4 -0
  38. package/lib/cjs/generated/20px/paths/cargo-ship.js.map +1 -0
  39. package/lib/cjs/generated/20px/paths/clip.d.ts +2 -0
  40. package/lib/cjs/generated/20px/paths/clip.js +4 -0
  41. package/lib/cjs/generated/20px/paths/clip.js.map +1 -0
  42. package/lib/cjs/generated/20px/paths/index.d.ts +7 -0
  43. package/lib/cjs/generated/20px/paths/index.js +25 -11
  44. package/lib/cjs/generated/20px/paths/index.js.map +1 -1
  45. package/lib/cjs/generated/20px/paths/rectangle.d.ts +2 -0
  46. package/lib/cjs/generated/20px/paths/rectangle.js +4 -0
  47. package/lib/cjs/generated/20px/paths/rectangle.js.map +1 -0
  48. package/lib/cjs/generated/20px/paths/ship.d.ts +2 -0
  49. package/lib/cjs/generated/20px/paths/ship.js +4 -0
  50. package/lib/cjs/generated/20px/paths/ship.js.map +1 -0
  51. package/lib/cjs/generated/20px/paths/symbol-rectangle.d.ts +2 -0
  52. package/lib/cjs/generated/20px/paths/symbol-rectangle.js +4 -0
  53. package/lib/cjs/generated/20px/paths/symbol-rectangle.js.map +1 -0
  54. package/lib/cjs/generated/20px/paths/target.d.ts +2 -0
  55. package/lib/cjs/generated/20px/paths/target.js +4 -0
  56. package/lib/cjs/generated/20px/paths/target.js.map +1 -0
  57. package/lib/cjs/iconCodepoints.d.ts +7 -0
  58. package/lib/cjs/iconNames.d.ts +14 -0
  59. package/lib/cjs/iconSvgPaths.d.ts +3 -2
  60. package/lib/cjs/iconSvgPaths.js +5 -4
  61. package/lib/cjs/iconSvgPaths.js.map +1 -1
  62. package/lib/css/blueprint-icons-16.eot +0 -0
  63. package/lib/css/blueprint-icons-16.ttf +0 -0
  64. package/lib/css/blueprint-icons-16.woff +0 -0
  65. package/lib/css/blueprint-icons-16.woff2 +0 -0
  66. package/lib/css/blueprint-icons-20.eot +0 -0
  67. package/lib/css/blueprint-icons-20.ttf +0 -0
  68. package/lib/css/blueprint-icons-20.woff +0 -0
  69. package/lib/css/blueprint-icons-20.woff2 +0 -0
  70. package/lib/css/blueprint-icons.css +2 -2
  71. package/lib/css/blueprint-icons.css.map +1 -1
  72. package/lib/esm/generated/16px/blueprint-icons-16.d.ts +9 -2
  73. package/lib/esm/generated/16px/blueprint-icons-16.js +553 -539
  74. package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
  75. package/lib/esm/generated/16px/paths/add-clip.d.ts +2 -0
  76. package/lib/esm/generated/16px/paths/add-clip.js +2 -0
  77. package/lib/esm/generated/16px/paths/add-clip.js.map +1 -0
  78. package/lib/esm/generated/16px/paths/cargo-ship.d.ts +2 -0
  79. package/lib/esm/generated/16px/paths/cargo-ship.js +2 -0
  80. package/lib/esm/generated/16px/paths/cargo-ship.js.map +1 -0
  81. package/lib/esm/generated/16px/paths/clip.d.ts +2 -0
  82. package/lib/esm/generated/16px/paths/clip.js +2 -0
  83. package/lib/esm/generated/16px/paths/clip.js.map +1 -0
  84. package/lib/esm/generated/16px/paths/index.d.ts +7 -0
  85. package/lib/esm/generated/16px/paths/index.js +7 -0
  86. package/lib/esm/generated/16px/paths/index.js.map +1 -1
  87. package/lib/esm/generated/16px/paths/rectangle.d.ts +2 -0
  88. package/lib/esm/generated/16px/paths/rectangle.js +2 -0
  89. package/lib/esm/generated/16px/paths/rectangle.js.map +1 -0
  90. package/lib/esm/generated/16px/paths/ship.d.ts +2 -0
  91. package/lib/esm/generated/16px/paths/ship.js +2 -0
  92. package/lib/esm/generated/16px/paths/ship.js.map +1 -0
  93. package/lib/esm/generated/16px/paths/symbol-rectangle.d.ts +2 -0
  94. package/lib/esm/generated/16px/paths/symbol-rectangle.js +2 -0
  95. package/lib/esm/generated/16px/paths/symbol-rectangle.js.map +1 -0
  96. package/lib/esm/generated/16px/paths/target.d.ts +2 -0
  97. package/lib/esm/generated/16px/paths/target.js +2 -0
  98. package/lib/esm/generated/16px/paths/target.js.map +1 -0
  99. package/lib/esm/generated/20px/blueprint-icons-20.d.ts +9 -2
  100. package/lib/esm/generated/20px/blueprint-icons-20.js +553 -539
  101. package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
  102. package/lib/esm/generated/20px/paths/add-clip.d.ts +2 -0
  103. package/lib/esm/generated/20px/paths/add-clip.js +2 -0
  104. package/lib/esm/generated/20px/paths/add-clip.js.map +1 -0
  105. package/lib/esm/generated/20px/paths/cargo-ship.d.ts +2 -0
  106. package/lib/esm/generated/20px/paths/cargo-ship.js +2 -0
  107. package/lib/esm/generated/20px/paths/cargo-ship.js.map +1 -0
  108. package/lib/esm/generated/20px/paths/clip.d.ts +2 -0
  109. package/lib/esm/generated/20px/paths/clip.js +2 -0
  110. package/lib/esm/generated/20px/paths/clip.js.map +1 -0
  111. package/lib/esm/generated/20px/paths/index.d.ts +7 -0
  112. package/lib/esm/generated/20px/paths/index.js +7 -0
  113. package/lib/esm/generated/20px/paths/index.js.map +1 -1
  114. package/lib/esm/generated/20px/paths/rectangle.d.ts +2 -0
  115. package/lib/esm/generated/20px/paths/rectangle.js +2 -0
  116. package/lib/esm/generated/20px/paths/rectangle.js.map +1 -0
  117. package/lib/esm/generated/20px/paths/ship.d.ts +2 -0
  118. package/lib/esm/generated/20px/paths/ship.js +2 -0
  119. package/lib/esm/generated/20px/paths/ship.js.map +1 -0
  120. package/lib/esm/generated/20px/paths/symbol-rectangle.d.ts +2 -0
  121. package/lib/esm/generated/20px/paths/symbol-rectangle.js +2 -0
  122. package/lib/esm/generated/20px/paths/symbol-rectangle.js.map +1 -0
  123. package/lib/esm/generated/20px/paths/target.d.ts +2 -0
  124. package/lib/esm/generated/20px/paths/target.js +2 -0
  125. package/lib/esm/generated/20px/paths/target.js.map +1 -0
  126. package/lib/esm/iconCodepoints.d.ts +7 -0
  127. package/lib/esm/iconNames.d.ts +14 -0
  128. package/lib/esm/iconSvgPaths.d.ts +3 -2
  129. package/lib/esm/iconSvgPaths.js +3 -4
  130. package/lib/esm/iconSvgPaths.js.map +1 -1
  131. package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +9 -2
  132. package/lib/esnext/generated/16px/blueprint-icons-16.js +553 -539
  133. package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
  134. package/lib/esnext/generated/16px/paths/add-clip.d.ts +2 -0
  135. package/lib/esnext/generated/16px/paths/add-clip.js +2 -0
  136. package/lib/esnext/generated/16px/paths/add-clip.js.map +1 -0
  137. package/lib/esnext/generated/16px/paths/cargo-ship.d.ts +2 -0
  138. package/lib/esnext/generated/16px/paths/cargo-ship.js +2 -0
  139. package/lib/esnext/generated/16px/paths/cargo-ship.js.map +1 -0
  140. package/lib/esnext/generated/16px/paths/clip.d.ts +2 -0
  141. package/lib/esnext/generated/16px/paths/clip.js +2 -0
  142. package/lib/esnext/generated/16px/paths/clip.js.map +1 -0
  143. package/lib/esnext/generated/16px/paths/index.d.ts +7 -0
  144. package/lib/esnext/generated/16px/paths/index.js +7 -0
  145. package/lib/esnext/generated/16px/paths/index.js.map +1 -1
  146. package/lib/esnext/generated/16px/paths/rectangle.d.ts +2 -0
  147. package/lib/esnext/generated/16px/paths/rectangle.js +2 -0
  148. package/lib/esnext/generated/16px/paths/rectangle.js.map +1 -0
  149. package/lib/esnext/generated/16px/paths/ship.d.ts +2 -0
  150. package/lib/esnext/generated/16px/paths/ship.js +2 -0
  151. package/lib/esnext/generated/16px/paths/ship.js.map +1 -0
  152. package/lib/esnext/generated/16px/paths/symbol-rectangle.d.ts +2 -0
  153. package/lib/esnext/generated/16px/paths/symbol-rectangle.js +2 -0
  154. package/lib/esnext/generated/16px/paths/symbol-rectangle.js.map +1 -0
  155. package/lib/esnext/generated/16px/paths/target.d.ts +2 -0
  156. package/lib/esnext/generated/16px/paths/target.js +2 -0
  157. package/lib/esnext/generated/16px/paths/target.js.map +1 -0
  158. package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +9 -2
  159. package/lib/esnext/generated/20px/blueprint-icons-20.js +553 -539
  160. package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
  161. package/lib/esnext/generated/20px/paths/add-clip.d.ts +2 -0
  162. package/lib/esnext/generated/20px/paths/add-clip.js +2 -0
  163. package/lib/esnext/generated/20px/paths/add-clip.js.map +1 -0
  164. package/lib/esnext/generated/20px/paths/cargo-ship.d.ts +2 -0
  165. package/lib/esnext/generated/20px/paths/cargo-ship.js +2 -0
  166. package/lib/esnext/generated/20px/paths/cargo-ship.js.map +1 -0
  167. package/lib/esnext/generated/20px/paths/clip.d.ts +2 -0
  168. package/lib/esnext/generated/20px/paths/clip.js +2 -0
  169. package/lib/esnext/generated/20px/paths/clip.js.map +1 -0
  170. package/lib/esnext/generated/20px/paths/index.d.ts +7 -0
  171. package/lib/esnext/generated/20px/paths/index.js +7 -0
  172. package/lib/esnext/generated/20px/paths/index.js.map +1 -1
  173. package/lib/esnext/generated/20px/paths/rectangle.d.ts +2 -0
  174. package/lib/esnext/generated/20px/paths/rectangle.js +2 -0
  175. package/lib/esnext/generated/20px/paths/rectangle.js.map +1 -0
  176. package/lib/esnext/generated/20px/paths/ship.d.ts +2 -0
  177. package/lib/esnext/generated/20px/paths/ship.js +2 -0
  178. package/lib/esnext/generated/20px/paths/ship.js.map +1 -0
  179. package/lib/esnext/generated/20px/paths/symbol-rectangle.d.ts +2 -0
  180. package/lib/esnext/generated/20px/paths/symbol-rectangle.js +2 -0
  181. package/lib/esnext/generated/20px/paths/symbol-rectangle.js.map +1 -0
  182. package/lib/esnext/generated/20px/paths/target.d.ts +2 -0
  183. package/lib/esnext/generated/20px/paths/target.js +2 -0
  184. package/lib/esnext/generated/20px/paths/target.js.map +1 -0
  185. package/lib/esnext/iconCodepoints.d.ts +7 -0
  186. package/lib/esnext/iconNames.d.ts +14 -0
  187. package/lib/esnext/iconSvgPaths.d.ts +3 -2
  188. package/lib/esnext/iconSvgPaths.js +3 -4
  189. package/lib/esnext/iconSvgPaths.js.map +1 -1
  190. package/lib/scss/blueprint-icons-16.scss +546 -539
  191. package/package.json +4 -4
  192. package/scripts/copy-fonts.sh +1 -1
  193. package/scripts/generate-icon-fonts.js +50 -53
  194. package/src/generated/16px/_icon-variables.scss +546 -539
  195. package/src/generated/16px/blueprint-icons-16.css +4 -5
  196. package/src/generated/16px/blueprint-icons-16.eot +0 -0
  197. package/src/generated/16px/blueprint-icons-16.ts +567 -539
  198. package/src/generated/16px/blueprint-icons-16.ttf +0 -0
  199. package/src/generated/16px/blueprint-icons-16.woff +0 -0
  200. package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
  201. package/src/generated/16px/paths/add-clip.ts +1 -0
  202. package/src/generated/16px/paths/cargo-ship.ts +1 -0
  203. package/src/generated/16px/paths/clip.ts +1 -0
  204. package/src/generated/16px/paths/index.ts +7 -0
  205. package/src/generated/16px/paths/rectangle.ts +1 -0
  206. package/src/generated/16px/paths/ship.ts +1 -0
  207. package/src/generated/16px/paths/symbol-rectangle.ts +1 -0
  208. package/src/generated/16px/paths/target.ts +1 -0
  209. package/src/generated/20px/blueprint-icons-20.css +4 -5
  210. package/src/generated/20px/blueprint-icons-20.eot +0 -0
  211. package/src/generated/20px/blueprint-icons-20.ts +567 -539
  212. package/src/generated/20px/blueprint-icons-20.ttf +0 -0
  213. package/src/generated/20px/blueprint-icons-20.woff +0 -0
  214. package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
  215. package/src/generated/20px/paths/add-clip.ts +1 -0
  216. package/src/generated/20px/paths/cargo-ship.ts +1 -0
  217. package/src/generated/20px/paths/clip.ts +1 -0
  218. package/src/generated/20px/paths/index.ts +7 -0
  219. package/src/generated/20px/paths/rectangle.ts +1 -0
  220. package/src/generated/20px/paths/ship.ts +1 -0
  221. package/src/generated/20px/paths/symbol-rectangle.ts +1 -0
  222. package/src/generated/20px/paths/target.ts +1 -0
  223. package/src/iconSvgPaths.ts +3 -4
  224. package/lib/css/blueprint-icons-16.svg +0 -1629
  225. package/lib/css/blueprint-icons-20.svg +0 -1629
  226. package/src/generated/16px/blueprint-icons-16.svg +0 -1629
  227. package/src/generated/20px/blueprint-icons-20.svg +0 -1629
@@ -0,0 +1 @@
1
+ export default ["M15 0a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0V6h-3a1 1 0 110-2h3V1a1 1 0 011-1zM1 4a1 1 0 00-1 1v4a1 1 0 002 0V6h3a1 1 0 000-2H1zM0 19a1 1 0 001 1h4a1 1 0 100-2H2v-3a1 1 0 10-2 0v4zm15 1h-4a1 1 0 110-2h3v-3a1 1 0 112 0v4a1 1 0 01-1 1zm-7-5a3 3 0 100-6 3 3 0 000 6z"];
@@ -0,0 +1 @@
1
+ export default ["M12.5 1.25h4a1 1 0 011 1V5h-5V1.25zM2.75 5a.25.25 0 00-.25.25v6H.883a.5.5 0 00-.429.757l1.672 2.787c.17.284.384.533.63.741-.458.057-.959.09-1.506.09a.625.625 0 100 1.25c2.583 0 4.268-.68 5.202-1.146.687.466 1.88 1.146 3.548 1.146 1.65 0 2.837-.666 3.528-1.132l.005.003c.244.131.6.3 1.07.468.938.335 2.321.661 4.147.661a.625.625 0 100-1.25c-.319 0-.622-.01-.91-.03.398-.318.717-.738.914-1.23l.972-2.43a.5.5 0 00-.464-.685H5v-6A.25.25 0 004.75 5h-2zm3.455 11.95a.625.625 0 01.658.041c.569.407 1.597 1.134 3.137 1.134s2.568-.727 3.137-1.134a.625.625 0 01.724-.001l.007.005.045.029c.044.027.114.069.21.12.194.104.493.247.9.392.812.29 2.053.589 3.727.589a.625.625 0 110 1.25c-1.826 0-3.21-.326-4.148-.661a7.894 7.894 0 01-1.069-.468l-.005-.003c-.691.466-1.878 1.132-3.528 1.132-1.667 0-2.861-.68-3.548-1.146-.934.467-2.619 1.146-5.202 1.146a.625.625 0 110-1.25c2.66 0 4.23-.787 4.955-1.176zM17.5 6.25h-5V10h4a1 1 0 001-1V6.25zm-11.25-4a1 1 0 011-1h4V5h-5V2.25zm5 4h-5V9a1 1 0 001 1h4V6.25z"];
@@ -0,0 +1 @@
1
+ export default ["M0 1a1 1 0 011-1h5a1 1 0 010 2H2v4a1 1 0 01-2 0V1zm1 19a1 1 0 01-1-1v-5a1 1 0 112 0v4h4a1 1 0 110 2H1zm18 0a1 1 0 001-1v-5a1 1 0 10-2 0v4h-4a1 1 0 100 2h5zm0-20a1 1 0 011 1v5a1 1 0 11-2 0V2h-4a1 1 0 110-2h5zm-9 14a4 4 0 100-8 4 4 0 000 8z"];
@@ -1,4 +1,5 @@
1
1
  export { default as Add } from "./add";
2
+ export { default as AddClip } from "./add-clip";
2
3
  export { default as AddColumnLeft } from "./add-column-left";
3
4
  export { default as AddColumnRight } from "./add-column-right";
4
5
  export { default as AddLocation } from "./add-location";
@@ -64,6 +65,7 @@ export { default as CaretDown } from "./caret-down";
64
65
  export { default as CaretLeft } from "./caret-left";
65
66
  export { default as CaretRight } from "./caret-right";
66
67
  export { default as CaretUp } from "./caret-up";
68
+ export { default as CargoShip } from "./cargo-ship";
67
69
  export { default as CellTower } from "./cell-tower";
68
70
  export { default as Changes } from "./changes";
69
71
  export { default as Chart } from "./chart";
@@ -81,6 +83,7 @@ export { default as CircleArrowRight } from "./circle-arrow-right";
81
83
  export { default as CircleArrowUp } from "./circle-arrow-up";
82
84
  export { default as Citation } from "./citation";
83
85
  export { default as Clean } from "./clean";
86
+ export { default as Clip } from "./clip";
84
87
  export { default as Clipboard } from "./clipboard";
85
88
  export { default as Cloud } from "./cloud";
86
89
  export { default as CloudDownload } from "./cloud-download";
@@ -386,6 +389,7 @@ export { default as Pulse } from "./pulse";
386
389
  export { default as Rain } from "./rain";
387
390
  export { default as Random } from "./random";
388
391
  export { default as Record } from "./record";
392
+ export { default as Rectangle } from "./rectangle";
389
393
  export { default as Redo } from "./redo";
390
394
  export { default as Refresh } from "./refresh";
391
395
  export { default as RegressionChart } from "./regression-chart";
@@ -430,6 +434,7 @@ export { default as Shapes } from "./shapes";
430
434
  export { default as Share } from "./share";
431
435
  export { default as SharedFilter } from "./shared-filter";
432
436
  export { default as Shield } from "./shield";
437
+ export { default as Ship } from "./ship";
433
438
  export { default as Shop } from "./shop";
434
439
  export { default as ShoppingCart } from "./shopping-cart";
435
440
  export { default as SignalSearch } from "./signal-search";
@@ -468,6 +473,7 @@ export { default as Switch } from "./switch";
468
473
  export { default as SymbolCircle } from "./symbol-circle";
469
474
  export { default as SymbolCross } from "./symbol-cross";
470
475
  export { default as SymbolDiamond } from "./symbol-diamond";
476
+ export { default as SymbolRectangle } from "./symbol-rectangle";
471
477
  export { default as SymbolSquare } from "./symbol-square";
472
478
  export { default as SymbolTriangleDown } from "./symbol-triangle-down";
473
479
  export { default as SymbolTriangleUp } from "./symbol-triangle-up";
@@ -475,6 +481,7 @@ export { default as Syringe } from "./syringe";
475
481
  export { default as Tag } from "./tag";
476
482
  export { default as TakeAction } from "./take-action";
477
483
  export { default as Tank } from "./tank";
484
+ export { default as Target } from "./target";
478
485
  export { default as Taxi } from "./taxi";
479
486
  export { default as Temperature } from "./temperature";
480
487
  export { default as TextHighlight } from "./text-highlight";
@@ -0,0 +1 @@
1
+ export default ["M1 4h18c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zm1 2v8h16V6H2z"];
@@ -0,0 +1 @@
1
+ export default ["M6.84.804L6.5 2.5h-3a1 1 0 00-1 1v4.893l-1.58.451a.99.99 0 00-.691 1.192c.46 1.82 1.163 4.356 1.701 5.571-.218.012-.445.018-.68.018a.625.625 0 100 1.25c2.583 0 4.268-.68 5.202-1.146.687.466 1.88 1.146 3.548 1.146 1.65 0 2.837-.666 3.528-1.132l.005.003c.244.131.6.3 1.07.468.938.335 2.321.661 4.147.661a.625.625 0 100-1.25c-.323 0-.63-.011-.922-.031a.996.996 0 00.184-.334l1.67-5.168a1 1 0 00-.677-1.27l-1.505-.43V3.5a1 1 0 00-1-1h-3L13.16.804A1 1 0 0012.18 0H7.82a1 1 0 00-.98.804zM5 7.679l3.75-1.072V5H5v2.679zm6.25-1.072L15 7.68V5h-3.75v1.607zM6.205 16.95a.625.625 0 01.658.042c.569.407 1.597 1.134 3.137 1.134s2.568-.727 3.137-1.134a.625.625 0 01.724-.001l.007.005.045.029c.044.027.114.069.21.12.194.104.493.247.9.392.811.29 2.053.589 3.727.589a.625.625 0 110 1.25c-1.826 0-3.21-.326-4.148-.661a7.894 7.894 0 01-1.069-.468l-.005-.003c-.691.466-1.878 1.132-3.528 1.132-1.667 0-2.861-.68-3.548-1.146-.934.467-2.619 1.146-5.202 1.146a.625.625 0 110-1.25c2.66 0 4.23-.787 4.955-1.176z"];
@@ -0,0 +1 @@
1
+ export default ["M16 5H4c-.5 0-1 .5-1 1v8c0 .5.5 1 1 1h12c.5 0 1-.5 1-1V6c0-.5-.5-1-1-1z"];
@@ -0,0 +1 @@
1
+ export default ["M9 5a1 1 0 012 0v3a1 1 0 01-2 0V5zM12 9a1 1 0 000 2h3a1 1 0 000-2h-3zM4 10a1 1 0 011-1h3a1 1 0 010 2H5a1 1 0 01-1-1zM10 11a1 1 0 00-1 1v3a1 1 0 002 0v-3a1 1 0 00-1-1z", "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10zm0-2a8 8 0 100-16 8 8 0 000 16z"];
@@ -16,13 +16,12 @@
16
16
 
17
17
  import { pascalCase } from "change-case";
18
18
 
19
+ import * as IconSvgPaths16 from "./generated/16px/paths";
20
+ import * as IconSvgPaths20 from "./generated/20px/paths";
19
21
  import type { IconName } from "./iconNames";
20
22
  import type { PascalCase } from "./type-utils";
21
23
 
22
- /* eslint-disable @typescript-eslint/no-var-requires */
23
- export const IconSvgPaths16 = require("./generated/16px/paths") as Record<PascalCase<IconName>, string[]>;
24
- export const IconSvgPaths20 = require("./generated/20px/paths") as Record<PascalCase<IconName>, string[]>;
25
- /* eslint-enable @typescript-eslint/no-var-requires */
24
+ export { IconSvgPaths16, IconSvgPaths20 };
26
25
 
27
26
  /**
28
27
  * Type safe string literal conversion of snake-case icon names to PascalCase icon names,