@esri/calcite-ui-icons 3.23.1 → 3.23.3

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 (56) hide show
  1. package/docs/icons.json +1 -1
  2. package/docs/keywords.json +62 -1
  3. package/icons/slash-16.svg +1 -0
  4. package/icons/slash-24.svg +1 -0
  5. package/icons/slash-32.svg +1 -0
  6. package/icons/text-button-16.svg +1 -0
  7. package/icons/text-button-24.svg +1 -0
  8. package/icons/text-button-32.svg +1 -0
  9. package/icons/text-dashed-underline-16.svg +1 -0
  10. package/icons/text-dashed-underline-24.svg +1 -0
  11. package/icons/text-dashed-underline-32.svg +1 -0
  12. package/icons/text-solid-underline-16.svg +1 -0
  13. package/icons/text-solid-underline-24.svg +1 -0
  14. package/icons/text-solid-underline-32.svg +1 -0
  15. package/index.d.ts +12 -0
  16. package/index.js +12 -0
  17. package/js/slash16.d.ts +1 -0
  18. package/js/slash16.js +1 -0
  19. package/js/slash16.json +1 -0
  20. package/js/slash24.d.ts +1 -0
  21. package/js/slash24.js +1 -0
  22. package/js/slash24.json +1 -0
  23. package/js/slash32.d.ts +1 -0
  24. package/js/slash32.js +1 -0
  25. package/js/slash32.json +1 -0
  26. package/js/textButton16.d.ts +1 -0
  27. package/js/textButton16.js +1 -0
  28. package/js/textButton16.json +1 -0
  29. package/js/textButton24.d.ts +1 -0
  30. package/js/textButton24.js +1 -0
  31. package/js/textButton24.json +1 -0
  32. package/js/textButton32.d.ts +1 -0
  33. package/js/textButton32.js +1 -0
  34. package/js/textButton32.json +1 -0
  35. package/js/textDashedUnderline16.d.ts +1 -0
  36. package/js/textDashedUnderline16.js +1 -0
  37. package/js/textDashedUnderline16.json +1 -0
  38. package/js/textDashedUnderline24.d.ts +1 -0
  39. package/js/textDashedUnderline24.js +1 -0
  40. package/js/textDashedUnderline24.json +1 -0
  41. package/js/textDashedUnderline32.d.ts +1 -0
  42. package/js/textDashedUnderline32.js +1 -0
  43. package/js/textDashedUnderline32.json +1 -0
  44. package/js/textSolidUnderline16.d.ts +1 -0
  45. package/js/textSolidUnderline16.js +1 -0
  46. package/js/textSolidUnderline16.json +1 -0
  47. package/js/textSolidUnderline24.d.ts +1 -0
  48. package/js/textSolidUnderline24.js +1 -0
  49. package/js/textSolidUnderline24.json +1 -0
  50. package/js/textSolidUnderline32.d.ts +1 -0
  51. package/js/textSolidUnderline32.js +1 -0
  52. package/js/textSolidUnderline32.json +1 -0
  53. package/package.json +1 -1
  54. package/sprite-16.svg +1 -1
  55. package/sprite-24.svg +1 -1
  56. package/sprite-32.svg +1 -1
@@ -12253,5 +12253,66 @@
12253
12253
  ],
12254
12254
  "category":"Generic",
12255
12255
  "release":""
