@blueprintjs/icons 5.20.0 → 5.22.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 (218) hide show
  1. package/changelog/@unreleased/pr-7398.v2.yml +5 -0
  2. package/changelog/@unreleased/pr-7431.v2.yml +5 -0
  3. package/dist/blueprint-icons-split-paths-by-size-loader.bundle.js +1 -1
  4. package/dist/icons.bundle.js +1 -1
  5. package/icons.json +28 -0
  6. package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +6 -2
  7. package/lib/cjs/generated/16px/blueprint-icons-16.js +8 -0
  8. package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
  9. package/lib/cjs/generated/16px/paths/delete-clip.d.ts +2 -0
  10. package/lib/cjs/generated/16px/paths/delete-clip.js +4 -0
  11. package/lib/cjs/generated/16px/paths/delete-clip.js.map +1 -0
  12. package/lib/cjs/generated/16px/paths/gift-box.d.ts +2 -0
  13. package/lib/cjs/generated/16px/paths/gift-box.js +4 -0
  14. package/lib/cjs/generated/16px/paths/gift-box.js.map +1 -0
  15. package/lib/cjs/generated/16px/paths/index.d.ts +4 -0
  16. package/lib/cjs/generated/16px/paths/index.js +20 -12
  17. package/lib/cjs/generated/16px/paths/index.js.map +1 -1
  18. package/lib/cjs/generated/16px/paths/page-break.d.ts +2 -0
  19. package/lib/cjs/generated/16px/paths/page-break.js +4 -0
  20. package/lib/cjs/generated/16px/paths/page-break.js.map +1 -0
  21. package/lib/cjs/generated/16px/paths/sweep.d.ts +2 -0
  22. package/lib/cjs/generated/16px/paths/sweep.js +4 -0
  23. package/lib/cjs/generated/16px/paths/sweep.js.map +1 -0
  24. package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +6 -2
  25. package/lib/cjs/generated/20px/blueprint-icons-20.js +8 -0
  26. package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
  27. package/lib/cjs/generated/20px/paths/delete-clip.d.ts +2 -0
  28. package/lib/cjs/generated/20px/paths/delete-clip.js +4 -0
  29. package/lib/cjs/generated/20px/paths/delete-clip.js.map +1 -0
  30. package/lib/cjs/generated/20px/paths/gift-box.d.ts +2 -0
  31. package/lib/cjs/generated/20px/paths/gift-box.js +4 -0
  32. package/lib/cjs/generated/20px/paths/gift-box.js.map +1 -0
  33. package/lib/cjs/generated/20px/paths/index.d.ts +4 -0
  34. package/lib/cjs/generated/20px/paths/index.js +20 -12
  35. package/lib/cjs/generated/20px/paths/index.js.map +1 -1
  36. package/lib/cjs/generated/20px/paths/page-break.d.ts +2 -0
  37. package/lib/cjs/generated/20px/paths/page-break.js +4 -0
  38. package/lib/cjs/generated/20px/paths/page-break.js.map +1 -0
  39. package/lib/cjs/generated/20px/paths/sweep.d.ts +2 -0
  40. package/lib/cjs/generated/20px/paths/sweep.js +4 -0
  41. package/lib/cjs/generated/20px/paths/sweep.js.map +1 -0
  42. package/lib/cjs/generated/components/delete-clip.d.ts +4 -0
  43. package/lib/cjs/generated/components/delete-clip.js +35 -0
  44. package/lib/cjs/generated/components/delete-clip.js.map +1 -0
  45. package/lib/cjs/generated/components/gift-box.d.ts +4 -0
  46. package/lib/cjs/generated/components/gift-box.js +35 -0
  47. package/lib/cjs/generated/components/gift-box.js.map +1 -0
  48. package/lib/cjs/generated/components/index.d.ts +4 -0
  49. package/lib/cjs/generated/components/index.js +20 -12
  50. package/lib/cjs/generated/components/index.js.map +1 -1
  51. package/lib/cjs/generated/components/page-break.d.ts +4 -0
  52. package/lib/cjs/generated/components/page-break.js +35 -0
  53. package/lib/cjs/generated/components/page-break.js.map +1 -0
  54. package/lib/cjs/generated/components/sweep.d.ts +4 -0
  55. package/lib/cjs/generated/components/sweep.js +35 -0
  56. package/lib/cjs/generated/components/sweep.js.map +1 -0
  57. package/lib/cjs/generated/index.d.ts +4 -0
  58. package/lib/cjs/generated/index.js +20 -12
  59. package/lib/cjs/generated/index.js.map +1 -1
  60. package/lib/cjs/iconCodepoints.d.ts +4 -0
  61. package/lib/cjs/iconNames.d.ts +8 -0
  62. package/lib/css/blueprint-icons-16.eot +0 -0
  63. package/lib/css/blueprint-icons-16.svg +12 -0
  64. package/lib/css/blueprint-icons-16.ttf +0 -0
  65. package/lib/css/blueprint-icons-16.woff +0 -0
  66. package/lib/css/blueprint-icons-16.woff2 +0 -0
  67. package/lib/css/blueprint-icons-20.eot +0 -0
  68. package/lib/css/blueprint-icons-20.svg +12 -0
  69. package/lib/css/blueprint-icons-20.ttf +0 -0
  70. package/lib/css/blueprint-icons-20.woff +0 -0
  71. package/lib/css/blueprint-icons-20.woff2 +0 -0
  72. package/lib/css/blueprint-icons.css +2 -2
  73. package/lib/css/blueprint-icons.css.map +1 -1
  74. package/lib/esm/generated/16px/blueprint-icons-16.d.ts +6 -2
  75. package/lib/esm/generated/16px/blueprint-icons-16.js +8 -0
  76. package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
  77. package/lib/esm/generated/16px/paths/delete-clip.d.ts +2 -0
  78. package/lib/esm/generated/16px/paths/delete-clip.js +2 -0
  79. package/lib/esm/generated/16px/paths/delete-clip.js.map +1 -0
  80. package/lib/esm/generated/16px/paths/gift-box.d.ts +2 -0
  81. package/lib/esm/generated/16px/paths/gift-box.js +2 -0
  82. package/lib/esm/generated/16px/paths/gift-box.js.map +1 -0
  83. package/lib/esm/generated/16px/paths/index.d.ts +4 -0
  84. package/lib/esm/generated/16px/paths/index.js +4 -0
  85. package/lib/esm/generated/16px/paths/index.js.map +1 -1
  86. package/lib/esm/generated/16px/paths/page-break.d.ts +2 -0
  87. package/lib/esm/generated/16px/paths/page-break.js +2 -0
  88. package/lib/esm/generated/16px/paths/page-break.js.map +1 -0
  89. package/lib/esm/generated/16px/paths/sweep.d.ts +2 -0
  90. package/lib/esm/generated/16px/paths/sweep.js +2 -0
  91. package/lib/esm/generated/16px/paths/sweep.js.map +1 -0
  92. package/lib/esm/generated/20px/blueprint-icons-20.d.ts +6 -2
  93. package/lib/esm/generated/20px/blueprint-icons-20.js +8 -0
  94. package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
  95. package/lib/esm/generated/20px/paths/delete-clip.d.ts +2 -0
  96. package/lib/esm/generated/20px/paths/delete-clip.js +2 -0
  97. package/lib/esm/generated/20px/paths/delete-clip.js.map +1 -0
  98. package/lib/esm/generated/20px/paths/gift-box.d.ts +2 -0
  99. package/lib/esm/generated/20px/paths/gift-box.js +2 -0
  100. package/lib/esm/generated/20px/paths/gift-box.js.map +1 -0
  101. package/lib/esm/generated/20px/paths/index.d.ts +4 -0
  102. package/lib/esm/generated/20px/paths/index.js +4 -0
  103. package/lib/esm/generated/20px/paths/index.js.map +1 -1
  104. package/lib/esm/generated/20px/paths/page-break.d.ts +2 -0
  105. package/lib/esm/generated/20px/paths/page-break.js +2 -0
  106. package/lib/esm/generated/20px/paths/page-break.js.map +1 -0
  107. package/lib/esm/generated/20px/paths/sweep.d.ts +2 -0
  108. package/lib/esm/generated/20px/paths/sweep.js +2 -0
  109. package/lib/esm/generated/20px/paths/sweep.js.map +1 -0
  110. package/lib/esm/generated/components/delete-clip.d.ts +4 -0
  111. package/lib/esm/generated/components/delete-clip.js +32 -0
  112. package/lib/esm/generated/components/delete-clip.js.map +1 -0
  113. package/lib/esm/generated/components/gift-box.d.ts +4 -0
  114. package/lib/esm/generated/components/gift-box.js +32 -0
  115. package/lib/esm/generated/components/gift-box.js.map +1 -0
  116. package/lib/esm/generated/components/index.d.ts +4 -0
  117. package/lib/esm/generated/components/index.js +4 -0
  118. package/lib/esm/generated/components/index.js.map +1 -1
  119. package/lib/esm/generated/components/page-break.d.ts +4 -0
  120. package/lib/esm/generated/components/page-break.js +32 -0
  121. package/lib/esm/generated/components/page-break.js.map +1 -0
  122. package/lib/esm/generated/components/sweep.d.ts +4 -0
  123. package/lib/esm/generated/components/sweep.js +32 -0
  124. package/lib/esm/generated/components/sweep.js.map +1 -0
  125. package/lib/esm/generated/index.d.ts +4 -0
  126. package/lib/esm/generated/index.js +4 -0
  127. package/lib/esm/generated/index.js.map +1 -1
  128. package/lib/esm/iconCodepoints.d.ts +4 -0
  129. package/lib/esm/iconNames.d.ts +8 -0
  130. package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +6 -2
  131. package/lib/esnext/generated/16px/blueprint-icons-16.js +8 -0
  132. package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
  133. package/lib/esnext/generated/16px/paths/delete-clip.d.ts +2 -0
  134. package/lib/esnext/generated/16px/paths/delete-clip.js +2 -0
  135. package/lib/esnext/generated/16px/paths/delete-clip.js.map +1 -0
  136. package/lib/esnext/generated/16px/paths/gift-box.d.ts +2 -0
  137. package/lib/esnext/generated/16px/paths/gift-box.js +2 -0
  138. package/lib/esnext/generated/16px/paths/gift-box.js.map +1 -0
  139. package/lib/esnext/generated/16px/paths/index.d.ts +4 -0
  140. package/lib/esnext/generated/16px/paths/index.js +4 -0
  141. package/lib/esnext/generated/16px/paths/index.js.map +1 -1
  142. package/lib/esnext/generated/16px/paths/page-break.d.ts +2 -0
  143. package/lib/esnext/generated/16px/paths/page-break.js +2 -0
  144. package/lib/esnext/generated/16px/paths/page-break.js.map +1 -0
  145. package/lib/esnext/generated/16px/paths/sweep.d.ts +2 -0
  146. package/lib/esnext/generated/16px/paths/sweep.js +2 -0
  147. package/lib/esnext/generated/16px/paths/sweep.js.map +1 -0
  148. package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +6 -2
  149. package/lib/esnext/generated/20px/blueprint-icons-20.js +8 -0
  150. package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
  151. package/lib/esnext/generated/20px/paths/delete-clip.d.ts +2 -0
  152. package/lib/esnext/generated/20px/paths/delete-clip.js +2 -0
  153. package/lib/esnext/generated/20px/paths/delete-clip.js.map +1 -0
  154. package/lib/esnext/generated/20px/paths/gift-box.d.ts +2 -0
  155. package/lib/esnext/generated/20px/paths/gift-box.js +2 -0
  156. package/lib/esnext/generated/20px/paths/gift-box.js.map +1 -0
  157. package/lib/esnext/generated/20px/paths/index.d.ts +4 -0
  158. package/lib/esnext/generated/20px/paths/index.js +4 -0
  159. package/lib/esnext/generated/20px/paths/index.js.map +1 -1
  160. package/lib/esnext/generated/20px/paths/page-break.d.ts +2 -0
  161. package/lib/esnext/generated/20px/paths/page-break.js +2 -0
  162. package/lib/esnext/generated/20px/paths/page-break.js.map +1 -0
  163. package/lib/esnext/generated/20px/paths/sweep.d.ts +2 -0
  164. package/lib/esnext/generated/20px/paths/sweep.js +2 -0
  165. package/lib/esnext/generated/20px/paths/sweep.js.map +1 -0
  166. package/lib/esnext/generated/components/delete-clip.d.ts +4 -0
  167. package/lib/esnext/generated/components/delete-clip.js +31 -0
  168. package/lib/esnext/generated/components/delete-clip.js.map +1 -0
  169. package/lib/esnext/generated/components/gift-box.d.ts +4 -0
  170. package/lib/esnext/generated/components/gift-box.js +31 -0
  171. package/lib/esnext/generated/components/gift-box.js.map +1 -0
  172. package/lib/esnext/generated/components/index.d.ts +4 -0
  173. package/lib/esnext/generated/components/index.js +4 -0
  174. package/lib/esnext/generated/components/index.js.map +1 -1
  175. package/lib/esnext/generated/components/page-break.d.ts +4 -0
  176. package/lib/esnext/generated/components/page-break.js +31 -0
  177. package/lib/esnext/generated/components/page-break.js.map +1 -0
  178. package/lib/esnext/generated/components/sweep.d.ts +4 -0
  179. package/lib/esnext/generated/components/sweep.js +31 -0
  180. package/lib/esnext/generated/components/sweep.js.map +1 -0
  181. package/lib/esnext/generated/index.d.ts +4 -0
  182. package/lib/esnext/generated/index.js +4 -0
  183. package/lib/esnext/generated/index.js.map +1 -1
  184. package/lib/esnext/iconCodepoints.d.ts +4 -0
  185. package/lib/esnext/iconNames.d.ts +8 -0
  186. package/lib/scss/blueprint-icons-16.scss +4 -0
  187. package/package.json +1 -1
  188. package/src/generated/16px/_icon-variables.scss +4 -0
  189. package/src/generated/16px/blueprint-icons-16.css +5 -5
  190. package/src/generated/16px/blueprint-icons-16.eot +0 -0
  191. package/src/generated/16px/blueprint-icons-16.svg +12 -0
  192. package/src/generated/16px/blueprint-icons-16.ts +16 -0
  193. package/src/generated/16px/blueprint-icons-16.ttf +0 -0
  194. package/src/generated/16px/blueprint-icons-16.woff +0 -0
  195. package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
  196. package/src/generated/16px/paths/delete-clip.ts +1 -0
  197. package/src/generated/16px/paths/gift-box.ts +1 -0
  198. package/src/generated/16px/paths/index.ts +4 -0
  199. package/src/generated/16px/paths/page-break.ts +1 -0
  200. package/src/generated/16px/paths/sweep.ts +1 -0
  201. package/src/generated/20px/blueprint-icons-20.css +5 -5
  202. package/src/generated/20px/blueprint-icons-20.eot +0 -0
  203. package/src/generated/20px/blueprint-icons-20.svg +12 -0
  204. package/src/generated/20px/blueprint-icons-20.ts +16 -0
  205. package/src/generated/20px/blueprint-icons-20.ttf +0 -0
  206. package/src/generated/20px/blueprint-icons-20.woff +0 -0
  207. package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
  208. package/src/generated/20px/paths/delete-clip.ts +1 -0
  209. package/src/generated/20px/paths/gift-box.ts +1 -0
  210. package/src/generated/20px/paths/index.ts +4 -0
  211. package/src/generated/20px/paths/page-break.ts +1 -0
  212. package/src/generated/20px/paths/sweep.ts +1 -0
  213. package/src/generated/components/delete-clip.tsx +41 -0
  214. package/src/generated/components/gift-box.tsx +41 -0
  215. package/src/generated/components/index.ts +4 -0
  216. package/src/generated/components/page-break.tsx +41 -0
  217. package/src/generated/components/sweep.tsx +41 -0
  218. package/src/generated/index.ts +4 -0
