@esri/calcite-ui-icons 3.18.2 → 3.18.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 (44) hide show
  1. package/docs/icons.json +1 -1
  2. package/docs/keywords.json +17 -14
  3. package/icons/{pin-tear-f-16.svg → pin-tear-16-f.svg} +0 -0
  4. package/icons/{pin-tear-f-24.svg → pin-tear-24-f.svg} +0 -0
  5. package/icons/{pin-tear-f-32.svg → pin-tear-32-f.svg} +0 -0
  6. package/icons/{pop-up-blank-f-16.svg → pop-up-blank-16-f.svg} +0 -0
  7. package/icons/{pop-up-blank-f-24.svg → pop-up-blank-24-f.svg} +0 -0
  8. package/icons/{pop-up-blank-f-32.svg → pop-up-blank-32-f.svg} +0 -0
  9. package/icons/select-16.svg +1 -0
  10. package/icons/select-24.svg +1 -0
  11. package/icons/select-32.svg +1 -0
  12. package/index.d.ts +9 -6
  13. package/index.js +9 -6
  14. package/js/pinTear16F.d.ts +1 -0
  15. package/js/pinTear16F.js +1 -0
  16. package/js/pinTear16F.json +1 -0
  17. package/js/pinTear24F.d.ts +1 -0
  18. package/js/pinTear24F.js +1 -0
  19. package/js/pinTear24F.json +1 -0
  20. package/js/pinTear32F.d.ts +1 -0
  21. package/js/pinTear32F.js +1 -0
  22. package/js/pinTear32F.json +1 -0
  23. package/js/popUpBlank16F.d.ts +1 -0
  24. package/js/popUpBlank16F.js +1 -0
  25. package/js/popUpBlank16F.json +1 -0
  26. package/js/popUpBlank24F.d.ts +1 -0
  27. package/js/popUpBlank24F.js +1 -0
  28. package/js/popUpBlank24F.json +1 -0
  29. package/js/popUpBlank32F.d.ts +1 -0
  30. package/js/popUpBlank32F.js +1 -0
  31. package/js/popUpBlank32F.json +1 -0
  32. package/js/select16.d.ts +1 -0
  33. package/js/select16.js +1 -0
  34. package/js/select16.json +1 -0
  35. package/js/select24.d.ts +1 -0
  36. package/js/select24.js +1 -0
  37. package/js/select24.json +1 -0
  38. package/js/select32.d.ts +1 -0
  39. package/js/select32.js +1 -0
  40. package/js/select32.json +1 -0
  41. package/package.json +1 -1
  42. package/sprite-16.svg +1 -1
  43. package/sprite-24.svg +1 -1
  44. package/sprite-32.svg +1 -1
@@ -7549,20 +7549,6 @@
7549
7549
  "category": "Generic",
7550
7550
  "release": "3.16.1"
7551
7551
  },
7552
- "pin-tear-f": {
7553
- "alias": [
7554
- "3.16.1",
7555
- "generic",
7556
- "location",
7557
- "map pin",
7558
- "map marker",
7559
- "destination",
7560
- "dropped pin",
7561
- "drop pin"
7562
- ],
7563
- "category": "Generic",
7564
- "release": "3.16.1"
7565
- },
7566
7552
  "pop-up-1": {
7567
7553
  "alias": [
7568
7554
  "3.16.1",
@@ -9497,5 +9483,22 @@
9497
9483
  ],
9498
9484
  "category":"Generic",
9499
9485
  "release":"3.18.2"
9486
+ },
9487
+ "select":{
9488
+ "alias":[
9489
+ "3.18.3",
9490
+ "generic",
9491
+ "selection",
9492
+ "choose",
9493
+ "cursor",
9494
+ "point",
9495
+ "focus",
9496
+ "direct",
9497
+ "freehand",
9498
+ "point",
9499
+ "click"
9500
+ ],
9501
+ "category":"Generic",
9502
+ "release":"3.18.3"
9500
9503
  }
9501
9504
  }
File without changes
File without changes
File without changes
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 3v10l3-4h5zm2.5 5L6 10V5l4 3H7.5z" fill-rule="evenodd"/><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="M8 5v15l4-6h8zm3.376 8L9 17V7.009L16.934 13z" fill-rule="evenodd"/><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="M10 7v20l6-8h10zm5.5 11L11 24V9l12 9z" fill-rule="evenodd"/><path fill="none" d="M0 0h32v32H0z"/></svg>
package/index.d.ts CHANGED
@@ -1581,12 +1581,12 @@ export const pin32: string;
1581
1581
  export const pinPlus16: string;
1582
1582
  export const pinPlus24: string;
1583
1583
  export const pinPlus32: string;
1584
+ export const pinTear16F: string;
1584
1585
  export const pinTear16: string;
1586
+ export const pinTear24F: string;
1585
1587
  export const pinTear24: string;
1588
+ export const pinTear32F: string;
1586
1589
  export const pinTear32: string;
1587
- export const pinTearF16: string;
1588
- export const pinTearF24: string;
1589
- export const pinTearF32: string;
1590
1590
  export const pins16: string;
