@esri/calcite-ui-icons 3.18.0 → 3.18.4

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 (188) hide show
  1. package/docs/icons.json +1 -1
  2. package/docs/keywords.json +277 -51
  3. package/icons/clipboard-16.svg +1 -0
  4. package/icons/clipboard-24.svg +1 -0
  5. package/icons/clipboard-32.svg +1 -0
  6. package/icons/folders-16.svg +1 -0
  7. package/icons/folders-24.svg +1 -0
  8. package/icons/folders-32.svg +1 -0
  9. package/icons/initiative-16.svg +1 -0
  10. package/icons/initiative-24.svg +1 -0
  11. package/icons/initiative-32.svg +1 -0
  12. package/icons/initiative-template-16.svg +1 -0
  13. package/icons/initiative-template-24.svg +1 -0
  14. package/icons/initiative-template-32.svg +1 -0
  15. package/icons/multiple-variables-16.svg +1 -0
  16. package/icons/multiple-variables-24.svg +1 -0
  17. package/icons/multiple-variables-32.svg +1 -0
  18. package/icons/palette-check-16.svg +1 -0
  19. package/icons/palette-check-24.svg +1 -0
  20. package/icons/palette-check-32.svg +1 -0
  21. package/icons/pentagon-16.svg +1 -0
  22. package/icons/pentagon-24.svg +1 -0
  23. package/icons/pentagon-32.svg +1 -0
  24. package/icons/{pin-tear-f-16.svg → pin-tear-16-f.svg} +0 -0
  25. package/icons/{pin-tear-f-24.svg → pin-tear-24-f.svg} +0 -0
  26. package/icons/{pin-tear-f-32.svg → pin-tear-32-f.svg} +0 -0
  27. package/icons/{pop-up-blank-f-16.svg → pop-up-blank-16-f.svg} +0 -0
  28. package/icons/{pop-up-blank-f-24.svg → pop-up-blank-24-f.svg} +0 -0
  29. package/icons/{pop-up-blank-f-32.svg → pop-up-blank-32-f.svg} +0 -0
  30. package/icons/puzzle-piece-16.svg +1 -0
  31. package/icons/puzzle-piece-24.svg +1 -0
  32. package/icons/puzzle-piece-32.svg +1 -0
  33. package/icons/ribbon-rosette-16.svg +1 -0
  34. package/icons/ribbon-rosette-24.svg +1 -0
  35. package/icons/ribbon-rosette-32.svg +1 -0
  36. package/icons/select-16.svg +1 -0
  37. package/icons/select-24.svg +1 -0
  38. package/icons/select-32.svg +1 -0
  39. package/icons/speech-bubble-exclamation-16.svg +1 -0
  40. package/icons/speech-bubble-exclamation-24.svg +1 -0
  41. package/icons/speech-bubble-exclamation-32.svg +1 -0
  42. package/icons/survey-16.svg +1 -0
  43. package/icons/survey-24.svg +1 -0
  44. package/icons/survey-32.svg +1 -0
  45. package/icons/tiled-imagery-layer-16.svg +1 -0
  46. package/icons/tiled-imagery-layer-24.svg +1 -0
  47. package/icons/tiled-imagery-layer-32.svg +1 -0
  48. package/index.d.ts +45 -6
  49. package/index.js +45 -6
  50. package/js/clipboard16.d.ts +1 -0
  51. package/js/clipboard16.js +1 -0
  52. package/js/clipboard16.json +1 -0
  53. package/js/clipboard24.d.ts +1 -0
  54. package/js/clipboard24.js +1 -0
  55. package/js/clipboard24.json +1 -0
  56. package/js/clipboard32.d.ts +1 -0
  57. package/js/clipboard32.js +1 -0
  58. package/js/clipboard32.json +1 -0
  59. package/js/folders16.d.ts +1 -0
  60. package/js/folders16.js +1 -0
  61. package/js/folders16.json +1 -0
  62. package/js/folders24.d.ts +1 -0
  63. package/js/folders24.js +1 -0
  64. package/js/folders24.json +1 -0
  65. package/js/folders32.d.ts +1 -0
  66. package/js/folders32.js +1 -0
  67. package/js/folders32.json +1 -0
  68. package/js/initiative16.d.ts +1 -0
  69. package/js/initiative16.js +1 -0
  70. package/js/initiative16.json +1 -0
  71. package/js/initiative24.d.ts +1 -0
  72. package/js/initiative24.js +1 -0
  73. package/js/initiative24.json +1 -0
  74. package/js/initiative32.d.ts +1 -0
  75. package/js/initiative32.js +1 -0
  76. package/js/initiative32.json +1 -0
  77. package/js/initiativeTemplate16.d.ts +1 -0
  78. package/js/initiativeTemplate16.js +1 -0
  79. package/js/initiativeTemplate16.json +1 -0
  80. package/js/initiativeTemplate24.d.ts +1 -0
  81. package/js/initiativeTemplate24.js +1 -0
  82. package/js/initiativeTemplate24.json +1 -0
  83. package/js/initiativeTemplate32.d.ts +1 -0
  84. package/js/initiativeTemplate32.js +1 -0
  85. package/js/initiativeTemplate32.json +1 -0
  86. package/js/multipleVariables16.d.ts +1 -0
  87. package/js/multipleVariables16.js +1 -0
  88. package/js/multipleVariables16.json +1 -0
  89. package/js/multipleVariables24.d.ts +1 -0
  90. package/js/multipleVariables24.js +1 -0
  91. package/js/multipleVariables24.json +1 -0
  92. package/js/multipleVariables32.d.ts +1 -0
  93. package/js/multipleVariables32.js +1 -0
  94. package/js/multipleVariables32.json +1 -0
  95. package/js/paletteCheck16.d.ts +1 -0
  96. package/js/paletteCheck16.js +1 -0
  97. package/js/paletteCheck16.json +1 -0
  98. package/js/paletteCheck24.d.ts +1 -0
  99. package/js/paletteCheck24.js +1 -0
  100. package/js/paletteCheck24.json +1 -0
  101. package/js/paletteCheck32.d.ts +1 -0
  102. package/js/paletteCheck32.js +1 -0
  103. package/js/paletteCheck32.json +1 -0
  104. package/js/pentagon16.d.ts +1 -0
  105. package/js/pentagon16.js +1 -0
  106. package/js/pentagon16.json +1 -0
  107. package/js/pentagon24.d.ts +1 -0
  108. package/js/pentagon24.js +1 -0
  109. package/js/pentagon24.json +1 -0
  110. package/js/pentagon32.d.ts +1 -0
  111. package/js/pentagon32.js +1 -0
  112. package/js/pentagon32.json +1 -0
  113. package/js/pinTear16F.d.ts +1 -0
  114. package/js/pinTear16F.js +1 -0
  115. package/js/pinTear16F.json +1 -0
  116. package/js/pinTear24F.d.ts +1 -0
  117. package/js/pinTear24F.js +1 -0
  118. package/js/pinTear24F.json +1 -0
  119. package/js/pinTear32F.d.ts +1 -0
  120. package/js/pinTear32F.js +1 -0
  121. package/js/pinTear32F.json +1 -0
  122. package/js/popUpBlank16F.d.ts +1 -0
  123. package/js/popUpBlank16F.js +1 -0
  124. package/js/popUpBlank16F.json +1 -0
  125. package/js/popUpBlank24F.d.ts +1 -0
  126. package/js/popUpBlank24F.js +1 -0
  127. package/js/popUpBlank24F.json +1 -0
  128. package/js/popUpBlank32F.d.ts +1 -0
  129. package/js/popUpBlank32F.js +1 -0
  130. package/js/popUpBlank32F.json +1 -0
  131. package/js/puzzlePiece16.d.ts +1 -0
  132. package/js/puzzlePiece16.js +1 -0
  133. package/js/puzzlePiece16.json +1 -0
  134. package/js/puzzlePiece24.d.ts +1 -0
  135. package/js/puzzlePiece24.js +1 -0
  136. package/js/puzzlePiece24.json +1 -0
  137. package/js/puzzlePiece32.d.ts +1 -0
  138. package/js/puzzlePiece32.js +1 -0
  139. package/js/puzzlePiece32.json +1 -0
  140. package/js/ribbonRosette16.d.ts +1 -0
  141. package/js/ribbonRosette16.js +1 -0
  142. package/js/ribbonRosette16.json +1 -0
  143. package/js/ribbonRosette24.d.ts +1 -0
  144. package/js/ribbonRosette24.js +1 -0
  145. package/js/ribbonRosette24.json +1 -0
  146. package/js/ribbonRosette32.d.ts +1 -0
  147. package/js/ribbonRosette32.js +1 -0
  148. package/js/ribbonRosette32.json +1 -0
  149. package/js/select16.d.ts +1 -0
  150. package/js/select16.js +1 -0
  151. package/js/select16.json +1 -0
  152. package/js/select24.d.ts +1 -0
  153. package/js/select24.js +1 -0
  154. package/js/select24.json +1 -0
  155. package/js/select32.d.ts +1 -0
  156. package/js/select32.js +1 -0
  157. package/js/select32.json +1 -0
  158. package/js/speechBubbleExclamation16.d.ts +1 -0
  159. package/js/speechBubbleExclamation16.js +1 -0
  160. package/js/speechBubbleExclamation16.json +1 -0
  161. package/js/speechBubbleExclamation24.d.ts +1 -0
  162. package/js/speechBubbleExclamation24.js +1 -0
  163. package/js/speechBubbleExclamation24.json +1 -0
  164. package/js/speechBubbleExclamation32.d.ts +1 -0
  165. package/js/speechBubbleExclamation32.js +1 -0
  166. package/js/speechBubbleExclamation32.json +1 -0
  167. package/js/survey16.d.ts +1 -0
  168. package/js/survey16.js +1 -0
  169. package/js/survey16.json +1 -0
  170. package/js/survey24.d.ts +1 -0
  171. package/js/survey24.js +1 -0
  172. package/js/survey24.json +1 -0
  173. package/js/survey32.d.ts +1 -0
  174. package/js/survey32.js +1 -0
  175. package/js/survey32.json +1 -0
  176. package/js/tiledImageryLayer16.d.ts +1 -0
  177. package/js/tiledImageryLayer16.js +1 -0
  178. package/js/tiledImageryLayer16.json +1 -0
  179. package/js/tiledImageryLayer24.d.ts +1 -0
  180. package/js/tiledImageryLayer24.js +1 -0
  181. package/js/tiledImageryLayer24.json +1 -0
  182. package/js/tiledImageryLayer32.d.ts +1 -0
  183. package/js/tiledImageryLayer32.js +1 -0
  184. package/js/tiledImageryLayer32.json +1 -0
  185. package/package.json +1 -1
  186. package/sprite-16.svg +1 -1
  187. package/sprite-24.svg +1 -1
  188. package/sprite-32.svg +1 -1
