lightning-base-components 1.13.6-alpha → 1.14.1-alpha

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 (191) hide show
  1. package/metadata/raptor.json +104 -2
  2. package/package.json +37 -1
  3. package/scopedImports/@salesforce-internal-core.appVersion.js +1 -1
  4. package/scopedImports/@salesforce-label-LightningAlert.defaultLabel.js +1 -0
  5. package/scopedImports/@salesforce-label-LightningConfirm.defaultLabel.js +1 -0
  6. package/scopedImports/@salesforce-label-LightningDateTimePicker.selectDateFor.js +1 -0
  7. package/scopedImports/@salesforce-label-LightningInteractiveDialogBase.cancel.js +1 -0
  8. package/scopedImports/@salesforce-label-LightningInteractiveDialogBase.ok.js +1 -0
  9. package/scopedImports/@salesforce-label-LightningLookup.recentItems.js +1 -0
  10. package/scopedImports/@salesforce-label-LightningModalBase.close.js +1 -0
  11. package/scopedImports/@salesforce-label-LightningModalBase.waitstate.js +1 -0
  12. package/scopedImports/@salesforce-label-LightningPrompt.defaultLabel.js +1 -0
  13. package/src/lightning/baseCombobox/baseCombobox.html +50 -24
  14. package/src/lightning/baseCombobox/baseCombobox.js +53 -28
  15. package/src/lightning/card/card.html +7 -1
  16. package/src/lightning/card/card.js +30 -2
  17. package/src/lightning/card/utils.js +14 -0
  18. package/src/lightning/combobox/combobox.css +12 -0
  19. package/src/lightning/combobox/combobox.html +1 -0
  20. package/src/lightning/datatable/__docs__/datatable.md +40 -13
  21. package/src/lightning/datatable/columnWidthManager.js +8 -4
  22. package/src/lightning/datatable/columns-shared.js +8 -7
  23. package/src/lightning/datatable/columns.js +38 -4
  24. package/src/lightning/datatable/datatable.js +932 -727
  25. package/src/lightning/datatable/datatableResizeObserver.js +1 -1
  26. package/src/lightning/datatable/inlineEdit.js +15 -3
  27. package/src/lightning/datatable/keyboard.js +1078 -935
  28. package/src/lightning/datatable/resizer.js +92 -109
  29. package/src/lightning/datatable/rows.js +245 -59
  30. package/src/lightning/datatable/sort.js +83 -28
  31. package/src/lightning/datatable/{normalizer.js → state.js} +16 -28
  32. package/src/lightning/datatable/templates/div/div.css +53 -0
  33. package/src/lightning/datatable/templates/div/div.html +272 -0
  34. package/src/lightning/datatable/{datatable.css → templates/table/table.css} +0 -0
  35. package/src/lightning/datatable/templates/table/table.html +260 -0
  36. package/src/lightning/datatable/widthManagerShared.js +1 -1
  37. package/src/lightning/datepicker/datepicker.html +3 -3
  38. package/src/lightning/datepicker/datepicker.js +6 -2
  39. package/src/lightning/datetimepicker/datetimepicker.html +3 -4
  40. package/src/lightning/datetimepicker/datetimepicker.js +0 -2
  41. package/src/lightning/formattedRichText/__docs__/formattedRichText.md +1 -0
  42. package/src/lightning/helptext/helptext.js +8 -0
  43. package/src/lightning/iconSvgTemplates/buildTemplates/standard/asset_audit.html +7 -0
  44. package/src/lightning/iconSvgTemplates/buildTemplates/standard/attach.html +7 -0
  45. package/src/lightning/iconSvgTemplates/buildTemplates/standard/contract_payment.html +10 -0
  46. package/src/lightning/iconSvgTemplates/buildTemplates/standard/field_sales.html +8 -0
  47. package/src/lightning/iconSvgTemplates/buildTemplates/standard/historical_adherence.html +9 -0
  48. package/src/lightning/iconSvgTemplates/buildTemplates/standard/med_rec_recommendation.html +8 -0
  49. package/src/lightning/iconSvgTemplates/buildTemplates/standard/med_rec_statement_recommendation.html +7 -0
  50. package/src/lightning/iconSvgTemplates/buildTemplates/standard/medication_dispense.html +11 -0
  51. package/src/lightning/iconSvgTemplates/buildTemplates/standard/medication_reconciliation.html +7 -0
  52. package/src/lightning/iconSvgTemplates/buildTemplates/standard/report_type.html +9 -0
  53. package/src/lightning/iconSvgTemplates/buildTemplates/standard/story.html +2 -4
  54. package/src/lightning/iconSvgTemplates/buildTemplates/standard/tour.html +9 -0
  55. package/src/lightning/iconSvgTemplates/buildTemplates/standard/tour_check.html +8 -0
  56. package/src/lightning/iconSvgTemplates/buildTemplates/standard/travel_mode.html +2 -2
  57. package/src/lightning/iconSvgTemplates/buildTemplates/standard/unified_health_score.html +7 -0
  58. package/src/lightning/iconSvgTemplates/buildTemplates/standard/workforce_engagement.html +8 -0
  59. package/src/lightning/iconSvgTemplates/buildTemplates/templates.js +26 -1
  60. package/src/lightning/iconSvgTemplates/buildTemplates/utility/asset_audit.html +9 -0
  61. package/src/lightning/iconSvgTemplates/buildTemplates/utility/collection_alt.html +8 -0
  62. package/src/lightning/iconSvgTemplates/buildTemplates/utility/contract_doc.html +8 -0
  63. package/src/lightning/iconSvgTemplates/buildTemplates/utility/contract_payment.html +10 -0
  64. package/src/lightning/iconSvgTemplates/buildTemplates/utility/einstein.html +2 -1
  65. package/src/lightning/iconSvgTemplates/buildTemplates/utility/entitlement.html +7 -0
  66. package/src/lightning/iconSvgTemplates/buildTemplates/utility/field_sales.html +8 -0
  67. package/src/lightning/iconSvgTemplates/buildTemplates/utility/signature.html +9 -0
  68. package/src/lightning/iconSvgTemplates/buildTemplates/utility/tour.html +9 -0
  69. package/src/lightning/iconSvgTemplates/buildTemplates/utility/tour_check.html +8 -0
  70. package/src/lightning/iconSvgTemplates/buildTemplates/utility/truck.html +10 -0
  71. package/src/lightning/iconSvgTemplates/buildTemplates/utility/workforce_engagement.html +8 -0
  72. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/asset_audit.html +7 -0
  73. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/attach.html +7 -0
  74. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/contract_payment.html +10 -0
  75. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/field_sales.html +8 -0
  76. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/historical_adherence.html +9 -0
  77. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/med_rec_recommendation.html +8 -0
  78. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/med_rec_statement_recommendation.html +7 -0
  79. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/medication_dispense.html +11 -0
  80. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/medication_reconciliation.html +7 -0
  81. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/report_type.html +9 -0
  82. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/story.html +2 -4
  83. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/tour.html +9 -0
  84. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/tour_check.html +8 -0
  85. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/travel_mode.html +2 -2
  86. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/unified_health_score.html +7 -0
  87. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/workforce_engagement.html +8 -0
  88. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/templates.js +26 -1
  89. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/asset_audit.html +9 -0
  90. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/collection_alt.html +8 -0
  91. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/contract_doc.html +8 -0
  92. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/contract_payment.html +10 -0
  93. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/einstein.html +2 -1
  94. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/entitlement.html +7 -0
  95. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/field_sales.html +8 -0
  96. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/signature.html +9 -0
  97. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/tour.html +9 -0
  98. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/tour_check.html +8 -0
  99. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/truck.html +10 -0
  100. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/workforce_engagement.html +8 -0
  101. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/asset_audit.html +7 -0
  102. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/attach.html +7 -0
  103. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/contract_payment.html +10 -0
  104. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/field_sales.html +8 -0
  105. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/historical_adherence.html +9 -0
  106. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/med_rec_recommendation.html +8 -0
  107. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/med_rec_statement_recommendation.html +7 -0
  108. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/medication_dispense.html +11 -0
  109. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/medication_reconciliation.html +7 -0
  110. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/report_type.html +9 -0
  111. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/story.html +2 -4
  112. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/tour.html +9 -0
  113. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/tour_check.html +8 -0
  114. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/travel_mode.html +2 -2
  115. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/unified_health_score.html +7 -0
  116. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/workforce_engagement.html +8 -0
  117. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/templates.js +15 -1
  118. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/asset_audit.html +7 -0
  119. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/attach.html +7 -0
  120. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/contract_payment.html +10 -0
  121. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/field_sales.html +8 -0
  122. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/historical_adherence.html +9 -0
  123. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/med_rec_recommendation.html +8 -0
  124. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/med_rec_statement_recommendation.html +7 -0
  125. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/medication_dispense.html +11 -0
  126. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/medication_reconciliation.html +7 -0
  127. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/report_type.html +9 -0
  128. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/story.html +2 -4
  129. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/tour.html +9 -0
  130. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/tour_check.html +8 -0
  131. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/travel_mode.html +2 -2
  132. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/unified_health_score.html +7 -0
  133. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/workforce_engagement.html +8 -0
  134. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/templates.js +15 -1
  135. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/templates.js +12 -1
  136. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/asset_audit.html +9 -0
  137. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/collection_alt.html +8 -0
  138. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/contract_doc.html +8 -0
  139. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/contract_payment.html +10 -0
  140. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/einstein.html +2 -1
  141. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/entitlement.html +7 -0
  142. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/field_sales.html +8 -0
  143. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/signature.html +9 -0
  144. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/tour.html +9 -0
  145. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/tour_check.html +8 -0
  146. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/truck.html +10 -0
  147. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/workforce_engagement.html +8 -0
  148. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/templates.js +12 -1
  149. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/asset_audit.html +9 -0
  150. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/collection_alt.html +8 -0
  151. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/contract_doc.html +8 -0
  152. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/contract_payment.html +10 -0
  153. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/einstein.html +2 -1
  154. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/entitlement.html +7 -0
  155. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/field_sales.html +8 -0
  156. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/signature.html +9 -0
  157. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/tour.html +9 -0
  158. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/tour_check.html +8 -0
  159. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/truck.html +10 -0
  160. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/workforce_engagement.html +8 -0
  161. package/src/lightning/input/__docs__/input.md +4 -0
  162. package/src/lightning/input/input.html +0 -1
  163. package/src/lightning/input/input.js +31 -30
  164. package/src/lightning/pill/link.html +1 -1
  165. package/src/lightning/pill/pill.js +18 -0
  166. package/src/lightning/pill/plainLink.html +2 -0
  167. package/src/lightning/pillContainer/barePillContainer.html +5 -5
  168. package/src/lightning/pillContainer/pillContainer.js +5 -4
  169. package/src/lightning/pillContainer/standardPillContainer.html +5 -5
  170. package/src/lightning/positionLibrary/__component__/positionLibraryBounding.spec.js +8 -6
  171. package/src/lightning/positionLibrary/__component__/x/bounding/bounding.html +1 -1
  172. package/src/lightning/positionLibrary/__component__/x/bounding/bounding.js +6 -9
  173. package/src/lightning/positionLibrary/direction.js +17 -5
  174. package/src/lightning/primitiveDatatableIeditPanel/primitiveDatatableIeditPanel.js +20 -0
  175. package/src/lightning/primitiveDatatableIeditTypeFactory/primitiveDatatableIeditTypeFactory.js +10 -0
  176. package/src/lightning/primitiveDatatableStatusBar/primitiveDatatableStatusBar.js +17 -3
  177. package/src/lightning/primitiveDatatableTooltip/primitiveDatatableTooltip.js +1 -0
  178. package/src/lightning/primitiveHeaderFactory/nonsortableHeader.html +5 -4
  179. package/src/lightning/primitiveHeaderFactory/primitiveHeaderFactory.js +255 -94
  180. package/src/lightning/primitiveHeaderFactory/selectableHeader.html +25 -23
  181. package/src/lightning/primitiveHeaderFactory/sortableHeader.html +13 -9
  182. package/src/lightning/progressIndicator/progressIndicator.js +30 -9
  183. package/src/lightning/progressRing/progressRing.html +6 -0
  184. package/src/lightning/progressRing/progressRing.js +98 -3
  185. package/src/lightning/progressStep/progressStep.js +6 -3
  186. package/src/lightning/timepicker/timepicker.html +1 -0
  187. package/src/lightning/utilsPrivate/aria.js +30 -0
  188. package/src/lightning/utilsPrivate/utilsPrivate.js +12 -2
  189. package/src/lightning/datatable/datatable.html +0 -237
  190. package/src/lightning/datatable/keys.js +0 -32
  191. package/src/lightning/utilsPrivate/contentMutation.js +0 -273
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <rect x="2" y="2" width="7" height="34" rx="1.5"></rect>
5
+ <rect x="43" y="2" width="7" height="34" rx="1.5"></rect>
6
+ <path d="M37.5 2h-3A1.63 1.63 0 0033 3.6V16a1 1 0 00.6.9 18.67 18.67 0 014.5 3.3.54.54 0 00.9-.3V3.6A1.63 1.63 0 0037.5 2zM24.1 15.2a12.1 12.1 0 011.9-.1 12.1 12.1 0 011.9.1 1 1 0 001.1-1V3.6A1.63 1.63 0 0027.5 2h-3A1.63 1.63 0 0023 3.6v10.6a1 1 0 001.1 1zM13.9 20.2a15 15 0 014.6-3.3 1.05 1.05 0 00.5-.9V3.6A1.63 1.63 0 0017.5 2h-3A1.63 1.63 0 0013 3.6v16.3c0 .4.5.6.9.3zM26 19.9a12.68 12.68 0 00-12.67 12.66A12.67 12.67 0 1026 19.9zm7.14 9.82l-8 8.8a1.62 1.62 0 01-1.26.53 1.77 1.77 0 01-1.27-.53l-4.28-4.21-.07-.09a.79.79 0 01.09-1.1l1.25-1.2a.88.88 0 011.24 0L23.83 35l6.78-7.6a.9.9 0 011.24 0l1.25 1.18a.93.93 0 01.03 1.14z"></path>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M13.75 2A2.87 2.87 0 0011 5a2.87 2.87 0 002.75 3h24.5A2.87 2.87 0 0041 5a2.87 2.87 0 00-2.75-3zM7 15a2.87 2.87 0 012.75-3h32.5A2.87 2.87 0 0145 15a2.87 2.87 0 01-2.75 3H9.75A2.87 2.87 0 017 15z" fill-rule="evenodd"></path>
5
+ <rect x="2" y="22" width="48" height="28" rx="4"></rect>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M45.68 12.88L35.12 2.32a1 1 0 00-.8-.32 1.09 1.09 0 00-1.12 1.12v8.48a3.21 3.21 0 003.2 3.2h8.48A1.09 1.09 0 0046 13.68a1 1 0 00-.32-.8z"></path>
5
+ <path d="M44.4 19.6H33.2a4.81 4.81 0 01-4.8-4.8V3.6A1.6 1.6 0 0026.8 2h-16A4.81 4.81 0 006 6.8v38.4a4.81 4.81 0 004.8 4.8h30.4a4.81 4.81 0 004.8-4.8v-24a1.6 1.6 0 00-1.6-1.6zm-32.8-7.52l3.92-.56c.08 0 .24-.08.24-.16l1.76-3.6a.37.37 0 01.64 0l1.76 3.6c.08.08.16.16.24.16l3.92.56c.24.08.4.4.16.56l-2.88 2.8c-.08.08-.08.16-.08.32l.64 3.92a.31.31 0 01-.48.32l-3.52-1.84a.24.24 0 00-.32 0L14.08 20a.31.31 0 01-.48-.32l.64-3.92a.48.48 0 00-.08-.32l-2.88-2.8c-.08-.16.08-.48.32-.56zM36.4 38.8a1.6 1.6 0 01-1.6 1.6H14a1.6 1.6 0 01-1.6-1.6v-1.6a1.6 1.6 0 011.6-1.6h20.8a1.6 1.6 0 011.6 1.6zm3.2-9.6a1.6 1.6 0 01-1.6 1.6H14a1.6 1.6 0 01-1.6-1.6v-1.6A1.6 1.6 0 0114 26h24a1.6 1.6 0 011.6 1.6z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M37.48 11.7l-9.41-9.41a.92.92 0 00-.72-.29 1 1 0 00-1 1v7.56a2.86 2.86 0 002.86 2.85h7.56a1 1 0 001-1 .92.92 0 00-.29-.71z"></path>
5
+ <path d="M36.34 17.7h-10a4.29 4.29 0 01-4.28-4.28v-10A1.43 1.43 0 0020.65 2H6.38A4.29 4.29 0 002.1 6.28v34.25a4.29 4.29 0 004.28 4.28h11V33.75A5.64 5.64 0 0123 28.12h14.77v-9a1.43 1.43 0 00-1.43-1.42zm-17.88-6.16l-2.58 2.52c-.07.07-.07.14-.07.28l.57 3.52a.28.28 0 01-.43.29l-3.16-1.65a.19.19 0 00-.28 0l-3.16 1.65a.28.28 0 01-.43-.29l.57-3.52a.42.42 0 00-.07-.28l-2.58-2.52c-.07-.14.07-.43.29-.5l3.51-.5c.07 0 .21-.07.21-.14l1.59-3.23a.33.33 0 01.57 0l1.58 3.23c.07.07.14.14.22.14l3.51.5c.21.07.36.36.14.5z"></path>
6
+ <path d="M47.14 31H23a2.77 2.77 0 00-2.77 2.77v13.46A2.77 2.77 0 0023 50h24.14a2.77 2.77 0 002.76-2.77V33.75A2.77 2.77 0 0047.14 31zM26.25 47.23a3.24 3.24 0 00-3.15-3.33H23V37a3.23 3.23 0 003.33-3.14v-.13h17.54A3.23 3.23 0 0047.05 37h.09v6.94a3.23 3.23 0 00-3.32 3.16v.1z" fill-rule="evenodd"></path>
7
+ <circle cx="35.07" cy="40.25" r="4.65"></circle>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -1,7 +1,8 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
3
  <g>