1591
1591
  export const pins24: string;
1592
1592
  export const pins32: string;
@@ -1629,12 +1629,12 @@ export const polygonVertices32: string;
1629
1629
  export const popUp116: string;
1630
1630
  export const popUp124: string;
1631
1631
  export const popUp132: string;
1632
+ export const popUpBlank16F: string;
1632
1633
  export const popUpBlank16: string;
1634
+ export const popUpBlank24F: string;
1633
1635
  export const popUpBlank24: string;
1636
+ export const popUpBlank32F: string;
1634
1637
  export const popUpBlank32: string;
1635
- export const popUpBlankF16: string;
1636
- export const popUpBlankF24: string;
1637
- export const popUpBlankF32: string;
1638
1638
  export const popup16: string;
1639
1639
  export const popup24: string;
1640
1640
  export const popup32: string;
@@ -1845,6 +1845,9 @@ export const search32: string;
1845
1845
  export const security16: string;
1846
1846
  export const security24: string;
1847
1847
  export const security32: string;
1848
+ export const select16: string;
1849
+ export const select24: string;
1850
+ export const select32: string;
1848
1851
  export const selectCategory16: string;
1849
1852
  export const selectCategory24: string;
1850
1853
  export const selectCategory32: string;
package/index.js CHANGED
@@ -1574,12 +1574,12 @@ export {pin32} from "./js/pin32.js";
1574
1574
  export {pinPlus16} from "./js/pinPlus16.js";
1575
1575
  export {pinPlus24} from "./js/pinPlus24.js";
1576
1576
  export {pinPlus32} from "./js/pinPlus32.js";
1577
+ export {pinTear16F} from "./js/pinTear16F.js";
1577
1578
  export {pinTear16} from "./js/pinTear16.js";
1579
+ export {pinTear24F} from "./js/pinTear24F.js";
1578
1580
  export {pinTear24} from "./js/pinTear24.js";
1581
+ export {pinTear32F} from "./js/pinTear32F.js";
1579
1582
  export {pinTear32} from "./js/pinTear32.js";
1580
- export {pinTearF16} from "./js/pinTearF16.js";
1581
- export {pinTearF24} from "./js/pinTearF24.js";
1582
- export {pinTearF32} from "./js/pinTearF32.js";
1583
1583
  export {pins16} from "./js/pins16.js";
1584
1584
  export {pins24} from "./js/pins24.js";
1585
1585
  export {pins32} from "./js/pins32.js";
@@ -1622,12 +1622,12 @@ export {polygonVertices32} from "./js/polygonVertices32.js";
1622
1622
  export {popUp116} from "./js/popUp116.js";
1623
1623
  export {popUp124} from "./js/popUp124.js";
1624
1624
  export {popUp132} from "./js/popUp132.js";
1625
+ export {popUpBlank16F} from "./js/popUpBlank16F.js";
1625
1626
  export {popUpBlank16} from "./js/popUpBlank16.js";
1627
+ export {popUpBlank24F} from "./js/popUpBlank24F.js";
1626
1628
  export {popUpBlank24} from "./js/popUpBlank24.js";
1629
+ export {popUpBlank32F} from "./js/popUpBlank32F.js";
1627
1630
  export {popUpBlank32} from "./js/popUpBlank32.js";
1628
- export {popUpBlankF16} from "./js/popUpBlankF16.js";
1629
- export {popUpBlankF24} from "./js/popUpBlankF24.js";
1630
- export {popUpBlankF32} from "./js/popUpBlankF32.js";
1631
1631
  export {popup16} from "./js/popup16.js";
1632
1632
  export {popup24} from "./js/popup24.js";
1633
1633
  export {popup32} from "./js/popup32.js";
@@ -1838,6 +1838,9 @@ export {search32} from "./js/search32.js";
1838
1838
  export {security16} from "./js/security16.js";
1839
1839
  export {security24} from "./js/security24.js";
1840
1840
  export {security32} from "./js/security32.js";
1841
+ export {select16} from "./js/select16.js";
1842
+ export {select24} from "./js/select24.js";
1843
+ export {select32} from "./js/select32.js";
1841
1844
  export {selectCategory16} from "./js/selectCategory16.js";
1842
1845
  export {selectCategory24} from "./js/selectCategory24.js";
1843
1846
  export {selectCategory32} from "./js/selectCategory32.js";