12256
- }
12256
+ },
12257
+ "text-button":{
12258
+ "alias":[
12259
+ "3.23.2",
12260
+ "text",
12261
+ "button",
12262
+ "letter",
12263
+ "fill",
12264
+ "A",
12265
+ "box",
12266
+ "words",
12267
+ "type",
12268
+ "layout"
12269
+ ],
12270
+ "category":"Text",
12271
+ "release":"3.23.2"
12272
+ },
12273
+ "text-dashed-underline":{
12274
+ "alias":[
12275
+ "3.23.2",
12276
+ "text",
12277
+ "button",
12278
+ "letter",
12279
+ "A",
12280
+ "line",
12281
+ "words",
12282
+ "type",
12283
+ "layout"
12284
+ ],
12285
+ "category":"Text",
12286
+ "release":"3.23.2"
12287
+ },
12288
+ "text-solid-underline":{
12289
+ "alias":[
12290
+ "3.23.2",
12291
+ "text",
12292
+ "button",
12293
+ "letter",
12294
+ "A",
12295
+ "line",
12296
+ "words",
12297
+ "type",
12298
+ "layout",
12299
+ "solid"
12300
+ ],
12301
+ "category":"Text",
12302
+ "release":"3.23.2"
12303
+ },
12304
+ "slash":{
12305
+ "alias":[
12306
+ "3.23.3",
12307
+ "symbols",
12308
+ "forward slash",
12309
+ "diagonal",
12310
+ "character",
12311
+ "line",
12312
+ "divider",
12313
+ "breadcrumbs"
12314
+ ],
12315
+ "category":"Symbols",
12316
+ "release":"3.23.3"
12317
+ }
12257
12318
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M4.308 15L9.716 1h1.072L5.38 15z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.648 2h1.072L7.996 22H6.924z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19.58 3h1.073L10.61 29H9.539z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 0h16v16H0z"/><path d="M8 4.267L9.563 8H6.437zM15 1v14H1V1zm-2.136 11L8.677 2H7.323L3.136 12h1.626l1.274-3h3.923l1.278 3z"/><path d="M0 0h16v16H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z"/><path d="M12 6.075L15.163 13H8.837zM22 2v20H2V2zm-2.574 17L12.733 4h-1.466L4.574 19h1.639l2.283-5h6.99l2.301 5z"/><path d="M0 0h24v24H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M0 0h32v32H0z"/><path d="M16 8.22L20.426 19h-8.852zM30 3v28H2V3zm-5.056 23L16.66 6h-1.318L7.056 26h1.646l2.484-6h9.649l2.463 6z"/><path d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 14h2v1H5zm4 1h2v-1H9zm-8 0h2v-1H1zm12-1v1h2v-1zm-2.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11 22h2v1h-2zm-6 1h2v-1H5zm9 0h2v-1h-2zm-6 0h2v-1H8zm12-1v1h2v-1zm-3 1h2v-1h-2zM2 23h2v-1H2zm16.062-4h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M7 30h2v1H7zm4 1h2v-1h-2zm4 0h2v-1h-2zm12-1v1h2v-1zm-8 1h2v-1h-2zM3 31h2v-1H3zm20 0h2v-1h-2zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15 14v1H1v-1zm-4.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 22v1H2v-1zm-3.938-3h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29 30v1H3v-1zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
package/index.d.ts CHANGED
@@ -2373,6 +2373,9 @@ export const signOut32: string;
2373
2373
  export const skyPlot16: string;
2374
2374
  export const skyPlot24: string;
2375
2375
  export const skyPlot32: string;
2376
+ export const slash16: string;
2377
+ export const slash24: string;
2378
+ export const slash32: string;
2376
2379
  export const slice16: string;
2377
2380
  export const slice24: string;
2378
2381
  export const slice32: string;
@@ -2583,6 +2586,12 @@ export const testData32: string;
2583
2586
  export const text16: string;
2584
2587
  export const text24: string;
2585
2588
  export const text32: string;
2589
+ export const textButton16: string;
2590
+ export const textButton24: string;
2591
+ export const textButton32: string;
2592
+ export const textDashedUnderline16: string;
2593
+ export const textDashedUnderline24: string;
2594
+ export const textDashedUnderline32: string;
2586
2595
  export const textLarge16: string;
2587
2596
  export const textLarge24: string;
2588
2597
  export const textLarge32: string;
@@ -2595,6 +2604,9 @@ export const textParagraphLarge32: string;
2595
2604
  export const textSmall16: string;
2596
2605
  export const textSmall24: string;
2597
2606
  export const textSmall32: string;
2607
+ export const textSolidUnderline16: string;
2608
+ export const textSolidUnderline24: string;
2609
+ export const textSolidUnderline32: string;
2598
2610
  export const thumbsDown16: string;
2599
2611
  export const thumbsDown24: string;
2600
2612
  export const thumbsDown32: string;