4
- <path d="M28.7 42.1c7.2.2 7.4 1.6 7.4 7.2v.7c-2.8 0-2.8-2.3-4-2.3 0 .8-.7 1.5-2 2.3-.8-1.5-1.4-2.3-2-2.3 0 .7-.6 1.4-1.8 2.2l-.3.1c-1.3-.8-2-1.5-2-2.3-.6 0-1.3.8-2 2.3-1.3-.8-2-1.5-2-2.3-1.3 0-1.3 2.3-4 2.3v-.9c0-5.3.4-6.7 6.9-7v.4a3 3 0 006 0 .41.41 0 01-.2-.4zm1.5-35.3c3 3.6 2.4 5.3 2.5 6.4a11.91 11.91 0 017.8.8c1.8.9 2.9 2.3 3 3.3a4.69 4.69 0 00-3 1.5 14.94 14.94 0 016.1 3.9 17.05 17.05 0 013.3 5.6.77.77 0 010 .8 22.86 22.86 0 01-3.1 2.8 41.42 41.42 0 01-4.1 2.7c1.6 1 2.4 1.9 2.5 2.9-1.7.5-2.7.9-3.8 1.3-.5.2-1.5.5-2.6.9 1.6-10.5-5-11.5-8-11.5-2.1 0-3.3 1.7-5.1 1.7s-2.9-1.7-5.1-1.7S12.2 30 13.3 39a12.66 12.66 0 01-1.8-.7 21.17 21.17 0 00-5-.9.53.53 0 01-.6-.4.38.38 0 010-.15v-.3a10 10 0 012.4-4.3c.7-.7 2-1.6 2.5-1.5a8.68 8.68 0 00-3.4-3.1 19.5 19.5 0 00-4.8-1.3c-.5-.1-.8-.1-.5-1 1.7-4.3 3.7-7 6.1-8.2a11.26 11.26 0 016-1.5 9 9 0 00-1-2.5A12.94 12.94 0 0012 11.2a.76.76 0 01.1-1c.1 0 .2-.1.3-.1a6.64 6.64 0 013.1.2 8.08 8.08 0 013.9 2.7A36.29 36.29 0 0018 2.8c-.1-2.2 9.2.4 12.2 4zm-7.5 27.3c.8 0 1.5 1.1 1.5 2.5s-.7 2.5-1.5 2.5-1.5-1.1-1.5-2.5.7-2.5 1.5-2.5zm6.6 0c.8 0 1.5 1.1 1.5 2.5s-.7 2.5-1.5 2.5-1.5-1.1-1.5-2.5.6-2.5 1.5-2.5z"></path>
4
+ <path d="M50 11.06a9 9 0 00-2.4-6.59 9.31 9.31 0 00-7.47-2.4 24.9 24.9 0 00-8.9 2.73 44.71 44.71 0 00-5.23 3 43.73 43.73 0 00-7.2-3.9A21.65 21.65 0 0011 2.07a9 9 0 00-6.62 2.4A9 9 0 002 11.06a21.38 21.38 0 001.78 7.8 43.31 43.31 0 003.93 7.24 41.58 41.58 0 00-3.82 7.11A21.38 21.38 0 002.07 41a8.87 8.87 0 002.4 6.59A9 9 0 0011.05 50a21.69 21.69 0 007.81-1.86A44.28 44.28 0 0026 44.29 55.56 55.56 0 0030.49 41a67.46 67.46 0 005.56-5 66.53 66.53 0 005-5.4 37.18 37.18 0 012.35 4.57A16.49 16.49 0 0144.7 41a3.79 3.79 0 01-.87 2.93 3.86 3.86 0 01-2.88.88 16.27 16.27 0 01-5.82-1.43c-.39-.16-.78-.33-1.18-.52a2.69 2.69 0 00-1.35-.37 2.58 2.58 0 00-2.6 2.58 2.54 2.54 0 001.35 2.27 15.87 15.87 0 001.77.83A21.55 21.55 0 0041 50a9 9 0 006.59-2.39A8.9 8.9 0 0049.93 41a21.28 21.28 0 00-1.86-7.81 42.63 42.63 0 00-3.83-7.1 44.4 44.4 0 003.92-7.24A21.4 21.4 0 0050 11.06zM16.87 43.34A16.38 16.38 0 0111 44.81a3.86 3.86 0 01-2.88-.88A3.83 3.83 0 017.25 41a16.32 16.32 0 011.43-5.87A35.15 35.15 0 0111 30.6a69.57 69.57 0 004.9 5.4 67.46 67.46 0 005.56 5 33 33 0 01-4.59 2.34zm15.56-11A60.55 60.55 0 0126 38a62.08 62.08 0 01-6.41-5.6 62.38 62.38 0 01-5.52-6.3 62.29 62.29 0 015.61-6.42l.91-.9c.32-.3.52-.5.67-.67a2.48 2.48 0 00.7-1.77 2.55 2.55 0 00-2.54-2.56 2.59 2.59 0 00-1.87.8l-.08.08c-.53.48-.75.67-1.44 1.36a69.73 69.73 0 00-5 5.59 37.92 37.92 0 01-2.4-4.71 16.45 16.45 0 01-1.45-5.85A3.89 3.89 0 018 8.13a4 4 0 012.88-.88 16.32 16.32 0 015.87 1.43c4.69 1.93 10.26 5.72 15.53 11A61 61 0 0138 26.09a60.59 60.59 0 01-5.57 6.3zM44.8 11.06a16.32 16.32 0 01-1.43 5.87A37.21 37.21 0 0141 21.6a69.18 69.18 0 00-5-5.55 68.36 68.36 0 00-5.49-5 31.87 31.87 0 013-1.65 20.23 20.23 0 017-2.16c1.9-.11 2.92.33 3.49.88a3.84 3.84 0 01.8 2.94z" fill-rule="evenodd"></path>
5
+ <circle cx="26" cy="26" r="5"></circle>
5
6
  </g>
6
7
  </svg>
7
8
  </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M43.51 2H14.2a5.74 5.74 0 00-5.51 5.46H6.85a3.68 3.68 0 00-3.67 3.75 3.62 3.62 0 003.67 3.68h1.84v7.43H6.85a3.67 3.67 0 100 7.34h1.84v7.43H6.85a3.67 3.67 0 00-3.67 3.68 3.62 3.62 0 003.67 3.67h1.84A5.19 5.19 0 0014.2 50h29.31A5.63 5.63 0 0049 44.44v-37A5.68 5.68 0 0043.51 2zm-3 40a1.6 1.6 0 01-1.6 1.6H18a1.6 1.6 0 01-1.56-1.6v-1.63a1.6 1.6 0 011.56-1.6h20.88a1.6 1.6 0 011.6 1.6zM18 26.23l1.68-1.68a1.16 1.16 0 011.68 0l4.15 4.08 10.25-10.15a1.16 1.16 0 011.68 0l1.68 1.68a1.32 1.32 0 010 1.68l-12 11.82a2.53 2.53 0 01-3.36 0L18 27.91a1.05 1.05 0 010-1.68zm22.45-14.3a1.6 1.6 0 01-1.6 1.6H18a1.6 1.6 0 01-1.59-1.6v-1.59A1.6 1.6 0 0118 8.74h20.88a1.6 1.6 0 011.6 1.6z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M26 2A19 19 0 007 21.08c0 13.19 13.61 25.27 17.8 28.47a2 2 0 002.5 0C31.49 46.25 45 34.27 45 21.08A19 19 0 0026 2zm0 33.57A14.59 14.59 0 1140.59 21 14.63 14.63 0 0126 35.57z"></path>