@@ -0,0 +1 @@
1
+ export const pinTear16F: string;
@@ -0,0 +1 @@
1
+ export const pinTear16F = "M8 0a4.96 4.96 0 0 0-4.9 5.086C3.1 7.893 5.778 11.692 8 16c2.222-4.308 4.9-8.107 4.9-10.914A4.96 4.96 0 0 0 8 0zm0 7.166A2.166 2.166 0 1 1 10.13 5 2.147 2.147 0 0 1 8 7.166z";
@@ -0,0 +1 @@
1
+ "M8 0a4.96 4.96 0 0 0-4.9 5.086C3.1 7.893 5.778 11.692 8 16c2.222-4.308 4.9-8.107 4.9-10.914A4.96 4.96 0 0 0 8 0zm0 7.166A2.166 2.166 0 1 1 10.13 5 2.147 2.147 0 0 1 8 7.166z"
@@ -0,0 +1 @@
1
+ export const pinTear24F: string;
@@ -0,0 +1 @@
1
+ export const pinTear24F = "M12 1.1a6.847 6.847 0 0 0-6.9 6.932c0 3.882 3.789 9.01 6.9 14.968 3.111-5.957 6.9-11.086 6.9-14.968A6.847 6.847 0 0 0 12 1.1zm0 9.9a3 3 0 1 1 3-3 3 3 0 0 1-3 3z";
@@ -0,0 +1 @@
1
+ "M12 1.1a6.847 6.847 0 0 0-6.9 6.932c0 3.882 3.789 9.01 6.9 14.968 3.111-5.957 6.9-11.086 6.9-14.968A6.847 6.847 0 0 0 12 1.1zm0 9.9a3 3 0 1 1 3-3 3 3 0 0 1-3 3z"
@@ -0,0 +1 @@
1
+ export const pinTear32F: string;
@@ -0,0 +1 @@
1
+ export const pinTear32F = "M24.8 11a8.8 8.8 0 0 0-17.6 0v.24C7.2 16.23 12 23 16 30.66c4-7.66 8.8-14.43 8.8-19.42zM16 15a4 4 0 1 1 4-4 4 4 0 0 1-4 4z";
@@ -0,0 +1 @@
1
+ "M24.8 11a8.8 8.8 0 0 0-17.6 0v.24C7.2 16.23 12 23 16 30.66c4-7.66 8.8-14.43 8.8-19.42zM16 15a4 4 0 1 1 4-4 4 4 0 0 1-4 4z"
@@ -0,0 +1 @@
1
+ export const popUpBlank16F: string;
@@ -0,0 +1 @@
1
+ export const popUpBlank16F = "M14 1H2a1.001 1.001 0 0 0-1 1v10a1.001 1.001 0 0 0 1 1h4.172L8 15.828 9.828 13H14a1.001 1.001 0 0 0 1-1V2a1.001 1.001 0 0 0-1-1z";
@@ -0,0 +1 @@
1
+ "M14 1H2a1.001 1.001 0 0 0-1 1v10a1.001 1.001 0 0 0 1 1h4.172L8 15.828 9.828 13H14a1.001 1.001 0 0 0 1-1V2a1.001 1.001 0 0 0-1-1z"
@@ -0,0 +1 @@
1
+ export const popUpBlank24F: string;
@@ -0,0 +1 @@
1
+ export const popUpBlank24F = "M12 22.207L15.207 18H20.5a1.502 1.502 0 0 0 1.5-1.5v-13A1.502 1.502 0 0 0 20.5 2h-17A1.502 1.502 0 0 0 2 3.5v13A1.502 1.502 0 0 0 3.5 18h5.293z";
@@ -0,0 +1 @@
1
+ "M12 22.207L15.207 18H20.5a1.502 1.502 0 0 0 1.5-1.5v-13A1.502 1.502 0 0 0 20.5 2h-17A1.502 1.502 0 0 0 2 3.5v13A1.502 1.502 0 0 0 3.5 18h5.293z"
@@ -0,0 +1 @@
1
+ export const popUpBlank32F: string;
@@ -0,0 +1 @@
1
+ export const popUpBlank32F = "M29 5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v17a2 2 0 0 0 2 2h6.757l4.276 6.33L20.31 24H27a2 2 0 0 0 2-2z";
@@ -0,0 +1 @@
1
+ "M29 5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v17a2 2 0 0 0 2 2h6.757l4.276 6.33L20.31 24H27a2 2 0 0 0 2-2z"
@@ -0,0 +1 @@
1
+ export const select16: string;
package/js/select16.js ADDED
@@ -0,0 +1 @@
1
+ export const select16 = "M5 3v10l3-4h5zm2.5 5L6 10V5l4 3H7.5z";
@@ -0,0 +1 @@
1
+ "M5 3v10l3-4h5zm2.5 5L6 10V5l4 3H7.5z"
@@ -0,0 +1 @@
1
+ export const select24: string;
package/js/select24.js ADDED
@@ -0,0 +1 @@
1
+ export const select24 = "M8 5v15l4-6h8zm3.376 8L9 17V7.009L16.934 13z";
@@ -0,0 +1 @@
1
+ "M8 5v15l4-6h8zm3.376 8L9 17V7.009L16.934 13z"
@@ -0,0 +1 @@
1
+ export const select32: string;
package/js/select32.js ADDED
@@ -0,0 +1 @@
1
+ export const select32 = "M10 7v20l6-8h10zm5.5 11L11 24V9l12 9z";
@@ -0,0 +1 @@
1
+ "M10 7v20l6-8h10zm5.5 11L11 24V9l12 9z"
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.18.2",
6
+ "version": "3.18.3",
7
7
  "private": false,
8
8
  "description": "A collection of UI SVG icons created by Esri for applications.",
9
9
  "repository": {