@@ -451,6 +451,9 @@
451
451
  <glyph glyph-name="database"
452
452
  unicode="&#xF174;"
453
453
  horiz-adv-x="400" d="M40.2 298V190C40.2 162.4 111.8 140 200.2 140S360.2 162.4 360.2 190V298C330.4 275.4 270 260 200.2 260C130.6 260 70.2 275.4 40.2 298zM200.2 280C288.6 280 360.2 302.4 360.2 330C360.2 357.6 288.6 380 200.2 380S40.2 357.6 40.2 330C40.2 302.4 112 280 200.2 280zM40.2 158V50C40.2 22.4 111.8 0 200.2 0S360.2 22.4 360.2 50V158C330.4 135.4 270 120 200.2 120C130.6 120 70.2 135.4 40.2 158z" />
454
+ <glyph glyph-name="delete-clip"
455
+ unicode="&#xF3A3;"
456
+ horiz-adv-x="400" d="M394.142 394.14214C386.332 401.952622 373.668 401.952622 365.858 394.14214L310 338.2842L254.142 394.14214C246.332 401.952622 233.668 401.952622 225.858 394.14214C218.048 386.33164 218.048 373.6684 225.858 365.8578L281.716 310L225.858 254.1422C218.048 246.3316 218.048 233.6684 225.858 225.8578C233.668 218.0474 246.332 218.0474 254.142 225.8578L310 281.7158L365.858 225.8578C373.668 218.0474 386.332 218.0474 394.142 225.8578C401.952 233.6684 401.952 246.3316 394.142 254.1422L338.284 310L394.142 365.8578C401.952 373.6684 401.952 386.33164 394.142 394.14214zM0 300C0 311.0456 8.9543 320 20 320H100C111.0456 320 120 311.0456 120 300C120 288.9544 111.0456 280 100 280H40V220C40 208.9544 31.0456 200 20 200C8.9543 200 0 208.9544 0 220V300zM20 0C8.9543 0 0 8.954 0 20V100C0 111.046 8.9543 120 20 120C31.0456 120 40 111.046 40 100V40H100C111.0456 40 120 31.046 120 20C120 8.954 111.0456 0 100 0H20zM220 0L300 0C311.046 0 320 8.954 320 20V100C320 111.046 311.046 120 300 120C288.954 120 280 111.046 280 100V40L220 40C208.954 40 200 31.046 200 20C200 8.954 208.954 0 220 0zM220 160C220 126.862 193.137 100 160 100C126.863 100 100 126.862 100 160C100 193.138 126.863 220 160 220C193.137 220 220 193.138 220 160z" />
454
457
  <glyph glyph-name="delete"