5
+ <path d="M20.38 12.59a4.05 4.05 0 104.07 4.05 4.05 4.05 0 00-4.07-4.05zm0 6.18a2.13 2.13 0 112.13-2.13 2.13 2.13 0 01-2.13 2.13zM22.22 29.71a.39.39 0 01-.27.17h-1.29a.35.35 0 01-.3-.17.3.3 0 010-.34l9.35-17.12a.34.34 0 01.27-.17h1.39a.34.34 0 01.16.46zM31.6 21.3a4.06 4.06 0 104.07 4.05 4.06 4.06 0 00-4.07-4.05zm0 6.18a2.12 2.12 0 112.13-2.11 2.12 2.12 0 01-2.13 2.11z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M48.31 9.28a1.25 1.25 0 00-.82-.37 1.08 1.08 0 00-.81.37l-1 1a.35.35 0 000 .45l2.56 2.57a.48.48 0 00.24.07.31.31 0 00.2-.07l1-1a1.18 1.18 0 000-1.65l-.09-.08zM44.86 11.55a.4.4 0 00-.24-.07.25.25 0 00-.2.07L34.18 21.73l-1 3.39a.47.47 0 00.29.59h.25l3.4-1 10.25-10.17a.3.3 0 000-.4z"></path>
5
+ <path d="M49.11 16.3l-4.57 4.54v15.7a1.64 1.64 0 01-1.64 1.64H8.54a1.64 1.64 0 01-1.64-1.64V17.72a1.64 1.64 0 011.64-1.64h27.82l4.91-4.91H6.9A4.91 4.91 0 002 16.08v22.1a4.91 4.91 0 004.9 4.91h37.64a4.91 4.91 0 004.91-4.91V15.89a2.64 2.64 0 01-.34.41z"></path>
6
+ <path d="M29.94 26.37c-.77.45-1.49.94-2.26 1.35A3.13 3.13 0 0127 28a.17.17 0 000-.1 3.32 3.32 0 00-3.83-2.73h-.13a47.41 47.41 0 00-5.46 1.73 46.8 46.8 0 01-5.69 1.41 1.55 1.55 0 00-1.07 1.89 1.57 1.57 0 001.88 1.08 48.77 48.77 0 005.69-1.42c.93-.29 1.86-.61 2.79-.91l1.63-.53a4.59 4.59 0 011-.28c.09 0 .11.18.17.3.16.38.27.77.47 1.14a2.68 2.68 0 002.24 1.51c1.83.1 3.37-1.23 4.91-2.06 1.62-.97.07-3.62-1.66-2.66z"></path>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M49.9 37.1a9 9 0 01-9 9H14.3a7.51 7.51 0 00.15-1.51 7.38 7.38 0 00-.15-1.49h26.62a6 6 0 000-12H11a9 9 0 010-18h20.27a14.84 14.84 0 001 3H11a6 6 0 000 12h29.92a8.85 8.85 0 013.53.73 8.7 8.7 0 013.24 2.37 9 9 0 012.21 5.9z"></path>
5
+ <path d="M42.47 2.93a7.54 7.54 0 00-7.53 7.57c0 5.23 5.39 10 7.05 11.3a.81.81 0 001 0c1.66-1.31 7-6.07 7-11.3a7.54 7.54 0 00-7.52-7.57zm0 10.7a3.17 3.17 0 113.17-3.17 3.18 3.18 0 01-3.17 3.17z"></path>
6
+ <circle cx="6.49" cy="44.58" r="4.49"></circle>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M49.91 32.66a8.44 8.44 0 01-8.42 8.41H17.13a13.24 13.24 0 001-2.81h23.36a5.61 5.61 0 000-11.21H13.43a8.42 8.42 0 010-16.8h17.11a4.55 4.55 0 00-.54 2.1 3.56 3.56 0 00.05.65H13.43a5.6 5.6 0 000 11.2h28.06a8.34 8.34 0 013.31.68 8.05 8.05 0 013 2.23 8.4 8.4 0 012.11 5.55zM47.84 5.14a.87.87 0 00-.65.29L40 13.52a.27.27 0 01-.22.1.28.28 0 01-.2-.08l-3.13-3.07a.87.87 0 00-1.23 0L34 11.73A.88.88 0 0034 13l4.87 4.8a1.44 1.44 0 002.13-.09l8.8-9.87a.88.88 0 000-1.24l-1.4-1.21a.85.85 0 00-.56-.25z"></path>
5
+ <path d="M9.05 29A7.07 7.07 0 002 36.1c0 4.9 5 9.4 6.6 10.58a.74.74 0 00.93 0c1.56-1.22 6.58-5.68 6.58-10.58a7.08 7.08 0 00-7-7.11zm0 10a3 3 0 113-3 3 3 0 01-3 3z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M49.55 23.68l-5.85-5.86a1.52 1.52 0 00-1.05-.44H36.5a1.5 1.5 0 00-1.5 1.5v12a.74.74 0 001 .67 8.84 8.84 0 013.45-.67 9.05 9.05 0 017.88 4.65.76.76 0 001.12.22A4.58 4.58 0 0050 32.38v-7.66a1.45 1.45 0 00-.45-1.04z"></path>
5
+ <path d="M29 10.62H3.5a1.5 1.5 0 00-1.5 1.5v20.26a4.58 4.58 0 001.5 3.37.72.72 0 001.12-.22 9 9 0 0116.2.9.74.74 0 00.68.45H26a4.52 4.52 0 004.5-4.5V12.12a1.51 1.51 0 00-1.5-1.5z"></path>
6
+ <circle cx="39.5" cy="39.88" r="4.5"></circle>
7
+ <circle cx="12.5" cy="39.88" r="4.5"></circle>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52">
3
+ <g>
4
+ <path d="M40.27 17.91a16.36 16.36 0 00-32.71 0 8.18 8.18 0 00.64 15.62 16.41 16.41 0 0015.72 12.08 15.91 15.91 0 005.63-1l-.38-.45a9.17 9.17 0 01-1.75-2.69A12.27 12.27 0 0124 42a12.63 12.63 0 01-12-8.63 17.35 17.35 0 008.45 2.37 1.24 1.24 0 001.28.82h4.53a1.38 1.38 0 00.56-.12 1.25 1.25 0 00.72-1.16v-2.75a1.41 1.41 0 00-1.28-1.45h-4.52a1.53 1.53 0 00-1.28.9c-5-.27-8.54-2.45-9.08-4.72a17.88 17.88 0 01.82-4.09 19.09 19.09 0 002.62 0 17.65 17.65 0 0013.73-6.72 13.89 13.89 0 006.63 5.45c.09.27.27.54.36.81a17.67 17.67 0 011.09 6.19v.37a8.31 8.31 0 013.29 1.29 8.34 8.34 0 014.69-1.44 1.61 1.61 0 01.31 0 7.8 7.8 0 00.81-3.52 8.17 8.17 0 00-5.46-7.69z"></path>
5
+ <path d="M41.34 49.38a2 2 0 01-2.83 0c-2.39-2.56-7-7.43-7-7.47a5.77 5.77 0 010-7.86 5.15 5.15 0 017.28-.22l.22.22.4.5a.69.69 0 001 .09l.09-.09.33-.43.07-.07a5.09 5.09 0 017.19-.3l.3.3a5.77 5.77 0 010 7.86c-.08.09-4.62 4.91-7.05 7.47z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M21.88 20.6h5a1.88 1.88 0 011.88 1.88v38.74a1.87 1.87 0 01-1.87 1.87h-5A1.87 1.87 0 0120 61.22V22.47a1.87 1.87 0 011.88-1.87zM73.13 20.6h5A1.88 1.88 0 0180 22.47v38.75a1.88 1.88 0 01-1.88 1.88h-5a1.87 1.87 0 01-1.87-1.87V22.47a1.88 1.88 0 011.88-1.87zM64.38 20.6h-3.76a2 2 0 00-1.87 2v15.5a1.19 1.19 0 00.75 1.12 23.32 23.32 0 015.62 4.13c.38.37 1.13.12 1.13-.38V22.6a2 2 0 00-1.87-2zM47.62 37.1A14.67 14.67 0 0150 37a14.67 14.67 0 012.38.13 1.22 1.22 0 001.37-1.25V22.6a2 2 0 00-1.87-2h-3.76a2 2 0 00-1.87 2v13.25a1.22 1.22 0 001.37 1.25zM34.88 43.35a18.67 18.67 0 015.74-4.13 1.3 1.3 0 00.63-1.12V22.6a2 2 0 00-1.87-2h-3.76a2 2 0 00-1.87 2V43c0 .47.63.72 1.13.35zM50 43a15.86 15.86 0 00-15.84 15.79A15.84 15.84 0 1050 43zm8.93 12.27l-10.05 11a2.07 2.07 0 01-1.58.67 2.22 2.22 0 01-1.59-.67L40.36 61l-.1-.12a1 1 0 01.12-1.38l1.53-1.5a1.11 1.11 0 011.55 0l3.83 3.87 8.47-9.49a1.09 1.09 0 011.55 0l1.57 1.46a1.17 1.17 0 01.04 1.4z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M39.5 63.4a1.87 1.87 0 002.6 0l12.5-12.5a2.61 2.61 0 013.5 0 2.66 2.66 0 01.1 3.7l-.1.1-15.4 15.1a8.81 8.81 0 01-12.4 0l-.1-.1a8.81 8.81 0 010-12.4l27.2-27.2a8.81 8.81 0 0112.4 0l.1.1a8.81 8.81 0 010 12.4l-.1.1a1.82 1.82 0 00-.3 2.2 21.38 21.38 0 011.8 4.4 1.22 1.22 0 001.5.9l.6-.3c1-1 1.9-2 1.9-2a16.3 16.3 0 000-23.1H75a16.3 16.3 0 00-23.1 0l-27.1 27a16.3 16.3 0 000 23.1l.3.3a16.15 16.15 0 0022.9.1l.1-.1 15.4-15.4a10.18 10.18 0 10-14.2-14.6l-.4.4L36.6 58a2.13 2.13 0 000 2.8z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M64.35 32.13L52.58 20.36a1.12 1.12 0 00-.89-.36 1.23 1.23 0 00-1.25 1.25v9.45A3.59 3.59 0 0054 34.27h9.45A1.22 1.22 0 0064.71 33a1.13 1.13 0 00-.36-.87z"></path>
5
+ <path d="M62.93 39.62H50.45a5.36 5.36 0 01-5.35-5.35V21.78A1.79 1.79 0 0043.31 20H25.48a5.36 5.36 0 00-5.35 5.35v42.81a5.36 5.36 0 005.35 5.35h13.74V59.69a7.05 7.05 0 017-7h18.49V41.4a1.78 1.78 0 00-1.78-1.78zm-22.35-7.69l-3.23 3.14c-.09.09-.09.18-.09.36l.72 4.4a.35.35 0 01-.54.36l-3.95-2.07a.26.26 0 00-.35 0l-3.95 2.07a.35.35 0 01-.54-.36l.72-4.4a.54.54 0 00-.09-.36l-3.23-3.14c-.09-.18.09-.54.36-.63l4.39-.62c.09 0 .27-.09.27-.18l2-4a.41.41 0 01.71 0l2 4c.09.09.18.18.27.18l4.39.62c.23.09.41.45.14.63z"></path>
6
+ <path d="M76.43 56.22H46.25a3.46 3.46 0 00-3.46 3.47v16.84A3.46 3.46 0 0046.25 80h30.18a3.47 3.47 0 003.44-3.47V59.69a3.47 3.47 0 00-3.44-3.47zM50.31 76.53a4 4 0 00-3.93-4.15h-.12v-8.62a4 4 0 004.16-3.93v-.15h21.92a4 4 0 004 4.09h.11v8.66a4.07 4.07 0 00-4.16 4v.14z" fill-rule="evenodd"></path>
7
+ <circle cx="61.33" cy="67.81" r="5.82"></circle>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M50 20a23.74 23.74 0 00-23.73 23.85c0 16.48 17 31.59 22.23 35.59a2.44 2.44 0 003.12 0c5.25-4.12 22.11-19.11 22.11-35.59A23.74 23.74 0 0050 20zm0 42a18.25 18.25 0 1118.24-18.27A18.3 18.3 0 0150 62z"></path>
5
+ <path d="M43 33.23a5.07 5.07 0 105.08 5.07A5.07 5.07 0 0043 33.23zM43 41a2.66 2.66 0 112.66-2.66A2.66 2.66 0 0143 41zM45.28 54.63a.47.47 0 01-.34.22h-1.62a.43.43 0 01-.37-.22.36.36 0 010-.42l11.68-21.4a.48.48 0 01.37-.21h1.74a.42.42 0 01.2.57zM57 44.13a5.07 5.07 0 105.08 5.06A5.08 5.08 0 0057 44.13zm0 7.72a2.65 2.65 0 112.66-2.64A2.65 2.65 0 0157 51.85z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M67.11 40.59a20.2 20.2 0 00-40.38 0 10.1 10.1 0 00.78 19.28 20.29 20.29 0 0019.41 14.91 19.75 19.75 0 007.28-1.39 14.23 14.23 0 01-1.2-4.34 15.23 15.23 0 01-6.06 1.26 15.63 15.63 0 01-14.71-10.66 21.37 21.37 0 0010.43 2.9 1.48 1.48 0 001.56 1h5.62a1.53 1.53 0 001.56-1.5v-3.42a1.72 1.72 0 00-1.56-1.79h-5.62A1.85 1.85 0 0042.66 58c-6.17-.33-10.55-3-11.21-5.82a22.35 22.35 0 011-5.06 22.17 22.17 0 003.26 0 21.84 21.84 0 0016.93-8.29 17.32 17.32 0 008.19 6.73c.1.34.34.66.44 1A20.3 20.3 0 0162.58 53a15.15 15.15 0 0110.87-.08 9.83 9.83 0 00.39-2.75 10.08 10.08 0 00-6.73-9.58z"></path>
5
+ <path d="M81.85 66.54h-1.93v-.43A11.81 11.81 0 1076.69 75c.2-.19.41-.39.16-.63l-1-1.21c-.37-.44-.69-.24-1 0a9.52 9.52 0 01-8 3A9.88 9.88 0 0158.4 68a9.33 9.33 0 018.46-10.14 9.44 9.44 0 0110.4 8.26 1.53 1.53 0 010 .43h-1.9a.62.62 0 00-.64.63.65.65 0 00.12.39l3.22 3.82a.73.73 0 001 0l3.22-3.82a.6.6 0 000-.86.64.64 0 00-.43-.17z"></path>
6
+ <path d="M72.33 72.82l-.63.67a.81.81 0 01-1.14.1.52.52 0 01-.11-.1l-4.33-4.61a1.15 1.15 0 01-.36-1v-6.66a.93.93 0 01.86-1h.92a.92.92 0 01.9 1v6.21l3.89 4.14a1 1 0 010 1.36z"></path>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M69.46 28.34v9.23a1.82 1.82 0 001.8 1.8h1.13a.69.69 0 00.68-.67V28.34a.69.69 0 00-.68-.67h-2.25a.69.69 0 00-.68.67zM51.42 29.91v5.63c0 3.92 3.1 4.28 6.48 4.28 3.2 0 4.24-1.21 7.3-1.35a.65.65 0 00.63-.67v-9a.68.68 0 00-.67-.67c-2.17 0-3.84-2.34-3.84-4.73v-2.73a.68.68 0 00-.67-.67h-1.13a1.82 1.82 0 00-1.8 1.8v4.51a1.82 1.82 0 01-1.8 1.8h-2.7a1.79 1.79 0 00-1.8 1.78z"></path>
5
+ <path d="M57.06 43.38c-4.26 0-8.94-1.22-8.94-6.16v-5.55H31.54a4.6 4.6 0 00-4.61 4.61v39.1a4.6 4.6 0 004.6 4.62h29.71a4.6 4.6 0 004.59-4.61V41.67c-3.53.33-4.89 1.71-8.77 1.71zm-23.72 9.68l2.35-2.77 4.72 4-2.35 2.77a3.1 3.1 0 11-4.87-3.84zm4.72 18.47a3.1 3.1 0 01-5-3.69 3.88 3.88 0 01.26-.31l2.35-2.76 4.72 4zm5.69-6.78L41.4 67.5l-4.73-4L39 60.74a3.1 3.1 0 014.73 4zm0-14.45l-2.35 2.76-4.73-4L39 46.29a3.1 3.1 0 014.86 3.84 1.15 1.15 0 01-.14.17zm15.67 18.11a.83.83 0 01-.74.91H48.33a1 1 0 01-.92-.93v-1.72a.94.94 0 01.88-1H58.5a.94.94 0 01.92 1v1.78zm0-14.46a.85.85 0 01-.75.92H48.33a.94.94 0 01-.92-.92v-1.77a.94.94 0 01.92-.92H58.5a.94.94 0 01.92.92z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M51.52 69.43a6.53 6.53 0 0010 8.44l4.9-5.87-10-8.43zM72.78 54.4a6.53 6.53 0 00-9.19.76L58.65 61l9.93 8.42 5-5.84a6.53 6.53 0 00-.8-9.18zM60.52 20h-30.8A4.79 4.79 0 0025 24.79V65a4.79 4.79 0 004.78 4.79h15.6a1.62 1.62 0 001.43-.91 11.46 11.46 0 011.67-2.18l11.86-14.2a11.17 11.17 0 014-3.34 1.59 1.59 0 001-1.47V24.82A4.8 4.8 0 0060.53 20zm-14 13a.65.65 0 01.64-.65h2.18A.67.67 0 0150 33v10a.67.67 0 01-.65.64h-1.11a1.72 1.72 0 01-1.73-1.72zM30 37.8v-3.25a1.74 1.74 0 011.74-1.74h2.59a1.74 1.74 0 001.74-1.73v-4.33A1.74 1.74 0 0137.79 25h1.1a.68.68 0 01.65.65v2.63c0 2.29 1.6 4.55 3.68 4.55a.65.65 0 01.65.65v8.64a.63.63 0 01-.61.65c-2.95.13-3.94 1.3-7 1.3C33 44.08 30 43.74 30 40zm10.86 24.49a1.67 1.67 0 01-1.67 1.6h-7.38a1.67 1.67 0 01-1.67-1.6v-1.67A1.67 1.67 0 0131.81 59h7.38a1.67 1.67 0 011.67 1.59zM50 52.41A1.66 1.66 0 0148.37 54H31.85a1.66 1.66 0 01-1.67-1.59v-1.67a1.67 1.67 0 011.67-1.6h16.48a1.67 1.67 0 011.67 1.6z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M58.21 20H31.39a1.33 1.33 0 00-1.34 1.31V25a1.35 1.35 0 001.34 1.25h26.79A1.36 1.36 0 0059.52 25v-3.69A1.34 1.34 0 0058.21 20z"></path>
5
+ <path d="M61.8 52.82V38.74a9.13 9.13 0 00-9-9.21H37a9.12 9.12 0 00-9.22 9v2.56h16.75a1.47 1.47 0 011.47 1.5v16.83a1.47 1.47 0 01-1.47 1.48H27.78v7.37a1.43 1.43 0 001.48 1.31h18.43A14.11 14.11 0 0161.8 55.47z"></path>
6
+ <path d="M61.8 59.16a10.42 10.42 0 1010.42 10.42A10.4 10.4 0 0061.8 59.16zm5 12.77l-4.61 4.48a.59.59 0 01-.85 0l-4.57-4.48a.54.54 0 010-.82l.82-.83a.59.59 0 01.85 0l1.44 1.41a.39.39 0 00.67-.28v-8.23a.66.66 0 01.61-.61h1.24a.64.64 0 01.61.61v8.23a.39.39 0 00.67.28l1.43-1.41a.59.59 0 01.85 0l.86.83a.56.56 0 010 .82z"></path>
7
+ <rect x="27.83" y="45.55" width="13.17" height="3.04" rx=".99"></rect>
8
+ <rect x="27.83" y="53.11" width="9.23" height="3.04" rx=".99"></rect>
9
+ </g>
10
+ </svg>
11
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M64.23 49.81L47.6 69.49H29.12a4.71 4.71 0 01-4.73-4.69v-40a4.72 4.72 0 014.66-4.8h30.49a4.74 4.74 0 014.72 4.72zm-22.74-13.1a.94.94 0 00.93.94h12.1a.89.89 0 00.83-.94v-1.82a1 1 0 00-1-.94h-12a1 1 0 00-1 .94zm13 13.5a.89.89 0 00.83-.94v-1.84a1 1 0 00-1-1h-12a1 1 0 00-.93 1v1.8a1 1 0 00.93 1zm-18.91-1.84l2.68-2.69a.73.73 0 000-.94l-.95-.94a.7.7 0 00-.94 0l-2.68 2.67-2.59-2.59a.72.72 0 00-1 0l-1 .94a.74.74 0 000 1l2.6 2.6L29.2 51a.74.74 0 000 1l.95 1a.74.74 0 001 0l2.59-2.61L36.42 53a.7.7 0 00.94 0l1-1a.73.73 0 000-.94zM40.39 31l-1-.94a.49.49 0 00-.12-.13.6.6 0 00-.83.13l-6 6.06L30 33.71a.43.43 0 00-.12-.11.61.61 0 00-.83.11l-.94.95a.43.43 0 00-.11.12.57.57 0 00.1.81L31.49 39a1.19 1.19 0 00.94.39 1.26 1.26 0 001-.39l7.08-7.09c.11-.08.11-.56-.12-.91zM52.33 69.23a6.44 6.44 0 009.54 8.66c.1-.11.2-.23.29-.35l4.89-5.76-9.83-8.31zM73.33 54.39a6.47 6.47 0 00-9.09.75L59.35 61l9.84 8.31 4.88-5.76a6.46 6.46 0 00-.74-9.11z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M35.72 31h20.15a1.83 1.83 0 001.83-1.83V25.5a5.51 5.51 0 00-5.49-5.5H39.39a5.51 5.51 0 00-5.5 5.5v3.66A1.85 1.85 0 0035.72 31z"></path>
5
+ <path d="M65.86 61.12l6.54-6.54a.87.87 0 000-1.22L71 51.93a.87.87 0 00-1.22 0l-6.53 6.54zM73 68.54L79.58 62a.84.84 0 000-1.19l-1.41-1.42a.87.87 0 00-1.22 0l-6.54 6.54zM72.1 74a1.11 1.11 0 00.24-.47.83.83 0 00-.12-.65c-.06-.06-.06-.12-.12-.12L58.85 59.47a.83.83 0 00-.65-.24.94.94 0 00-.65.3c-.12.12-.24.18-.35.29a2.91 2.91 0 00-.18.24 1.48 1.48 0 00-.24.29c-.06.11-.17.24-.23.36a1.11 1.11 0 00-.24.47 2.5 2.5 0 00-.23.53 1.89 1.89 0 00-.24.65 3.38 3.38 0 00-.23.7c-.06.3-.18.53-.24.83s-.12.59-.18.94-.11.71-.17 1A7.74 7.74 0 0054.9 67a9.43 9.43 0 00-.06 1.3v1.41a13 13 0 00.06 1.53c0 .53 0 1.07.1 1.6 0 .18.06.3.06.47h.06l-3.07 3.07a.75.75 0 00-.29 1 .61.61 0 00.12.16l2.17 2.17a.85.85 0 001.2 0l3.07-3.06a30.09 30.09 0 003.29.18c1 0 1.83 0 2.77-.06a14.18 14.18 0 002.24-.3 15.15 15.15 0 001.77-.41 5.06 5.06 0 001.35-.53c.34-.16.68-.34 1-.53a5.59 5.59 0 001.26-.92z" fill-rule="evenodd"></path>
6
+ <path d="M66 24.58h-1.88a.87.87 0 00-.92.82v3.76a7.35 7.35 0 01-7.33 7.33H35.72a7.34 7.34 0 01-7.32-7.33V25.5a.87.87 0 00-.82-.92h-1.93a5.51 5.51 0 00-5.5 5.49v39.39A5.51 5.51 0 0025.63 75h21.6A5.59 5.59 0 0149 72.64l1.11-1.1v-.08a10.55 10.55 0 01-.11-1.73v-1.56a13.75 13.75 0 01.07-1.57 14.21 14.21 0 01.16-1.6v-.16c0-.2.09-.47.15-.85s.14-.79.2-1.07a8.64 8.64 0 01.26-1v-.12a8.94 8.94 0 01.32-1 9.32 9.32 0 01.38-1 4.46 4.46 0 01.28-.63c0-.08.07-.17.1-.26a6.79 6.79 0 01.6-1l.08-.12.23-.34.12-.22.29-.3.1-.12a3 3 0 01.34-.37 4.58 4.58 0 01.46-.42l.12-.1a5.73 5.73 0 013.85-1.49 6.2 6.2 0 011.81.27H60l6.2-6.19a5.69 5.69 0 015.12-1.58V30.07A5.52 5.52 0 0066 24.58zM44.18 60.41a1.59 1.59 0 001.62-1.55V44.17a1.58 1.58 0 00-1.62-1.54h-1.61A1.59 1.59 0 0041 44.17v14.69a1.59 1.59 0 001.62 1.55zm-8.08 0a1.64 1.64 0 001.62-1.62v-8.08a1.64 1.64 0 00-1.62-1.62h-1.62a1.62 1.62 0 00-1.61 1.62v8.08a1.62 1.62 0 001.61 1.62z" fill-rule="evenodd"></path>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -1,10 +1,8 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
3
  <g>