package/index.d.ts CHANGED
@@ -402,6 +402,9 @@ export const classifyObjects32: string;
402
402
  export const classifyPixels16: CalciteMultiPathEntry[];
403
403
  export const classifyPixels24: CalciteMultiPathEntry[];
404
404
  export const classifyPixels32: CalciteMultiPathEntry[];
405
+ export const clipboard16: string;
406
+ export const clipboard24: string;
407
+ export const clipboard32: string;
405
408
  export const clock16: string;
406
409
  export const clock24: string;
407
410
  export const clock32: string;
@@ -843,6 +846,9 @@ export const folderPlus32: string;
843
846
  export const folderStar16: string;
844
847
  export const folderStar24: string;
845
848
  export const folderStar32: string;
849
+ export const folders16: string;
850
+ export const folders24: string;
851
+ export const folders32: string;
846
852
  export const follow16: string;
847
853
  export const follow24: string;
848
854
  export const follow32: string;
@@ -1098,6 +1104,12 @@ export const information32: string;
1098
1104
  export const informationLetter16: string;
1099
1105
  export const informationLetter24: string;
1100
1106
  export const informationLetter32: string;
1107
+ export const initiative16: string;
1108
+ export const initiative24: string;
1109
+ export const initiative32: string;
1110
+ export const initiativeTemplate16: string;
1111
+ export const initiativeTemplate24: string;
1112
+ export const initiativeTemplate32: string;
1101
1113
  export const inspection16: string;
1102
1114
  export const inspection24: string;
1103
1115
  export const inspection32: string;
@@ -1413,6 +1425,9 @@ export const moveUpAll32: string;
1413
1425
  export const mu16: string;
1414
1426
  export const mu24: string;
1415
1427
  export const mu32: string;
1428
+ export const multipleVariables16: string;
1429
+ export const multipleVariables24: string;
1430
+ export const multipleVariables32: string;
1416
1431
  export const musicNote16: string;
1417
1432
  export const musicNote24: string;
1418
1433
  export const musicNote32: string;
@@ -1494,6 +1509,9 @@ export const paintBucket32: string;
1494
1509
  export const palette16: string;
1495
1510
  export const palette24: string;
1496
1511
  export const palette32: string;
1512
+ export const paletteCheck16: string;
1513
+ export const paletteCheck24: string;
1514
+ export const paletteCheck32: string;
1497
1515
  export const pan16: string;
1498
1516
  export const pan24: string;
1499
1517
  export const pan32: string;
@@ -1539,6 +1557,9 @@ export const pencilSquare32: string;
1539
1557
  export const pencilTip16: string;
1540
1558
  export const pencilTip24: string;
1541
1559
  export const pencilTip32: string;
1560
+ export const pentagon16: string;
1561
+ export const pentagon24: string;
1562
+ export const pentagon32: string;
1542
1563
  export const percent16: string;
1543
1564
  export const percent24: string;
1544
1565
  export const percent32: string;
@@ -1560,12 +1581,12 @@ export const pin32: string;
1560
1581
  export const pinPlus16: string;
1561
1582
  export const pinPlus24: string;
1562
1583
  export const pinPlus32: string;
1584
+ export const pinTear16F: string;
1563
1585
  export const pinTear16: string;
1586
+ export const pinTear24F: string;
1564
1587
  export const pinTear24: string;
1588
+ export const pinTear32F: string;
1565
1589
  export const pinTear32: string;
1566
- export const pinTearF16: string;
1567
- export const pinTearF24: string;
1568
- export const pinTearF32: string;
1569
1590
  export const pins16: string;
1570
1591
  export const pins24: string;
1571
1592
  export const pins32: string;
@@ -1608,12 +1629,12 @@ export const polygonVertices32: string;
1608
1629
  export const popUp116: string;
1609
1630
  export const popUp124: string;
1610
1631
  export const popUp132: string;
1632
+ export const popUpBlank16F: string;
1611
1633
  export const popUpBlank16: string;
1634
+ export const popUpBlank24F: string;
1612
1635
  export const popUpBlank24: string;
1636
+ export const popUpBlank32F: string;
1613
1637
  export const popUpBlank32: string;
1614
- export const popUpBlankF16: string;
1615
- export const popUpBlankF24: string;
1616
- export const popUpBlankF32: string;
1617
1638
  export const popup16: string;
1618
1639
  export const popup24: string;
1619
1640
  export const popup32: string;
@@ -1644,6 +1665,9 @@ export const projects32: string;
1644
1665
  export const pushpin16: string;
1645
1666
  export const pushpin24: string;
1646
1667
  export const pushpin32: string;
1668
+ export const puzzlePiece16: string;
1669
+ export const puzzlePiece24: string;
1670
+ export const puzzlePiece32: string;
1647
1671
  export const qrCode16: string;
1648
1672
  export const qrCode24: string;
1649
1673
  export const qrCode32: string;
@@ -1722,6 +1746,9 @@ export const reverse32: string;
1722
1746
  export const ribbon16: string;
1723
1747
  export const ribbon24: string;
1724
1748
  export const ribbon32: string;
1749
+ export const ribbonRosette16: string;
1750
+ export const ribbonRosette24: string;
1751
+ export const ribbonRosette32: string;
1725
1752
  export const right16: string;
1726
1753
  export const right24: string;
1727
1754
  export const right32: string;
@@ -1818,6 +1845,9 @@ export const search32: string;
1818
1845
  export const security16: string;
1819
1846
  export const security24: string;
1820
1847
  export const security32: string;
1848
+ export const select16: string;
1849
+ export const select24: string;
1850
+ export const select32: string;
1821
1851
  export const selectCategory16: string;
1822
1852
  export const selectCategory24: string;