455
458
  unicode="&#xF175;"
456
459
  horiz-adv-x="400" d="M300 280C300 291 291 300 280 300C274.4000000000001 300 269.4000000000001 297.8 265.8 294.2L200 228.2L134.2 294.2C130.6 297.8 125.6 300 120 300C109 300 100 291 100 280C100 274.4 102.2 269.4 105.8 265.8L171.8 200L106 134.2000000000001C102.2 130.6 100 125.6 100 120C100 109 109 100 120 100C125.6 100 130.6 102.2 134.2 105.8L200 171.8L265.8 106C269.4000000000001 102.2 274.4000000000001 100 280 100C291 100 300 109 300 120C300 125.6 297.8 130.6 294.2000000000001 134.2000000000001L228.2 200L294 265.8C297.8 269.4 300 274.4 300 280zM200 400C89.6 400 0 310.4 0 200C0 89.6 89.6 0 200 0S400 89.6 400 200C400 310.4 310.4 400 200 400zM200 40C111.6 40 40 111.6 40 200S111.6 360 200 360S360 288.4 360 200S288.4 40 200 40z" />
@@ -751,6 +754,9 @@
751
754
  <glyph glyph-name="geotime"
752
755
  unicode="&#xF344;"
753
756
  horiz-adv-x="400" d="M311.094 260C263.594 260 225 222.6562 225 176.718C225 130.624 311.094 0 311.094 0C311.094 0 397.188 130.624 397.188 176.718C397.0320000000001 222.6562 358.594 260 311.094 260zM311.094 135C289.532 135 272.032 152.5 272.032 174.062C272.032 195.624 289.532 213.125 311.094 213.125C332.656 213.125 350.156 195.624 350.156 174.062C350.156 152.5 332.656 135 311.094 135zM0 250C0 332.875 67.125 400 150 400C222.914 400 283.636 348.0416 297.18 279.1122000000001C284.322 277.4600000000001 272.14 273.5506000000001 261.096 267.7906C252.552 321.4208 206.01 362.5 150 362.5C87.9374 362.5 37.5 312.0626 37.5 250C37.5 187.938 87.9374 137.5 150 137.5C171.4086 137.5 191.434 143.502 208.484 153.912C211.294 143.396 215.52 132.336 220.086 121.744C220.596 120.56 221.116 119.368 221.646 118.17C200.36 106.582 175.9528 100 150 100C67.125 100 0 167.126 0 250zM168.75 321.2516V257.6876L200.812 225.8126C204.188 222.4376 206.25 217.75 206.25 212.5C206.25 202.1876 197.8124 193.75 187.5 193.75C182.25 193.75 177.5626 195.812 174.1876 199.188L136.6874 236.6876C133.3126 240.0626 131.25 244.75 131.25 250V321.2516C131.25 331.5642000000001 139.6876 340.0016 150 340.0016C160.3124 340.0016 168.75 331.5642000000001 168.75 321.2516z" />
757
+ <glyph glyph-name="gift-box"
758
+ unicode="&#xF3A2;"
759
+ horiz-adv-x="400" d="M175.765 381.7054C145.6354 411.83502 94.8426 403.59246 75.787 365.4812C66.7516 347.4108 67.1728 326.5176 76.0144 309.186H20C8.9543 309.186 0 300.2316 0 289.1858V209.1858C0 198.14 8.95432 189.186 20 189.186H380C391.046 189.186 400 198.14 400 209.1858V289.1858C400 300.2316 391.046 309.186 380 309.186H323.986C332.8280000000001 326.5176 333.2480000000001 347.4108 324.214 365.4812C305.158 403.59246 254.364 411.83502 224.236 381.7054L204.25 361.7208C202.772 360.2418 201.354 358.7122 200 357.1366C198.646 358.7122 197.2286 360.2416 195.7494 361.7208L175.765 381.7054zM284.236 321.7052L271.716 309.186H220.424C221.72 318.3146 225.94 326.8412 232.534 333.4366L252.52 353.421C263.344 364.245 281.59 361.284 288.436 347.5926C292.752 338.9586 291.06 328.531 284.236 321.7052zM179.576 309.186C178.281 318.3146 174.0606 326.8412 167.4652 333.4366L147.4806 353.421C136.6568 364.245 118.4096 361.284 111.564 347.5926C107.247 338.9586 108.9392 328.531 115.765 321.7052L128.2842 309.186H179.576zM140 169.184H20V29.184C20 18.138 28.9544 9.184 40 9.184H140V169.184zM380 169.184H260V9.184H360C371.046 9.184 380 18.138 380 29.184V169.184zM160 169.184H240V9.184H160V169.184z" />
754
760
  <glyph glyph-name="git-branch"