package/index.js CHANGED
@@ -2366,6 +2366,9 @@ export {signOut32} from "./js/signOut32.js";
2366
2366
  export {skyPlot16} from "./js/skyPlot16.js";
2367
2367
  export {skyPlot24} from "./js/skyPlot24.js";
2368
2368
  export {skyPlot32} from "./js/skyPlot32.js";
2369
+ export {slash16} from "./js/slash16.js";
2370
+ export {slash24} from "./js/slash24.js";
2371
+ export {slash32} from "./js/slash32.js";
2369
2372
  export {slice16} from "./js/slice16.js";
2370
2373
  export {slice24} from "./js/slice24.js";
2371
2374
  export {slice32} from "./js/slice32.js";
@@ -2576,6 +2579,12 @@ export {testData32} from "./js/testData32.js";
2576
2579
  export {text16} from "./js/text16.js";
2577
2580
  export {text24} from "./js/text24.js";
2578
2581
  export {text32} from "./js/text32.js";
2582
+ export {textButton16} from "./js/textButton16.js";
2583
+ export {textButton24} from "./js/textButton24.js";
2584
+ export {textButton32} from "./js/textButton32.js";
2585
+ export {textDashedUnderline16} from "./js/textDashedUnderline16.js";
2586
+ export {textDashedUnderline24} from "./js/textDashedUnderline24.js";
2587
+ export {textDashedUnderline32} from "./js/textDashedUnderline32.js";
2579
2588
  export {textLarge16} from "./js/textLarge16.js";
2580
2589
  export {textLarge24} from "./js/textLarge24.js";
2581
2590
  export {textLarge32} from "./js/textLarge32.js";
@@ -2588,6 +2597,9 @@ export {textParagraphLarge32} from "./js/textParagraphLarge32.js";
2588
2597
  export {textSmall16} from "./js/textSmall16.js";
2589
2598
  export {textSmall24} from "./js/textSmall24.js";
2590
2599
  export {textSmall32} from "./js/textSmall32.js";
2600
+ export {textSolidUnderline16} from "./js/textSolidUnderline16.js";
2601
+ export {textSolidUnderline24} from "./js/textSolidUnderline24.js";
2602
+ export {textSolidUnderline32} from "./js/textSolidUnderline32.js";
2591
2603
  export {thumbsDown16} from "./js/thumbsDown16.js";
2592
2604
  export {thumbsDown24} from "./js/thumbsDown24.js";
2593
2605
  export {thumbsDown32} from "./js/thumbsDown32.js";