1823
1853
  export const selectCategory32: string;
@@ -1968,6 +1998,9 @@ export const speechBubble32: string;
1968
1998
  export const speechBubbleCheck16: string;
1969
1999
  export const speechBubbleCheck24: string;
1970
2000
  export const speechBubbleCheck32: string;
2001
+ export const speechBubbleExclamation16: string;
2002
+ export const speechBubbleExclamation24: string;
2003
+ export const speechBubbleExclamation32: string;
1971
2004
  export const speechBubblePlus16: string;
1972
2005
  export const speechBubblePlus24: string;
1973
2006
  export const speechBubblePlus32: string;
@@ -2034,6 +2067,9 @@ export const superimpose32: CalciteMultiPathEntry[];
2034
2067
  export const superscript16: string;
2035
2068
  export const superscript24: string;
2036
2069
  export const superscript32: string;
2070
+ export const survey16: string;
2071
+ export const survey24: string;
2072
+ export const survey32: string;
2037
2073
  export const switch16: string;
2038
2074
  export const switch24: string;
2039
2075
  export const switch32: string;
@@ -2085,6 +2121,9 @@ export const thumbsUp32: string;
2085
2121
  export const tileLayer16: string;
2086
2122
  export const tileLayer24: string;
2087
2123
  export const tileLayer32: string;
2124
+ export const tiledImageryLayer16: CalciteMultiPathEntry[];
2125
+ export const tiledImageryLayer24: CalciteMultiPathEntry[];
2126
+ export const tiledImageryLayer32: CalciteMultiPathEntry[];
2088
2127
  export const timer16: string;
2089
2128
  export const timer24: string;
2090
2129
  export const timer32: string;
package/index.js CHANGED
@@ -395,6 +395,9 @@ export {classifyObjects32} from "./js/classifyObjects32.js";
395
395
  export {classifyPixels16} from "./js/classifyPixels16.js";
396
396
  export {classifyPixels24} from "./js/classifyPixels24.js";
397
397
  export {classifyPixels32} from "./js/classifyPixels32.js";
398
+ export {clipboard16} from "./js/clipboard16.js";
399
+ export {clipboard24} from "./js/clipboard24.js";
400
+ export {clipboard32} from "./js/clipboard32.js";
398
401
  export {clock16} from "./js/clock16.js";
399
402
  export {clock24} from "./js/clock24.js";
400
403
  export {clock32} from "./js/clock32.js";
@@ -836,6 +839,9 @@ export {folderPlus32} from "./js/folderPlus32.js";
836
839
  export {folderStar16} from "./js/folderStar16.js";
837
840
  export {folderStar24} from "./js/folderStar24.js";
838
841
  export {folderStar32} from "./js/folderStar32.js";
842
+ export {folders16} from "./js/folders16.js";
843
+ export {folders24} from "./js/folders24.js";
844
+ export {folders32} from "./js/folders32.js";
839
845
  export {follow16} from "./js/follow16.js";
840
846
  export {follow24} from "./js/follow24.js";
841
847
  export {follow32} from "./js/follow32.js";
@@ -1091,6 +1097,12 @@ export {information32} from "./js/information32.js";
1091
1097
  export {informationLetter16} from "./js/informationLetter16.js";
1092
1098
  export {informationLetter24} from "./js/informationLetter24.js";
1093
1099
  export {informationLetter32} from "./js/informationLetter32.js";
1100
+ export {initiative16} from "./js/initiative16.js";
1101
+ export {initiative24} from "./js/initiative24.js";
1102
+ export {initiative32} from "./js/initiative32.js";
1103
+ export {initiativeTemplate16} from "./js/initiativeTemplate16.js";
1104
+ export {initiativeTemplate24} from "./js/initiativeTemplate24.js";
1105
+ export {initiativeTemplate32} from "./js/initiativeTemplate32.js";
1094
1106
  export {inspection16} from "./js/inspection16.js";
1095
1107
  export {inspection24} from "./js/inspection24.js";
1096
1108
  export {inspection32} from "./js/inspection32.js";
@@ -1406,6 +1418,9 @@ export {moveUpAll32} from "./js/moveUpAll32.js";
1406
1418
  export {mu16} from "./js/mu16.js";
1407
1419
  export {mu24} from "./js/mu24.js";
1408
1420
  export {mu32} from "./js/mu32.js";
1421
+ export {multipleVariables16} from "./js/multipleVariables16.js";
1422
+ export {multipleVariables24} from "./js/multipleVariables24.js";
1423
+ export {multipleVariables32} from "./js/multipleVariables32.js";
1409
1424
  export {musicNote16} from "./js/musicNote16.js";
1410
1425
  export {musicNote24} from "./js/musicNote24.js";
1411
1426
  export {musicNote32} from "./js/musicNote32.js";
@@ -1487,6 +1502,9 @@ export {paintBucket32} from "./js/paintBucket32.js";
1487
1502
  export {palette16} from "./js/palette16.js";
1488
1503
  export {palette24} from "./js/palette24.js";
1489
1504
  export {palette32} from "./js/palette32.js";
1505
+ export {paletteCheck16} from "./js/paletteCheck16.js";
1506
+ export {paletteCheck24} from "./js/paletteCheck24.js";
1507
+ export {paletteCheck32} from "./js/paletteCheck32.js";
1490
1508
  export {pan16} from "./js/pan16.js";
1491
1509
  export {pan24} from "./js/pan24.js";
1492
1510
  export {pan32} from "./js/pan32.js";
@@ -1532,6 +1550,9 @@ export {pencilSquare32} from "./js/pencilSquare32.js";
1532
1550
  export {pencilTip16} from "./js/pencilTip16.js";
1533
1551
  export {pencilTip24} from "./js/pencilTip24.js";
1534
1552
  export {pencilTip32} from "./js/pencilTip32.js";
1553
+ export {pentagon16} from "./js/pentagon16.js";
1554
+ export {pentagon24} from "./js/pentagon24.js";
1555
+ export {pentagon32} from "./js/pentagon32.js";
1535
1556
  export {percent16} from "./js/percent16.js";
1536
1557
  export {percent24} from "./js/percent24.js";
1537
1558
  export {percent32} from "./js/percent32.js";
@@ -1553,12 +1574,12 @@ export {pin32} from "./js/pin32.js";
1553
1574
  export {pinPlus16} from "./js/pinPlus16.js";
1554
1575
  export {pinPlus24} from "./js/pinPlus24.js";
1555
1576
  export {pinPlus32} from "./js/pinPlus32.js";
1577
+ export {pinTear16F} from "./js/pinTear16F.js";
1556
1578
  export {pinTear16} from "./js/pinTear16.js";
1579
+ export {pinTear24F} from "./js/pinTear24F.js";
1557
1580
  export {pinTear24} from "./js/pinTear24.js";
1581
+ export {pinTear32F} from "./js/pinTear32F.js";
1558
1582
  export {pinTear32} from "./js/pinTear32.js";
1559
- export {pinTearF16} from "./js/pinTearF16.js";
1560
- export {pinTearF24} from "./js/pinTearF24.js";
1561
- export {pinTearF32} from "./js/pinTearF32.js";
1562
1583
  export {pins16} from "./js/pins16.js";
1563
1584
  export {pins24} from "./js/pins24.js";
1564
1585
  export {pins32} from "./js/pins32.js";
@@ -1601,12 +1622,12 @@ export {polygonVertices32} from "./js/polygonVertices32.js";
1601
1622
  export {popUp116} from "./js/popUp116.js";
1602
1623
  export {popUp124} from "./js/popUp124.js";
1603
1624
  export {popUp132} from "./js/popUp132.js";
1625
+ export {popUpBlank16F} from "./js/popUpBlank16F.js";
1604
1626
  export {popUpBlank16} from "./js/popUpBlank16.js";
1627
+ export {popUpBlank24F} from "./js/popUpBlank24F.js";
1605
1628
  export {popUpBlank24} from "./js/popUpBlank24.js";
1629
+ export {popUpBlank32F} from "./js/popUpBlank32F.js";
1606
1630
  export {popUpBlank32} from "./js/popUpBlank32.js";
1607
- export {popUpBlankF16} from "./js/popUpBlankF16.js";
1608
- export {popUpBlankF24} from "./js/popUpBlankF24.js";
1609
- export {popUpBlankF32} from "./js/popUpBlankF32.js";
1610
1631
  export {popup16} from "./js/popup16.js";