755
761
  unicode="&#xF1CA;"
756
762
  horiz-adv-x="400" d="M300 360C266.8 360 240 333.2 240 300C240 274 256.8 252 280 243.6V220C280 198 262 180 240 180H160C145.4 180 131.8 175.8 120 169V283.6C143.2 292 160 314 160 340C160 373.2 133.2 400 100 400S40 373.2 40 340C40 314 56.8 292 80 283.6V116.2C56.8 108 40 86 40 60C40 26.8 66.8 0 100 0S160 26.8 160 60C160 85 144.6 106 123 115C129 129.6 143.2 140 160 140H240C284.2000000000001 140 320 175.8 320 220V243.6C343.2 252 360 274 360 300C360 333.2 333.2 360 300 360zM100 360C111 360 120 351 120 340C120 329 111 320 100 320S80 329 80 340C80 351 89 360 100 360zM100 40C89 40 80 49 80 60C80 71 89 80 100 80S120 71 120 60C120 49 111 40 100 40zM300 280C289 280 280 289 280 300C280 311 289 320 300 320S320 311 320 300C320 289 311 280 300 280z" />
@@ -1318,6 +1324,9 @@
1318
1324
  <glyph glyph-name="package"
1319
1325
  unicode="&#xF375;"
1320
1326
  horiz-adv-x="400" d="M236.978 393.8728L377.8880000000001 323.4172C391.44 316.6416000000001 400 302.791 400 287.6402V113.542C400 97.186 390.042 82.476 374.856 76.402L195.7668 4.766A40.0116 40.0116 0 0 0 163.0226 6.128L22.1114 76.584C8.56 83.36 0 97.21 0 112.362V286.4602C0 302.8164 9.958 317.5246 25.1444 323.5992L204.234 395.2348A40 40 0 0 0 236.978 393.8728zM200 206.4606V49.542L360 113.542V270.4606L300 246.4606V143.2820000000001L260 127.422V230.4606L200 206.4606z" />
1327
+ <glyph glyph-name="page-break"
1328
+ unicode="&#xF3A5;"
1329
+ horiz-adv-x="400" d="M0 180V220H40C51.0456 220 60 211.0456 60 200C60 188.954 51.0456 180 40 180H0zM400 220V180H340C328.954 180 320 188.954 320 200C320 211.0456 328.954 220 340 220H400zM100 220C88.9544 220 80 211.0456 80 200C80 188.954 88.9544 180 100 180H160C171.0456 180 180 188.954 180 200C180 211.0456 171.0456 220 160 220H100zM200 200C200 211.0456 208.954 220 220 220H280C291.046 220 300 211.0456 300 200C300 188.954 291.046 180 280 180H220C208.954 180 200 188.954 200 200zM340 400H300V320H80V400H40V300C40 289 49 280 60 280H320C331 280 340 289 340 300V400zM40 0L80 0V80L300 80V0H340V100C340 111 331 120 320 120L60 120C49 120 40 111 40 100V0z" />
1321
1330
  <glyph glyph-name="page-layout"
1322
1331
  unicode="&#xF268;"
1323
1332
  horiz-adv-x="400" d="M380 380H20C9 380 0 371 0 360V40C0 29 9 20 20 20H380C391 20 400 29 400 40V360C400 371 391 380 380 380zM140 60H40V240H140V60zM360 60H160V240H360V60zM360 260H40V340H360V260z" />
@@ -1747,6 +1756,9 @@
1747
1756
  <glyph glyph-name="swap-vertical"
1748
1757
  unicode="&#xF2D6;"
1749
1758
  horiz-adv-x="400" d="M194.2 294L114.2 374C110.6 377.6 105.6 379.8 100 379.8C94.4 379.8 89.4 377.6 85.8 374L5.8 294C2.2 290.4 0 285.4 0 279.8C0 268.8 9 259.8 20 259.8C25.6 259.8 30.6 262 34.2 265.6L80 311.6V40C80 29 89 20 100 20C111 20 120 29 120 40V311.6L165.8 265.8C169.6 262 174.6 259.8 180 259.8C191 259.8 200 268.8 200 279.8C200 285.4 197.8 290.4 194.2 294zM200 320.4C200 320.2 200 320.2 200 320.4C200 320 200 320 200 320V320.4zM200 79.6C200 79.8 200 79.8 200 79.6C200 80 200 80 200 80V79.6zM380 140.2C374.4 140.2 369.4 138 365.8 134.4L320 88.4V360C320 371 311 380 300 380C289 380 280 371 280 360V88.4L234.2 134.2000000000001C230.6 137.8 225.6 140 220 140C209 140 200 131 200 120C200 114.4 202.2 109.4 205.8 105.8L285.8 25.8C289.4 22.2 294.4 20 300 20C305.6 20 310.6 22.2 314.2000000000001 25.8L394.2000000000001 105.8C397.8 109.4 400 114.4 400 120C400 131.2 391 140.2 380 140.2z" />
1759
+ <glyph glyph-name="sweep"
1760
+ unicode="&#xF3A4;"
1761
+ horiz-adv-x="400" d="M245 400C231.192 400 220 388.80712 220 375V180H145C131.1928 180 120 168.808 120 155V125C120 123.31 119.9758 121.644 119.9286 120H120H379.928H380V125V155C380 168.808 368.808 180 355 180H280V375C280 388.80712 268.808 400 255 400H245zM90 340C84.4772 340 80 344.4772 80 350C80 355.5228 84.4772 360 90 360L170 360C175.5228 360 180 355.5228 180 350C180 344.4772 175.5228 340 170 340L90 340zM50 280C44.4772 280 40 284.4772000000001 40 290C40 295.5228 44.4772 300 50 300L170 300C175.5228 300 180 295.5228 180 290C180 284.4772000000001 175.5228 280 170 280L50 280zM90 220C84.4772 220 80 224.4772 80 230C80 235.5228 84.4772 240 90 240H170C175.5228 240 180 235.5228 180 230C180 224.4772 175.5228 220 170 220H90zM60 20C71.0052 20 109.1408 43.254 118.1036 100H378.748C375.386 62.108 363.608 0 325 0H300V40L240 0H200V40L140 0H60V20z" />
1750
1762
  <glyph glyph-name="switch"
1751
1763
  unicode="&#xF2D7;"