4
- <path d="M79.9 53.6c.3.4.1.9 0 1-1.6 1.7-2.9 2.8-3.9 3.6-1.6 1.3-4.5 3.2-5.1 3.5 2 1.3 3 2.4 3.1 3.7-2.1.8-3.8 1.3-4.8 1.8-1.5.6-2.5 1.3-4.4 2.4h-.1v-.5c0-3.3.4-4.7 0-7.4s-2.3-6.5-6-7.4c-3.6-.9-8.3 2.6-12.4.9s-5.9-1.2-7.6 1-1.7 3.5-1.7 5.3v7.4c-1.3-.9-3-1.7-5.3-2.4-2-.6-4.1-1-6.3-1.2-.5 0-.8-.4-.8-.9v-.3c.6-2.6 1.6-4.4 3-5.5 1.5-1.4 2.5-2.1 3.1-1.9-1.6-1.9-3-3.3-4.3-4-1.1-.6-3.1-1.2-6-1.7-.4-.1-.6-.5-.6-1v-.3c2.1-5.5 4.6-9 7.6-10.5 3.3-1.5 5.6-2.2 7.5-1.9-.6-1.5-1.1-2.6-1.4-3.3-.3-.5-.6-1.3-1.4-2.3-.3-.4-.3-1 .1-1.3.1 0 .3-.1.4-.1 1.3-.3 2.5-.1 3.9.3 1.8.5 3.4 1.7 4.9 3.5-.1-5.3-.6-9.7-1.8-13.2.2-2.9 12.6-.9 15.6 5.1 2.1 4 3.1 6.7 3.1 8.2 4.1-.9 7.4-.5 9.8 1s3.6 2.9 3.8 4.2c-1.9.4-3.1 1-3.8 1.9 2.3.9 6.3 3.3 7.6 5 1.5 1.9 2.9 4.2 4.2 7.3z"></path>
5
- <path d="M46.2 70.2c.9.3 1.4.5 1.9.5.8 0 1.8-.3 3.2-.8 1.8-.8 3.6-.4 4.7.8 1.3 1 1.8 3.4 1.3 4.9-.4.9-1 1.8-2 2.4-.1.1-.4.1-.5.1l-2.2-.4-4.2 1.8c-.1.1-.4.1-.5 0l-3.8-1.8-1.8.4c-.3 0-.5 0-.6-.3-.5-.6-.9-1-1-1.4-.3-.4-.7-1.3-.7-2.7s1.3-2.9 2.3-3.4c1-.4 2.8-.7 3.9-.1z"></path>
6
- <circle cx="55" cy="64.6" r="2.5"></circle>
7
- <circle cx="42.5" cy="64.6" r="2.5"></circle>
4
+ <path d="M79.9 31.42a11.24 11.24 0 00-3-8.22 11.54 11.54 0 00-9.35-3 29.3 29.3 0 00-11.09 3.36A54.84 54.84 0 0050 27.31a61.68 61.68 0 00-9-4.86 26.31 26.31 0 00-9.72-2.24 10.77 10.77 0 00-8.23 3 11.07 11.07 0 00-3 8.22 26.42 26.42 0 002.24 9.72 57 57 0 004.87 9A46.41 46.41 0 0022.44 59a26.22 26.22 0 00-2.24 9.72 11.24 11.24 0 003 8.23 11.24 11.24 0 008.22 3 26.69 26.69 0 009.73-2.37A55.12 55.12 0 0050 72.8a45.05 45.05 0 005.6-4.11c2.37-2 4.74-4 7-6.23s4.24-4.36 6.24-6.73a35.61 35.61 0 012.86 5.73 20.56 20.56 0 011.75 7.23 4.07 4.07 0 01-4.74 4.74 20.62 20.62 0 01-7.23-1.75c-.5-.25-1-.37-1.49-.62a4.1 4.1 0 00-1.62-.5 3.24 3.24 0 00-1.5 6.11 17.42 17.42 0 002.24 1 26.4 26.4 0 009.85 2.25 11.28 11.28 0 008.23-3A10.66 10.66 0 0080 68.69 26.37 26.37 0 0077.66 59a46.41 46.41 0 00-4.74-8.85 62.31 62.31 0 004.86-9 29.61 29.61 0 002.12-9.73zM38.64 71.56a19.57 19.57 0 01-7.35 1.87 4.85 4.85 0 01-3.62-1.13 4.85 4.85 0 01-1.12-3.61 21.87 21.87 0 011.75-7.35 38.84 38.84 0 012.86-5.61 78.06 78.06 0 006.11 6.73 84.31 84.31 0 007 6.23 29.64 29.64 0 01-5.63 2.87zM58 57.85c-2.49 2.49-5.23 4.86-8 7.1a71 71 0 01-8-7 81.84 81.84 0 01-6.86-7.85 71 71 0 017-8l1.11-1.1.88-.87A3 3 0 0045 37.9a3.2 3.2 0 00-3.12-3.24 3.4 3.4 0 00-2.36 1l-.13.13a21.84 21.84 0 00-1.74 1.74 82.84 82.84 0 00-6.24 7 51.25 51.25 0 01-3-5.86 20.53 20.53 0 01-1.74-7.35 3.87 3.87 0 01.87-3.62 4.71 4.71 0 013.61-1.12 21.93 21.93 0 017.36 1.75c5.86 2.36 12.84 7.1 19.32 13.71a62.17 62.17 0 017.1 8 60.62 60.62 0 01-7 7.86zm15.42-26.43a21.93 21.93 0 01-1.75 7.36 51.11 51.11 0 01-3 5.85c-2-2.36-4-4.73-6.23-7a82.86 82.86 0 00-6.86-6.23 27.72 27.72 0 013.74-2 27.39 27.39 0 018.73-2.74c2.37-.13 3.61.37 4.36 1.12a4.5 4.5 0 011.01 3.64z" fill-rule="evenodd"></path>
5
+ <circle cx="49.98" cy="49.99" r="6.23"></circle>
8
6
  </g>