1611
1632
  export {popup24} from "./js/popup24.js";
1612
1633
  export {popup32} from "./js/popup32.js";
@@ -1637,6 +1658,9 @@ export {projects32} from "./js/projects32.js";
1637
1658
  export {pushpin16} from "./js/pushpin16.js";
1638
1659
  export {pushpin24} from "./js/pushpin24.js";
1639
1660
  export {pushpin32} from "./js/pushpin32.js";
1661
+ export {puzzlePiece16} from "./js/puzzlePiece16.js";
1662
+ export {puzzlePiece24} from "./js/puzzlePiece24.js";
1663
+ export {puzzlePiece32} from "./js/puzzlePiece32.js";
1640
1664
  export {qrCode16} from "./js/qrCode16.js";
1641
1665
  export {qrCode24} from "./js/qrCode24.js";
1642
1666
  export {qrCode32} from "./js/qrCode32.js";
@@ -1715,6 +1739,9 @@ export {reverse32} from "./js/reverse32.js";
1715
1739
  export {ribbon16} from "./js/ribbon16.js";
1716
1740
  export {ribbon24} from "./js/ribbon24.js";
1717
1741
  export {ribbon32} from "./js/ribbon32.js";
1742
+ export {ribbonRosette16} from "./js/ribbonRosette16.js";
1743
+ export {ribbonRosette24} from "./js/ribbonRosette24.js";
1744
+ export {ribbonRosette32} from "./js/ribbonRosette32.js";
1718
1745
  export {right16} from "./js/right16.js";
1719
1746
  export {right24} from "./js/right24.js";
1720
1747
  export {right32} from "./js/right32.js";
@@ -1811,6 +1838,9 @@ export {search32} from "./js/search32.js";
1811
1838
  export {security16} from "./js/security16.js";
1812
1839
  export {security24} from "./js/security24.js";
1813
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";
1814
1844
  export {selectCategory16} from "./js/selectCategory16.js";
1815
1845
  export {selectCategory24} from "./js/selectCategory24.js";
1816
1846
  export {selectCategory32} from "./js/selectCategory32.js";
@@ -1961,6 +1991,9 @@ export {speechBubble32} from "./js/speechBubble32.js";
1961
1991
  export {speechBubbleCheck16} from "./js/speechBubbleCheck16.js";
1962
1992
  export {speechBubbleCheck24} from "./js/speechBubbleCheck24.js";
1963
1993
  export {speechBubbleCheck32} from "./js/speechBubbleCheck32.js";
1994
+ export {speechBubbleExclamation16} from "./js/speechBubbleExclamation16.js";
1995
+ export {speechBubbleExclamation24} from "./js/speechBubbleExclamation24.js";
1996
+ export {speechBubbleExclamation32} from "./js/speechBubbleExclamation32.js";
1964
1997
  export {speechBubblePlus16} from "./js/speechBubblePlus16.js";
1965
1998
  export {speechBubblePlus24} from "./js/speechBubblePlus24.js";
1966
1999
  export {speechBubblePlus32} from "./js/speechBubblePlus32.js";
@@ -2027,6 +2060,9 @@ export {superimpose32} from "./js/superimpose32.js";
2027
2060
  export {superscript16} from "./js/superscript16.js";
2028
2061
  export {superscript24} from "./js/superscript24.js";
2029
2062
  export {superscript32} from "./js/superscript32.js";
2063
+ export {survey16} from "./js/survey16.js";
2064
+ export {survey24} from "./js/survey24.js";
2065
+ export {survey32} from "./js/survey32.js";
2030
2066
  export {switch16} from "./js/switch16.js";
2031
2067
  export {switch24} from "./js/switch24.js";
2032
2068
  export {switch32} from "./js/switch32.js";
@@ -2078,6 +2114,9 @@ export {thumbsUp32} from "./js/thumbsUp32.js";
2078
2114
  export {tileLayer16} from "./js/tileLayer16.js";
2079
2115
  export {tileLayer24} from "./js/tileLayer24.js";
2080
2116
  export {tileLayer32} from "./js/tileLayer32.js";
2117
+ export {tiledImageryLayer16} from "./js/tiledImageryLayer16.js";
2118
+ export {tiledImageryLayer24} from "./js/tiledImageryLayer24.js";
2119
+ export {tiledImageryLayer32} from "./js/tiledImageryLayer32.js";
2081
2120
  export {timer16} from "./js/timer16.js";
2082
2121
  export {timer24} from "./js/timer24.js";
2083
2122
  export {timer32} from "./js/timer32.js";