1752
1764
  horiz-adv-x="400" d="M245.857864 354.1421356L274.142136 325.8578644L131.5976988 183.280746C136.956984 173.382396 140 162.046566 140 150C140 111.340068 108.6599324 80 70 80C31.3400676 80 1e-13 111.340068 1e-13 150C1e-13 188.659932 31.3400676 220 70 220C82.0547216 220 93.397746 216.952862 103.3008492 211.5868102L245.857864 354.1421356zM330 220C368.659932 220 400 188.659932 400 150C400 111.340068 368.659932 80 330 80C291.3400680000001 80 260 111.340068 260 150C260 188.659932 291.3400680000001 220 330 220zM70 180C53.4314576 180 40 166.568542 40 150C40 133.431458 53.4314576 120 70 120C86.5685424 120 100 133.431458 100 150C100 166.568542 86.5685424 180 70 180zM330 180C313.431458 180 300 166.568542 300 150C300 133.431458 313.431458 120 330 120C346.568542 120 360 133.431458 360 150C360 166.568542 346.568542 180 330 180z" />
@@ -147,6 +147,7 @@ export type BlueprintIcons_20Id =
147
147
  | "data-search"
148
148
  | "data-sync"
149
149
  | "database"
150
+ | "delete-clip"
150
151
  | "delete"
151
152
  | "delta"
152
153
  | "derive-column"
@@ -247,6 +248,7 @@ export type BlueprintIcons_20Id =
247
248
  | "geolocation"
248
249
  | "geosearch"
249
250
  | "geotime"
251
+ | "gift-box"
250
252
  | "git-branch"
251
253
  | "git-commit"
252
254
  | "git-merge"
@@ -436,6 +438,7 @@ export type BlueprintIcons_20Id =
436
438
  | "outdated"
437
439
  | "output"
438
440
  | "package"
441
+ | "page-break"
439
442
  | "page-layout"
440
443
  | "panel-stats"
441
444
  | "panel-table"
@@ -579,6 +582,7 @@ export type BlueprintIcons_20Id =
579
582
  | "superscript"
580
583
  | "swap-horizontal"
581
584
  | "swap-vertical"
585
+ | "sweep"
582
586
  | "switch"
583
587
  | "symbol-circle"
584
588
  | "symbol-cross"
@@ -822,6 +826,7 @@ export type BlueprintIcons_20Key =
822
826
  | "DataSearch"
823
827
  | "DataSync"
824
828
  | "Database"
829
+ | "DeleteClip"
825
830
  | "Delete"
826
831
  | "Delta"
827
832
  | "DeriveColumn"
@@ -922,6 +927,7 @@ export type BlueprintIcons_20Key =
922
927
  | "Geolocation"
923
928
  | "Geosearch"
924
929
  | "Geotime"
930
+ | "GiftBox"
925
931
  | "GitBranch"
926
932
  | "GitCommit"
927
933
  | "GitMerge"
@@ -1111,6 +1117,7 @@ export type BlueprintIcons_20Key =
1111
1117
  | "Outdated"
1112
1118
  | "Output"
1113
1119
  | "Package"
1120
+ | "PageBreak"
1114
1121
  | "PageLayout"
1115
1122
  | "PanelStats"
1116
1123
  | "PanelTable"
@@ -1254,6 +1261,7 @@ export type BlueprintIcons_20Key =
1254
1261
  | "Superscript"
1255
1262
  | "SwapHorizontal"
1256
1263
  | "SwapVertical"
1264
+ | "Sweep"
1257
1265
  | "Switch"
1258
1266
  | "SymbolCircle"
1259
1267
  | "SymbolCross"