9
7
  </svg>
10
8
  </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M79.87 63.88A11.24 11.24 0 0168.65 75.1H35.38a9.91 9.91 0 00.19-1.88 9.8 9.8 0 00-.19-1.87h33.27a7.5 7.5 0 000-15H31.24a11.23 11.23 0 010-22.45h25.34a19.66 19.66 0 001.28 3.74H31.24a7.5 7.5 0 100 15h37.41a11.21 11.21 0 014.42.91 10.86 10.86 0 014 3 11.18 11.18 0 012.8 7.33z"></path>
5
+ <path d="M70.59 21.16a9.43 9.43 0 00-9.41 9.45c0 6.54 6.73 12.53 8.81 14.11a1 1 0 001.24 0C73.31 43.11 80 37.17 80 30.63a9.43 9.43 0 00-9.39-9.47zm0 13.38a4 4 0 114-4 4 4 0 01-4 4z"></path>
6
+ <circle cx="25.61" cy="73.22" r="5.61"></circle>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M79.88 58.32a10.53 10.53 0 01-10.52 10.52H38.91a16.21 16.21 0 001.25-3.52h29.2a7 7 0 000-14H34.29a10.53 10.53 0 010-21h21.38a5.73 5.73 0 00-.67 2.62 5.52 5.52 0 00.06.81H34.29a7 7 0 100 14h35.07a10.54 10.54 0 014.14.85 10.25 10.25 0 013.79 2.79 10.45 10.45 0 012.59 6.93zM77.3 23.93a1.09 1.09 0 00-.81.36l-9 10.12a.36.36 0 01-.28.12.35.35 0 01-.25-.1l-3.91-3.84a1.09 1.09 0 00-1.54 0L60 32.17a1.11 1.11 0 000 1.55l6.08 6a1.84 1.84 0 001.28.52 1.8 1.8 0 001.34-.6l11-12.34a1.09 1.09 0 00-.06-1.54L78 24.25a1.11 1.11 0 00-.7-.32z"></path>
5
+ <path d="M28.82 53.76A8.84 8.84 0 0020 62.62c0 6.13 6.31 11.75 8.26 13.23a.93.93 0 001.16 0c1.95-1.53 8.22-7.1 8.22-13.23a8.84 8.84 0 00-8.8-8.88zm0 12.54a3.75 3.75 0 113.75-3.75 3.73 3.73 0 01-3.73 3.75z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -1,10 +1,10 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
3
  <g>
4
- <mask id="pka" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
4
+ <mask id="pwa" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
5
5
  <path d="M20 20h60v60H20z" fill-rule="evenodd"></path>
6
6
  </mask>
7
- <g mask="url(#pka)">
7
+ <g mask="url(#pwa)">
8
8
  <path d="M53.77 72.12C54 59.88 62.25 50 72.49 50a22.49 22.49 0 01-18.66 22.12M27.49 50C37.75 50 46 59.88 46.16 72.12A22.5 22.5 0 0127.49 50M50 27.51a22.44 22.44 0 0121.12 15H28.88a22.44 22.44 0 0121.12-15M50 20a30 30 0 1030 30 30 30 0 00-30-30" fill-rule="evenodd"></path>
9
9
  </g>
10
10
  </g>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M74 29.49H26a6 6 0 00-6 6v28.98a6 6 0 006 6h48a6 6 0 006-6v-29a6 6 0 00-6-5.98zM27.61 42.81a5.89 5.89 0 018.33-.28 3.7 3.7 0 01.28.28l.46.57a.73.73 0 001 .15.75.75 0 00.16-.15l.39-.48a5.84 5.84 0 014.38-2A5.77 5.77 0 0147 42.78a6.64 6.64 0 010 9.06s-5.26 5.68-8.07 8.61a2.24 2.24 0 01-3.16.14l-.13-.14c-2.75-3-8-8.55-8-8.58-1.93-2.4-1.38-6.23-.03-9.06zM53 57.92v-3a2 2 0 012-2h15.1a2 2 0 012 2v3a2 2 0 01-2 2H55A2 2 0 0153 58zm19-12.09a2 2 0 01-2 2h-9.06a2 2 0 01-2-2v-3a2 2 0 012-2H70a2 2 0 012 2z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M67.83 39.9a20.44 20.44 0 00-40.83 0 10.22 10.22 0 00.8 19.51A20.51 20.51 0 0047.41 74.5a19.63 19.63 0 007-1.25l-.41-.56a11.3 11.3 0 01-2.18-3.36 15.45 15.45 0 01-4.32.62 15.78 15.78 0 01-14.98-10.78 21.53 21.53 0 0010.55 3 1.55 1.55 0 001.6 1h5.66A1.69 1.69 0 0051 63a1.58 1.58 0 00.9-1.45v-3.4a1.76 1.76 0 00-1.6-1.81h-5.62a1.9 1.9 0 00-1.59 1.13c-6.25-.34-10.67-3.06-11.35-5.9a22.28 22.28 0 011-5.11 22.31 22.31 0 003.27 0 22.08 22.08 0 0017.15-8.39 17.44 17.44 0 008.28 6.81c.11.33.34.67.45 1a22.12 22.12 0 011.36 7.73v.46a10.23 10.23 0 014.11 1.61 10.46 10.46 0 015.86-1.8h.39a9.81 9.81 0 001-4.39 10.21 10.21 0 00-6.78-9.59z"></path>
5
+ <path d="M69.16 79.21a2.5 2.5 0 01-3.53.06l-.06-.06c-3-3.2-8.75-9.28-8.75-9.33a7.22 7.22 0 010-9.82 6.43 6.43 0 019.1-.27l.27.27.5.63a.88.88 0 001.22.11l.11-.11.41-.54.09-.09a6.35 6.35 0 019-.37l.37.37a7.22 7.22 0 010 9.82c-.02.12-5.69 6.12-8.73 9.33z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -23,6 +23,7 @@ import { default as standard_apps_admin } from './standard/apps_admin.html';
23
23
  import { default as standard_article } from './standard/article.html';