@@ -0,0 +1 @@
1
+ export const clipboard16: string;
@@ -0,0 +1 @@
1
+ export const clipboard16 = "M14 2h-2V1H9.723a1.984 1.984 0 0 0-3.446 0H4v1H2v14h12zM5 2h2v-.318A.682.682 0 0 1 7.682 1h.636A.682.682 0 0 1 9 1.682V2h2v1H5zm8 13H3V3h1v1h8V3h1zm-1-5H4V9h8zm-8 2h4v1H4zm0-6h8v1H4z";
@@ -0,0 +1 @@
1
+ "M14 2h-2V1H9.723a1.984 1.984 0 0 0-3.446 0H4v1H2v14h12zM5 2h2v-.318A.682.682 0 0 1 7.682 1h.636A.682.682 0 0 1 9 1.682V2h2v1H5zm8 13H3V3h1v1h8V3h1zm-1-5H4V9h8zm-8 2h4v1H4zm0-6h8v1H4z"
@@ -0,0 +1 @@
1
+ export const clipboard24: string;
@@ -0,0 +1 @@
1
+ export const clipboard24 = "M20 4h-3V3h-3a2 2 0 0 0-4 0H7v1H4v18h16zM8 4h3V2.615A.615.615 0 0 1 11.614 2h.771a.615.615 0 0 1 .615.615V4h3v2H8zm11 17H5V5h2v2h10V5h2zM7 18h5v1H7zm0-8h10v1H7zm0 4h10v1H7z";
@@ -0,0 +1 @@
1
+ "M20 4h-3V3h-3a2 2 0 0 0-4 0H7v1H4v18h16zM8 4h3V2.615A.615.615 0 0 1 11.614 2h.771a.615.615 0 0 1 .615.615V4h3v2H8zm11 17H5V5h2v2h10V5h2zM7 18h5v1H7zm0-8h10v1H7zm0 4h10v1H7z"
@@ -0,0 +1 @@
1
+ export const clipboard32: string;
@@ -0,0 +1 @@
1
+ export const clipboard32 = "M27 5h-4V3h-4.05a2.5 2.5 0 0 0-4.9 0H10v2H6v24h21zM11 4h4.092A1.483 1.483 0 0 1 15 3.5a1.5 1.5 0 0 1 3 0 1.483 1.483 0 0 1-.092.5H22v3H11zm15 24H7V6h3v2h13V6h3zM10 13h13v1H10zm13 6H10v-1h13zm-13 4h7v1h-7z";
@@ -0,0 +1 @@
1
+ "M27 5h-4V3h-4.05a2.5 2.5 0 0 0-4.9 0H10v2H6v24h21zM11 4h4.092A1.483 1.483 0 0 1 15 3.5a1.5 1.5 0 0 1 3 0 1.483 1.483 0 0 1-.092.5H22v3H11zm15 24H7V6h3v2h13V6h3zM10 13h13v1H10zm13 6H10v-1h13zm-13 4h7v1h-7z"
@@ -0,0 +1 @@
1
+ export const folders16: string;
@@ -0,0 +1 @@
1
+ export const folders16 = "M3 9H1V5h10v1h1V1H6.417l-1.1-1H2.834L1.75 1H0v9h3zM1 2h1.034l1.083-1h1.92l1.099 1H11v2H1zm9.416 5L9.318 6H6.833L5.75 7H4v9h12V7zM15 15H5v-4h10zm0-5H5V8h1.034l1.083-1h1.92l1.099 1H15z";
@@ -0,0 +1 @@
1
+ "M3 9H1V5h10v1h1V1H6.417l-1.1-1H2.834L1.75 1H0v9h3zM1 2h1.034l1.083-1h1.92l1.099 1H11v2H1zm9.416 5L9.318 6H6.833L5.75 7H4v9h12V7zM15 15H5v-4h10zm0-5H5V8h1.034l1.083-1h1.92l1.099 1H15z"
@@ -0,0 +1 @@
1
+ export const folders24: string;
@@ -0,0 +1 @@
1
+ export const folders24 = "M15.2 11L14 9H8l-1.2 2H5v12h18V11zM22 22H6v-7h16zm0-8H6v-2h1.366l1.2-2h4.868l1.2 2H22zM4 14H2V7h16v3h1V3h-7.8L10 1H4L2.8 3H1v12h3zM2 4h1.366l1.2-2h4.868l1.2 2H18v2H2z";
@@ -0,0 +1 @@
1
+ "M15.2 11L14 9H8l-1.2 2H5v12h18V11zM22 22H6v-7h16zm0-8H6v-2h1.366l1.2-2h4.868l1.2 2H22zM4 14H2V7h16v3h1V3h-7.8L10 1H4L2.8 3H1v12h3zM2 4h1.366l1.2-2h4.868l1.2 2H18v2H2z"
@@ -0,0 +1 @@
1
+ export const folders32: string;
@@ -0,0 +1 @@
1
+ export const folders32 = "M5 20H3V8h22v4h1V4H14l-.857-2H4.57l-.857 2H2v17h3zM3 5h1.101l1-2h7.512l.714 2H25v2H3zm15 8l-.857-2H8.57l-.857 2H6v16.857h24V13zm11 16H7V17h22zm0-13H7v-2h1.101l1-2h7.512l.714 2H29z";
@@ -0,0 +1 @@
1
+ "M5 20H3V8h22v4h1V4H14l-.857-2H4.57l-.857 2H2v17h3zM3 5h1.101l1-2h7.512l.714 2H25v2H3zm15 8l-.857-2H8.57l-.857 2H6v16.857h24V13zm11 16H7V17h22zm0-13H7v-2h1.101l1-2h7.512l.714 2H29z"
@@ -0,0 +1 @@
1
+ export const initiative16: string;
@@ -0,0 +1 @@
1
+ export const initiative16 = "M15.595 16L8 7.236V5.227c.464-.486 1.104-.326 2.287.127 1.184.453 2.66 1.015 3.63-.44L14 4.786V.633l-.788.555c-.805.569-1.732.258-2.713-.073A3.365 3.365 0 0 0 7.674 1H7v7.39L.405 16zM10.18 2.063a4.727 4.727 0 0 0 2.82.328v2.083c-.468.586-1.103.425-2.356-.055a5.749 5.749 0 0 0-1.954-.496 2.004 2.004 0 0 0-.69.115V1.984c.503-.45 1.145-.268 2.18.08zM13.405 15H2.595L8 8.764z";
@@ -0,0 +1 @@
1
+ "M15.595 16L8 7.236V5.227c.464-.486 1.104-.326 2.287.127 1.184.453 2.66 1.015 3.63-.44L14 4.786V.633l-.788.555c-.805.569-1.732.258-2.713-.073A3.365 3.365 0 0 0 7.674 1H7v7.39L.405 16zM10.18 2.063a4.727 4.727 0 0 0 2.82.328v2.083c-.468.586-1.103.425-2.356-.055a5.749 5.749 0 0 0-1.954-.496 2.004 2.004 0 0 0-.69.115V1.984c.503-.45 1.145-.268 2.18.08zM13.405 15H2.595L8 8.764z"
@@ -0,0 +1 @@
1
+ export const initiative24: string;
@@ -0,0 +1 @@
1
+ export const initiative24 = "M22.626 22L12 10.255V7.627c.941-1.056 1.8-.721 3.223-.015 1.294.643 2.904 1.444 4.59.091l.187-.15V2.329l-.791.568c-1.084.778-2.169.283-3.422-.288l-.13-.06c-1.021-.463-2.35-1.043-3.657-.359V2h-1v9.36L1.374 22zM15.243 3.459l.13.059A4.781 4.781 0 0 0 19 4.13v2.933c-1.114.753-2.148.242-3.359-.36a5.55 5.55 0 0 0-2.367-.76A2.38 2.38 0 0 0 12 6.308V3.383c.949-.868 1.872-.545 3.243.076zM20.373 21H3.627L12 11.745z";
@@ -0,0 +1 @@
1
+ "M22.626 22L12 10.255V7.627c.941-1.056 1.8-.721 3.223-.015 1.294.643 2.904 1.444 4.59.091l.187-.15V2.329l-.791.568c-1.084.778-2.169.283-3.422-.288l-.13-.06c-1.021-.463-2.35-1.043-3.657-.359V2h-1v9.36L1.374 22zM15.243 3.459l.13.059A4.781 4.781 0 0 0 19 4.13v2.933c-1.114.753-2.148.242-3.359-.36a5.55 5.55 0 0 0-2.367-.76A2.38 2.38 0 0 0 12 6.308V3.383c.949-.868 1.872-.545 3.243.076zM20.373 21H3.627L12 11.745z"
@@ -0,0 +1 @@
1
+ export const initiative32: string;
@@ -0,0 +1 @@
1
+ export const initiative32 = "M29.487 29L16 13.264V9.016c1.484-1.673 2.532-1.07 4.096-.156 1.463.854 3.282 1.916 5.652.564L26 9.279V3.026l-.793.575c-1.374.996-2.663.304-4.156-.492-1.527-.815-3.23-1.72-5.051-.581V2h-1v12.43L2.513 29zM20.58 3.991c1.34.716 2.837 1.514 4.42.866V8.69c-1.736.862-3.032.106-4.4-.692a5.738 5.738 0 0 0-2.765-1.036A2.949 2.949 0 0 0 16 7.64V3.777c1.561-1.397 2.963-.65 4.58.214zM27.313 28H4.687L16 14.8z";
@@ -0,0 +1 @@
1
+ "M29.487 29L16 13.264V9.016c1.484-1.673 2.532-1.07 4.096-.156 1.463.854 3.282 1.916 5.652.564L26 9.279V3.026l-.793.575c-1.374.996-2.663.304-4.156-.492-1.527-.815-3.23-1.72-5.051-.581V2h-1v12.43L2.513 29zM20.58 3.991c1.34.716 2.837 1.514 4.42.866V8.69c-1.736.862-3.032.106-4.4-.692a5.738 5.738 0 0 0-2.765-1.036A2.949 2.949 0 0 0 16 7.64V3.777c1.561-1.397 2.963-.65 4.58.214zM27.313 28H4.687L16 14.8z"
@@ -0,0 +1 @@
1
+ export const initiativeTemplate16: string;
@@ -0,0 +1 @@
1
+ export const initiativeTemplate16 = "M7.298 4.026c.756.29 1.897.726 2.618-.356L10 3.544V.401l-.788.557c-.436.307-.919.178-1.66-.07A2.145 2.145 0 0 0 5.296 1H5v4.679L.405 10.98H7V10H2.595L5.75 6.34 7 7.784V7.03a2.003 2.003 0 0 1 .114-.643L6 5.102V3.874c.228-.192.55-.133 1.298.152zM6 1.706c.247-.174.574-.09 1.234.13A3.633 3.633 0 0 0 9 2.107v1.115c-.231.242-.552.174-1.345-.13a3.987 3.987 0 0 0-1.366-.341A1.589 1.589 0 0 0 6 2.776zM14.97 6H9.03A1.031 1.031 0 0 0 8 7.03v7.94A1.031 1.031 0 0 0 9.03 16h5.94A1.031 1.031 0 0 0 16 14.97V7.03A1.031 1.031 0 0 0 14.97 6zm.03 9c-.012.012-6 0-6 0V7h6zm-1-5h-2V9h2zm0 3h-2v-1h2zm-3-3h-1V9h1zm0 3h-1v-1h1z";
@@ -0,0 +1 @@
1
+ "M7.298 4.026c.756.29 1.897.726 2.618-.356L10 3.544V.401l-.788.557c-.436.307-.919.178-1.66-.07A2.145 2.145 0 0 0 5.296 1H5v4.679L.405 10.98H7V10H2.595L5.75 6.34 7 7.784V7.03a2.003 2.003 0 0 1 .114-.643L6 5.102V3.874c.228-.192.55-.133 1.298.152zM6 1.706c.247-.174.574-.09 1.234.13A3.633 3.633 0 0 0 9 2.107v1.115c-.231.242-.552.174-1.345-.13a3.987 3.987 0 0 0-1.366-.341A1.589 1.589 0 0 0 6 2.776zM14.97 6H9.03A1.031 1.031 0 0 0 8 7.03v7.94A1.031 1.031 0 0 0 9.03 16h5.94A1.031 1.031 0 0 0 16 14.97V7.03A1.031 1.031 0 0 0 14.97 6zm.03 9c-.012.012-6 0-6 0V7h6zm-1-5h-2V9h2zm0 3h-2v-1h2zm-3-3h-1V9h1zm0 3h-1v-1h1z"
@@ -0,0 +1 @@
1
+ export const initiativeTemplate24: string;
@@ -0,0 +1 @@
1
+ export const initiativeTemplate24 = "M2.595 15L8 8.764l3 3.461V11.5a2.467 2.467 0 0 1 .106-.68L8 7.236V5.228c.464-.486 1.104-.327 2.287.126 1.185.452 2.66 1.014 3.63-.44L14 4.786V.633l-.788.555c-.806.569-1.732.257-2.713-.073A3.369 3.369 0 0 0 7.674 1H7v7.39L.405 16H11v-1zM10.18 2.063a4.727 4.727 0 0 0 2.82.328v2.083c-.468.586-1.102.424-2.356-.055a5.749 5.749 0 0 0-1.954-.496 2.004 2.004 0 0 0-.69.115V1.984c.502-.452 1.145-.268 2.18.08zM21.5 10h-8a1.502 1.502 0 0 0-1.5 1.5v10a1.502 1.502 0 0 0 1.5 1.5h8a1.502 1.502 0 0 0 1.5-1.5v-10a1.502 1.502 0 0 0-1.5-1.5zm.5 11.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5zM17 13h3v1h-3zm0 6h3v1h-3zm0-3h3v1h-3zm-2-3h1v1h-1zm0 6h1v1h-1zm.595-3H16v1h-1v-1z";
@@ -0,0 +1 @@
1
+ "M2.595 15L8 8.764l3 3.461V11.5a2.467 2.467 0 0 1 .106-.68L8 7.236V5.228c.464-.486 1.104-.327 2.287.126 1.185.452 2.66 1.014 3.63-.44L14 4.786V.633l-.788.555c-.806.569-1.732.257-2.713-.073A3.369 3.369 0 0 0 7.674 1H7v7.39L.405 16H11v-1zM10.18 2.063a4.727 4.727 0 0 0 2.82.328v2.083c-.468.586-1.102.424-2.356-.055a5.749 5.749 0 0 0-1.954-.496 2.004 2.004 0 0 0-.69.115V1.984c.502-.452 1.145-.268 2.18.08zM21.5 10h-8a1.502 1.502 0 0 0-1.5 1.5v10a1.502 1.502 0 0 0 1.5 1.5h8a1.502 1.502 0 0 0 1.5-1.5v-10a1.502 1.502 0 0 0-1.5-1.5zm.5 11.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5zM17 13h3v1h-3zm0 6h3v1h-3zm0-3h3v1h-3zm-2-3h1v1h-1zm0 6h1v1h-1zm.595-3H16v1h-1v-1z"
@@ -0,0 +1 @@
1
+ export const initiativeTemplate32: string;
@@ -0,0 +1 @@
1
+ export const initiativeTemplate32 = "M3.719 21L12 11.75l5 5.585V16.5a2.478 2.478 0 0 1 .075-.58L12 10.25V7.628c.941-1.057 1.81-.718 3.223-.016 1.294.642 2.904 1.444 4.59.091l.187-.15V2.329l-.791.568c-1.084.778-2.167.284-3.42-.287-1.182-.538-2.493-1.114-3.789-.426V2h-1v9.367L1.481 22H17v-1zM15.375 3.52A4.792 4.792 0 0 0 19 4.13v2.933c-1.114.753-2.147.243-3.333-.346a5.61 5.61 0 0 0-2.393-.77A2.38 2.38 0 0 0 12 6.31V3.383c.974-.888 1.931-.52 3.375.137zM28.5 15h-9a1.502 1.502 0 0 0-1.5 1.5v12a1.502 1.502 0 0 0 1.5 1.5h9a1.502 1.502 0 0 0 1.5-1.5v-12a1.502 1.502 0 0 0-1.5-1.5zm.5 13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zM23 18h4v1h-4zm0 8h4v1h-4zm0-4h4v1h-4zm-1-3h-1v-1h1zm-1 7h1v1h-1zm0-4h1v1h-1z";
@@ -0,0 +1 @@
1
+ "M3.719 21L12 11.75l5 5.585V16.5a2.478 2.478 0 0 1 .075-.58L12 10.25V7.628c.941-1.057 1.81-.718 3.223-.016 1.294.642 2.904 1.444 4.59.091l.187-.15V2.329l-.791.568c-1.084.778-2.167.284-3.42-.287-1.182-.538-2.493-1.114-3.789-.426V2h-1v9.367L1.481 22H17v-1zM15.375 3.52A4.792 4.792 0 0 0 19 4.13v2.933c-1.114.753-2.147.243-3.333-.346a5.61 5.61 0 0 0-2.393-.77A2.38 2.38 0 0 0 12 6.31V3.383c.974-.888 1.931-.52 3.375.137zM28.5 15h-9a1.502 1.502 0 0 0-1.5 1.5v12a1.502 1.502 0 0 0 1.5 1.5h9a1.502 1.502 0 0 0 1.5-1.5v-12a1.502 1.502 0 0 0-1.5-1.5zm.5 13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5zM23 18h4v1h-4zm0 8h4v1h-4zm0-4h4v1h-4zm-1-3h-1v-1h1zm-1 7h1v1h-1zm0-4h1v1h-1z"
@@ -0,0 +1 @@
1
+ export const multipleVariables16: string;
@@ -0,0 +1 @@
1
+ export const multipleVariables16 = "M12 6.85A2.85 2.85 0 1 1 14.85 4 2.853 2.853 0 0 1 12 6.85zm0-4.81A1.96 1.96 0 1 0 13.96 4 1.962 1.962 0 0 0 12 2.04zM7.348 12H2.652L1 7.515 5 4l4 3.515zm-4-1h3.304l1.143-3.2L5 5.37 2.205 7.8zM12 9.118l-3 2.226L10.308 15h3.487L15 11.344z";
@@ -0,0 +1 @@
1
+ "M12 6.85A2.85 2.85 0 1 1 14.85 4 2.853 2.853 0 0 1 12 6.85zm0-4.81A1.96 1.96 0 1 0 13.96 4 1.962 1.962 0 0 0 12 2.04zM7.348 12H2.652L1 7.515 5 4l4 3.515zm-4-1h3.304l1.143-3.2L5 5.37 2.205 7.8zM12 9.118l-3 2.226L10.308 15h3.487L15 11.344z"
@@ -0,0 +1 @@
1
+ export const multipleVariables24: string;
@@ -0,0 +1 @@
1
+ export const multipleVariables24 = "M17.5 10.85a4.35 4.35 0 1 1 4.35-4.35 4.355 4.355 0 0 1-4.35 4.35zm0-7.743A3.393 3.393 0 1 0 20.893 6.5 3.396 3.396 0 0 0 17.5 3.107zM10.78 18H3.66L1 11.31 7 7l6 4.296zm-6.44-1h5.715l1.734-5.323L7 8.257l-4.75 3.405zm13.16-4L13 16.732 15 22h5l2-5.268z";
@@ -0,0 +1 @@
1
+ "M17.5 10.85a4.35 4.35 0 1 1 4.35-4.35 4.355 4.355 0 0 1-4.35 4.35zm0-7.743A3.393 3.393 0 1 0 20.893 6.5 3.396 3.396 0 0 0 17.5 3.107zM10.78 18H3.66L1 11.31 7 7l6 4.296zm-6.44-1h5.715l1.734-5.323L7 8.257l-4.75 3.405zm13.16-4L13 16.732 15 22h5l2-5.268z"
@@ -0,0 +1 @@
1
+ export const multipleVariables32: string;
@@ -0,0 +1 @@
1
+ export const multipleVariables32 = "M23 14.85A5.85 5.85 0 1 1 28.85 9 5.857 5.857 0 0 1 23 14.85zm0-10.8A4.95 4.95 0 1 0 27.95 9 4.956 4.956 0 0 0 23 4.05zm-8.738 19.94L4.623 24 2 15.106 9.5 10l7.5 5.11zM5.377 23h8.14l2.282-7.48L9.5 11.236l-6.309 4.286zM23.5 18.235L18 22.309 20.399 29h6.392L29 22.31z";
@@ -0,0 +1 @@
1
+ "M23 14.85A5.85 5.85 0 1 1 28.85 9 5.857 5.857 0 0 1 23 14.85zm0-10.8A4.95 4.95 0 1 0 27.95 9 4.956 4.956 0 0 0 23 4.05zm-8.738 19.94L4.623 24 2 15.106 9.5 10l7.5 5.11zM5.377 23h8.14l2.282-7.48L9.5 11.236l-6.309 4.286zM23.5 18.235L18 22.309 20.399 29h6.392L29 22.31z"
@@ -0,0 +1 @@
1
+ export const paletteCheck16: string;
@@ -0,0 +1 @@
1
+ export const paletteCheck16 = "M6.003 9.664a5.747 5.747 0 0 0-.23.969C2.816 10.116-.01 8.39 0 5.636.008 3.539 2.264.197 8.39.197c.715 0 1.984.073 2.464.747a2.244 2.244 0 0 1 .04 1.947c-.29 1.02-.403 1.128 1.614 1.149 1.877.019 3.462.243 3.462 2.12a2.67 2.67 0 0 1-.354 1.259 5.84 5.84 0 0 0-.78-.656 1.57 1.57 0 0 0 .132-.601c0-1.066-1.01-1.107-2.47-1.122-1.229-.013-2.04-.021-2.51-.65-.631-.847.113-1.813.113-2.616 0-.55-1.16-.577-1.71-.577-3.359 0-7.38 1.475-7.391 4.442a2.992 2.992 0 0 0 .955 2.164 7.586 7.586 0 0 0 4.048 1.86zM7.5 2.5a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm-3 1a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm0 3a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm10.465 4.655c.006.058.015.115.022.172A1.36 1.36 0 0 1 15 11.5 3.498 3.498 0 1 1 11.5 8a3.39 3.39 0 0 1 .959.138 3.576 3.576 0 0 1 .883.399l.363-.363.362-.363a4.524 4.524 0 0 0-1.22-.603A4.499 4.499 0 1 0 16 11.5a3.826 3.826 0 0 0-.05-.605 5.41 5.41 0 0 0-.132-.593l-.426.427zm.389-1.801l-.707-.707-3.147 3.146-1.146-1.146-.707.707 1.853 1.853z";
@@ -0,0 +1 @@
1
+ "M6.003 9.664a5.747 5.747 0 0 0-.23.969C2.816 10.116-.01 8.39 0 5.636.008 3.539 2.264.197 8.39.197c.715 0 1.984.073 2.464.747a2.244 2.244 0 0 1 .04 1.947c-.29 1.02-.403 1.128 1.614 1.149 1.877.019 3.462.243 3.462 2.12a2.67 2.67 0 0 1-.354 1.259 5.84 5.84 0 0 0-.78-.656 1.57 1.57 0 0 0 .132-.601c0-1.066-1.01-1.107-2.47-1.122-1.229-.013-2.04-.021-2.51-.65-.631-.847.113-1.813.113-2.616 0-.55-1.16-.577-1.71-.577-3.359 0-7.38 1.475-7.391 4.442a2.992 2.992 0 0 0 .955 2.164 7.586 7.586 0 0 0 4.048 1.86zM7.5 2.5a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm-3 1a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm0 3a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm10.465 4.655c.006.058.015.115.022.172A1.36 1.36 0 0 1 15 11.5 3.498 3.498 0 1 1 11.5 8a3.39 3.39 0 0 1 .959.138 3.576 3.576 0 0 1 .883.399l.363-.363.362-.363a4.524 4.524 0 0 0-1.22-.603A4.499 4.499 0 1 0 16 11.5a3.826 3.826 0 0 0-.05-.605 5.41 5.41 0 0 0-.132-.593l-.426.427zm.389-1.801l-.707-.707-3.147 3.146-1.146-1.146-.707.707 1.853 1.853z"
@@ -0,0 +1 @@
1
+ export const paletteCheck24: string;
@@ -0,0 +1 @@
1
+ export const paletteCheck24 = "M10.2 17a6.841 6.841 0 0 0 .04.726c-3.945-.412-9.04-2.718-9.04-7.02C1.2 6.237 6.828 3.28 11.864 3.2h.16c2.447 0 2.919.509 3.264.881a2.27 2.27 0 0 1 .606 1.607c0 .818-.312 1.267-.312 1.815 0 2.435 7.417-.633 7.417 3.929a3.24 3.24 0 0 1-.476 1.616 6.847 6.847 0 0 0-.7-.836 2.083 2.083 0 0 0 .176-.78c0-1.43-.9-1.703-3.603-1.8-1.61-.057-3.814-.136-3.814-2.129a3.555 3.555 0 0 1 .17-.99 2.856 2.856 0 0 0 .142-.825 1.266 1.266 0 0 0-.331-.918c-.216-.233-.528-.57-2.539-.57h-.16C7.3 4.272 2.2 6.961 2.2 10.705c0 3.506 4.376 5.606 8.014 6.016-.003.093-.014.185-.014.279zM12 7.5A1.5 1.5 0 1 1 10.5 6 1.5 1.5 0 0 1 12 7.5zm-1 0a.5.5 0 1 0-.5.5.5.5 0 0 0 .5-.5zM6.5 11A1.5 1.5 0 1 1 8 9.5 1.5 1.5 0 0 1 6.5 11zM7 9.5a.5.5 0 1 0-.5.5.5.5 0 0 0 .5-.5zm3 4A1.5 1.5 0 1 1 8.5 12a1.5 1.5 0 0 1 1.5 1.5zm-1 0a.5.5 0 1 0-.5.5.5.5 0 0 0 .5-.5zm7.557 4.196l-1.084-1.088-.738.738 1.822 1.822 3.508-3.505-.738-.737zM22.8 17a5.8 5.8 0 1 1-5.8-5.8 5.8 5.8 0 0 1 5.8 5.8zm-1 0a4.8 4.8 0 1 0-4.8 4.8 4.806 4.806 0 0 0 4.8-4.8z";
@@ -0,0 +1 @@
1
+ "M10.2 17a6.841 6.841 0 0 0 .04.726c-3.945-.412-9.04-2.718-9.04-7.02C1.2 6.237 6.828 3.28 11.864 3.2h.16c2.447 0 2.919.509 3.264.881a2.27 2.27 0 0 1 .606 1.607c0 .818-.312 1.267-.312 1.815 0 2.435 7.417-.633 7.417 3.929a3.24 3.24 0 0 1-.476 1.616 6.847 6.847 0 0 0-.7-.836 2.083 2.083 0 0 0 .176-.78c0-1.43-.9-1.703-3.603-1.8-1.61-.057-3.814-.136-3.814-2.129a3.555 3.555 0 0 1 .17-.99 2.856 2.856 0 0 0 .142-.825 1.266 1.266 0 0 0-.331-.918c-.216-.233-.528-.57-2.539-.57h-.16C7.3 4.272 2.2 6.961 2.2 10.705c0 3.506 4.376 5.606 8.014 6.016-.003.093-.014.185-.014.279zM12 7.5A1.5 1.5 0 1 1 10.5 6 1.5 1.5 0 0 1 12 7.5zm-1 0a.5.5 0 1 0-.5.5.5.5 0 0 0 .5-.5zM6.5 11A1.5 1.5 0 1 1 8 9.5 1.5 1.5 0 0 1 6.5 11zM7 9.5a.5.5 0 1 0-.5.5.5.5 0 0 0 .5-.5zm3 4A1.5 1.5 0 1 1 8.5 12a1.5 1.5 0 0 1 1.5 1.5zm-1 0a.5.5 0 1 0-.5.5.5.5 0 0 0 .5-.5zm7.557 4.196l-1.084-1.088-.738.738 1.822 1.822 3.508-3.505-.738-.737zM22.8 17a5.8 5.8 0 1 1-5.8-5.8 5.8 5.8 0 0 1 5.8 5.8zm-1 0a4.8 4.8 0 1 0-4.8 4.8 4.806 4.806 0 0 0 4.8-4.8z"
@@ -0,0 +1 @@
1
+ export const paletteCheck32: string;
@@ -0,0 +1 @@
1
+ export const paletteCheck32 = "M15.2 23.5c0 .1.012.197.015.296-4.506-.02-9.094-1.716-11.708-4.34A7.208 7.208 0 0 1 1.2 14.247c.02-5.323 6.712-9.924 14.613-10.045l.214-.002c1.884 0 3.47.5 4.037 1.27.733.999.351 2.311.044 3.366l-.044.15c-.217.738-.374 1.27-.083 1.681.377.53 1.378.727 4.462.878 2.496.122 5.044.248 5.849 1.752a4.087 4.087 0 0 1-.11 4.129 6.082 6.082 0 0 1-.424.639 8.36 8.36 0 0 0-.717-.726c.096-.136.194-.272.272-.41a3.091 3.091 0 0 0 .097-3.16c-.538-1.006-2.917-1.123-5.015-1.225-3.348-.165-4.573-.375-5.23-1.298a2.771 2.771 0 0 1-.06-2.543l.044-.15c.257-.884.55-1.89.11-2.49-.245-.333-1.338-.862-3.228-.863l-.208.002C8.586 5.313 2.217 9.542 2.2 14.251a6.246 6.246 0 0 0 2.016 4.5c2.44 2.448 6.76 4.032 11.02 4.046a8.34 8.34 0 0 0-.036.703zm-3.2-6A2.5 2.5 0 1 1 9.5 15a2.5 2.5 0 0 1 2.5 2.5zm-1 0A1.5 1.5 0 1 0 9.5 19a1.502 1.502 0 0 0 1.5-1.5zM8.5 14a2.5 2.5 0 1 1 2.5-2.5A2.5 2.5 0 0 1 8.5 14zm0-1A1.5 1.5 0 1 0 7 11.5 1.502 1.502 0 0 0 8.5 13zM17 9.5A2.5 2.5 0 1 1 14.5 7 2.5 2.5 0 0 1 17 9.5zm-1 0a1.5 1.5 0 1 0-1.5 1.5A1.502 1.502 0 0 0 16 9.5zm11.327 11.426l-4.77 4.77-2.084-2.088-.738.738 2.822 2.822 5.508-5.505zM30.8 23.5a7.3 7.3 0 1 1-7.3-7.3 7.3 7.3 0 0 1 7.3 7.3zm-1 0a6.3 6.3 0 1 0-6.3 6.3 6.307 6.307 0 0 0 6.3-6.3z";
@@ -0,0 +1 @@
1
+ "M15.2 23.5c0 .1.012.197.015.296-4.506-.02-9.094-1.716-11.708-4.34A7.208 7.208 0 0 1 1.2 14.247c.02-5.323 6.712-9.924 14.613-10.045l.214-.002c1.884 0 3.47.5 4.037 1.27.733.999.351 2.311.044 3.366l-.044.15c-.217.738-.374 1.27-.083 1.681.377.53 1.378.727 4.462.878 2.496.122 5.044.248 5.849 1.752a4.087 4.087 0 0 1-.11 4.129 6.082 6.082 0 0 1-.424.639 8.36 8.36 0 0 0-.717-.726c.096-.136.194-.272.272-.41a3.091 3.091 0 0 0 .097-3.16c-.538-1.006-2.917-1.123-5.015-1.225-3.348-.165-4.573-.375-5.23-1.298a2.771 2.771 0 0 1-.06-2.543l.044-.15c.257-.884.55-1.89.11-2.49-.245-.333-1.338-.862-3.228-.863l-.208.002C8.586 5.313 2.217 9.542 2.2 14.251a6.246 6.246 0 0 0 2.016 4.5c2.44 2.448 6.76 4.032 11.02 4.046a8.34 8.34 0 0 0-.036.703zm-3.2-6A2.5 2.5 0 1 1 9.5 15a2.5 2.5 0 0 1 2.5 2.5zm-1 0A1.5 1.5 0 1 0 9.5 19a1.502 1.502 0 0 0 1.5-1.5zM8.5 14a2.5 2.5 0 1 1 2.5-2.5A2.5 2.5 0 0 1 8.5 14zm0-1A1.5 1.5 0 1 0 7 11.5 1.502 1.502 0 0 0 8.5 13zM17 9.5A2.5 2.5 0 1 1 14.5 7 2.5 2.5 0 0 1 17 9.5zm-1 0a1.5 1.5 0 1 0-1.5 1.5A1.502 1.502 0 0 0 16 9.5zm11.327 11.426l-4.77 4.77-2.084-2.088-.738.738 2.822 2.822 5.508-5.505zM30.8 23.5a7.3 7.3 0 1 1-7.3-7.3 7.3 7.3 0 0 1 7.3 7.3zm-1 0a6.3 6.3 0 1 0-6.3 6.3 6.307 6.307 0 0 0 6.3-6.3z"
@@ -0,0 +1 @@
1
+ export const pentagon16: string;
@@ -0,0 +1 @@
1
+ export const pentagon16 = "M12.867 15H3.133L.42 6.322 8 .297l7.58 6.025zm-9-1h8.266l2.288-7.322L8 1.574 1.58 6.678z";
@@ -0,0 +1 @@
1
+ "M12.867 15H3.133L.42 6.322 8 .297l7.58 6.025zm-9-1h8.266l2.288-7.322L8 1.574 1.58 6.678z"
@@ -0,0 +1 @@
1
+ export const pentagon24: string;
@@ -0,0 +1 @@
1
+ export const pentagon24 = "M18.847 22H5.215L.397 9.544 12 1l11.6 8.543zM5.904 21h12.25l4.245-11.1L12 2.242 1.603 9.9z";
@@ -0,0 +1 @@
1
+ "M18.847 22H5.215L.397 9.544 12 1l11.6 8.543zM5.904 21h12.25l4.245-11.1L12 2.242 1.603 9.9z"
@@ -0,0 +1 @@
1
+ export const pentagon32: string;
@@ -0,0 +1 @@
1
+ export const pentagon32 = "M24.727 29H7.208L1 11.85 16 1.253l15 10.599zM7.935 28H24l5.824-15.767L16 2.488 2.176 12.233z";
@@ -0,0 +1 @@
1
+ "M24.727 29H7.208L1 11.85 16 1.253l15 10.599zM7.935 28H24l5.824-15.767L16 2.488 2.176 12.233z"
@@ -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 puzzlePiece16: string;
@@ -0,0 +1 @@
1
+ export const puzzlePiece16 = "M9.508 4a.153.153 0 0 1-.145-.1c-.103-.272-.04-.364.216-.671a1.905 1.905 0 0 0 .553-1.275A1.982 1.982 0 0 0 8 0a1.982 1.982 0 0 0-2.132 1.954A1.905 1.905 0 0 0 6.42 3.23c.256.307.32.399.216.671a.153.153 0 0 1-.145.1H1v4.497a1.149 1.149 0 0 0 .722 1.07 1.41 1.41 0 0 0 1.584-.35 1.057 1.057 0 0 1 .74-.349C4.75 8.868 5 9.478 5 10s-.25 1.132-.954 1.132a1.057 1.057 0 0 1-.74-.349 1.41 1.41 0 0 0-1.584-.35A1.149 1.149 0 0 0 1 11.503V16h14V4zM14 15H2v-3.497a.154.154 0 0 1 .097-.143c.215-.089.267-.061.568.19a2.019 2.019 0 0 0 1.381.582A1.981 1.981 0 0 0 6 10a1.981 1.981 0 0 0-1.954-2.132 2.019 2.019 0 0 0-1.381.581c-.301.25-.352.279-.569.19A.155.155 0 0 1 2 8.498V5h4.492a1.16 1.16 0 0 0 1.08-.744 1.517 1.517 0 0 0-.383-1.668.966.966 0 0 1-.321-.634C6.868 1.25 7.478 1 8 1s1.132.25 1.132.954a.966.966 0 0 1-.321.634 1.517 1.517 0 0 0-.382 1.668A1.16 1.16 0 0 0 9.508 5H14z";