@@ -0,0 +1 @@
1
+ export const slash16: string;
package/js/slash16.js ADDED
@@ -0,0 +1 @@
1
+ export const slash16 = "M4.308 15L9.716 1h1.072L5.38 15z";
@@ -0,0 +1 @@
1
+ "M4.308 15L9.716 1h1.072L5.38 15z"
@@ -0,0 +1 @@
1
+ export const slash24: string;
package/js/slash24.js ADDED
@@ -0,0 +1 @@
1
+ export const slash24 = "M14.648 2h1.072L7.996 22H6.924z";
@@ -0,0 +1 @@
1
+ "M14.648 2h1.072L7.996 22H6.924z"
@@ -0,0 +1 @@
1
+ export const slash32: string;
package/js/slash32.js ADDED
@@ -0,0 +1 @@
1
+ export const slash32 = "M19.58 3h1.073L10.61 29H9.539z";
@@ -0,0 +1 @@
1
+ "M19.58 3h1.073L10.61 29H9.539z"
@@ -0,0 +1 @@
1
+ export const textButton16: string;
@@ -0,0 +1 @@
1
+ export const textButton16 = "M8 4.267L9.563 8H6.437zM15 1v14H1V1zm-2.136 11L8.677 2H7.323L3.136 12h1.626l1.274-3h3.923l1.278 3z";
@@ -0,0 +1 @@
1
+ "M8 4.267L9.563 8H6.437zM15 1v14H1V1zm-2.136 11L8.677 2H7.323L3.136 12h1.626l1.274-3h3.923l1.278 3z"
@@ -0,0 +1 @@
1
+ export const textButton24: string;
@@ -0,0 +1 @@
1
+ export const textButton24 = "M12 6.075L15.163 13H8.837zM22 2v20H2V2zm-2.574 17L12.733 4h-1.466L4.574 19h1.639l2.283-5h6.99l2.301 5z";
@@ -0,0 +1 @@
1
+ "M12 6.075L15.163 13H8.837zM22 2v20H2V2zm-2.574 17L12.733 4h-1.466L4.574 19h1.639l2.283-5h6.99l2.301 5z"
@@ -0,0 +1 @@
1
+ export const textButton32: string;
@@ -0,0 +1 @@
1
+ export const textButton32 = "M16 8.22L20.426 19h-8.852zM30 3v28H2V3zm-5.056 23L16.66 6h-1.318L7.056 26h1.646l2.484-6h9.649l2.463 6z";
@@ -0,0 +1 @@
1
+ "M16 8.22L20.426 19h-8.852zM30 3v28H2V3zm-5.056 23L16.66 6h-1.318L7.056 26h1.646l2.484-6h9.649l2.463 6z"
@@ -0,0 +1 @@
1
+ export const textDashedUnderline16: string;
@@ -0,0 +1 @@
1
+ export const textDashedUnderline16 = "M5 14h2v1H5zm4 1h2v-1H9zm-8 0h2v-1H1zm12-1v1h2v-1zm-2.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z";
@@ -0,0 +1 @@
1
+ "M5 14h2v1H5zm4 1h2v-1H9zm-8 0h2v-1H1zm12-1v1h2v-1zm-2.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"
@@ -0,0 +1 @@
1
+ export const textDashedUnderline24: string;
@@ -0,0 +1 @@
1
+ export const textDashedUnderline24 = "M11 22h2v1h-2zm-6 1h2v-1H5zm9 0h2v-1h-2zm-6 0h2v-1H8zm12-1v1h2v-1zm-3 1h2v-1h-2zM2 23h2v-1H2zm16.062-4h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z";
@@ -0,0 +1 @@
1
+ "M11 22h2v1h-2zm-6 1h2v-1H5zm9 0h2v-1h-2zm-6 0h2v-1H8zm12-1v1h2v-1zm-3 1h2v-1h-2zM2 23h2v-1H2zm16.062-4h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"
@@ -0,0 +1 @@
1
+ export const textDashedUnderline32: string;
@@ -0,0 +1 @@
1
+ export const textDashedUnderline32 = "M7 30h2v1H7zm4 1h2v-1h-2zm4 0h2v-1h-2zm12-1v1h2v-1zm-8 1h2v-1h-2zM3 31h2v-1H3zm20 0h2v-1h-2zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z";
@@ -0,0 +1 @@
1
+ "M7 30h2v1H7zm4 1h2v-1h-2zm4 0h2v-1h-2zm12-1v1h2v-1zm-8 1h2v-1h-2zM3 31h2v-1H3zm20 0h2v-1h-2zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"
@@ -0,0 +1 @@
1
+ export const textSolidUnderline16: string;
@@ -0,0 +1 @@
1
+ export const textSolidUnderline16 = "M15 14v1H1v-1zm-4.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z";
@@ -0,0 +1 @@
1
+ "M15 14v1H1v-1zm-4.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"
@@ -0,0 +1 @@
1
+ export const textSolidUnderline24: string;
@@ -0,0 +1 @@
1
+ export const textSolidUnderline24 = "M22 22v1H2v-1zm-3.938-3h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z";
@@ -0,0 +1 @@
1
+ "M22 22v1H2v-1zm-3.938-3h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"
@@ -0,0 +1 @@
1
+ export const textSolidUnderline32: string;
@@ -0,0 +1 @@
1
+ export const textSolidUnderline32 = "M29 30v1H3v-1zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z";
@@ -0,0 +1 @@
1
+ "M29 30v1H3v-1zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "spriter": "bin/spriter.js"
4
4
  },
5
5
  "name": "@esri/calcite-ui-icons",
6
- "version": "3.23.1",
6
+ "version": "3.23.3",
7
7
  "private": false,
8
8
  "description": "A collection of UI SVG icons created by Esri for applications.",
9
9
  "repository": {