24
24
  import { default as standard_asset_action } from './standard/asset_action.html';
25
25
  import { default as standard_asset_action_source } from './standard/asset_action_source.html';
26
+ import { default as standard_asset_audit } from './standard/asset_audit.html';
26
27
  import { default as standard_asset_downtime_period } from './standard/asset_downtime_period.html';
27
28
  import { default as standard_asset_object } from './standard/asset_object.html';
28
29
  import { default as standard_asset_relationship } from './standard/asset_relationship.html';
@@ -30,6 +31,7 @@ import { default as standard_asset_state_period } from './standard/asset_state_p
30
31
  import { default as standard_asset_warranty } from './standard/asset_warranty.html';
31
32
  import { default as standard_assigned_resource } from './standard/assigned_resource.html';
32
33
  import { default as standard_assignment } from './standard/assignment.html';
34
+ import { default as standard_attach } from './standard/attach.html';
33
35
  import { default as standard_avatar } from './standard/avatar.html';
34
36
  import { default as standard_avatar_loading } from './standard/avatar_loading.html';
35
37
  import { default as standard_bot } from './standard/bot.html';
@@ -88,6 +90,7 @@ import { default as standard_contact_list } from './standard/contact_list.html';
88
90
  import { default as standard_contact_request } from './standard/contact_request.html';
89
91
  import { default as standard_contract } from './standard/contract.html';
90
92
  import { default as standard_contract_line_item } from './standard/contract_line_item.html';
93
+ import { default as standard_contract_payment } from './standard/contract_payment.html';
91
94
  import { default as standard_coupon_codes } from './standard/coupon_codes.html';
92
95
  import { default as standard_currency } from './standard/currency.html';
93
96
  import { default as standard_currency_input } from './standard/currency_input.html';
@@ -146,6 +149,7 @@ import { default as standard_expense_report } from './standard/expense_report.ht
146
149
  import { default as standard_expense_report_entry } from './standard/expense_report_entry.html';
147
150
  import { default as standard_feed } from './standard/feed.html';
148
151
  import { default as standard_feedback } from './standard/feedback.html';
152
+ import { default as standard_field_sales } from './standard/field_sales.html';
149
153
  import { default as standard_file } from './standard/file.html';
150
154
  import { default as standard_filter } from './standard/filter.html';
151
155
  import { default as standard_filter_criteria } from './standard/filter_criteria.html';
@@ -165,6 +169,7 @@ import { default as standard_groups } from './standard/groups.html';
165
169
  import { default as standard_guidance_center } from './standard/guidance_center.html';
166
170
  import { default as standard_hierarchy } from './standard/hierarchy.html';
167
171
  import { default as standard_high_velocity_sales } from './standard/high_velocity_sales.html';
172
+ import { default as standard_historical_adherence } from './standard/historical_adherence.html';
168
173
  import { default as standard_holiday_operating_hours } from './standard/holiday_operating_hours.html';
169
174
  import { default as standard_home } from './standard/home.html';
170
175
  import { default as standard_household } from './standard/household.html';
@@ -205,8 +210,12 @@ import { default as standard_maintenance_asset } from './standard/maintenance_as
205
210
  import { default as standard_maintenance_plan } from './standard/maintenance_plan.html';
206
211
  import { default as standard_maintenance_work_rule } from './standard/maintenance_work_rule.html';
207
212
  import { default as standard_marketing_actions } from './standard/marketing_actions.html';
213
+ import { default as standard_med_rec_recommendation } from './standard/med_rec_recommendation.html';
214
+ import { default as standard_med_rec_statement_recommendation } from './standard/med_rec_statement_recommendation.html';
208
215
  import { default as standard_medication } from './standard/medication.html';
216
+ import { default as standard_medication_dispense } from './standard/medication_dispense.html';
209
217
  import { default as standard_medication_ingredient } from './standard/medication_ingredient.html';
218
+ import { default as standard_medication_reconciliation } from './standard/medication_reconciliation.html';
210
219
  import { default as standard_medication_statement } from './standard/medication_statement.html';
211
220
  import { default as standard_merge } from './standard/merge.html';
212
221
  import { default as standard_messaging_conversation } from './standard/messaging_conversation.html';
@@ -307,6 +316,7 @@ import { default as standard_related_list } from './standard/related_list.html';
307
316
  import { default as standard_relationship } from './standard/relationship.html';
308
317
  import { default as standard_reply_text } from './standard/reply_text.html';
309
318
  import { default as standard_report } from './standard/report.html';
319
+ import { default as standard_report_type } from './standard/report_type.html';
310
320
  import { default as standard_resource_absence } from './standard/resource_absence.html';
311
321
  import { default as standard_resource_capacity } from './standard/resource_capacity.html';
312
322
  import { default as standard_resource_preference } from './standard/resource_preference.html';
@@ -397,9 +407,12 @@ import { default as standard_today } from './standard/today.html';
397
407
  import { default as standard_toggle } from './standard/toggle.html';
398
408
  import { default as standard_topic } from './standard/topic.html';
399
409
  import { default as standard_topic2 } from './standard/topic2.html';
410
+ import { default as standard_tour } from './standard/tour.html';
411
+ import { default as standard_tour_check } from './standard/tour_check.html';
400
412
  import { default as standard_trailhead } from './standard/trailhead.html';
401
413
  import { default as standard_trailhead_alt } from './standard/trailhead_alt.html';
402
414
  import { default as standard_travel_mode } from './standard/travel_mode.html';
415
+ import { default as standard_unified_health_score } from './standard/unified_health_score.html';
403
416
  import { default as standard_unmatched } from './standard/unmatched.html';
404
417
  import { default as standard_user } from './standard/user.html';
405
418
  import { default as standard_user_role } from './standard/user_role.html';
@@ -429,7 +442,8 @@ import { default as standard_work_step } from './standard/work_step.html';
429
442
  import { default as standard_work_step_template } from './standard/work_step_template.html';
430
443
  import { default as standard_work_type } from './standard/work_type.html';
431
444
  import { default as standard_work_type_group } from './standard/work_type_group.html';
445
+ import { default as standard_workforce_engagement } from './standard/workforce_engagement.html';
432
446
 
