@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 ["M12 0a1 1 0 00-1 1v2H9a1 1 0 000 2h2v2a1 1 0 102 0V5h2a1 1 0 100-2h-2V1a1 1 0 00-1-1zM0 4a1 1 0 011-1h3.5a1 1 0 010 2H2v2a1 1 0 01-2 0V4zm1 12a1 1 0 01-1-1v-3a1 1 0 112 0v2h2.5a1 1 0 110 2H1zm11 0a1 1 0 001-1v-3a1 1 0 10-2 0v2H9a1 1 0 100 2h3zm-5.5-4a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"];
@@ -0,0 +1 @@
1
+ export default ["M10 1h3a1 1 0 011 1v2h-4V1zM2.25 4a.25.25 0 00-.25.25V9H.883a.5.5 0 00-.429.757l1.072 1.787c.207.344.477.638.791.87A9.76 9.76 0 011 12.5a.5.5 0 000 1c2.067 0 3.414-.543 4.161-.917.55.373 1.505.917 2.839.917 1.32 0 2.27-.533 2.822-.905l.004.002c.196.105.48.24.856.374.75.268 1.857.529 3.318.529a.5.5 0 000-1c-.326 0-.63-.014-.916-.039.47-.328.848-.79 1.07-1.347l.572-1.428A.5.5 0 0015.26 9H4V4.25A.25.25 0 003.75 4h-1.5zm2.714 9.56a.5.5 0 01.527.033c.455.325 1.277.907 2.509.907s2.054-.582 2.51-.907a.5.5 0 01.579-.001l.006.004.036.023c.034.022.09.055.168.097.154.082.394.197.72.313.649.232 1.642.471 2.981.471a.5.5 0 010 1c-1.46 0-2.568-.261-3.318-.53a6.316 6.316 0 01-.856-.373l-.004-.002c-.552.372-1.502.905-2.822.905-1.334 0-2.289-.544-2.839-.917-.747.374-2.094.917-4.161.917a.5.5 0 010-1c2.129 0 3.384-.63 3.964-.94zM14 5h-4v3h3a1 1 0 001-1V5zM5 2a1 1 0 011-1h3v3H5V2zm4 3H5v2a1 1 0 001 1h3V5z"];
@@ -0,0 +1 @@
1
+ export default ["M0 1a1 1 0 011-1h4a1 1 0 010 2H2v3a1 1 0 01-2 0V1zm1 15a1 1 0 01-1-1v-4a1 1 0 112 0v3h3a1 1 0 110 2H1zm14 0a1 1 0 001-1v-4a1 1 0 10-2 0v3h-3a1 1 0 100 2h4zm0-16a1 1 0 011 1v4a1 1 0 11-2 0V2h-3a1 1 0 110-2h4zM8 11a3 3 0 100-6 3 3 0 000 6z"];
@@ -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 3h14c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1zm1 2v6h12V5H2z"];
@@ -0,0 +1 @@
1
+ export default ["M5.44.804L5.2 2H3a1 1 0 00-1 1v3.714l-1.08.309a.988.988 0 00-.69 1.192c.366 1.432.897 3.324 1.309 4.26a.644.644 0 00.005.01c-.175.01-.356.015-.544.015a.5.5 0 000 1c2.067 0 3.414-.543 4.161-.917.55.373 1.505.917 2.839.917 1.32 0 2.27-.533 2.822-.905l.004.002c.196.105.48.24.856.374.75.268 1.857.529 3.318.529a.5.5 0 000-1c-.295 0-.572-.012-.834-.032a.995.995 0 00.308-.458l1.208-3.74a1 1 0 00-.677-1.269L14 6.714V3a1 1 0 00-1-1h-2.2L10.56.804A1 1 0 009.58 0H6.42a1 1 0 00-.98.804zM4 6.143l3-.857V4H4v2.143zm5-.857l3 .857V4H9v1.286zm-4.036 8.273a.5.5 0 01.527.034c.455.325 1.277.907 2.509.907s2.054-.582 2.51-.907a.5.5 0 01.579-.001l.006.004.036.023c.034.022.09.055.168.097.154.082.394.197.72.313.649.232 1.642.471 2.981.471a.5.5 0 010 1c-1.46 0-2.568-.261-3.318-.53a6.316 6.316 0 01-.856-.373l-.004-.002c-.552.372-1.502.905-2.822.905-1.334 0-2.289-.544-2.839-.917-.747.374-2.094.917-4.161.917a.5.5 0 010-1c2.129 0 3.384-.63 3.964-.94z"];
@@ -0,0 +1 @@
1
+ export default ["M13 4H3c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h10c.5 0 1-.5 1-1V5c0-.5-.5-1-1-1z"];
@@ -0,0 +1 @@
1
+ export default ["M7 4a1 1 0 012 0v2a1 1 0 01-2 0V4zM10 7a1 1 0 000 2h2a1 1 0 000-2h-2zM3 8a1 1 0 011-1h2a1 1 0 010 2H4a1 1 0 01-1-1zM8 9a1 1 0 00-1 1v2a1 1 0 002 0v-2a1 1 0 00-1-1z", "M8 16A8 8 0 108 0a8 8 0 000 16zm0-2A6 6 0 108 2a6 6 0 000 12z"];
@@ -1,8 +1,7 @@
1
1
  @font-face {
2
2
  font-family: "blueprint-icons-20";
3
- src: url("./blueprint-icons-20.ttf?e086066577b48d9b4bf65fa4949a1f35") format("truetype"),
4
- url("./blueprint-icons-20.eot?e086066577b48d9b4bf65fa4949a1f35#iefix") format("embedded-opentype"),
5
- url("./blueprint-icons-20.woff2?e086066577b48d9b4bf65fa4949a1f35") format("woff2"),
6
- url("./blueprint-icons-20.woff?e086066577b48d9b4bf65fa4949a1f35") format("woff"),
7
- url("./blueprint-icons-20.svg?e086066577b48d9b4bf65fa4949a1f35#blueprint-icons-20") format("svg");
3
+ src: url("./blueprint-icons-20.ttf?8037fef0a4077812bb36390f4cbffc31") format("truetype"),
4
+ url("./blueprint-icons-20.eot?8037fef0a4077812bb36390f4cbffc31#iefix") format("embedded-opentype"),
5
+ url("./blueprint-icons-20.woff2?8037fef0a4077812bb36390f4cbffc31") format("woff2"),
6
+ url("./blueprint-icons-20.woff?8037fef0a4077812bb36390f4cbffc31") format("woff");
8
7
  }