@@ -1497,6 +1505,7 @@ export enum BlueprintIcons_20 {
1497
1505
  DataSearch = "data-search",
1498
1506
  DataSync = "data-sync",
1499
1507
  Database = "database",
1508
+ DeleteClip = "delete-clip",
1500
1509
  Delete = "delete",
1501
1510
  Delta = "delta",
1502
1511
  DeriveColumn = "derive-column",
@@ -1597,6 +1606,7 @@ export enum BlueprintIcons_20 {
1597
1606
  Geolocation = "geolocation",
1598
1607
  Geosearch = "geosearch",
1599
1608
  Geotime = "geotime",
1609
+ GiftBox = "gift-box",
1600
1610
  GitBranch = "git-branch",
1601
1611
  GitCommit = "git-commit",
1602
1612
  GitMerge = "git-merge",
@@ -1786,6 +1796,7 @@ export enum BlueprintIcons_20 {
1786
1796
  Outdated = "outdated",
1787
1797
  Output = "output",
1788
1798
  Package = "package",
1799
+ PageBreak = "page-break",
1789
1800
  PageLayout = "page-layout",
1790
1801
  PanelStats = "panel-stats",
1791
1802
  PanelTable = "panel-table",
@@ -1929,6 +1940,7 @@ export enum BlueprintIcons_20 {
1929
1940
  Superscript = "superscript",
1930
1941
  SwapHorizontal = "swap-horizontal",
1931
1942
  SwapVertical = "swap-vertical",
1943
+ Sweep = "sweep",
1932
1944
  Switch = "switch",
1933
1945
  SymbolCircle = "symbol-circle",
1934
1946
  SymbolCross = "symbol-cross",
@@ -2173,6 +2185,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
2173
2185
  [BlueprintIcons_20.DataSearch]: "62319",
2174
2186
  [BlueprintIcons_20.DataSync]: "62316",
2175
2187
  [BlueprintIcons_20.Database]: "61812",
2188
+ [BlueprintIcons_20.DeleteClip]: "62371",
2176
2189
  [BlueprintIcons_20.Delete]: "61813",
2177
2190
  [BlueprintIcons_20.Delta]: "61814",
2178
2191
  [BlueprintIcons_20.DeriveColumn]: "61815",
@@ -2273,6 +2286,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
2273
2286
  [BlueprintIcons_20.Geolocation]: "61896",
2274
2287
  [BlueprintIcons_20.Geosearch]: "61897",
2275
2288
  [BlueprintIcons_20.Geotime]: "62276",
2289
+ [BlueprintIcons_20.GiftBox]: "62370",
2276
2290
  [BlueprintIcons_20.GitBranch]: "61898",
2277
2291
  [BlueprintIcons_20.GitCommit]: "61899",
2278
2292
  [BlueprintIcons_20.GitMerge]: "61900",
@@ -2462,6 +2476,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
2462
2476
  [BlueprintIcons_20.Outdated]: "62055",
2463
2477
  [BlueprintIcons_20.Output]: "62320",
2464
2478
  [BlueprintIcons_20.Package]: "62325",
2479
+ [BlueprintIcons_20.PageBreak]: "62373",
2465
2480
  [BlueprintIcons_20.PageLayout]: "62056",
2466
2481
  [BlueprintIcons_20.PanelStats]: "62057",
2467
2482
  [BlueprintIcons_20.PanelTable]: "62058",
@@ -2605,6 +2620,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
2605
2620
  [BlueprintIcons_20.Superscript]: "62266",
2606
2621
  [BlueprintIcons_20.SwapHorizontal]: "62165",
2607
2622
  [BlueprintIcons_20.SwapVertical]: "62166",
2623
+ [BlueprintIcons_20.Sweep]: "62372",
2608
2624
  [BlueprintIcons_20.Switch]: "62167",
2609
2625
  [BlueprintIcons_20.SymbolCircle]: "62168",
2610
2626
  [BlueprintIcons_20.SymbolCross]: "62169",
@@ -0,0 +1 @@
1
+ export default ["M19.707.293a1 1 0 00-1.414 0L15.5 3.086 12.707.293a1 1 0 10-1.414 1.414L14.086 4.5l-2.793 2.793a1 1 0 001.414 1.414L15.5 5.914l2.793 2.793a1 1 0 101.414-1.414L16.914 4.5l2.793-2.793a1 1 0 000-1.414zM0 5a1 1 0 011-1h4a1 1 0 010 2H2v3a1 1 0 01-2 0V5zm1 15a1 1 0 01-1-1v-4a1 1 0 112 0v3h3a1 1 0 110 2H1zm10 0h4a1 1 0 001-1v-4a1 1 0 10-2 0v3h-3a1 1 0 100 2zm0-8a3 3 0 11-6 0 3 3 0 016 0z"];
@@ -0,0 +1 @@
1
+ export default ["M8.788.915A3.121 3.121 0 003.801 4.54H1a1 1 0 00-1 1v4a1 1 0 001 1h18a1 1 0 001-1v-4a1 1 0 00-1-1h-2.8A3.122 3.122 0 0011.211.915l-1 .999a4.16 4.16 0 00-.212.23 4.141 4.141 0 00-.213-.23l-.999-1zm5.424 3l-.626.626H11.02a2.14 2.14 0 01.606-1.213l.999-.999a1.121 1.121 0 111.586 1.586zm-5.233.626a2.14 2.14 0 00-.606-1.213l-.999-.999a1.121 1.121 0 10-1.586 1.586l.626.626H8.98zM7 11.54H1v7a1 1 0 001 1h5v-8zm12 0h-6v8h5a1 1 0 001-1v-7zm-11 0h4v8H8v-8z"];
@@ -147,6 +147,7 @@ export { default as DataSearch } from "./data-search";
147
147
  export { default as DataSync } from "./data-sync";
148
148
  export { default as Database } from "./database";
149
149
  export { default as Delete } from "./delete";
150
+ export { default as DeleteClip } from "./delete-clip";
150
151
  export { default as Delta } from "./delta";
151
152
  export { default as DeriveColumn } from "./derive-column";
152
153
  export { default as Desktop } from "./desktop";
@@ -246,6 +247,7 @@ export { default as Geofence } from "./geofence";
246
247
  export { default as Geolocation } from "./geolocation";
247
248
  export { default as Geosearch } from "./geosearch";
248
249
  export { default as Geotime } from "./geotime";
250
+ export { default as GiftBox } from "./gift-box";
249
251
  export { default as GitBranch } from "./git-branch";
250
252
  export { default as GitCommit } from "./git-commit";
251
253
  export { default as GitMerge } from "./git-merge";
@@ -435,6 +437,7 @@ export { default as OpenApplication } from "./open-application";
435
437
  export { default as Outdated } from "./outdated";
436
438
  export { default as Output } from "./output";
437
439
  export { default as Package } from "./package";
440
+ export { default as PageBreak } from "./page-break";
438
441
  export { default as PageLayout } from "./page-layout";
439
442
  export { default as Panel } from "./panel";
440
443
  export { default as PanelStats } from "./panel-stats";
@@ -578,6 +581,7 @@ export { default as SubtractRightJoin } from "./subtract-right-join";
578
581
  export { default as Superscript } from "./superscript";
579
582
  export { default as SwapHorizontal } from "./swap-horizontal";
580
583
  export { default as SwapVertical } from "./swap-vertical";
584
+ export { default as Sweep } from "./sweep";
581
585
  export { default as Switch } from "./switch";
582
586
  export { default as SymbolCircle } from "./symbol-circle";
583
587
  export { default as SymbolCross } from "./symbol-cross";
@@ -0,0 +1 @@
1
+ export default ["M0 11V9h2a1 1 0 010 2H0zm20-2v2h-3a1 1 0 110-2h3zM5 9a1 1 0 000 2h3a1 1 0 100-2H5zm5 1a1 1 0 011-1h3a1 1 0 110 2h-3a1 1 0 01-1-1zM17 0h-2v4H4V0H2v5c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V0zM2 20h2v-4h11v4h2v-5c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v5z"];
@@ -0,0 +1 @@
1
+ export default ["M12.25 0C11.56 0 11 .56 11 1.25V11H7.25C6.56 11 6 11.56 6 12.25v1.5c0 .085-.001.168-.004.25H19v-1.75c0-.69-.56-1.25-1.25-1.25H14V1.25C14 .56 13.44 0 12.75 0h-.5zM4.5 3a.5.5 0 010-1h4a.5.5 0 010 1h-4zm-2 3a.5.5 0 010-1h6a.5.5 0 010 1h-6zm2 3a.5.5 0 010-1h4a.5.5 0 010 1h-4zM3 19c.55 0 2.457-1.163 2.905-4h13.032c-.168 1.895-.757 5-2.687 5H15v-2l-3 2h-2v-2l-3 2H3v-1z"];
@@ -0,0 +1,41 @@
1
+ /*
2
+ * Copyright 2024 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 * as React from "react";
17
+ import type { SVGIconProps } from "../../svgIconProps";
18
+ import { IconSize } from "../../iconTypes";
19
+ import { SVGIconContainer } from "../../svgIconContainer";
20
+
21
+ export const DeleteClip: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
22
+ const isLarge = props.size! >= IconSize.LARGE;
23
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
24
+ const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
25
+ const style = { transformOrigin: "center" };
26
+ return (
27
+ <SVGIconContainer iconName="delete-clip" ref={ref} {...props}>
28
+ <path
29
+ d={isLarge ? "M394.142 394.14214C386.332 401.952622 373.668 401.952622 365.858 394.14214L310 338.2842L254.142 394.14214C246.332 401.952622 233.668 401.952622 225.858 394.14214C218.048 386.33164 218.048 373.6684 225.858 365.8578L281.716 310L225.858 254.1422C218.048 246.3316 218.048 233.6684 225.858 225.8578C233.668 218.0474 246.332 218.0474 254.142 225.8578L310 281.7158L365.858 225.8578C373.668 218.0474 386.332 218.0474 394.142 225.8578C401.952 233.6684 401.952 246.3316 394.142 254.1422L338.284 310L394.142 365.8578C401.952 373.6684 401.952 386.33164 394.142 394.14214zM0 300C0 311.0456 8.9543 320 20 320H100C111.0456 320 120 311.0456 120 300C120 288.9544 111.0456 280 100 280H40V220C40 208.9544 31.0456 200 20 200C8.9543 200 0 208.9544 0 220V300zM20 0C8.9543 0 0 8.954 0 20V100C0 111.046 8.9543 120 20 120C31.0456 120 40 111.046 40 100V40H100C111.0456 40 120 31.046 120 20C120 8.954 111.0456 0 100 0H20zM220 0L300 0C311.046 0 320 8.954 320 20V100C320 111.046 311.046 120 300 120C288.954 120 280 111.046 280 100V40L220 40C208.954 40 200 31.046 200 20C200 8.954 208.954 0 220 0zM220 160C220 126.862 193.137 100 160 100C126.863 100 100 126.862 100 160C100 193.138 126.863 220 160 220C193.137 220 220 193.138 220 160z" : "M314.142 314.14204C321.952 306.3315 321.952 293.6682 314.142 285.8578L278.284 250L314.142 214.1422C321.952 206.3318 321.952 193.6684 314.142 185.858C306.332 178.0474 293.668 178.0474 285.858 185.8578L250 221.716L214.142 185.8584C206.33 178.048 193.6676 178.048 185.8572 185.8586C178.0466 193.6692 178.0468 206.3324 185.8574 214.1428L221.714 250L185.8574 285.8572C178.0468 293.6676 178.0468 306.33098 185.8572 314.1415C193.6676 321.952038 206.33 321.952112 214.142 314.14166L250 278.2842L285.858 314.14222C293.668 321.9526640000001 306.332 321.95258 314.142 314.14204zM0 240C0 251.0456 8.9543 260 20 260H90C101.0456 260 110 251.0456 110 240C110 228.9544 101.0456 220 90 220H40V180C40 168.9544 31.0456 160 20 160C8.9543 160 0 168.9544 0 180V240zM20 0C8.9543 0 0 8.954 0 20V80C0 91.046 8.9543 100 20 100C31.0456 100 40 91.046 40 80V40H90C101.0456 40 110 31.046 110 20C110 8.954 101.0456 0 90 0H20zM240 0C245.304 0 250.392 2.108 254.142 5.858C257.892 9.608 260 14.696 260 20V80C260 91.046 251.046 100 240 100C228.954 100 220 91.046 220 80V40L180 40C168.9544 40 160 31.046 160 20C160 8.954 168.9542 0 180 0L240 0zM180 130C180 102.386 157.6142 80 130 80C102.3858 80 80 102.386 80 130C80 157.6142 102.3858 180 130 180C157.6142 180 180 157.6142 180 130z"}
30
+ fillRule="evenodd"
31
+ transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
32
+ style={style}
33
+ />
34
+ </SVGIconContainer>
35
+ );
36
+ });
37
+ DeleteClip.defaultProps = {
38
+ size: IconSize.STANDARD,
39
+ };
40
+ DeleteClip.displayName = `Blueprint5.Icon.DeleteClip`;
41
+ export default DeleteClip;
@@ -0,0 +1,41 @@
1
+ /*
2
+ * Copyright 2024 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 * as React from "react";
17
+ import type { SVGIconProps } from "../../svgIconProps";
18
+ import { IconSize } from "../../iconTypes";
19
+ import { SVGIconContainer } from "../../svgIconContainer";
20
+
21
+ export const GiftBox: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
22
+ const isLarge = props.size! >= IconSize.LARGE;
23
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
24
+ const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
25
+ const style = { transformOrigin: "center" };
26
+ return (
27
+ <SVGIconContainer iconName="gift-box" ref={ref} {...props}>
28
+ <path
29
+ d={isLarge ? "M175.765 381.7054C145.6354 411.83502 94.8426 403.59246 75.787 365.4812C66.7516 347.4108 67.1728 326.5176 76.0144 309.186H20C8.9543 309.186 0 300.2316 0 289.1858V209.1858C0 198.14 8.95432 189.186 20 189.186H380C391.046 189.186 400 198.14 400 209.1858V289.1858C400 300.2316 391.046 309.186 380 309.186H323.986C332.8280000000001 326.5176 333.2480000000001 347.4108 324.214 365.4812C305.158 403.59246 254.364 411.83502 224.236 381.7054L204.25 361.7208C202.772 360.2418 201.354 358.7122 200 357.1366C198.646 358.7122 197.2286 360.2416 195.7494 361.7208L175.765 381.7054zM284.236 321.7052L271.716 309.186H220.424C221.72 318.3146 225.94 326.8412 232.534 333.4366L252.52 353.421C263.344 364.245 281.59 361.284 288.436 347.5926C292.752 338.9586 291.06 328.531 284.236 321.7052zM179.576 309.186C178.281 318.3146 174.0606 326.8412 167.4652 333.4366L147.4806 353.421C136.6568 364.245 118.4096 361.284 111.564 347.5926C107.247 338.9586 108.9392 328.531 115.765 321.7052L128.2842 309.186H179.576zM140 169.184H20V29.184C20 18.138 28.9544 9.184 40 9.184H140V169.184zM380 169.184H260V9.184H360C371.046 9.184 380 18.138 380 29.184V169.184zM160 169.184H240V9.184H160V169.184z" : "M135.765 301.70544C105.6354 331.835 54.8426 323.59246 35.787 285.4812C26.7516 267.4108 27.1728 246.5178 36.0144 229.186H20C8.9543 229.186 0 220.2318 0 209.186V169.186C0 158.1404 8.9543 149.186 20 149.186H300C311.046 149.186 320 158.1404 320 169.186V209.186C320 220.2318 311.046 229.186 300 229.186H283.986C292.8280000000001 246.5178 293.248 267.4108 284.214 285.4812C265.158 323.59246 214.364 331.835 184.235 301.70544L164.2506 281.721C162.7714 280.2418 161.354 278.7124 160 277.1368C158.646 278.7124 157.2286 280.2418 155.7494 281.721L135.765 301.70544zM244.236 241.7054L231.716 229.186H180.424C181.719 238.3148 185.9394 246.8412 192.5348 253.4366L212.52 273.4212C223.344 284.245 241.59 281.284 248.436 267.5926C252.752 258.9588 251.06 248.5312 244.236 241.7054zM139.576 229.186C138.281 238.3148 134.0606 246.8412 127.4652 253.4366L107.4806 273.4212C96.6568 284.245 78.4096 281.284 71.564 267.5926C67.247 258.9588 68.9392 248.5312 75.765 241.7054L88.2842 229.186H139.576zM120 129.1846H20V29.184C20 18.138 28.9544 9.184 40 9.184H120V129.1846zM300 129.1846H200V9.184H280C291.046 9.184 300 18.138 300 29.184V129.1846zM140 129.1846H180V9.184H140V129.1846z"}
30
+ fillRule="evenodd"
31
+ transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
32
+ style={style}
33
+ />
34
+ </SVGIconContainer>
35
+ );
36
+ });
37
+ GiftBox.defaultProps = {
38
+ size: IconSize.STANDARD,
39
+ };
40
+ GiftBox.displayName = `Blueprint5.Icon.GiftBox`;
41
+ export default GiftBox;
@@ -161,6 +161,7 @@ export { DataLineage } from "./data-lineage";
161
161
  export { DataSearch } from "./data-search";
162
162
  export { DataSync } from "./data-sync";
163
163
  export { Database } from "./database";
164
+ export { DeleteClip } from "./delete-clip";
164
165
  export { Delete } from "./delete";
165
166
  export { Delta } from "./delta";
166
167
  export { DeriveColumn } from "./derive-column";
@@ -261,6 +262,7 @@ export { Geofence } from "./geofence";
261
262
  export { Geolocation } from "./geolocation";
262
263
  export { Geosearch } from "./geosearch";
263
264
  export { Geotime } from "./geotime";
265
+ export { GiftBox } from "./gift-box";
264
266
  export { GitBranch } from "./git-branch";
265
267
  export { GitCommit } from "./git-commit";
266
268
  export { GitMerge } from "./git-merge";
@@ -450,6 +452,7 @@ export { OpenApplication } from "./open-application";
450
452
  export { Outdated } from "./outdated";
451
453
  export { Output } from "./output";
452
454
  export { Package } from "./package";
455
+ export { PageBreak } from "./page-break";
453
456
  export { PageLayout } from "./page-layout";
454
457
  export { PanelStats } from "./panel-stats";
455
458
  export { PanelTable } from "./panel-table";
@@ -593,6 +596,7 @@ export { SubtractRightJoin } from "./subtract-right-join";
593
596
  export { Superscript } from "./superscript";
594
597
  export { SwapHorizontal } from "./swap-horizontal";
595
598
  export { SwapVertical } from "./swap-vertical";
599
+ export { Sweep } from "./sweep";
596
600
  export { Switch } from "./switch";
597
601
  export { SymbolCircle } from "./symbol-circle";
598
602
  export { SymbolCross } from "./symbol-cross";
@@ -0,0 +1,41 @@
1
+ /*
2
+ * Copyright 2024 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 * as React from "react";
17
+ import type { SVGIconProps } from "../../svgIconProps";
18
+ import { IconSize } from "../../iconTypes";
19
+ import { SVGIconContainer } from "../../svgIconContainer";
20
+
21
+ export const PageBreak: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
22
+ const isLarge = props.size! >= IconSize.LARGE;
23
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
24
+ const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
25
+ const style = { transformOrigin: "center" };
26
+ return (
27
+ <SVGIconContainer iconName="page-break" ref={ref} {...props}>
28
+ <path
29
+ d={isLarge ? "M0 180V220H40C51.0456 220 60 211.0456 60 200C60 188.954 51.0456 180 40 180H0zM400 220V180H340C328.954 180 320 188.954 320 200C320 211.0456 328.954 220 340 220H400zM100 220C88.9544 220 80 211.0456 80 200C80 188.954 88.9544 180 100 180H160C171.0456 180 180 188.954 180 200C180 211.0456 171.0456 220 160 220H100zM200 200C200 211.0456 208.954 220 220 220H280C291.046 220 300 211.0456 300 200C300 188.954 291.046 180 280 180H220C208.954 180 200 188.954 200 200zM340 400H300V320H80V400H40V300C40 289 49 280 60 280H320C331 280 340 289 340 300V400zM40 0L80 0V80L300 80V0H340V100C340 111 331 120 320 120L60 120C49 120 40 111 40 100V0z" : "M20 180H60A20 20 0 0 0 80 160V160A20 20 0 0 0 60 140H20A20 20 0 0 0 0 160V160A20 20 0 0 0 20 180zM140 180H180A20 20 0 0 0 200 160V160A20 20 0 0 0 180 140H140A20 20 0 0 0 120 160V160A20 20 0 0 0 140 180zM260 180H300A20 20 0 0 0 320 160V160A20 20 0 0 0 300 140H260A20 20 0 0 0 240 160V160A20 20 0 0 0 260 180zM280 320H240V260H80V320H40V240C40 229 49 220 60 220H260C271 220 280 229 280 240V320zM40 0H80V60L240 60V0H280V80C280 91 271 100 260 100L60 100C49 100 40 91 40 80V0z"}
30
+ fillRule="evenodd"
31
+ transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
32
+ style={style}
33
+ />
34
+ </SVGIconContainer>
35
+ );
36
+ });
37
+ PageBreak.defaultProps = {
38
+ size: IconSize.STANDARD,
39
+ };
40
+ PageBreak.displayName = `Blueprint5.Icon.PageBreak`;
41
+ export default PageBreak;
@@ -0,0 +1,41 @@
1
+ /*
2
+ * Copyright 2024 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 * as React from "react";
17
+ import type { SVGIconProps } from "../../svgIconProps";
18
+ import { IconSize } from "../../iconTypes";
19
+ import { SVGIconContainer } from "../../svgIconContainer";
20
+
21
+ export const Sweep: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
22
+ const isLarge = props.size! >= IconSize.LARGE;
23
+ const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
24
+ const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
25
+ const style = { transformOrigin: "center" };
26
+ return (
27
+ <SVGIconContainer iconName="sweep" ref={ref} {...props}>
28
+ <path
29
+ d={isLarge ? "M245 400C231.192 400 220 388.80712 220 375V180H145C131.1928 180 120 168.808 120 155V125C120 123.31 119.9758 121.644 119.9286 120H120H379.928H380V125V155C380 168.808 368.808 180 355 180H280V375C280 388.80712 268.808 400 255 400H245zM90 340C84.4772 340 80 344.4772 80 350C80 355.5228 84.4772 360 90 360L170 360C175.5228 360 180 355.5228 180 350C180 344.4772 175.5228 340 170 340L90 340zM50 280C44.4772 280 40 284.4772000000001 40 290C40 295.5228 44.4772 300 50 300L170 300C175.5228 300 180 295.5228 180 290C180 284.4772000000001 175.5228 280 170 280L50 280zM90 220C84.4772 220 80 224.4772 80 230C80 235.5228 84.4772 240 90 240H170C175.5228 240 180 235.5228 180 230C180 224.4772 175.5228 220 170 220H90zM60 20C71.0052 20 109.1408 43.254 118.1036 100H378.748C375.386 62.108 363.608 0 325 0H300V40L240 0H200V40L140 0H60V20z" : "M200 320C188.9542 320 180 311.0457 180 300V140H120C108.9544 140 100 131.0458 100 120V100H300V120C300 131.0458 291.046 140 280 140H220V300C220 311.0457 211.046 320 200 320zM70 260C64.4772 260 60 264.4772 60 270C60 275.5228 64.4772 280 70 280L130 280C135.5228 280 140 275.5228 140 270C140 264.4772 135.5228 260 130 260L70 260zM30 220C24.4772 220 20 224.4772 20 230C20 235.5228 24.4772 240 30 240H130C135.5228 240 140 235.5228 140 230C140 224.4772 135.5228 220 130 220L30 220zM70 180C64.4772 180 60 184.4772 60 190C60 195.5228 64.4772 200 70 200H130C135.5228 200 140 195.5228 140 190C140 184.4772 135.5228 180 130 180H70zM60 20C68.7938 20 93.054 35.466 98.7784 80H299.526C297.924 49.686 290.886 0 260 0H240V20L200 0H160V20L120 0H60V20z"}
30
+ fillRule="evenodd"
31
+ transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
32
+ style={style}
33
+ />
34
+ </SVGIconContainer>
35
+ );
36
+ });
37
+ Sweep.defaultProps = {
38
+ size: IconSize.STANDARD,
39
+ };
40
+ Sweep.displayName = `Blueprint5.Icon.Sweep`;
41
+ export default Sweep;
@@ -164,6 +164,7 @@ export { DataLineage } from "./components/data-lineage";
164
164
  export { DataSearch } from "./components/data-search";
165
165
  export { DataSync } from "./components/data-sync";
166
166
  export { Database } from "./components/database";
167
+ export { DeleteClip } from "./components/delete-clip";
167
168
  export { Delete } from "./components/delete";
168
169
  export { Delta } from "./components/delta";
169
170
  export { DeriveColumn } from "./components/derive-column";
@@ -264,6 +265,7 @@ export { Geofence } from "./components/geofence";
264
265
  export { Geolocation } from "./components/geolocation";
265
266
  export { Geosearch } from "./components/geosearch";
266
267
  export { Geotime } from "./components/geotime";
268
+ export { GiftBox } from "./components/gift-box";
267
269
  export { GitBranch } from "./components/git-branch";
268
270
  export { GitCommit } from "./components/git-commit";
269
271
  export { GitMerge } from "./components/git-merge";
@@ -453,6 +455,7 @@ export { OpenApplication } from "./components/open-application";
453
455
  export { Outdated } from "./components/outdated";
454
456
  export { Output } from "./components/output";
455
457
  export { Package } from "./components/package";
458
+ export { PageBreak } from "./components/page-break";
456
459
  export { PageLayout } from "./components/page-layout";
457
460
  export { PanelStats } from "./components/panel-stats";
458
461
  export { PanelTable } from "./components/panel-table";
@@ -596,6 +599,7 @@ export { SubtractRightJoin } from "./components/subtract-right-join";
596
599
  export { Superscript } from "./components/superscript";
597
600
  export { SwapHorizontal } from "./components/swap-horizontal";
598
601
  export { SwapVertical } from "./components/swap-vertical";
602
+ export { Sweep } from "./components/sweep";
599
603
  export { Switch } from "./components/switch";
600
604
  export { SymbolCircle } from "./components/symbol-circle";
601
605
  export { SymbolCross } from "./components/symbol-cross";