433
447
  export default {
434
- standard_account,standard_account_info,standard_action_list_component,standard_actions_and_buttons,standard_activation_target,standard_activations,standard_address,standard_agent_home,standard_agent_session,standard_aggregation_policy,standard_all,standard_announcement,standard_answer_best,standard_answer_private,standard_answer_public,standard_apex,standard_apex_plugin,standard_app,standard_approval,standard_apps,standard_apps_admin,standard_article,standard_asset_action,standard_asset_action_source,standard_asset_downtime_period,standard_asset_object,standard_asset_relationship,standard_asset_state_period,standard_asset_warranty,standard_assigned_resource,standard_assignment,standard_avatar,standard_avatar_loading,standard_bot,standard_bot_training,standard_branch_merge,standard_brand,standard_budget,standard_budget_allocation,standard_bundle_config,standard_bundle_policy,standard_business_hours,standard_buyer_account,standard_buyer_group,standard_calculated_insights,standard_calibration,standard_call,standard_call_coaching,standard_call_history,standard_campaign,standard_campaign_members,standard_cancel_checkout,standard_canvas,standard_capacity_plan,standard_care_request_reviewer,standard_carousel,standard_case,standard_case_change_status,standard_case_comment,standard_case_email,standard_case_log_a_call,standard_case_milestone,standard_case_transcript,standard_case_wrap_up,standard_catalog,standard_category,standard_change_request,standard_channel_program_history,standard_channel_program_levels,standard_channel_program_members,standard_channel_programs,standard_chart,standard_checkout,standard_choice,standard_client,standard_cms,standard_coaching,standard_code_playground,standard_code_set,standard_code_set_bundle,standard_collection,standard_collection_variable,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_coupon_codes,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customers,standard_dashboard,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_datadotcom,standard_dataset,standard_date_input,standard_date_time,standard_decision,standard_default,standard_delegated_account,standard_device,standard_discounts,standard_display_rich_text,standard_display_text,standard_document,standard_document_reference,standard_drafts,standard_duration_downscale,standard_dynamic_record_choice,standard_education,standard_einstein_replies,standard_email,standard_email_chatter,standard_employee,standard_employee_asset,standard_employee_contact,standard_employee_job,standard_employee_job_position,standard_employee_organization,standard_empty,standard_endorsement,standard_entitlement,standard_entitlement_policy,standard_entitlement_process,standard_entitlement_template,standard_entity,standard_entity_milestone,standard_environment_hub,standard_event,standard_events,standard_expense,standard_expense_report,standard_expense_report_entry,standard_feed,standard_feedback,standard_file,standard_filter,standard_filter_criteria,standard_filter_criteria_rule,standard_first_non_empty,standard_flow,standard_folder,standard_forecasts,standard_form,standard_formula,standard_fulfillment_order,standard_generic_loading,standard_global_constant,standard_goals,standard_group_loading,standard_groups,standard_guidance_center,standard_hierarchy,standard_high_velocity_sales,standard_holiday_operating_hours,standard_home,standard_household,standard_identifier,standard_immunization,standard_incident,standard_individual,standard_insights,standard_instore_locations,standard_investment_account,standard_invocable_action,standard_iot_context,standard_iot_orchestrations,standard_javascript_button,standard_job_family,standard_job_position,standard_job_profile,standard_kanban,standard_key_dates,standard_knowledge,standard_lead,standard_lead_insights,standard_lead_list,standard_letterhead,standard_lightning_component,standard_lightning_usage,standard_link,standard_list_email,standard_live_chat,standard_live_chat_visitor,standard_location,standard_location_permit,standard_log_a_call,standard_logging,standard_loop,standard_macros,standard_maintenance_asset,standard_maintenance_plan,standard_maintenance_work_rule,standard_marketing_actions,standard_medication,standard_medication_ingredient,standard_medication_statement,standard_merge,standard_messaging_conversation,standard_messaging_session,standard_messaging_user,standard_metrics,standard_multi_picklist,standard_multi_select_checkbox,standard_network_contract,standard_news,standard_note,standard_number_input,standard_observation_component,standard_omni_supervisor,standard_operating_hours,standard_opportunity,standard_opportunity_contact_role,standard_opportunity_splits,standard_orchestrator,standard_order_item,standard_orders,standard_outcome,standard_output,standard_partner_fund_allocation,standard_partner_fund_claim,standard_partner_fund_request,standard_partner_marketing_budget,standard_partners,standard_password,standard_past_chat,standard_patient_medication_dosage,standard_payment_gateway,standard_people,standard_performance,standard_person_account,standard_person_language,standard_person_name,standard_photo,standard_picklist_choice,standard_picklist_type,standard_planogram,standard_poll,standard_portal,standard_portal_roles,standard_portal_roles_and_subordinates,standard_post,standard_practitioner_role,standard_price_book_entries,standard_price_books,standard_pricebook,standard_pricing_workspace,standard_problem,standard_procedure,standard_procedure_detail,standard_process,standard_process_exception,standard_product,standard_product_consumed,standard_product_consumed_state,standard_product_item,standard_product_item_transaction,standard_product_quantity_rules,standard_product_request,standard_product_request_line_item,standard_product_required,standard_product_service_campaign,standard_product_service_campaign_item,standard_product_transfer,standard_product_transfer_state,standard_product_warranty_term,standard_product_workspace,standard_products,standard_promotion_segments,standard_promotions,standard_promotions_workspace,standard_propagation_policy,standard_proposition,standard_qualifications,standard_question_best,standard_question_feed,standard_queue,standard_quick_text,standard_quip,standard_quip_sheet,standard_quotes,standard_radio_button,standard_read_receipts,standard_recent,standard_recipe,standard_record,standard_record_create,standard_record_delete,standard_record_lookup,standard_record_signature_task,standard_record_update,standard_recycle_bin,standard_related_list,standard_relationship,standard_reply_text,standard_report,standard_resource_absence,standard_resource_capacity,standard_resource_preference,standard_resource_skill,standard_restriction_policy,standard_return_order,standard_return_order_line_item,standard_reward,standard_rtc_presence,standard_sales_cadence,standard_sales_cadence_target,standard_sales_channel,standard_sales_path,standard_sales_value,standard_salesforce_cms,standard_scan_card,standard_schedule_objective,standard_scheduling_constraint,standard_scheduling_policy,standard_screen,standard_search,standard_section,standard_segments,standard_selling_model,standard_serialized_product,standard_serialized_product_transaction,standard_service_appointment,standard_service_appointment_capacity_usage,standard_service_contract,standard_service_crew,standard_service_crew_member,standard_service_report,standard_service_request,standard_service_request_detail,standard_service_resource,standard_service_territory,standard_service_territory_location,standard_service_territory_member,standard_service_territory_policy,standard_settings,standard_shift,standard_shift_pattern,standard_shift_pattern_entry,standard_shift_preference,standard_shift_scheduling_operation,standard_shift_template,standard_shift_type,standard_shipment,standard_skill,standard_skill_entity,standard_skill_requirement,standard_slider,standard_sms,standard_snippet,standard_snippets,standard_sobject,standard_sobject_collection,standard_social,standard_solution,standard_sort,standard_sort_policy,standard_sossession,standard_stage,standard_stage_collection,standard_steps,standard_store,standard_store_group,standard_story,standard_strategy,standard_survey,standard_swarm_request,standard_swarm_session,standard_system_and_global_variable,standard_task,standard_task2,standard_team_member,standard_template,standard_text,standard_text_template,standard_textarea,standard_textbox,standard_thanks,standard_thanks_loading,standard_timesheet,standard_timesheet_entry,standard_timeslot,standard_today,standard_toggle,standard_topic,standard_topic2,standard_trailhead,standard_trailhead_alt,standard_travel_mode,standard_unmatched,standard_user,standard_user_role,standard_variable,standard_variation_attribute_setup,standard_variation_products,standard_video,standard_visit_templates,standard_visits,standard_visualforce_page,standard_voice_call,standard_waits,standard_warranty_term,standard_webcart,standard_work_capacity_limit,standard_work_capacity_usage,standard_work_contract,standard_work_forecast,standard_work_order,standard_work_order_item,standard_work_plan,standard_work_plan_rule,standard_work_plan_template,standard_work_plan_template_entry,standard_work_queue,standard_work_step,standard_work_step_template,standard_work_type,standard_work_type_group
448
+ standard_account,standard_account_info,standard_action_list_component,standard_actions_and_buttons,standard_activation_target,standard_activations,standard_address,standard_agent_home,standard_agent_session,standard_aggregation_policy,standard_all,standard_announcement,standard_answer_best,standard_answer_private,standard_answer_public,standard_apex,standard_apex_plugin,standard_app,standard_approval,standard_apps,standard_apps_admin,standard_article,standard_asset_action,standard_asset_action_source,standard_asset_audit,standard_asset_downtime_period,standard_asset_object,standard_asset_relationship,standard_asset_state_period,standard_asset_warranty,standard_assigned_resource,standard_assignment,standard_attach,standard_avatar,standard_avatar_loading,standard_bot,standard_bot_training,standard_branch_merge,standard_brand,standard_budget,standard_budget_allocation,standard_bundle_config,standard_bundle_policy,standard_business_hours,standard_buyer_account,standard_buyer_group,standard_calculated_insights,standard_calibration,standard_call,standard_call_coaching,standard_call_history,standard_campaign,standard_campaign_members,standard_cancel_checkout,standard_canvas,standard_capacity_plan,standard_care_request_reviewer,standard_carousel,standard_case,standard_case_change_status,standard_case_comment,standard_case_email,standard_case_log_a_call,standard_case_milestone,standard_case_transcript,standard_case_wrap_up,standard_catalog,standard_category,standard_change_request,standard_channel_program_history,standard_channel_program_levels,standard_channel_program_members,standard_channel_programs,standard_chart,standard_checkout,standard_choice,standard_client,standard_cms,standard_coaching,standard_code_playground,standard_code_set,standard_code_set_bundle,standard_collection,standard_collection_variable,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_payment,standard_coupon_codes,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customers,standard_dashboard,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_datadotcom,standard_dataset,standard_date_input,standard_date_time,standard_decision,standard_default,standard_delegated_account,standard_device,standard_discounts,standard_display_rich_text,standard_display_text,standard_document,standard_document_reference,standard_drafts,standard_duration_downscale,standard_dynamic_record_choice,standard_education,standard_einstein_replies,standard_email,standard_email_chatter,standard_employee,standard_employee_asset,standard_employee_contact,standard_employee_job,standard_employee_job_position,standard_employee_organization,standard_empty,standard_endorsement,standard_entitlement,standard_entitlement_policy,standard_entitlement_process,standard_entitlement_template,standard_entity,standard_entity_milestone,standard_environment_hub,standard_event,standard_events,standard_expense,standard_expense_report,standard_expense_report_entry,standard_feed,standard_feedback,standard_field_sales,standard_file,standard_filter,standard_filter_criteria,standard_filter_criteria_rule,standard_first_non_empty,standard_flow,standard_folder,standard_forecasts,standard_form,standard_formula,standard_fulfillment_order,standard_generic_loading,standard_global_constant,standard_goals,standard_group_loading,standard_groups,standard_guidance_center,standard_hierarchy,standard_high_velocity_sales,standard_historical_adherence,standard_holiday_operating_hours,standard_home,standard_household,standard_identifier,standard_immunization,standard_incident,standard_individual,standard_insights,standard_instore_locations,standard_investment_account,standard_invocable_action,standard_iot_context,standard_iot_orchestrations,standard_javascript_button,standard_job_family,standard_job_position,standard_job_profile,standard_kanban,standard_key_dates,standard_knowledge,standard_lead,standard_lead_insights,standard_lead_list,standard_letterhead,standard_lightning_component,standard_lightning_usage,standard_link,standard_list_email,standard_live_chat,standard_live_chat_visitor,standard_location,standard_location_permit,standard_log_a_call,standard_logging,standard_loop,standard_macros,standard_maintenance_asset,standard_maintenance_plan,standard_maintenance_work_rule,standard_marketing_actions,standard_med_rec_recommendation,standard_med_rec_statement_recommendation,standard_medication,standard_medication_dispense,standard_medication_ingredient,standard_medication_reconciliation,standard_medication_statement,standard_merge,standard_messaging_conversation,standard_messaging_session,standard_messaging_user,standard_metrics,standard_multi_picklist,standard_multi_select_checkbox,standard_network_contract,standard_news,standard_note,standard_number_input,standard_observation_component,standard_omni_supervisor,standard_operating_hours,standard_opportunity,standard_opportunity_contact_role,standard_opportunity_splits,standard_orchestrator,standard_order_item,standard_orders,standard_outcome,standard_output,standard_partner_fund_allocation,standard_partner_fund_claim,standard_partner_fund_request,standard_partner_marketing_budget,standard_partners,standard_password,standard_past_chat,standard_patient_medication_dosage,standard_payment_gateway,standard_people,standard_performance,standard_person_account,standard_person_language,standard_person_name,standard_photo,standard_picklist_choice,standard_picklist_type,standard_planogram,standard_poll,standard_portal,standard_portal_roles,standard_portal_roles_and_subordinates,standard_post,standard_practitioner_role,standard_price_book_entries,standard_price_books,standard_pricebook,standard_pricing_workspace,standard_problem,standard_procedure,standard_procedure_detail,standard_process,standard_process_exception,standard_product,standard_product_consumed,standard_product_consumed_state,standard_product_item,standard_product_item_transaction,standard_product_quantity_rules,standard_product_request,standard_product_request_line_item,standard_product_required,standard_product_service_campaign,standard_product_service_campaign_item,standard_product_transfer,standard_product_transfer_state,standard_product_warranty_term,standard_product_workspace,standard_products,standard_promotion_segments,standard_promotions,standard_promotions_workspace,standard_propagation_policy,standard_proposition,standard_qualifications,standard_question_best,standard_question_feed,standard_queue,standard_quick_text,standard_quip,standard_quip_sheet,standard_quotes,standard_radio_button,standard_read_receipts,standard_recent,standard_recipe,standard_record,standard_record_create,standard_record_delete,standard_record_lookup,standard_record_signature_task,standard_record_update,standard_recycle_bin,standard_related_list,standard_relationship,standard_reply_text,standard_report,standard_report_type,standard_resource_absence,standard_resource_capacity,standard_resource_preference,standard_resource_skill,standard_restriction_policy,standard_return_order,standard_return_order_line_item,standard_reward,standard_rtc_presence,standard_sales_cadence,standard_sales_cadence_target,standard_sales_channel,standard_sales_path,standard_sales_value,standard_salesforce_cms,standard_scan_card,standard_schedule_objective,standard_scheduling_constraint,standard_scheduling_policy,standard_screen,standard_search,standard_section,standard_segments,standard_selling_model,standard_serialized_product,standard_serialized_product_transaction,standard_service_appointment,standard_service_appointment_capacity_usage,standard_service_contract,standard_service_crew,standard_service_crew_member,standard_service_report,standard_service_request,standard_service_request_detail,standard_service_resource,standard_service_territory,standard_service_territory_location,standard_service_territory_member,standard_service_territory_policy,standard_settings,standard_shift,standard_shift_pattern,standard_shift_pattern_entry,standard_shift_preference,standard_shift_scheduling_operation,standard_shift_template,standard_shift_type,standard_shipment,standard_skill,standard_skill_entity,standard_skill_requirement,standard_slider,standard_sms,standard_snippet,standard_snippets,standard_sobject,standard_sobject_collection,standard_social,standard_solution,standard_sort,standard_sort_policy,standard_sossession,standard_stage,standard_stage_collection,standard_steps,standard_store,standard_store_group,standard_story,standard_strategy,standard_survey,standard_swarm_request,standard_swarm_session,standard_system_and_global_variable,standard_task,standard_task2,standard_team_member,standard_template,standard_text,standard_text_template,standard_textarea,standard_textbox,standard_thanks,standard_thanks_loading,standard_timesheet,standard_timesheet_entry,standard_timeslot,standard_today,standard_toggle,standard_topic,standard_topic2,standard_tour,standard_tour_check,standard_trailhead,standard_trailhead_alt,standard_travel_mode,standard_unified_health_score,standard_unmatched,standard_user,standard_user_role,standard_variable,standard_variation_attribute_setup,standard_variation_products,standard_video,standard_visit_templates,standard_visits,standard_visualforce_page,standard_voice_call,standard_waits,standard_warranty_term,standard_webcart,standard_work_capacity_limit,standard_work_capacity_usage,standard_work_contract,standard_work_forecast,standard_work_order,standard_work_order_item,standard_work_plan,standard_work_plan_rule,standard_work_plan_template,standard_work_plan_template_entry,standard_work_queue,standard_work_step,standard_work_step_template,standard_work_type,standard_work_type_group,standard_workforce_engagement
435
449
  };
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M21.88 20.6h5a1.88 1.88 0 011.88 1.88v38.74a1.87 1.87 0 01-1.87 1.87h-5A1.87 1.87 0 0120 61.22V22.47a1.87 1.87 0 011.88-1.87zM73.13 20.6h5A1.88 1.88 0 0180 22.47v38.75a1.88 1.88 0 01-1.88 1.88h-5a1.87 1.87 0 01-1.87-1.87V22.47a1.88 1.88 0 011.88-1.87zM64.38 20.6h-3.76a2 2 0 00-1.87 2v15.5a1.19 1.19 0 00.75 1.12 23.32 23.32 0 015.62 4.13c.38.37 1.13.12 1.13-.38V22.6a2 2 0 00-1.87-2zM47.62 37.1A14.67 14.67 0 0150 37a14.67 14.67 0 012.38.13 1.22 1.22 0 001.37-1.25V22.6a2 2 0 00-1.87-2h-3.76a2 2 0 00-1.87 2v13.25a1.22 1.22 0 001.37 1.25zM34.88 43.35a18.67 18.67 0 015.74-4.13 1.3 1.3 0 00.63-1.12V22.6a2 2 0 00-1.87-2h-3.76a2 2 0 00-1.87 2V43c0 .47.63.72 1.13.35zM50 43a15.86 15.86 0 00-15.84 15.79A15.84 15.84 0 1050 43zm8.93 12.27l-10.05 11a2.07 2.07 0 01-1.58.67 2.22 2.22 0 01-1.59-.67L40.36 61l-.1-.12a1 1 0 01.12-1.38l1.53-1.5a1.11 1.11 0 011.55 0l3.83 3.87 8.47-9.49a1.09 1.09 0 011.55 0l1.57 1.46a1.17 1.17 0 01.04 1.4z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M39.5 63.4a1.87 1.87 0 002.6 0l12.5-12.5a2.61 2.61 0 013.5 0 2.66 2.66 0 01.1 3.7l-.1.1-15.4 15.1a8.81 8.81 0 01-12.4 0l-.1-.1a8.81 8.81 0 010-12.4l27.2-27.2a8.81 8.81 0 0112.4 0l.1.1a8.81 8.81 0 010 12.4l-.1.1a1.82 1.82 0 00-.3 2.2 21.38 21.38 0 011.8 4.4 1.22 1.22 0 001.5.9l.6-.3c1-1 1.9-2 1.9-2a16.3 16.3 0 000-23.1H75a16.3 16.3 0 00-23.1 0l-27.1 27a16.3 16.3 0 000 23.1l.3.3a16.15 16.15 0 0022.9.1l.1-.1 15.4-15.4a10.18 10.18 0 10-14.2-14.6l-.4.4L36.6 58a2.13 2.13 0 000 2.8z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M64.35 32.13L52.58 20.36a1.12 1.12 0 00-.89-.36 1.23 1.23 0 00-1.25 1.25v9.45A3.59 3.59 0 0054 34.27h9.45A1.22 1.22 0 0064.71 33a1.13 1.13 0 00-.36-.87z"></path>
5
+ <path d="M62.93 39.62H50.45a5.36 5.36 0 01-5.35-5.35V21.78A1.79 1.79 0 0043.31 20H25.48a5.36 5.36 0 00-5.35 5.35v42.81a5.36 5.36 0 005.35 5.35h13.74V59.69a7.05 7.05 0 017-7h18.49V41.4a1.78 1.78 0 00-1.78-1.78zm-22.35-7.69l-3.23 3.14c-.09.09-.09.18-.09.36l.72 4.4a.35.35 0 01-.54.36l-3.95-2.07a.26.26 0 00-.35 0l-3.95 2.07a.35.35 0 01-.54-.36l.72-4.4a.54.54 0 00-.09-.36l-3.23-3.14c-.09-.18.09-.54.36-.63l4.39-.62c.09 0 .27-.09.27-.18l2-4a.41.41 0 01.71 0l2 4c.09.09.18.18.27.18l4.39.62c.23.09.41.45.14.63z"></path>
6
+ <path d="M76.43 56.22H46.25a3.46 3.46 0 00-3.46 3.47v16.84A3.46 3.46 0 0046.25 80h30.18a3.47 3.47 0 003.44-3.47V59.69a3.47 3.47 0 00-3.44-3.47zM50.31 76.53a4 4 0 00-3.93-4.15h-.12v-8.62a4 4 0 004.16-3.93v-.15h21.92a4 4 0 004 4.09h.11v8.66a4.07 4.07 0 00-4.16 4v.14z" fill-rule="evenodd"></path>
7
+ <circle cx="61.33" cy="67.81" r="5.82"></circle>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M50 20a23.74 23.74 0 00-23.73 23.85c0 16.48 17 31.59 22.23 35.59a2.44 2.44 0 003.12 0c5.25-4.12 22.11-19.11 22.11-35.59A23.74 23.74 0 0050 20zm0 42a18.25 18.25 0 1118.24-18.27A18.3 18.3 0 0150 62z"></path>
5
+ <path d="M43 33.23a5.07 5.07 0 105.08 5.07A5.07 5.07 0 0043 33.23zM43 41a2.66 2.66 0 112.66-2.66A2.66 2.66 0 0143 41zM45.28 54.63a.47.47 0 01-.34.22h-1.62a.43.43 0 01-.37-.22.36.36 0 010-.42l11.68-21.4a.48.48 0 01.37-.21h1.74a.42.42 0 01.2.57zM57 44.13a5.07 5.07 0 105.08 5.06A5.08 5.08 0 0057 44.13zm0 7.72a2.65 2.65 0 112.66-2.64A2.65 2.65 0 0157 51.85z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,9 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M67.11 40.59a20.2 20.2 0 00-40.38 0 10.1 10.1 0 00.78 19.28 20.29 20.29 0 0019.41 14.91 19.75 19.75 0 007.28-1.39 14.23 14.23 0 01-1.2-4.34 15.23 15.23 0 01-6.06 1.26 15.63 15.63 0 01-14.71-10.66 21.37 21.37 0 0010.43 2.9 1.48 1.48 0 001.56 1h5.62a1.53 1.53 0 001.56-1.5v-3.42a1.72 1.72 0 00-1.56-1.79h-5.62A1.85 1.85 0 0042.66 58c-6.17-.33-10.55-3-11.21-5.82a22.35 22.35 0 011-5.06 22.17 22.17 0 003.26 0 21.84 21.84 0 0016.93-8.29 17.32 17.32 0 008.19 6.73c.1.34.34.66.44 1A20.3 20.3 0 0162.58 53a15.15 15.15 0 0110.87-.08 9.83 9.83 0 00.39-2.75 10.08 10.08 0 00-6.73-9.58z"></path>
5
+ <path d="M81.85 66.54h-1.93v-.43A11.81 11.81 0 1076.69 75c.2-.19.41-.39.16-.63l-1-1.21c-.37-.44-.69-.24-1 0a9.52 9.52 0 01-8 3A9.88 9.88 0 0158.4 68a9.33 9.33 0 018.46-10.14 9.44 9.44 0 0110.4 8.26 1.53 1.53 0 010 .43h-1.9a.62.62 0 00-.64.63.65.65 0 00.12.39l3.22 3.82a.73.73 0 001 0l3.22-3.82a.6.6 0 000-.86.64.64 0 00-.43-.17z"></path>
6
+ <path d="M72.33 72.82l-.63.67a.81.81 0 01-1.14.1.52.52 0 01-.11-.1l-4.33-4.61a1.15 1.15 0 01-.36-1v-6.66a.93.93 0 01.86-1h.92a.92.92 0 01.9 1v6.21l3.89 4.14a1 1 0 010 1.36z"></path>
7
+ </g>
8
+ </svg>
9
+ </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M69.46 28.34v9.23a1.82 1.82 0 001.8 1.8h1.13a.69.69 0 00.68-.67V28.34a.69.69 0 00-.68-.67h-2.25a.69.69 0 00-.68.67zM51.42 29.91v5.63c0 3.92 3.1 4.28 6.48 4.28 3.2 0 4.24-1.21 7.3-1.35a.65.65 0 00.63-.67v-9a.68.68 0 00-.67-.67c-2.17 0-3.84-2.34-3.84-4.73v-2.73a.68.68 0 00-.67-.67h-1.13a1.82 1.82 0 00-1.8 1.8v4.51a1.82 1.82 0 01-1.8 1.8h-2.7a1.79 1.79 0 00-1.8 1.78z"></path>
5
+ <path d="M57.06 43.38c-4.26 0-8.94-1.22-8.94-6.16v-5.55H31.54a4.6 4.6 0 00-4.61 4.61v39.1a4.6 4.6 0 004.6 4.62h29.71a4.6 4.6 0 004.59-4.61V41.67c-3.53.33-4.89 1.71-8.77 1.71zm-23.72 9.68l2.35-2.77 4.72 4-2.35 2.77a3.1 3.1 0 11-4.87-3.84zm4.72 18.47a3.1 3.1 0 01-5-3.69 3.88 3.88 0 01.26-.31l2.35-2.76 4.72 4zm5.69-6.78L41.4 67.5l-4.73-4L39 60.74a3.1 3.1 0 014.73 4zm0-14.45l-2.35 2.76-4.73-4L39 46.29a3.1 3.1 0 014.86 3.84 1.15 1.15 0 01-.14.17zm15.67 18.11a.83.83 0 01-.74.91H48.33a1 1 0 01-.92-.93v-1.72a.94.94 0 01.88-1H58.5a.94.94 0 01.92 1v1.78zm0-14.46a.85.85 0 01-.75.92H48.33a.94.94 0 01-.92-.92v-1.77a.94.94 0 01.92-.92H58.5a.94.94 0 01.92.92z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M51.52 69.43a6.53 6.53 0 0010 8.44l4.9-5.87-10-8.43zM72.78 54.4a6.53 6.53 0 00-9.19.76L58.65 61l9.93 8.42 5-5.84a6.53 6.53 0 00-.8-9.18zM60.52 20h-30.8A4.79 4.79 0 0025 24.79V65a4.79 4.79 0 004.78 4.79h15.6a1.62 1.62 0 001.43-.91 11.46 11.46 0 011.67-2.18l11.86-14.2a11.17 11.17 0 014-3.34 1.59 1.59 0 001-1.47V24.82A4.8 4.8 0 0060.53 20zm-14 13a.65.65 0 01.64-.65h2.18A.67.67 0 0150 33v10a.67.67 0 01-.65.64h-1.11a1.72 1.72 0 01-1.73-1.72zM30 37.8v-3.25a1.74 1.74 0 011.74-1.74h2.59a1.74 1.74 0 001.74-1.73v-4.33A1.74 1.74 0 0137.79 25h1.1a.68.68 0 01.65.65v2.63c0 2.29 1.6 4.55 3.68 4.55a.65.65 0 01.65.65v8.64a.63.63 0 01-.61.65c-2.95.13-3.94 1.3-7 1.3C33 44.08 30 43.74 30 40zm10.86 24.49a1.67 1.67 0 01-1.67 1.6h-7.38a1.67 1.67 0 01-1.67-1.6v-1.67A1.67 1.67 0 0131.81 59h7.38a1.67 1.67 0 011.67 1.59zM50 52.41A1.66 1.66 0 0148.37 54H31.85a1.66 1.66 0 01-1.67-1.59v-1.67a1.67 1.67 0 011.67-1.6h16.48a1.67 1.67 0 011.67 1.6z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M58.21 20H31.39a1.33 1.33 0 00-1.34 1.31V25a1.35 1.35 0 001.34 1.25h26.79A1.36 1.36 0 0059.52 25v-3.69A1.34 1.34 0 0058.21 20z"></path>
5
+ <path d="M61.8 52.82V38.74a9.13 9.13 0 00-9-9.21H37a9.12 9.12 0 00-9.22 9v2.56h16.75a1.47 1.47 0 011.47 1.5v16.83a1.47 1.47 0 01-1.47 1.48H27.78v7.37a1.43 1.43 0 001.48 1.31h18.43A14.11 14.11 0 0161.8 55.47z"></path>
6
+ <path d="M61.8 59.16a10.42 10.42 0 1010.42 10.42A10.4 10.4 0 0061.8 59.16zm5 12.77l-4.61 4.48a.59.59 0 01-.85 0l-4.57-4.48a.54.54 0 010-.82l.82-.83a.59.59 0 01.85 0l1.44 1.41a.39.39 0 00.67-.28v-8.23a.66.66 0 01.61-.61h1.24a.64.64 0 01.61.61v8.23a.39.39 0 00.67.28l1.43-1.41a.59.59 0 01.85 0l.86.83a.56.56 0 010 .82z"></path>
7
+ <rect x="27.83" y="45.55" width="13.17" height="3.04" rx=".99"></rect>
8
+ <rect x="27.83" y="53.11" width="9.23" height="3.04" rx=".99"></rect>
9
+ </g>
10
+ </svg>
11
+ </template>
@@ -0,0 +1,7 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100">
3
+ <g>
4
+ <path d="M64.23 49.81L47.6 69.49H29.12a4.71 4.71 0 01-4.73-4.69v-40a4.72 4.72 0 014.66-4.8h30.49a4.74 4.74 0 014.72 4.72zm-22.74-13.1a.94.94 0 00.93.94h12.1a.89.89 0 00.83-.94v-1.82a1 1 0 00-1-.94h-12a1 1 0 00-1 .94zm13 13.5a.89.89 0 00.83-.94v-1.84a1 1 0 00-1-1h-12a1 1 0 00-.93 1v1.8a1 1 0 00.93 1zm-18.91-1.84l2.68-2.69a.73.73 0 000-.94l-.95-.94a.7.7 0 00-.94 0l-2.68 2.67-2.59-2.59a.72.72 0 00-1 0l-1 .94a.74.74 0 000 1l2.6 2.6L29.2 51a.74.74 0 000 1l.95 1a.74.74 0 001 0l2.59-2.61L36.42 53a.7.7 0 00.94 0l1-1a.73.73 0 000-.94zM40.39 31l-1-.94a.49.49 0 00-.12-.13.6.6 0 00-.83.13l-6 6.06L30 33.71a.43.43 0 00-.12-.11.61.61 0 00-.83.11l-.94.95a.43.43 0 00-.11.12.57.57 0 00.1.81L31.49 39a1.19 1.19 0 00.94.39 1.26 1.26 0 001-.39l7.08-7.09c.11-.08.11-.56-.12-.91zM52.33 69.23a6.44 6.44 0 009.54 8.66c.1-.11.2-.23.29-.35l4.89-5.76-9.83-8.31zM73.33 54.39a6.47 6.47 0 00-9.09.75L59.35 61l9.84 8.31 4.88-5.76a6.46 6.46 0 00-.74-9.11z"></path>
5
+ </g>
6
+ </svg>
7
+ </template>