lightning-base-components 1.16.7-alpha → 1.17.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 (427) hide show
  1. package/metadata/raptor.json +37 -0
  2. package/package.json +2 -1
  3. package/scopedImports/@salesforce-internal-core.appVersion.js +1 -1
  4. package/scopedImports/@salesforce-label-LightningForm.editErrorHelp.js +1 -1
  5. package/scopedImports/@salesforce-label-LightningForm.errorPopoverHeading.js +1 -1
  6. package/scopedImports/@salesforce-label-LightningForm.saveFieldErrorSummary.js +1 -1
  7. package/scopedImports/@salesforce-label-LightningLookup.messageWhenMissingInformation.js +1 -1
  8. package/src/lightning/alert/__examples__disabled/basic/basic.css +1 -1
  9. package/src/lightning/barcodeScanner/__docs__/barcodeScanner.md +122 -0
  10. package/src/lightning/barcodeScanner/barcodeScanner.html +39 -0
  11. package/src/lightning/barcodeScanner/barcodeScanner.js +224 -0
  12. package/src/lightning/barcodeScanner/barcodeScanner.js-meta.xml +6 -0
  13. package/src/lightning/breadcrumbs/breadcrumbs.css +1 -0
  14. package/src/lightning/button/__examples__/accesskey/accesskey.css +1 -1
  15. package/src/lightning/button/__examples__/inverse/inverse.css +1 -1
  16. package/src/lightning/button/button.html +3 -5
  17. package/src/lightning/button/button.js +0 -33
  18. package/src/lightning/buttonGroup/__examples__/inverse/inverse.css +1 -1
  19. package/src/lightning/buttonGroup/buttonGroup.css +2 -2
  20. package/src/lightning/buttonIcon/__examples__/basic/basic.css +1 -1
  21. package/src/lightning/buttonIcon/__examples__/inverse/inverse.css +1 -1
  22. package/src/lightning/buttonIcon/buttonIcon.css +2 -2
  23. package/src/lightning/buttonIcon/buttonIcon.js +35 -11
  24. package/src/lightning/buttonIconStateful/__examples__/basic/basic.css +1 -1
  25. package/src/lightning/buttonIconStateful/__examples__/variants/variants.css +2 -2
  26. package/src/lightning/buttonIconStateful/buttonIconStateful.css +2 -2
  27. package/src/lightning/buttonMenu/__examples__/basic/basic.css +2 -2
  28. package/src/lightning/buttonMenu/__examples__/onselect/onselect.css +2 -2
  29. package/src/lightning/buttonMenu/__examples__/variants/variants.css +2 -2
  30. package/src/lightning/buttonMenu/__examples__/withIcon/withIcon.css +2 -2
  31. package/src/lightning/buttonMenu/buttonMenu.css +2 -2
  32. package/src/lightning/buttonMenu/dropdown.slds.css +377 -3090
  33. package/src/lightning/buttonStateful/button-stateful.slds.css +0 -3084
  34. package/src/lightning/buttonStateful/buttonStateful.css +2 -2
  35. package/src/lightning/card/card.css +2 -2
  36. package/src/lightning/carousel/carousel.css +1 -0
  37. package/src/lightning/carousel/carousel.html +2 -1
  38. package/src/lightning/carousel/carousel.js +7 -0
  39. package/src/lightning/colorPickerCustom/colorPickerCustom.css +2 -2
  40. package/src/lightning/colorPickerPanel/colorPickerPanel.css +2 -2
  41. package/src/lightning/combobox/combobox.css +1 -1
  42. package/src/lightning/confirm/__examples__disabled/basic/basic.css +1 -1
  43. package/src/lightning/datatable/templates/div/div.css +1 -1
  44. package/src/lightning/dualListbox/dualListbox.css +2 -2
  45. package/src/lightning/groupedCombobox/groupedCombobox.html +4 -4
  46. package/src/lightning/groupedCombobox/groupedCombobox.js +5 -3
  47. package/src/lightning/helptext/__examples__/basic/basic.css +2 -2
  48. package/src/lightning/helptext/helptext.css +2 -2
  49. package/src/lightning/helptext/helptext.html +1 -0
  50. package/src/lightning/helptext/helptext.js +11 -0
  51. package/src/lightning/icon/__examples__/variants/variants.css +2 -1
  52. package/src/lightning/icon/icon.css +2 -2
  53. package/src/lightning/icon/icon.js +0 -1
  54. package/src/lightning/icon/icon.slds.css +0 -3084
  55. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/ai.html +4 -4
  56. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/attachment.html +3 -3
  57. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/audio.html +3 -3
  58. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/box_notes.html +3 -3
  59. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/csv.html +3 -3
  60. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/eps.html +4 -4
  61. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/excel.html +3 -3
  62. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/exe.html +3 -3
  63. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/flash.html +3 -3
  64. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/folder.html +3 -3
  65. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gdoc.html +3 -3
  66. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gdocs.html +3 -3
  67. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gform.html +3 -3
  68. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gpres.html +4 -4
  69. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gsheet.html +3 -3
  70. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/html.html +3 -3
  71. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/image.html +3 -3
  72. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/keynote.html +4 -4
  73. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/library_folder.html +3 -3
  74. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/link.html +3 -3
  75. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/mp4.html +3 -3
  76. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/overlay.html +4 -4
  77. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/pack.html +3 -3
  78. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/pages.html +3 -3
  79. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/pdf.html +3 -3
  80. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/ppt.html +4 -4
  81. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/psd.html +3 -3
  82. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/quip_doc.html +3 -3
  83. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/quip_sheet.html +3 -3
  84. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/quip_slide.html +3 -3
  85. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/rtf.html +3 -3
  86. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/slide.html +3 -3
  87. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/stypi.html +5 -5
  88. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/txt.html +4 -4
  89. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/unknown.html +3 -3
  90. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/video.html +3 -3
  91. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/visio.html +3 -3
  92. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/webex.html +4 -4
  93. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/word.html +2 -2
  94. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/xml.html +4 -4
  95. package/src/lightning/iconSvgTemplates/buildTemplates/doctype/zip.html +3 -3
  96. package/src/lightning/iconSvgTemplates/buildTemplates/standard/answer_best.html +4 -2
  97. package/src/lightning/iconSvgTemplates/buildTemplates/standard/answer_private.html +5 -3
  98. package/src/lightning/iconSvgTemplates/buildTemplates/standard/asset_hierarchy.html +8 -0
  99. package/src/lightning/iconSvgTemplates/buildTemplates/standard/budget_category_value.html +7 -0
  100. package/src/lightning/iconSvgTemplates/buildTemplates/standard/budget_period.html +7 -0
  101. package/src/lightning/iconSvgTemplates/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
  102. package/src/lightning/iconSvgTemplates/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
  103. package/src/lightning/iconSvgTemplates/buildTemplates/standard/data_transforms.html +7 -0
  104. package/src/lightning/iconSvgTemplates/buildTemplates/standard/funding_award_adjustment.html +8 -0
  105. package/src/lightning/iconSvgTemplates/buildTemplates/standard/funding_requirement.html +8 -0
  106. package/src/lightning/iconSvgTemplates/buildTemplates/standard/promotion_tiers.html +10 -0
  107. package/src/lightning/iconSvgTemplates/buildTemplates/standard/question_best.html +2 -2
  108. package/src/lightning/iconSvgTemplates/buildTemplates/standard/slack_conversations.html +8 -0
  109. package/src/lightning/iconSvgTemplates/buildTemplates/standard/travel_mode.html +2 -2
  110. package/src/lightning/iconSvgTemplates/buildTemplates/standard/your_account.html +10 -0
  111. package/src/lightning/iconSvgTemplates/buildTemplates/templates.js +30 -1
  112. package/src/lightning/iconSvgTemplates/buildTemplates/utility/asset_object.html +7 -0
  113. package/src/lightning/iconSvgTemplates/buildTemplates/utility/budget_category_value.html +7 -0
  114. package/src/lightning/iconSvgTemplates/buildTemplates/utility/budget_period.html +7 -0
  115. package/src/lightning/iconSvgTemplates/buildTemplates/utility/contact.html +7 -0
  116. package/src/lightning/iconSvgTemplates/buildTemplates/utility/funding_award_adjustment.html +8 -0
  117. package/src/lightning/iconSvgTemplates/buildTemplates/utility/funding_requirement.html +8 -0
  118. package/src/lightning/iconSvgTemplates/buildTemplates/utility/http.html +7 -0
  119. package/src/lightning/iconSvgTemplates/buildTemplates/utility/knowledge_smart_link.html +9 -0
  120. package/src/lightning/iconSvgTemplates/buildTemplates/utility/lead.html +8 -0
  121. package/src/lightning/iconSvgTemplates/buildTemplates/utility/maintenance_plan.html +8 -0
  122. package/src/lightning/iconSvgTemplates/buildTemplates/utility/no_return.html +7 -0
  123. package/src/lightning/iconSvgTemplates/buildTemplates/utility/opportunity.html +7 -0
  124. package/src/lightning/iconSvgTemplates/buildTemplates/utility/orders.html +9 -0
  125. package/src/lightning/iconSvgTemplates/buildTemplates/utility/product.html +7 -0
  126. package/src/lightning/iconSvgTemplates/buildTemplates/utility/proposition.html +8 -0
  127. package/src/lightning/iconSvgTemplates/buildTemplates/utility/queue.html +9 -0
  128. package/src/lightning/iconSvgTemplates/buildTemplates/utility/send_log.html +7 -0
  129. package/src/lightning/iconSvgTemplates/buildTemplates/utility/service_contract.html +8 -0
  130. package/src/lightning/iconSvgTemplates/buildTemplates/utility/slack_conversations.html +8 -0
  131. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/ai.html +4 -4
  132. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/attachment.html +3 -3
  133. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/audio.html +3 -3
  134. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/box_notes.html +3 -3
  135. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/csv.html +3 -3
  136. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/eps.html +4 -4
  137. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/excel.html +3 -3
  138. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/exe.html +3 -3
  139. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/flash.html +3 -3
  140. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/folder.html +3 -3
  141. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gdoc.html +3 -3
  142. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gdocs.html +3 -3
  143. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gform.html +3 -3
  144. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gpres.html +4 -4
  145. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gsheet.html +3 -3
  146. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/html.html +3 -3
  147. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/image.html +3 -3
  148. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/keynote.html +4 -4
  149. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/library_folder.html +3 -3
  150. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/link.html +3 -3
  151. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/mp4.html +3 -3
  152. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/overlay.html +4 -4
  153. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/pack.html +3 -3
  154. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/pages.html +3 -3
  155. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/pdf.html +3 -3
  156. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/ppt.html +4 -4
  157. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/psd.html +3 -3
  158. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/quip_doc.html +3 -3
  159. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/quip_sheet.html +3 -3
  160. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/quip_slide.html +3 -3
  161. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/rtf.html +3 -3
  162. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/slide.html +3 -3
  163. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/stypi.html +5 -5
  164. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/txt.html +4 -4
  165. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/unknown.html +3 -3
  166. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/video.html +3 -3
  167. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/visio.html +3 -3
  168. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/webex.html +4 -4
  169. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/word.html +2 -2
  170. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/xml.html +4 -4
  171. package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/zip.html +3 -3
  172. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/ai.html +4 -4
  173. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/attachment.html +3 -3
  174. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/audio.html +3 -3
  175. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/box_notes.html +3 -3
  176. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/csv.html +3 -3
  177. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/eps.html +4 -4
  178. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/excel.html +3 -3
  179. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/exe.html +3 -3
  180. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/flash.html +3 -3
  181. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/folder.html +3 -3
  182. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gdoc.html +3 -3
  183. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gdocs.html +3 -3
  184. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gform.html +3 -3
  185. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gpres.html +4 -4
  186. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gsheet.html +3 -3
  187. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/html.html +3 -3
  188. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/image.html +3 -3
  189. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/keynote.html +4 -4
  190. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/library_folder.html +3 -3
  191. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/link.html +3 -3
  192. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/mp4.html +3 -3
  193. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/overlay.html +4 -4
  194. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/pack.html +3 -3
  195. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/pages.html +3 -3
  196. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/pdf.html +3 -3
  197. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/ppt.html +4 -4
  198. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/psd.html +3 -3
  199. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/quip_doc.html +3 -3
  200. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/quip_sheet.html +3 -3
  201. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/quip_slide.html +3 -3
  202. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/rtf.html +3 -3
  203. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/slide.html +3 -3
  204. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/stypi.html +5 -5
  205. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/txt.html +4 -4
  206. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/unknown.html +3 -3
  207. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/video.html +3 -3
  208. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/visio.html +3 -3
  209. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/webex.html +4 -4
  210. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/word.html +2 -2
  211. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/xml.html +4 -4
  212. package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/zip.html +3 -3
  213. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/ai.html +4 -4
  214. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/attachment.html +3 -3
  215. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/audio.html +3 -3
  216. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/box_notes.html +3 -3
  217. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/csv.html +3 -3
  218. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/eps.html +4 -4
  219. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/excel.html +3 -3
  220. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/exe.html +3 -3
  221. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/flash.html +3 -3
  222. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/folder.html +3 -3
  223. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gdoc.html +3 -3
  224. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gdocs.html +3 -3
  225. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gform.html +3 -3
  226. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gpres.html +4 -4
  227. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gsheet.html +3 -3
  228. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/html.html +3 -3
  229. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/image.html +3 -3
  230. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/keynote.html +4 -4
  231. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/library_folder.html +3 -3
  232. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/link.html +3 -3
  233. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/mp4.html +3 -3
  234. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/overlay.html +4 -4
  235. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/pack.html +3 -3
  236. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/pages.html +3 -3
  237. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/pdf.html +3 -3
  238. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/ppt.html +4 -4
  239. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/psd.html +3 -3
  240. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/quip_doc.html +3 -3
  241. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/quip_sheet.html +3 -3
  242. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/quip_slide.html +3 -3
  243. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/rtf.html +3 -3
  244. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/slide.html +3 -3
  245. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/stypi.html +5 -5
  246. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/txt.html +4 -4
  247. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/unknown.html +3 -3
  248. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/video.html +3 -3
  249. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/visio.html +3 -3
  250. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/webex.html +4 -4
  251. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/word.html +2 -2
  252. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/xml.html +4 -4
  253. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/zip.html +3 -3
  254. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/answer_best.html +4 -2
  255. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/answer_private.html +5 -3
  256. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/asset_hierarchy.html +8 -0
  257. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/budget_category_value.html +7 -0
  258. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/budget_period.html +7 -0
  259. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
  260. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
  261. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/data_transforms.html +7 -0
  262. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/funding_award_adjustment.html +8 -0
  263. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/funding_requirement.html +8 -0
  264. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/promotion_tiers.html +10 -0
  265. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/question_best.html +2 -2
  266. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/slack_conversations.html +8 -0
  267. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/travel_mode.html +2 -2
  268. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/your_account.html +10 -0
  269. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/templates.js +30 -1
  270. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/asset_object.html +7 -0
  271. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/budget_category_value.html +7 -0
  272. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/budget_period.html +7 -0
  273. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/contact.html +7 -0
  274. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/funding_award_adjustment.html +8 -0
  275. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/funding_requirement.html +8 -0
  276. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/http.html +7 -0
  277. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/knowledge_smart_link.html +9 -0
  278. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/lead.html +8 -0
  279. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/maintenance_plan.html +8 -0
  280. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/no_return.html +7 -0
  281. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/opportunity.html +7 -0
  282. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/orders.html +9 -0
  283. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/product.html +7 -0
  284. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/proposition.html +8 -0
  285. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/queue.html +9 -0
  286. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/send_log.html +7 -0
  287. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/service_contract.html +8 -0
  288. package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/slack_conversations.html +8 -0
  289. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/answer_best.html +4 -2
  290. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/answer_private.html +5 -3
  291. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/asset_hierarchy.html +8 -0
  292. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/budget_category_value.html +7 -0
  293. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/budget_period.html +7 -0
  294. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
  295. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
  296. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/data_transforms.html +7 -0
  297. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/funding_award_adjustment.html +8 -0
  298. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/funding_requirement.html +8 -0
  299. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/promotion_tiers.html +10 -0
  300. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/question_best.html +2 -2
  301. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/slack_conversations.html +8 -0
  302. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/travel_mode.html +2 -2
  303. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/your_account.html +10 -0
  304. package/src/lightning/iconSvgTemplatesStandard/buildTemplates/templates.js +11 -1
  305. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/answer_best.html +4 -2
  306. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/answer_private.html +5 -3
  307. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/asset_hierarchy.html +8 -0
  308. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/budget_category_value.html +7 -0
  309. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/budget_period.html +7 -0
  310. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
  311. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
  312. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/data_transforms.html +7 -0
  313. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/funding_award_adjustment.html +8 -0
  314. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/funding_requirement.html +8 -0
  315. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/promotion_tiers.html +10 -0
  316. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/question_best.html +2 -2
  317. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/slack_conversations.html +8 -0
  318. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/travel_mode.html +2 -2
  319. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/your_account.html +10 -0
  320. package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/templates.js +11 -1
  321. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/templates.js +20 -1
  322. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/asset_object.html +7 -0
  323. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/budget_category_value.html +7 -0
  324. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/budget_period.html +7 -0
  325. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/contact.html +7 -0
  326. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/funding_award_adjustment.html +8 -0
  327. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/funding_requirement.html +8 -0
  328. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/http.html +7 -0
  329. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/knowledge_smart_link.html +9 -0
  330. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/lead.html +8 -0
  331. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/maintenance_plan.html +8 -0
  332. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/no_return.html +7 -0
  333. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/opportunity.html +7 -0
  334. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/orders.html +9 -0
  335. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/product.html +7 -0
  336. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/proposition.html +8 -0
  337. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/queue.html +9 -0
  338. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/send_log.html +7 -0
  339. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/service_contract.html +8 -0
  340. package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/slack_conversations.html +8 -0
  341. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/templates.js +20 -1
  342. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/asset_object.html +7 -0
  343. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/budget_category_value.html +7 -0
  344. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/budget_period.html +7 -0
  345. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/contact.html +7 -0
  346. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/funding_award_adjustment.html +8 -0
  347. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/funding_requirement.html +8 -0
  348. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/http.html +7 -0
  349. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/knowledge_smart_link.html +9 -0
  350. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/lead.html +8 -0
  351. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/maintenance_plan.html +8 -0
  352. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/no_return.html +7 -0
  353. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/opportunity.html +7 -0
  354. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/orders.html +9 -0
  355. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/product.html +7 -0
  356. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/proposition.html +8 -0
  357. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/queue.html +9 -0
  358. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/send_log.html +7 -0
  359. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/service_contract.html +8 -0
  360. package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/slack_conversations.html +8 -0
  361. package/src/lightning/input/__examples__/color/color.css +2 -2
  362. package/src/lightning/input/__examples__/email/email.css +2 -2
  363. package/src/lightning/input/__examples__/file/file.css +2 -2
  364. package/src/lightning/input/__examples__/fileOnchange/fileOnchange.css +2 -2
  365. package/src/lightning/input/__examples__/text/text.css +2 -2
  366. package/src/lightning/input/__examples__/textAdvanced/textAdvanced.css +3 -3
  367. package/src/lightning/input/input.css +2 -2
  368. package/src/lightning/input/input.js +25 -1
  369. package/src/lightning/interactiveDialogBase/interactiveDialogBase.css +64 -38
  370. package/src/lightning/layout/__examples__/horizontalAlignSpace/horizontalAlignSpace.css +1 -1
  371. package/src/lightning/layout/__examples__/horizontalAlignSpread/horizontalAlignSpread.css +1 -1
  372. package/src/lightning/layout/__examples__/nested/nested.css +5 -1
  373. package/src/lightning/layout/__examples__/pullToBoundary/pullToBoundary.css +1 -1
  374. package/src/lightning/layout/__examples__/simple/simple.css +3 -1
  375. package/src/lightning/layout/__examples__/verticalAlignCenter/verticalAlignCenter.css +4 -1
  376. package/src/lightning/layout/__examples__/verticalAlignStretch/verticalAlignStretch.css +4 -1
  377. package/src/lightning/menuDivider/__examples__/divider/divider.css +2 -2
  378. package/src/lightning/menuDivider/__examples__/withSubhead/withSubhead.css +2 -2
  379. package/src/lightning/menuItem/__examples__/iteration/iteration.css +2 -2
  380. package/src/lightning/menuItem/__examples__/menuItems/menuItems.css +2 -2
  381. package/src/lightning/menuItem/menuItem.js +8 -4
  382. package/src/lightning/menuSubheader/__examples__/subheader/subheader.css +2 -2
  383. package/src/lightning/menuSubheader/__examples__/withDividers/withDividers.css +2 -2
  384. package/src/lightning/modal/__examples__disabled/all/all.css +1 -1
  385. package/src/lightning/modal/__examples__disabled/allform/allform.css +1 -1
  386. package/src/lightning/modal/__examples__disabled/basic/basic.css +1 -1
  387. package/src/lightning/modal/__examples__disabled/footless/footless.css +1 -1
  388. package/src/lightning/modal/__examples__disabled/headless/headless.css +1 -1
  389. package/src/lightning/overlay/__examples__/basic/basic.css +1 -1
  390. package/src/lightning/overlayContainer/overlayContainer.js +37 -24
  391. package/src/lightning/overlayManager/overlayManager.js +10 -8
  392. package/src/lightning/picklist/picklist.js +0 -1
  393. package/src/lightning/positionLibrary/direction.js +13 -3
  394. package/src/lightning/primitiveBubble/primitiveBubble.css +2 -2
  395. package/src/lightning/primitiveColorpickerButton/color-picker-button.slds.css +0 -3084
  396. package/src/lightning/primitiveColorpickerButton/primitiveColorpickerButton.css +2 -2
  397. package/src/lightning/primitiveIcon/primitiveIcon.css +0 -3
  398. package/src/lightning/primitiveIcon/primitiveIcon.html +1 -1
  399. package/src/lightning/primitiveIcon/primitiveIcon.js +11 -19
  400. package/src/lightning/prompt/__examples__disabled/basic/basic.css +1 -1
  401. package/src/lightning/prompt/prompt.css +16 -12
  402. package/src/lightning/radioGroup/input-radio-group.slds.css +5 -3
  403. package/src/lightning/radioGroup/radioGroup.css +1 -1
  404. package/src/lightning/sldsCommon/sldsCommon.css +4 -4
  405. package/src/lightning/spinner/spinner.css +2 -2
  406. package/src/lightning/tile/__examples__/basic/basic.css +2 -2
  407. package/src/lightning/tile/__examples__/list/list.css +2 -2
  408. package/src/lightning/tile/__examples__/withAvatar/withAvatar.css +2 -2
  409. package/src/lightning/tile/__examples__/withIcon/withIcon.css +2 -2
  410. package/src/lightning/tooltipLibrary/tooltipLibrary.js +20 -28
  411. package/src/lightning/tree/__examples__/basic/basic.css +2 -2
  412. package/src/lightning/tree/__examples__/deeplyNested/deeplyNested.css +2 -2
  413. package/src/lightning/tree/__examples__/links/links.css +2 -2
  414. package/src/lightning/tree/__examples__/metatext/metatext.css +2 -2
  415. package/src/lightning/tree/__examples__/onselect/onselect.css +2 -2
  416. package/src/lightning/tree/tree.html +4 -2
  417. package/src/lightning/tree/tree.js +7 -0
  418. package/src/lightning/treeGrid/__examples__/basic/basic.css +2 -2
  419. package/src/lightning/treeGrid/__examples__/expanded/expanded.css +2 -2
  420. package/src/lightning/treeGrid/__examples__/lazyLoading/lazyLoading.css +2 -2
  421. package/src/lightning/utilsPrivate/aria.js +5 -1
  422. package/src/lightning/utilsPrivate/url.js +29 -0
  423. package/src/lightning/utilsPrivate/utilsPrivate.js +6 -1
  424. package/src/lightning/ariaObserver/__component__/ariaObserver.spec.js +0 -112
  425. package/src/lightning/button/button.css +0 -2
  426. package/src/lightning/button/button.slds.css +0 -395
  427. package/src/lightning/primitiveIcon/icon.slds.css +0 -3281
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
3
+ <g>
4
+ <path d="M39.21 11.44l-9.12-9.11a.878.878 0 00-.69-.28c-.55 0-.97.41-.97.97v7.32c0 1.52 1.24 2.76 2.76 2.76h7.32c.55 0 .97-.41.97-.97 0-.28-.07-.48-.28-.69zm.28 7.18c0-.76-.62-1.38-1.38-1.38h-9.67c-2.28 0-4.14-1.86-4.14-4.14V3.43c0-.76-.62-1.38-1.38-1.38H9.09c-2.28 0-4.14 1.86-4.14 4.14v33.15c0 2.28 1.86 4.14 4.14 4.14h14.02c1.11 0 1.38-.76 1.31-1.93s-.48-6.22 2.97-10.22 9.12-4.28 9.95-4.28 2.21-.07 2.14-1.24 0-7.18 0-7.18zm-29.7-7.87l3.38-.48c.07 0 .21-.07.21-.14l1.52-3.11c.14-.21.41-.21.55 0l1.52 3.11c.07.07.14.14.21.14l3.38.48c.21.07.35.35.14.48l-2.49 2.42c-.07.07-.07.14-.07.28l.55 3.38c.07.21-.21.41-.41.28L15.24 16a.213.213 0 00-.28 0l-3.04 1.59c-.21.14-.48-.07-.41-.28l.55-3.38c0-.07 0-.21-.07-.28L9.5 11.23c-.07-.14.07-.41.28-.48zm12.43 23.07c0 .76-.62 1.38-1.38 1.38h-8.98c-.76 0-1.38-.62-1.38-1.38v-1.38c0-.76.62-1.38 1.38-1.38h8.98c.76 0 1.38.62 1.38 1.38v1.38zm7.6-8.29c0 .76-.62 1.38-1.38 1.38H11.86c-.76 0-1.38-.62-1.38-1.38v-1.38c0-.76.62-1.38 1.38-1.38h16.57c.76 0 1.38.62 1.38 1.38v1.38z"></path>
5
+ <path d="M37.27 30.3c-5.46 0-9.88 4.42-9.88 9.88s4.42 9.88 9.88 9.88 9.88-4.42 9.88-9.88-4.49-9.88-9.88-9.88zM39 41.07c-.28 0-.55-.07-.83-.14l-3.8 3.73c-.28.28-.55.35-.83.35-.35 0-.55-.07-.83-.35-.41-.41-.41-1.17 0-1.66l3.8-3.8a2.45 2.45 0 01-.14-.76c-.14-1.73 1.24-3.32 2.97-3.32.28 0 .55.07.83.14.14 0 .14.14.07.28l-1.66 1.73c-.14.07-.14.35 0 .41l1.17 1.17c.14.14.35.14.48 0l1.66-1.66c.07-.07.28-.07.28.07.07.28.14.55.14.83-.07 1.73-1.52 3.11-3.32 2.97z"></path>
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" part="icon">
3
+ <g>
4
+ <path d="M17.38 15.17h-6.99c-1.54 0-2.81 1.27-2.81 2.79s1.27 2.81 2.81 2.81h6.99c1.55 0 2.81-1.26 2.81-2.81s-1.26-2.79-2.81-2.79zM34.19 17.96c0-1.52-1.26-2.79-2.81-2.79s-2.81 1.27-2.81 2.79v2.81h2.81c1.54 0 2.81-1.29 2.81-2.81zM17.38 22.17c-1.52 0-2.79 1.26-2.79 2.81v6.99c0 1.54 1.27 2.81 2.79 2.81s2.81-1.27 2.81-2.81v-6.99c0-1.55-1.26-2.81-2.81-2.81zM7.59 24.98c0 1.55 1.27 2.78 2.81 2.78s2.81-1.26 2.81-2.78v-2.81H10.4c-1.54 0-2.81 1.26-2.81 2.81zM17.37 13.79h2.81v-2.81c0-1.54-1.29-2.81-2.81-2.81s-2.79 1.26-2.79 2.81 1.27 2.81 2.79 2.81zM31.39 22.17H24.4c-1.55 0-2.81 1.26-2.81 2.81s1.26 2.78 2.81 2.78h6.99c1.54 0 2.81-1.26 2.81-2.78s-1.27-2.81-2.81-2.81zM24.39 20.78c1.52 0 2.78-1.26 2.78-2.81v-6.99c0-1.54-1.26-2.81-2.78-2.81s-2.81 1.27-2.81 2.81v6.99c0 1.55 1.26 2.81 2.81 2.81zM24.4 29.16h-2.81v2.81c0 1.54 1.29 2.81 2.81 2.81s2.78-1.26 2.78-2.81-1.26-2.81-2.78-2.81z" fill="none"></path>
5
+ <path d="M39.86 22.19h-.01c0-9.77-8.38-17.7-18.84-17.77C10.56 4.35 2.06 12.17 2 21.93c-.02 3.15.84 6.05 2.34 8.65.19.32.25.69.12 1.01l-1.8 5.6c-.32 1.01.62 1.89 1.63 1.59l5.56-1.92c.38-.12.76-.06 1.07.13 2.89 1.72 6.28 2.69 9.93 2.71 10.45.07 18.95-7.75 19.01-17.51zM17.37 8.17c1.52 0 2.81 1.27 2.81 2.81v2.81h-2.81c-1.52 0-2.79-1.26-2.79-2.81s1.27-2.81 2.79-2.81zm-4.16 16.81c0 1.52-1.26 2.78-2.81 2.78s-2.81-1.23-2.81-2.78 1.27-2.81 2.81-2.81h2.81v2.81zm6.98 6.99c0 1.54-1.29 2.81-2.81 2.81s-2.79-1.27-2.79-2.81v-6.99c0-1.55 1.27-2.81 2.79-2.81s2.81 1.26 2.81 2.81v6.99zm-2.81-11.2h-6.99c-1.54 0-2.81-1.29-2.81-2.81s1.27-2.79 2.81-2.79h6.99c1.55 0 2.81 1.27 2.81 2.79s-1.26 2.81-2.81 2.81zm11.19-2.81c0-1.52 1.26-2.79 2.81-2.79s2.81 1.27 2.81 2.79-1.27 2.81-2.81 2.81h-2.81v-2.81zm-6.99-6.98c0-1.54 1.29-2.81 2.81-2.81s2.78 1.27 2.78 2.81v6.99c0 1.55-1.26 2.81-2.78 2.81s-2.81-1.26-2.81-2.81v-6.99zm2.82 23.8c-1.52 0-2.81-1.27-2.81-2.81v-2.81h2.81c1.52 0 2.78 1.26 2.78 2.81s-1.26 2.81-2.78 2.81zm6.99-7.02H24.4c-1.55 0-2.81-1.26-2.81-2.78s1.26-2.81 2.81-2.81h6.99c1.54 0 2.81 1.29 2.81 2.81s-1.27 2.78-2.81 2.78zM49.94 45.93l-1.32-4.21c.77-1.45 1.21-3.05 1.21-4.77 0-4.04-2.41-7.54-5.97-9.33-1.47 7.26-6.36 12.42-14.66 15.49 2.06 2.69 5.43 4.43 9.24 4.43 2.11 0 4.08-.52 5.77-1.47l4.09 1.44c1.01.32 1.95-.57 1.64-1.58z"></path>
6
+ </g>
7
+ </svg>
8
+ </template>
@@ -1,8 +1,10 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
- <path d="M49.5 21.5c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.5-28-30.1-28zm14.4 21.8L48.6 58.6c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9L37 51.2c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.6.6.6 1.6 0 2.1z"></path>
5
- <path fill-opacity=".65" d="M100 100V62l-38 38h38zm-4.2-13.5l-3.1 3.2c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4L89 92.8c-.1-.1-.2-.1-.3 0l-4 2.1c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3l-3.1-3.2c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.4 0 .4.4.2.7z"></path>
4
+ <g>
5
+ <path d="M49.5 21.5c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.5-28-30.1-28zm14.4 21.8L48.6 58.6c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9L37 51.2c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.6.6.6 1.6 0 2.1z"></path>
6
+ <path d="M100 100V62l-38 38zm-4.2-13.5l-3.1 3.2c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4L89 92.8c-.1-.1-.2-.1-.3 0l-4 2.1c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3l-3.1-3.2c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.4 0 .4.4.2.7z" fill-opacity=".65"></path>
7
+ </g>
6
8
  </g>
7
9
  </svg>
8
10
  </template>
@@ -1,9 +1,11 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
- <path fill-opacity=".65" d="M89 84c-1.1 0-2 .9-2 2v1h4v-1c0-1.1-.9-2-2-2z"></path>
5
- <path fill-opacity=".65" d="M100 100V62l-38 38h38zm-5-6.5c0 .8-.7 1.5-1.5 1.5h-9c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5h.5v-1c0-2.2 1.8-4 4-4s4 1.8 4 4v1h.5c.8 0 1.5.7 1.5 1.5v5z"></path>
6
- <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm14.5 21.8L49.1 59.1c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9l-7.4-7.4c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.5.6.5 1.6 0 2.1z"></path>
4
+ <g>
5
+ <path d="M89 84c-1.1 0-2 .9-2 2v1h4v-1c0-1.1-.9-2-2-2z" fill-opacity=".65"></path>
6
+ <path d="M100 100V62l-38 38zm-5-6.5c0 .8-.7 1.5-1.5 1.5h-9c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5h.5v-1c0-2.2 1.8-4 4-4s4 1.8 4 4v1h.5c.8 0 1.5.7 1.5 1.5z" fill-opacity=".65"></path>
7
+ <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm14.5 21.8L49.1 59.1c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9l-7.4-7.4c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.5.6.5 1.6 0 2.1z"></path>
8
+ </g>
7
9
  </g>
8
10
  </svg>
9
11
  </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
+ <g>
4
+ <path d="M51.26 56.05c-1.97 2.7-3.03 5.95-3.04 9.28-.02.99.12 1.98.42 2.92H37.82v2.61a2.538 2.538 0 01-2.52 2.5h-2.94a2.538 2.538 0 01-2.52-2.5v-2.61h-5.57a2.538 2.538 0 01-2.52-2.5V22.46a2.538 2.538 0 012.52-2.5h43.58c1.38.01 2.5 1.12 2.52 2.5v27.85c-3.2-1.32-6.76-1.51-10.08-.52V37.38a.84.84 0 00-.26-.68.874.874 0 00-.69-.25h-1.79a.874.874 0 00-.69.25.91.91 0 00-.26.68v13.25c0 .21 0 .31.1.42-1.1.61-2.12 1.34-3.05 2.19H32.44a.874.874 0 00-.69.25.91.91 0 00-.26.68v.94c-.02.25.07.5.26.68.12.12.27.2.44.24.08.02.17.02.25.02h18.8zm-9.08-4.53c.18-.18.27-.43.25-.68V37.38a.866.866 0 00-.94-.93H39.7a.874.874 0 00-.69.25c-.18.18-.28.43-.26.68v13.46c-.02.25.07.5.26.68.18.18.43.27.69.25h1.78c.26.02.51-.07.69-.25zm8.09 0a.91.91 0 00.26-.68V37.38a.84.84 0 00-.26-.68.874.874 0 00-.69-.25h-3.57a.874.874 0 00-.69.25.91.91 0 00-.26.68v13.46c-.02.25.07.5.26.68.18.18.43.27.69.25h3.57c.26.02.51-.07.69-.25zm2.78.25c.52 0 .95-.42.95-.94V37.37c0-.52-.42-.94-.94-.94a.93.93 0 00-.94.93v13.46c0 .52.42.94.94.94zM31.88 32.21a.91.91 0 00-.26.68h-.11v.94c-.02.25.07.5.26.68.18.18.43.27.69.25h27.09c.26.02.51-.07.69-.25a.91.91 0 00.26-.68v-.94a.84.84 0 00-.26-.68.874.874 0 00-.69-.25H32.56a.874.874 0 00-.69.25zm-.2 4.8c-.04.12-.06.24-.05.37v13.46c-.02.25.07.5.26.68.18.18.43.27.69.25h3.57c.26.02.51-.07.69-.25.18-.18.28-.43.26-.68V37.38c.02-.25-.08-.5-.26-.68a.874.874 0 00-.69-.25h-3.57a.87.87 0 00-.89.57z" fill-rule="evenodd"></path>
5
+ <path d="M79.25 65.8c0-7.81-6.38-14.15-14.25-14.15S50.75 57.99 50.75 65.8 57.13 79.95 65 79.95s14.25-6.34 14.25-14.15zm-14.99-1.18H60.2c-.25 0-.45.2-.45.45v3.44h-1.36c-.25 0-.45.2-.45.45v3.29c0 .24.21.45.45.45h4.52c.09 0 .18-.03.26-.09.12-.08.19-.22.19-.36v-3.29c0-.25-.21-.44-.45-.45h-1.36v-2.09h7.24v2.09h-1.35c-.25 0-.45.2-.45.45v3.29c0 .24.21.45.45.45h4.52c.24 0 .45-.21.45-.45v-3.29c0-.25-.21-.44-.45-.45h-1.37v-3.44c0-.25-.21-.44-.45-.45h-4.07v-2.09h1.35a.458.458 0 00.45-.45v-3.29c0-.25-.21-.44-.45-.45H62.9c-.12 0-.24.05-.32.14-.08.08-.13.19-.13.31v3.29c0 .24.21.45.45.45h1.36v2.09z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M67.96 20.22H23.69c-.43.01-.83.19-1.14.5-.3.31-.48.73-.49 1.17v5.55c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h44.27c.42-.01.83-.19 1.13-.5s.47-.73.49-1.16V21.9c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zM33.41 33.55h-9.72c-.43.01-.83.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.33c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zm17.27 0h-9.71c-.43 0-.84.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.71c.43 0 .83-.19 1.14-.5.3-.31.48-.73.49-1.17v-3.33c0-.44-.18-.86-.49-1.17-.3-.31-.71-.49-1.14-.5zm17.28 0h-9.73c-.43.01-.83.19-1.13.5-.3.31-.47.73-.48 1.17v3.33c.01.44.18.85.49 1.16.3.31.71.49 1.13.5h9.73c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.33c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zM33.41 44.66h-9.72c-.43 0-.84.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.85.49 1.16.3.31.71.49 1.13.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.72.49-1.16v-3.33c0-.44-.18-.86-.48-1.17-.3-.31-.71-.49-1.13-.5zm17.27 0h-9.71c-.43 0-.84.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.71c.43 0 .83-.19 1.14-.5.3-.31.48-.73.49-1.17v-3.33c0-.44-.18-.86-.49-1.17-.3-.31-.71-.49-1.14-.5zm17.28 0h-9.73c-.43.01-.83.19-1.13.5-.3.31-.47.73-.48 1.17v3.33c.01.44.19.85.49 1.16.3.31.7.49 1.13.5h9.73c.42-.01.83-.19 1.13-.5.3-.31.47-.72.49-1.16v-3.33c0-.44-.18-.86-.48-1.17-.3-.31-.71-.49-1.13-.5zM33.41 55.77h-9.72c-.43.01-.83.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.33c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zm0 11.11h-9.72c-.43.01-.83.19-1.13.5-.3.31-.48.73-.49 1.16v3.34c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.34c-.01-.44-.19-.85-.49-1.16-.3-.31-.7-.49-1.13-.5zM74.32 55.4H42.78c-2 0-3.62 1.62-3.62 3.62V76.6c0 2 1.62 3.62 3.62 3.62h31.54c2 0 3.62-1.62 3.62-3.62V59.02c0-2-1.62-3.62-3.62-3.62zM47.04 76.6c0-2.39-1.87-4.27-4.27-4.27v-9.05c2.39 0 4.27-1.87 4.27-4.27h23.01c0 2.39 1.87 4.27 4.27 4.27v9.05c-2.39 0-4.27 1.87-4.27 4.27H47.04zm17.58-9.11c0 3.36-2.72 6.08-6.08 6.08s-6.08-2.72-6.08-6.08 2.72-6.08 6.08-6.08 6.08 2.72 6.08 6.08z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M70.97 20H23.73c-.46.01-.89.2-1.21.54-.32.33-.51.78-.52 1.25v5.93c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h47.23c.45-.01.88-.2 1.21-.53s.51-.77.52-1.24v-5.93c-.01-.47-.2-.91-.52-1.24-.32-.33-.75-.52-1.21-.54zM34.11 34.22H23.74c-.46.01-.89.2-1.21.54-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.37c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24v-3.56c-.01-.47-.2-.91-.52-1.24s-.75-.52-1.21-.54zm18.42 0H42.17c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24s.76.52 1.21.53h10.36c.45 0 .89-.2 1.21-.53.32-.33.51-.78.52-1.24V36c0-.47-.2-.92-.52-1.25a1.75 1.75 0 00-1.21-.53zm18.44 0H60.59c-.45.01-.89.21-1.21.54s-.51.78-.52 1.24v3.56c.01.47.2.91.52 1.24.32.33.75.52 1.21.53h10.38c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24V36c-.01-.47-.2-.91-.52-1.24-.32-.33-.75-.52-1.21-.54zM34.11 46.07H23.74c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.75.52 1.21.53h10.37c.45-.01.88-.21 1.2-.54.32-.33.51-.77.52-1.24v-3.56c0-.47-.19-.91-.51-1.25-.32-.33-.75-.52-1.21-.54zm18.43 0c-.46 0 0 0 0 0zm0 0H42.18c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.36c.45 0 .89-.2 1.21-.53.32-.33.51-.78.52-1.24v-3.56c0-.47-.2-.92-.52-1.25a1.75 1.75 0 00-1.21-.53zm18.44 0H60.6c-.46.01-.89.2-1.21.54-.32.33-.51.78-.51 1.25v3.56c.01.47.2.91.52 1.24.32.33 1 .62 1.2.54.01 0 .03-.01.06-.03.41-.19 2.41-1.09 5.32-1.09 2.53 0 4.03.69 4.69.99.15.07.25.12.32.13.35.09.88-.21 1.2-.54.32-.33.51-.77.52-1.24v-3.56c0-.47-.19-.91-.51-1.25-.32-.33-.75-.52-1.21-.54zM34.12 57.92H23.75c-.46.01-.89.2-1.21.54-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.37c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24v-3.56c-.01-.47-.2-.91-.52-1.24-.32-.33-.75-.52-1.21-.54zm0 11.85H23.75c-.45.01-.89.2-1.21.53-.32.33-.51.77-.52 1.24v3.57c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.37c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24v-3.57c-.01-.47-.2-.91-.52-1.24a1.78 1.78 0 00-1.2-.54zm8.06-11.85c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h8.19s.09-1.59 1.12-3.66c.55-1.11 1.21-1.83 1.64-2.31.37-.41.58-.65.43-.8-.33-.32-.53-.34-1.02-.34H42.17zm-1.21 18.43c.32.33.76.52 1.21.53h10.37c.47 0 .67-.2.99-.5l.03-.03c.15-.14-.04-.32-.38-.66-.43-.43-1.11-1.1-1.69-2.26-1.03-2.07-1.12-3.66-1.12-3.66h-8.19c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.24v3.56c0 .47.19.92.52 1.25zm26.36-9.19c.02.22.09.43.21.62l3 2.79c.15.15.23.36.23.57s-.08.42-.23.57l-1.14 1.14c-.07.07-.14.13-.23.17-.09.04-.19.06-.28.06s-.19-.02-.28-.06a.658.658 0 01-.23-.17l-3.83-3.83c-.11-.19-.19-.4-.21-.62v-6.21a.803.803 0 01.73-.83h1.55a.804.804 0 01.73.83v4.97zm-6.19-11.02c1.5-.64 3.11-.97 4.74-.98 3.3 0 6.47 1.31 8.81 3.64a12.54 12.54 0 013.71 8.78 12.415 12.415 0 01-12.31 12.41 12.408 12.408 0 01-12.52-12.31 12.408 12.408 0 017.56-11.53zm-.43 19.17a9.328 9.328 0 005.17 1.57c1.22 0 2.44-.23 3.57-.69a9.198 9.198 0 003.03-2.02c.87-.87 1.55-1.9 2.02-3.03s.7-2.35.69-3.57c0-1.84-.55-3.64-1.57-5.17a9.348 9.348 0 00-4.18-3.43c-1.7-.7-3.57-.89-5.38-.53s-3.46 1.25-4.77 2.55a9.32 9.32 0 00-2.55 4.77c-.36 1.81-.17 3.68.53 5.38.7 1.7 1.9 3.16 3.43 4.18z" fill-rule="evenodd"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
- <path d="M46.79 20.86a6.386 6.386 0 016.41 0l20.43 11.79a6.426 6.426 0 013.21 5.55v23.59c0 2.29-1.22 4.41-3.21 5.55L53.2 79.13a6.386 6.386 0 01-6.41 0L26.36 67.34a6.426 6.426 0 01-3.21-5.55V38.2c0-2.29 1.22-4.41 3.21-5.55l20.43-11.79zm1.67 14.62l-1.28-1.28a.894.894 0 00-1.28 0l-8.03 8.03-3.22-3.22a.894.894 0 00-1.28 0l-1.28 1.28c-.36.36-.36.91 0 1.28l4.5 4.5c.36.36.85.55 1.28.55.49 0 .91-.18 1.28-.55l9.3-9.3c.3-.3.3-.91 0-1.28zm2.68 8.7h15.81c.67 0 1.22-.55 1.22-1.22v-2.43c0-.67-.55-1.22-1.22-1.22H51.14c-.67 0-1.22.55-1.22 1.22v2.43c0 .67.55 1.22 1.22 1.22zm15.81 10.95H47.49c-.67 0-1.22-.55-1.22-1.22v-2.43c0-.67.55-1.22 1.22-1.22h19.46c.67 0 1.22.55 1.22 1.22v2.43c0 .67-.55 1.22-1.22 1.22zm-29.19 0h2.43c.67 0 1.22-.55 1.22-1.22v-2.43c0-.67-.55-1.22-1.22-1.22h-2.43c-.67 0-1.22.55-1.22 1.22v2.43c0 .67.55 1.22 1.22 1.22zm2.43 10.95h-2.43c-.67 0-1.22-.55-1.22-1.22v-2.43c0-.67.55-1.22 1.22-1.22h2.43c.67 0 1.22.55 1.22 1.22v2.43c0 .67-.55 1.22-1.22 1.22zm7.3 0h19.46c.67 0 1.22-.55 1.22-1.22v-2.43c0-.67-.55-1.22-1.22-1.22H47.49c-.67 0-1.22.55-1.22 1.22v2.43c0 .67.55 1.22 1.22 1.22z" fill-rule="evenodd"></path>
4
+ <path d="M53.2 20.86a6.386 6.386 0 00-6.41 0L26.36 32.65a6.426 6.426 0 00-3.21 5.55v23.59c0 2.29 1.22 4.41 3.21 5.55l20.43 11.79a6.386 6.386 0 006.41 0l20.43-11.79a6.426 6.426 0 003.21-5.55V38.2c0-2.29-1.22-4.41-3.21-5.55L53.2 20.86zm-5.73 9.8c1.56-.9 3.48-.9 5.04 0l2.83 1.63c1.56.9 2.52 2.56 2.52 4.36v3.27c0 1.8-.96 3.46-2.52 4.36l-2.83 1.63c-1.56.9-3.48.9-5.04 0l-2.83-1.63a5.031 5.031 0 01-2.52-4.36v-3.27c0-1.8.96-3.46 2.52-4.36l2.83-1.63zm-7.59 10.71h-3.02c-2.78 0-5.04 2.26-5.04 5.04v14.58c0 2.78 2.26 5.04 5.04 5.04h26.26c2.78 0 5.04-2.26 5.04-5.04V54.2c0-2.34-1.61-4.37-3.89-4.91v-.13h-26.6c-1.08 0-1.95-.87-1.95-1.95s.87-1.95 1.95-1.95h4.25a5.034 5.034 0 01-2.03-3.89zm18.02 3.89h6.24a5.042 5.042 0 00-4.04-3.82 5.057 5.057 0 01-2.2 3.82z" fill-rule="evenodd"></path>
5
5
  </g>
6
6
  </svg>
7
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" part="icon">
3
+ <g>
4
+ <path d="M46.79 20.86a6.386 6.386 0 016.41 0l20.43 11.79a6.426 6.426 0 013.21 5.55v23.59c0 2.29-1.22 4.41-3.21 5.55L53.2 79.13a6.386 6.386 0 01-6.41 0L26.36 67.34a6.426 6.426 0 01-3.21-5.55V38.2c0-2.29 1.22-4.41 3.21-5.55l20.43-11.79zm1.67 14.62l-1.28-1.28a.884.884 0 00-1.25-.03l-.03.03-8.03 8.03-3.22-3.22a.884.884 0 00-1.25-.03c-.01 0-.02.02-.03.03l-1.28 1.28c-.35.34-.37.89-.03 1.25 0 .01.02.02.03.03l4.5 4.5c.37.37.85.55 1.28.55.49 0 .91-.18 1.28-.55l9.31-9.3c.3-.3.3-.91 0-1.28zm2.68 8.7h15.81c.67 0 1.21-.55 1.22-1.22v-2.43c0-.67-.54-1.21-1.22-1.22H51.14c-.67 0-1.21.55-1.22 1.22v2.43c0 .67.55 1.21 1.22 1.22zm15.81 10.95H47.49c-.67 0-1.21-.54-1.22-1.22v-2.43c0-.67.55-1.22 1.22-1.22h19.46c.67 0 1.21.55 1.22 1.22v2.43c0 .67-.55 1.21-1.22 1.22zm-29.19 0h2.43c.67 0 1.21-.55 1.22-1.22v-2.43c0-.67-.54-1.21-1.22-1.22h-2.43c-.67 0-1.21.55-1.22 1.22v2.43c0 .67.55 1.21 1.22 1.22zm2.43 10.95h-2.43c-.67 0-1.21-.55-1.22-1.22v-2.43c0-.67.55-1.21 1.22-1.22h2.43c.67 0 1.21.55 1.22 1.22v2.43c0 .67-.55 1.21-1.22 1.22zm7.3 0h19.46c.67 0 1.21-.55 1.22-1.22v-2.43c0-.67-.55-1.21-1.22-1.22H47.49c-.67 0-1.21.54-1.22 1.22v2.43c0 .67.55 1.21 1.22 1.22z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M80 21.82c0-.97-.82-1.82-1.75-1.82h-17.5c-.93 0-1.75.85-1.75 1.82v13.36c0 .97.82 1.82 1.75 1.82h17.5c.93 0 1.75-.85 1.75-1.82V21.82zm-39 43c0-.97-.82-1.82-1.75-1.82h-17.5c-.93 0-1.75.85-1.75 1.82v13.36c0 .97.82 1.82 1.75 1.82h17.5c.93 0 1.75-.85 1.75-1.82V64.82zm28.31-15.61c.4-.28.99-.28 1.39 0l8.04 7.68c.6.46.1 1.3-.89 1.3h-4.86c0 8.33-7.05 14.81-15.98 14.81v-5.55c5.96 0 10.03-3.7 10.03-9.26h-4.77c-.99 0-1.49-.74-.89-1.3l7.94-7.68zM29.3 50.79c.4.28.99.28 1.39 0l7.94-7.68c.6-.56.1-1.3-.89-1.3h-4.77c0-5.55 4.07-9.26 10.03-9.26V27c-8.94 0-15.98 6.48-15.98 14.81h-4.86c-.99 0-1.49.83-.89 1.3l8.04 7.68zm17.75-.76c0-1.59 1.26-2.85 2.85-2.85s2.85 1.26 2.85 2.85-1.26 2.85-2.85 2.85-2.85-1.26-2.85-2.85zm9.12 1.14l1.32 1.1c.43.36.57 1 .25 1.39l-.53.92c-.21.36-.6.57-1.03.57-.14 0-.28-.04-.43-.07l-1.53-.6c-.64.6-1.39 1.03-2.2 1.32l-.28 1.71c-.11.57-.6 1-1.17 1h-1.14c-.6 0-1.07-.39-1.17-.96l-.28-1.71c-.75-.25-1.46-.64-2.1-1.21l-1.64.6c-.11.04-.25.07-.39.07-.43 0-.82-.21-1.03-.57l-.57-1c-.28-.5-.14-1.14.28-1.49l1.32-1.1a6.72 6.72 0 010-2.42l-1.32-1.1c-.46-.36-.57-1-.28-1.49l.57-1a1.175 1.175 0 011.35-.52c.02 0 .05.01.07.02l1.64.6c.64-.53 1.35-.96 2.13-1.21l.28-1.64c.11-.57.6-.89 1.17-.89h1.14c.57 0 1.07.32 1.17.89l.28 1.67c.75.25 1.46.64 2.1 1.21l1.64-.6c.11-.04.25-.07.39-.07.43 0 .82.21 1.03.57l.57 1c.28.5.14 1.14-.28 1.49l-1.32 1.1c.07.39.11.82.11 1.21s-.04.82-.11 1.21z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M43.5 51.33v18.92c0 .47.31.78.78.78.16 0 .31 0 .39-.08 3.76-2.09 11.44-7.73 11.44-8.06 0-2.28.65-3.9.98-4.88.33-.98 1.18-2.28 1.63-2.93.44-.65.98-1.3 1.63-1.95s1.95-1.63 1.95-1.63V41.33c0-.47-.31-.78-.78-.78-.16 0-.31 0-.39.08l-16.84 9.38c-.47.23-.78.78-.78 1.32zm-1.57-5.27l16.92-9.38c.39-.23.47-.7.23-1.09l-.23-.23c-3.76-2.09-15.28-8.61-15.28-8.61a4.95 4.95 0 00-4.86 0s-11.52 6.43-15.28 8.61c-.39.23-.47.7-.24 1.09.08.08.16.16.24.23l16.92 9.38c.47.23 1.1.23 1.57 0zm-3.92 3.95l-16.84-9.38c-.39-.23-.86-.08-1.1.31-.08.08-.08.23-.08.39v16.9c0 1.71.94 3.26 2.43 4.11 0 0 11.44 6.43 15.2 8.53.39.23.86.08 1.1-.31.08-.16.08-.31.08-.39V51.33c0-.54-.31-1.09-.78-1.32z"></path>
5
+ <path d="M80 62.82c0 6.11-4.95 11.06-11.06 11.06s-11.06-4.95-11.06-11.06 4.95-11.06 11.06-11.06S80 56.71 80 62.82zm-4.35-7.04h-4.19c-.27 0-.35.27-.14.51l1.33 1.47-2.44 2.69c-.14.15-.14.39 0 .57l1 1.11c.14.15.35.15.51 0l2.46-2.72 1.33 1.47c.22.24.46.15.46-.15v-4.6c0-.18-.16-.33-.32-.33zm-8.77 14.07h-4.54c-.21 0-.44-.26-.44-.47v-4.52c0-.29.29-.38.56-.15l1.47 1.44 2.65-2.64c.18-.15.41-.15.56 0l1.09 1.09c.15.15.15.41 0 .56l-2.65 2.67 1.44 1.47c.24.23.15.56-.15.56z" fill-rule="evenodd"></path>
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 100 100" part="icon">
3
+ <g>
4
+ <path d="M43.5 51.33v18.92c0 .47.31.78.78.78.16 0 .31 0 .39-.08 3.76-2.09 11.44-7.73 11.44-8.06 0-2.28.65-3.9.98-4.88.33-.98 1.18-2.28 1.63-2.93.44-.65.98-1.3 1.63-1.95s1.95-1.63 1.95-1.63V41.33c0-.47-.31-.78-.78-.78-.16 0-.31 0-.39.08l-16.84 9.38c-.47.23-.78.78-.78 1.32zm-1.57-5.27l16.92-9.38c.39-.23.47-.7.23-1.09l-.23-.23c-3.76-2.09-15.28-8.61-15.28-8.61a4.95 4.95 0 00-4.86 0s-11.52 6.43-15.28 8.61c-.39.23-.47.7-.24 1.09.08.08.16.16.24.23l16.92 9.38c.47.23 1.1.23 1.57 0zm-3.92 3.95l-16.84-9.38c-.39-.23-.86-.08-1.1.31-.08.08-.08.23-.08.39v16.9c0 1.71.94 3.26 2.43 4.11 0 0 11.44 6.43 15.2 8.53.39.23.86.08 1.1-.31.08-.16.08-.31.08-.39V51.33c0-.54-.31-1.09-.78-1.32z"></path>
5
+ <path d="M68.94 51.76c-6.13 0-11.06 4.93-11.06 11.06s4.93 11.06 11.06 11.06S80 68.95 80 62.82s-4.93-11.06-11.06-11.06zm6.17 8.29l-7.05 7.14c-.28.28-.74.28-1.01 0l-3.87-3.92a.712.712 0 010-1.01l1.01-1.01c.28-.28.74-.28 1.01 0l2.03 2.07c.18.18.51.18.69 0l5.16-5.35c.28-.28.74-.28 1.01 0l1.01 1.01c.32.28.32.74 0 1.06z"></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 100 100" part="icon">
3
+ <g>
4
+ <path d="M51.63 48.55l-.19-.13.19.13zM57.36 56.28c-.46 0-.91.14-1.3.39-.38.26-.68.62-.86 1.05-.18.43-.22.9-.13 1.35.09.45.31.87.64 1.19.33.33.74.55 1.19.64.45.09.92.04 1.35-.13.43-.18.79-.48 1.05-.86s.39-.83.39-1.3c0-.62-.25-1.21-.68-1.65-.44-.44-1.03-.68-1.65-.68z"></path>
5
+ <path d="M78.86 61.02l-1.74-1.86c-.51-.62-.82-1.38-.88-2.18l-.2-2.71c-.05-.83-.4-1.61-.97-2.2-.58-.6-1.35-.96-2.17-1.04l-2.35-.19c-1.05-.1-2.04-.52-2.84-1.21l-1.82-1.58c-.63-.54-1.44-.84-2.27-.84s-1.64.3-2.27.84l-1.98 1.64c-.72.61-1.62.98-2.56 1.05l-2.53.17c-.82.06-1.6.41-2.18.98-.59.58-.95 1.34-1.03 2.16l-.18 2.3a5.18 5.18 0 01-1.22 2.87l-1.55 1.8c-.54.63-.83 1.43-.83 2.26s.3 1.63.83 2.26l1.69 1.98c.58.68.92 1.52.99 2.4l.19 2.6c.03.83.37 1.63.94 2.24.57.61 1.35.99 2.18 1.08l2.36.22c1.05.08 2.04.5 2.83 1.2l1.8 1.56c.63.54 1.44.83 2.27.83s1.63-.29 2.27-.83l2.06-1.73a4.03 4.03 0 012.29-.92l2.7-.2c.83-.06 1.6-.41 2.19-.99.59-.58.94-1.36 1-2.19l.21-2.18c.1-1.16.57-2.27 1.35-3.14l1.44-1.65c.55-.63.85-1.44.84-2.28s-.29-1.9-.85-2.52zm-25.95-2.36c0-.88.26-1.74.75-2.47s1.18-1.3 2-1.64c.81-.34 1.71-.42 2.57-.25.86.17 1.65.6 2.28 1.22s1.05 1.41 1.22 2.28c.17.86.08 1.76-.25 2.57-.34.81-.91 1.51-1.64 2a4.43 4.43 0 01-5.61-.56c-.83-.83-1.3-1.96-1.31-3.14zm6.46 14.32c-.03.05-.08.09-.13.13-.05.03-.11.05-.17.06h-1.42c-.07 0-.13-.02-.19-.05a.316.316 0 01-.14-.14.33.33 0 010-.38l10.24-18.76c.03-.05.08-.09.13-.13.05-.03.11-.05.17-.06h1.53c.09.04.16.12.19.22.03.09.03.2-.01.29l-10.2 18.82zm10.28-.32c-.88 0-1.74-.26-2.47-.75-.73-.49-1.3-1.18-1.64-2-.34-.81-.42-1.71-.25-2.57.17-.86.6-1.65 1.22-2.28.62-.62 1.41-1.05 2.28-1.22.86-.17 1.76-.08 2.57.25.81.34 1.51.91 2 1.64a4.43 4.43 0 01-.56 5.61c-.83.83-1.96 1.3-3.14 1.31z"></path>
6
+ <path d="M69.66 65.91c-.46 0-.91.14-1.3.39-.38.26-.68.62-.86 1.05s-.22.9-.13 1.35c.09.45.31.87.64 1.19.33.33.74.55 1.19.64.45.09.92.04 1.35-.13.43-.18.79-.48 1.05-.86s.39-.83.39-1.3c0-.62-.25-1.21-.68-1.65-.44-.44-1.03-.68-1.65-.68z"></path>
7
+ <path d="M22.92 61.71H44.3c.26-.97.74-1.88 1.4-2.66s1.55-1.81 1.55-1.81c.23-.27.38-.61.42-.96l.18-2.3v-.03c.08-.81.3-1.6.65-2.32H23.27l-3.09 5.23c-1.29 2.1.24 4.85 2.75 4.85zm29.15-13.44H25.25l5.96-10.08h25.56l3.91 6.62c-.47.24-.92.53-1.33.88l-1.98 1.63h-.01c-.19.17-.41.26-.65.28l-2.51.17c-.73.05-1.44.22-2.11.5zM33.19 34.83l8-13.55c1.21-2.1 4.29-2.1 5.58 0l8 13.55H33.18z" fill-rule="evenodd"></path>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -2,8 +2,8 @@
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
4
  <g fill-rule="evenodd">
5
- <path d="M100 100V62l-38 38h38zm-3.9-14.4L93 88.8c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4l-3.8-2.1c-.1-.1-.2-.1-.3 0L85 94c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3L82 85.6c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.3 0 .4.4.2.7z" fill-opacity=".65"></path>
6
- <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm3 45c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v2zm.9-12.7c-.4.1-.8.5-.8 1v1.6c0 1.1-.9 2.1-2 2.1h-2c-1.1 0-2-1-2-2.1v-1.6c0-3 2-5.7 4.9-6.7 1.1-.4 2.1-.9 2.7-1.8 3.4-4.5 0-9.7-4.5-9.8-1.6-.1-3.2.6-4.4 1.7-.8.8-1.4 1.8-1.6 2.8-.2.9-1 1.6-1.9 1.6h-2.1c-1.2 0-2.2-1.2-2-2.4.5-2.4 1.6-4.6 3.4-6.3 2.3-2.3 5.4-3.5 8.7-3.4 6.3.2 11.5 5.4 11.7 11.7.2 5.2-3 9.9-8.1 11.6z"></path>
5
+ <path d="M100 100V62l-38 38zm-3.9-14.4L93 88.8c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4l-3.8-2.1c-.1-.1-.2-.1-.3 0L85 94c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3L82 85.6c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.3 0 .4.4.2.7z" fill-opacity=".65"></path>
6
+ <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm3 45c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2zm.9-12.7c-.4.1-.8.5-.8 1v1.6c0 1.1-.9 2.1-2 2.1h-2c-1.1 0-2-1-2-2.1v-1.6c0-3 2-5.7 4.9-6.7 1.1-.4 2.1-.9 2.7-1.8 3.4-4.5 0-9.7-4.5-9.8-1.6-.1-3.2.6-4.4 1.7-.8.8-1.4 1.8-1.6 2.8-.2.9-1 1.6-1.9 1.6h-2.1c-1.2 0-2.2-1.2-2-2.4.5-2.4 1.6-4.6 3.4-6.3 2.3-2.3 5.4-3.5 8.7-3.4 6.3.2 11.5 5.4 11.7 11.7.2 5.2-3 9.9-8.1 11.6z"></path>
7
7
  </g>
8
8
  </g>
9
9
  </svg>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
+ <g>
4
+ <path d="M39.23 36.47h-8.74c-1.93 0-3.51 1.59-3.51 3.49s1.59 3.51 3.51 3.51h8.74c1.94 0 3.51-1.57 3.51-3.51s-1.58-3.49-3.51-3.49zM60.24 39.95c0-1.9-1.57-3.49-3.51-3.49s-3.51 1.59-3.51 3.49v3.51h3.51c1.92 0 3.51-1.61 3.51-3.51zM39.23 45.22c-1.9 0-3.49 1.58-3.49 3.51v8.74c0 1.93 1.59 3.51 3.49 3.51s3.51-1.59 3.51-3.51v-8.74c0-1.94-1.58-3.51-3.51-3.51zM26.99 48.73c0 1.94 1.59 3.47 3.51 3.47s3.51-1.57 3.51-3.47v-3.51H30.5c-1.93 0-3.51 1.58-3.51 3.51zM39.21 34.74h3.51v-3.51c0-1.92-1.61-3.51-3.51-3.51s-3.49 1.57-3.49 3.51 1.59 3.51 3.49 3.51zM56.74 45.22H48c-1.94 0-3.51 1.58-3.51 3.51S46.06 52.2 48 52.2h8.74c1.92 0 3.51-1.57 3.51-3.47s-1.59-3.51-3.51-3.51zM47.99 43.48c1.9 0 3.47-1.58 3.47-3.51v-8.74c0-1.92-1.57-3.51-3.47-3.51s-3.51 1.59-3.51 3.51v8.74c0 1.94 1.58 3.51 3.51 3.51zM48 53.95h-3.51v3.51c0 1.93 1.61 3.51 3.51 3.51s3.47-1.57 3.47-3.51-1.57-3.51-3.47-3.51z" fill="none"></path>
5
+ <path d="M67.32 45.24h-.01c0-12.21-10.47-22.12-23.55-22.21C30.7 22.94 20.07 32.72 20 44.92c-.03 3.94 1.05 7.56 2.92 10.81.24.4.31.86.15 1.26l-2.25 7c-.4 1.26.77 2.36 2.04 1.99l6.95-2.4c.48-.15.95-.07 1.34.16 3.61 2.15 7.85 3.36 12.41 3.39 13.06.09 23.69-9.69 23.76-21.89zM39.21 27.72c1.9 0 3.51 1.59 3.51 3.51v3.51h-3.51c-1.9 0-3.49-1.58-3.49-3.51s1.59-3.51 3.49-3.51zm-5.2 21.01c0 1.9-1.58 3.47-3.51 3.47s-3.51-1.54-3.51-3.47 1.59-3.51 3.51-3.51h3.51v3.51zm8.72 8.74c0 1.93-1.61 3.51-3.51 3.51s-3.49-1.59-3.49-3.51v-8.74c0-1.94 1.59-3.51 3.49-3.51s3.51 1.58 3.51 3.51v8.74zm-3.51-14h-8.74c-1.93 0-3.51-1.61-3.51-3.51s1.59-3.49 3.51-3.49h8.74c1.94 0 3.51 1.59 3.51 3.49s-1.58 3.51-3.51 3.51zm13.99-3.51c0-1.9 1.58-3.49 3.51-3.49s3.51 1.59 3.51 3.49-1.59 3.51-3.51 3.51h-3.51v-3.51zm-8.74-8.72c0-1.92 1.61-3.51 3.51-3.51s3.47 1.59 3.47 3.51v8.74c0 1.94-1.57 3.51-3.47 3.51s-3.51-1.58-3.51-3.51v-8.74zM48 60.99c-1.9 0-3.51-1.59-3.51-3.51v-3.51H48c1.9 0 3.47 1.58 3.47 3.51S49.9 60.99 48 60.99zm8.74-8.77H48c-1.94 0-3.51-1.57-3.51-3.47s1.57-3.51 3.51-3.51h8.74c1.92 0 3.51 1.61 3.51 3.51s-1.59 3.47-3.51 3.47zM79.92 74.91l-1.65-5.26c.96-1.81 1.51-3.81 1.51-5.96 0-5.05-3.01-9.42-7.46-11.66C70.48 61.1 64.37 67.55 54 71.39c2.57 3.36 6.79 5.54 11.55 5.54 2.64 0 5.1-.65 7.21-1.84l5.11 1.8c1.26.4 2.44-.71 2.05-1.97z"></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" part="icon">
3
3
  <g>
4
- <mask id="qxa" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
4
+ <mask id="rga" 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(#qxa)">
7
+ <g mask="url(#rga)">
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,10 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
+ <g>
4
+ <path d="M61.8 65.5h13.3c.4 0 .8-.3.8-.7l2.4-8.6c.2-.6-.3-1.1-.8-1.1H57l-.3-1.3c-.2-.6-.7-1-1.3-1h-2.2c-.7 0-1.4.6-1.4 1.3-.1.8.6 1.4 1.3 1.4h1.3l1.2 4 3 10.3c.2.6.7 1 1.3 1h15.6c.7 0 1.4-.6 1.4-1.3.1-.8-.6-1.4-1.3-1.4H61.8c-.6 0-1.1-.4-1.3-.9v-.1c-.2-.8.4-1.6 1.3-1.6z"></path>
5
+ <path d="M61.1 19.9h-39c-2.2 0-2.5 2.3-2.5 2.5v49.5c.1 1.3.9 3.3 4.4 3.3h28.3c3.2 0 3-2.1 2.8-2.9L55 72l-.3-1.1-.2-.6L51.4 60c-.2-.7-1-1-1-1-.5-.3-1-.6-1.3-1-1-1.1-1.5-2.6-1.4-4 .2-2.8 2.6-5 5.4-5h2.2c1.5 0 2.8.6 3.8 1.6l.1.1c.2.2.6.5 1.2.5h1.4c1.3 0 1.4-1.4 1.5-1.8l.1-10.5V23c.1-2.4-1.6-3.1-2.3-3.1zM32.4 67.1c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.9c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.7c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.8c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm12.7 35.4c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.9c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.7c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.8c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm12.7 11.8c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3zm0-11.8c0 1.3-1 2.3-2.3 2.3h-2.3c-1.3 0-2.3-1-2.3-2.3v-2.3c0-1.3 1-2.3 2.3-2.3h2.3c1.3 0 2.3 1 2.3 2.3v2.3z"></path>
6
+ <circle cx="62.1" cy="75.8" r="2.2"></circle>
7
+ <circle cx="72.9" cy="75.8" r="2.2"></circle>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -26,6 +26,7 @@ import { default as standard_asset_action } from './standard/asset_action.html';
26
26
  import { default as standard_asset_action_source } from './standard/asset_action_source.html';
27
27
  import { default as standard_asset_audit } from './standard/asset_audit.html';
28
28
  import { default as standard_asset_downtime_period } from './standard/asset_downtime_period.html';
29
+ import { default as standard_asset_hierarchy } from './standard/asset_hierarchy.html';
29
30
  import { default as standard_asset_object } from './standard/asset_object.html';
30
31
  import { default as standard_asset_relationship } from './standard/asset_relationship.html';
31
32
  import { default as standard_asset_state_period } from './standard/asset_state_period.html';
@@ -41,6 +42,8 @@ import { default as standard_branch_merge } from './standard/branch_merge.html';
41
42
  import { default as standard_brand } from './standard/brand.html';
42
43
  import { default as standard_budget } from './standard/budget.html';
43
44
  import { default as standard_budget_allocation } from './standard/budget_allocation.html';
45
+ import { default as standard_budget_category_value } from './standard/budget_category_value.html';
46
+ import { default as standard_budget_period } from './standard/budget_period.html';
44
47
  import { default as standard_bundle_config } from './standard/bundle_config.html';
45
48
  import { default as standard_bundle_policy } from './standard/bundle_policy.html';
46
49
  import { default as standard_business_hours } from './standard/business_hours.html';
@@ -101,6 +104,7 @@ import { default as standard_crypto_product } from './standard/crypto_product.ht
101
104
  import { default as standard_crypto_product_category_wallet_role } from './standard/crypto_product_category_wallet_role.html';
102
105
  import { default as standard_crypto_transaction } from './standard/crypto_transaction.html';
103
106
  import { default as standard_crypto_transaction_envelope } from './standard/crypto_transaction_envelope.html';
107
+ import { default as standard_crypto_transaction_envelope_change_snapshot } from './standard/crypto_transaction_envelope_change_snapshot.html';
104
108
  import { default as standard_crypto_transaction_envelope_item } from './standard/crypto_transaction_envelope_item.html';
105
109
  import { default as standard_crypto_wallet } from './standard/crypto_wallet.html';
106
110
  import { default as standard_crypto_wallet_group } from './standard/crypto_wallet_group.html';
@@ -123,6 +127,7 @@ import { default as standard_data_integration_hub } from './standard/data_integr
123
127
  import { default as standard_data_mapping } from './standard/data_mapping.html';
124
128
  import { default as standard_data_model } from './standard/data_model.html';
125
129
  import { default as standard_data_streams } from './standard/data_streams.html';
130
+ import { default as standard_data_transforms } from './standard/data_transforms.html';
126
131
  import { default as standard_datadotcom } from './standard/datadotcom.html';
127
132
  import { default as standard_dataset } from './standard/dataset.html';
128
133
  import { default as standard_date_input } from './standard/date_input.html';
@@ -177,6 +182,8 @@ import { default as standard_forecasts } from './standard/forecasts.html';
177
182
  import { default as standard_form } from './standard/form.html';
178
183
  import { default as standard_formula } from './standard/formula.html';
179
184
  import { default as standard_fulfillment_order } from './standard/fulfillment_order.html';
185
+ import { default as standard_funding_award_adjustment } from './standard/funding_award_adjustment.html';
186
+ import { default as standard_funding_requirement } from './standard/funding_requirement.html';
180
187
  import { default as standard_generic_loading } from './standard/generic_loading.html';
181
188
  import { default as standard_global_constant } from './standard/global_constant.html';
182
189
  import { default as standard_goals } from './standard/goals.html';
@@ -308,6 +315,7 @@ import { default as standard_product_warranty_term } from './standard/product_wa
308
315
  import { default as standard_product_workspace } from './standard/product_workspace.html';
309
316
  import { default as standard_products } from './standard/products.html';
310
317
  import { default as standard_promotion_segments } from './standard/promotion_segments.html';
318
+ import { default as standard_promotion_tiers } from './standard/promotion_tiers.html';
311
319
  import { default as standard_promotions } from './standard/promotions.html';
312
320
  import { default as standard_promotions_workspace } from './standard/promotions_workspace.html';
313
321
  import { default as standard_prompt } from './standard/prompt.html';
@@ -390,6 +398,7 @@ import { default as standard_skill } from './standard/skill.html';
390
398
  import { default as standard_skill_entity } from './standard/skill_entity.html';
391
399
  import { default as standard_skill_requirement } from './standard/skill_requirement.html';
392
400
  import { default as standard_slack } from './standard/slack.html';
401
+ import { default as standard_slack_conversations } from './standard/slack_conversations.html';
393
402
  import { default as standard_slider } from './standard/slider.html';
394
403
  import { default as standard_sms } from './standard/sms.html';
395
404
  import { default as standard_snippet } from './standard/snippet.html';
@@ -471,7 +480,8 @@ import { default as standard_work_step_template } from './standard/work_step_tem
471
480
  import { default as standard_work_type } from './standard/work_type.html';
472
481
  import { default as standard_work_type_group } from './standard/work_type_group.html';
473
482
  import { default as standard_workforce_engagement } from './standard/workforce_engagement.html';
483
+ import { default as standard_your_account } from './standard/your_account.html';
474
484
 
475
485
  export default {
476
- 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_ai_accelerator_card,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_connect_wallet,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_line_outcome,standard_contract_line_outcome_data,standard_contract_payment,standard_coupon_codes,standard_crypto_category_wallet_group,standard_crypto_product,standard_crypto_product_category_wallet_role,standard_crypto_transaction,standard_crypto_transaction_envelope,standard_crypto_transaction_envelope_item,standard_crypto_wallet,standard_crypto_wallet_group,standard_crypto_wallet_group_item,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customer_workspace,standard_customers,standard_dashboard,standard_dashboard_component,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_learner_program,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_nft_settings,standard_nft_studio,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_prompt,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_setup_modal,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_slack,standard_slider,standard_sms,standard_snippet,standard_snippet_alt,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_tableau,standard_task,standard_task2,standard_tax_policy,standard_tax_rate,standard_tax_treatment,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_water,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
486
+ 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_ai_accelerator_card,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_hierarchy,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_budget_category_value,standard_budget_period,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_connect_wallet,standard_connected_apps,standard_constant,standard_contact,standard_contact_list,standard_contact_request,standard_contract,standard_contract_line_item,standard_contract_line_outcome,standard_contract_line_outcome_data,standard_contract_payment,standard_coupon_codes,standard_crypto_category_wallet_group,standard_crypto_product,standard_crypto_product_category_wallet_role,standard_crypto_transaction,standard_crypto_transaction_envelope,standard_crypto_transaction_envelope_change_snapshot,standard_crypto_transaction_envelope_item,standard_crypto_wallet,standard_crypto_wallet_group,standard_crypto_wallet_group_item,standard_currency,standard_currency_input,standard_custom,standard_custom_component_task,standard_custom_notification,standard_customer,standard_customer_360,standard_customer_lifecycle_analytics,standard_customer_portal_users,standard_customer_workspace,standard_customers,standard_dashboard,standard_dashboard_component,standard_dashboard_ea,standard_data_integration_hub,standard_data_mapping,standard_data_model,standard_data_streams,standard_data_transforms,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_funding_award_adjustment,standard_funding_requirement,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_learner_program,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_nft_settings,standard_nft_studio,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_promotion_tiers,standard_promotions,standard_promotions_workspace,standard_prompt,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_setup_modal,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_slack,standard_slack_conversations,standard_slider,standard_sms,standard_snippet,standard_snippet_alt,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_tableau,standard_task,standard_task2,standard_tax_policy,standard_tax_rate,standard_tax_treatment,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_water,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,standard_your_account
477
487
  };
@@ -1,8 +1,10 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
- <path d="M49.5 21.5c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.5-28-30.1-28zm14.4 21.8L48.6 58.6c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9L37 51.2c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.6.6.6 1.6 0 2.1z"></path>
5
- <path fill-opacity=".65" d="M100 100V62l-38 38h38zm-4.2-13.5l-3.1 3.2c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4L89 92.8c-.1-.1-.2-.1-.3 0l-4 2.1c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3l-3.1-3.2c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.4 0 .4.4.2.7z"></path>
4
+ <g>
5
+ <path d="M49.5 21.5c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.5-28-30.1-28zm14.4 21.8L48.6 58.6c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9L37 51.2c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.6.6.6 1.6 0 2.1z"></path>
6
+ <path d="M100 100V62l-38 38zm-4.2-13.5l-3.1 3.2c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4L89 92.8c-.1-.1-.2-.1-.3 0l-4 2.1c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3l-3.1-3.2c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.4 0 .4.4.2.7z" fill-opacity=".65"></path>
7
+ </g>
6
8
  </g>
7
9
  </svg>
8
10
  </template>
@@ -1,9 +1,11 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
- <path fill-opacity=".65" d="M89 84c-1.1 0-2 .9-2 2v1h4v-1c0-1.1-.9-2-2-2z"></path>
5
- <path fill-opacity=".65" d="M100 100V62l-38 38h38zm-5-6.5c0 .8-.7 1.5-1.5 1.5h-9c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5h.5v-1c0-2.2 1.8-4 4-4s4 1.8 4 4v1h.5c.8 0 1.5.7 1.5 1.5v5z"></path>
6
- <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm14.5 21.8L49.1 59.1c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9l-7.4-7.4c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.5.6.5 1.6 0 2.1z"></path>
4
+ <g>
5
+ <path d="M89 84c-1.1 0-2 .9-2 2v1h4v-1c0-1.1-.9-2-2-2z" fill-opacity=".65"></path>
6
+ <path d="M100 100V62l-38 38zm-5-6.5c0 .8-.7 1.5-1.5 1.5h-9c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5h.5v-1c0-2.2 1.8-4 4-4s4 1.8 4 4v1h.5c.8 0 1.5.7 1.5 1.5z" fill-opacity=".65"></path>
7
+ <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm14.5 21.8L49.1 59.1c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9l-7.4-7.4c-.6-.6-.6-1.5 0-2.1l2.1-2.1c.6-.6 1.5-.6 2.1 0l5.3 5.3 13.2-13.2c.6-.6 1.5-.6 2.1 0l2.1 2.1c.5.6.5 1.6 0 2.1z"></path>
8
+ </g>
7
9
  </g>
8
10
  </svg>
9
11
  </template>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
+ <g>
4
+ <path d="M51.26 56.05c-1.97 2.7-3.03 5.95-3.04 9.28-.02.99.12 1.98.42 2.92H37.82v2.61a2.538 2.538 0 01-2.52 2.5h-2.94a2.538 2.538 0 01-2.52-2.5v-2.61h-5.57a2.538 2.538 0 01-2.52-2.5V22.46a2.538 2.538 0 012.52-2.5h43.58c1.38.01 2.5 1.12 2.52 2.5v27.85c-3.2-1.32-6.76-1.51-10.08-.52V37.38a.84.84 0 00-.26-.68.874.874 0 00-.69-.25h-1.79a.874.874 0 00-.69.25.91.91 0 00-.26.68v13.25c0 .21 0 .31.1.42-1.1.61-2.12 1.34-3.05 2.19H32.44a.874.874 0 00-.69.25.91.91 0 00-.26.68v.94c-.02.25.07.5.26.68.12.12.27.2.44.24.08.02.17.02.25.02h18.8zm-9.08-4.53c.18-.18.27-.43.25-.68V37.38a.866.866 0 00-.94-.93H39.7a.874.874 0 00-.69.25c-.18.18-.28.43-.26.68v13.46c-.02.25.07.5.26.68.18.18.43.27.69.25h1.78c.26.02.51-.07.69-.25zm8.09 0a.91.91 0 00.26-.68V37.38a.84.84 0 00-.26-.68.874.874 0 00-.69-.25h-3.57a.874.874 0 00-.69.25.91.91 0 00-.26.68v13.46c-.02.25.07.5.26.68.18.18.43.27.69.25h3.57c.26.02.51-.07.69-.25zm2.78.25c.52 0 .95-.42.95-.94V37.37c0-.52-.42-.94-.94-.94a.93.93 0 00-.94.93v13.46c0 .52.42.94.94.94zM31.88 32.21a.91.91 0 00-.26.68h-.11v.94c-.02.25.07.5.26.68.18.18.43.27.69.25h27.09c.26.02.51-.07.69-.25a.91.91 0 00.26-.68v-.94a.84.84 0 00-.26-.68.874.874 0 00-.69-.25H32.56a.874.874 0 00-.69.25zm-.2 4.8c-.04.12-.06.24-.05.37v13.46c-.02.25.07.5.26.68.18.18.43.27.69.25h3.57c.26.02.51-.07.69-.25.18-.18.28-.43.26-.68V37.38c.02-.25-.08-.5-.26-.68a.874.874 0 00-.69-.25h-3.57a.87.87 0 00-.89.57z" fill-rule="evenodd"></path>
5
+ <path d="M79.25 65.8c0-7.81-6.38-14.15-14.25-14.15S50.75 57.99 50.75 65.8 57.13 79.95 65 79.95s14.25-6.34 14.25-14.15zm-14.99-1.18H60.2c-.25 0-.45.2-.45.45v3.44h-1.36c-.25 0-.45.2-.45.45v3.29c0 .24.21.45.45.45h4.52c.09 0 .18-.03.26-.09.12-.08.19-.22.19-.36v-3.29c0-.25-.21-.44-.45-.45h-1.36v-2.09h7.24v2.09h-1.35c-.25 0-.45.2-.45.45v3.29c0 .24.21.45.45.45h4.52c.24 0 .45-.21.45-.45v-3.29c0-.25-.21-.44-.45-.45h-1.37v-3.44c0-.25-.21-.44-.45-.45h-4.07v-2.09h1.35a.458.458 0 00.45-.45v-3.29c0-.25-.21-.44-.45-.45H62.9c-.12 0-.24.05-.32.14-.08.08-.13.19-.13.31v3.29c0 .24.21.45.45.45h1.36v2.09z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M67.96 20.22H23.69c-.43.01-.83.19-1.14.5-.3.31-.48.73-.49 1.17v5.55c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h44.27c.42-.01.83-.19 1.13-.5s.47-.73.49-1.16V21.9c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zM33.41 33.55h-9.72c-.43.01-.83.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.33c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zm17.27 0h-9.71c-.43 0-.84.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.71c.43 0 .83-.19 1.14-.5.3-.31.48-.73.49-1.17v-3.33c0-.44-.18-.86-.49-1.17-.3-.31-.71-.49-1.14-.5zm17.28 0h-9.73c-.43.01-.83.19-1.13.5-.3.31-.47.73-.48 1.17v3.33c.01.44.18.85.49 1.16.3.31.71.49 1.13.5h9.73c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.33c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zM33.41 44.66h-9.72c-.43 0-.84.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.85.49 1.16.3.31.71.49 1.13.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.72.49-1.16v-3.33c0-.44-.18-.86-.48-1.17-.3-.31-.71-.49-1.13-.5zm17.27 0h-9.71c-.43 0-.84.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.71c.43 0 .83-.19 1.14-.5.3-.31.48-.73.49-1.17v-3.33c0-.44-.18-.86-.49-1.17-.3-.31-.71-.49-1.14-.5zm17.28 0h-9.73c-.43.01-.83.19-1.13.5-.3.31-.47.73-.48 1.17v3.33c.01.44.19.85.49 1.16.3.31.7.49 1.13.5h9.73c.42-.01.83-.19 1.13-.5.3-.31.47-.72.49-1.16v-3.33c0-.44-.18-.86-.48-1.17-.3-.31-.71-.49-1.13-.5zM33.41 55.77h-9.72c-.43.01-.83.19-1.14.5-.3.31-.48.73-.49 1.17v3.33c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.33c-.01-.44-.18-.86-.48-1.17-.3-.31-.7-.49-1.13-.5zm0 11.11h-9.72c-.43.01-.83.19-1.13.5-.3.31-.48.73-.49 1.16v3.34c.01.44.19.86.49 1.17.3.31.71.49 1.14.5h9.72c.42-.01.83-.19 1.13-.5.3-.31.47-.73.49-1.16v-3.34c-.01-.44-.19-.85-.49-1.16-.3-.31-.7-.49-1.13-.5zM74.32 55.4H42.78c-2 0-3.62 1.62-3.62 3.62V76.6c0 2 1.62 3.62 3.62 3.62h31.54c2 0 3.62-1.62 3.62-3.62V59.02c0-2-1.62-3.62-3.62-3.62zM47.04 76.6c0-2.39-1.87-4.27-4.27-4.27v-9.05c2.39 0 4.27-1.87 4.27-4.27h23.01c0 2.39 1.87 4.27 4.27 4.27v9.05c-2.39 0-4.27 1.87-4.27 4.27H47.04zm17.58-9.11c0 3.36-2.72 6.08-6.08 6.08s-6.08-2.72-6.08-6.08 2.72-6.08 6.08-6.08 6.08 2.72 6.08 6.08z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M70.97 20H23.73c-.46.01-.89.2-1.21.54-.32.33-.51.78-.52 1.25v5.93c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h47.23c.45-.01.88-.2 1.21-.53s.51-.77.52-1.24v-5.93c-.01-.47-.2-.91-.52-1.24-.32-.33-.75-.52-1.21-.54zM34.11 34.22H23.74c-.46.01-.89.2-1.21.54-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.37c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24v-3.56c-.01-.47-.2-.91-.52-1.24s-.75-.52-1.21-.54zm18.42 0H42.17c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24s.76.52 1.21.53h10.36c.45 0 .89-.2 1.21-.53.32-.33.51-.78.52-1.24V36c0-.47-.2-.92-.52-1.25a1.75 1.75 0 00-1.21-.53zm18.44 0H60.59c-.45.01-.89.21-1.21.54s-.51.78-.52 1.24v3.56c.01.47.2.91.52 1.24.32.33.75.52 1.21.53h10.38c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24V36c-.01-.47-.2-.91-.52-1.24-.32-.33-.75-.52-1.21-.54zM34.11 46.07H23.74c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.75.52 1.21.53h10.37c.45-.01.88-.21 1.2-.54.32-.33.51-.77.52-1.24v-3.56c0-.47-.19-.91-.51-1.25-.32-.33-.75-.52-1.21-.54zm18.43 0c-.46 0 0 0 0 0zm0 0H42.18c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.36c.45 0 .89-.2 1.21-.53.32-.33.51-.78.52-1.24v-3.56c0-.47-.2-.92-.52-1.25a1.75 1.75 0 00-1.21-.53zm18.44 0H60.6c-.46.01-.89.2-1.21.54-.32.33-.51.78-.51 1.25v3.56c.01.47.2.91.52 1.24.32.33 1 .62 1.2.54.01 0 .03-.01.06-.03.41-.19 2.41-1.09 5.32-1.09 2.53 0 4.03.69 4.69.99.15.07.25.12.32.13.35.09.88-.21 1.2-.54.32-.33.51-.77.52-1.24v-3.56c0-.47-.19-.91-.51-1.25-.32-.33-.75-.52-1.21-.54zM34.12 57.92H23.75c-.46.01-.89.2-1.21.54-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.37c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24v-3.56c-.01-.47-.2-.91-.52-1.24-.32-.33-.75-.52-1.21-.54zm0 11.85H23.75c-.45.01-.89.2-1.21.53-.32.33-.51.77-.52 1.24v3.57c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h10.37c.45-.01.88-.2 1.21-.53.32-.33.51-.77.52-1.24v-3.57c-.01-.47-.2-.91-.52-1.24a1.78 1.78 0 00-1.2-.54zm8.06-11.85c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.25v3.56c.01.47.2.91.52 1.24.32.33.76.52 1.21.53h8.19s.09-1.59 1.12-3.66c.55-1.11 1.21-1.83 1.64-2.31.37-.41.58-.65.43-.8-.33-.32-.53-.34-1.02-.34H42.17zm-1.21 18.43c.32.33.76.52 1.21.53h10.37c.47 0 .67-.2.99-.5l.03-.03c.15-.14-.04-.32-.38-.66-.43-.43-1.11-1.1-1.69-2.26-1.03-2.07-1.12-3.66-1.12-3.66h-8.19c-.46 0-.89.2-1.21.53-.32.33-.51.78-.52 1.24v3.56c0 .47.19.92.52 1.25zm26.36-9.19c.02.22.09.43.21.62l3 2.79c.15.15.23.36.23.57s-.08.42-.23.57l-1.14 1.14c-.07.07-.14.13-.23.17-.09.04-.19.06-.28.06s-.19-.02-.28-.06a.658.658 0 01-.23-.17l-3.83-3.83c-.11-.19-.19-.4-.21-.62v-6.21a.803.803 0 01.73-.83h1.55a.804.804 0 01.73.83v4.97zm-6.19-11.02c1.5-.64 3.11-.97 4.74-.98 3.3 0 6.47 1.31 8.81 3.64a12.54 12.54 0 013.71 8.78 12.415 12.415 0 01-12.31 12.41 12.408 12.408 0 01-12.52-12.31 12.408 12.408 0 017.56-11.53zm-.43 19.17a9.328 9.328 0 005.17 1.57c1.22 0 2.44-.23 3.57-.69a9.198 9.198 0 003.03-2.02c.87-.87 1.55-1.9 2.02-3.03s.7-2.35.69-3.57c0-1.84-.55-3.64-1.57-5.17a9.348 9.348 0 00-4.18-3.43c-1.7-.7-3.57-.89-5.38-.53s-3.46 1.25-4.77 2.55a9.32 9.32 0 00-2.55 4.77c-.36 1.81-.17 3.68.53 5.38.7 1.7 1.9 3.16 3.43 4.18z" fill-rule="evenodd"></path>
5
+ </g>
6
+ </svg>
7
+ </template>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
- <path d="M46.79 20.86a6.386 6.386 0 016.41 0l20.43 11.79a6.426 6.426 0 013.21 5.55v23.59c0 2.29-1.22 4.41-3.21 5.55L53.2 79.13a6.386 6.386 0 01-6.41 0L26.36 67.34a6.426 6.426 0 01-3.21-5.55V38.2c0-2.29 1.22-4.41 3.21-5.55l20.43-11.79zm1.67 14.62l-1.28-1.28a.894.894 0 00-1.28 0l-8.03 8.03-3.22-3.22a.894.894 0 00-1.28 0l-1.28 1.28c-.36.36-.36.91 0 1.28l4.5 4.5c.36.36.85.55 1.28.55.49 0 .91-.18 1.28-.55l9.3-9.3c.3-.3.3-.91 0-1.28zm2.68 8.7h15.81c.67 0 1.22-.55 1.22-1.22v-2.43c0-.67-.55-1.22-1.22-1.22H51.14c-.67 0-1.22.55-1.22 1.22v2.43c0 .67.55 1.22 1.22 1.22zm15.81 10.95H47.49c-.67 0-1.22-.55-1.22-1.22v-2.43c0-.67.55-1.22 1.22-1.22h19.46c.67 0 1.22.55 1.22 1.22v2.43c0 .67-.55 1.22-1.22 1.22zm-29.19 0h2.43c.67 0 1.22-.55 1.22-1.22v-2.43c0-.67-.55-1.22-1.22-1.22h-2.43c-.67 0-1.22.55-1.22 1.22v2.43c0 .67.55 1.22 1.22 1.22zm2.43 10.95h-2.43c-.67 0-1.22-.55-1.22-1.22v-2.43c0-.67.55-1.22 1.22-1.22h2.43c.67 0 1.22.55 1.22 1.22v2.43c0 .67-.55 1.22-1.22 1.22zm7.3 0h19.46c.67 0 1.22-.55 1.22-1.22v-2.43c0-.67-.55-1.22-1.22-1.22H47.49c-.67 0-1.22.55-1.22 1.22v2.43c0 .67.55 1.22 1.22 1.22z" fill-rule="evenodd"></path>
4
+ <path d="M53.2 20.86a6.386 6.386 0 00-6.41 0L26.36 32.65a6.426 6.426 0 00-3.21 5.55v23.59c0 2.29 1.22 4.41 3.21 5.55l20.43 11.79a6.386 6.386 0 006.41 0l20.43-11.79a6.426 6.426 0 003.21-5.55V38.2c0-2.29-1.22-4.41-3.21-5.55L53.2 20.86zm-5.73 9.8c1.56-.9 3.48-.9 5.04 0l2.83 1.63c1.56.9 2.52 2.56 2.52 4.36v3.27c0 1.8-.96 3.46-2.52 4.36l-2.83 1.63c-1.56.9-3.48.9-5.04 0l-2.83-1.63a5.031 5.031 0 01-2.52-4.36v-3.27c0-1.8.96-3.46 2.52-4.36l2.83-1.63zm-7.59 10.71h-3.02c-2.78 0-5.04 2.26-5.04 5.04v14.58c0 2.78 2.26 5.04 5.04 5.04h26.26c2.78 0 5.04-2.26 5.04-5.04V54.2c0-2.34-1.61-4.37-3.89-4.91v-.13h-26.6c-1.08 0-1.95-.87-1.95-1.95s.87-1.95 1.95-1.95h4.25a5.034 5.034 0 01-2.03-3.89zm18.02 3.89h6.24a5.042 5.042 0 00-4.04-3.82 5.057 5.057 0 01-2.2 3.82z" fill-rule="evenodd"></path>
5
5
  </g>
6
6
  </svg>
7
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" part="icon">
3
+ <g>
4
+ <path d="M46.79 20.86a6.386 6.386 0 016.41 0l20.43 11.79a6.426 6.426 0 013.21 5.55v23.59c0 2.29-1.22 4.41-3.21 5.55L53.2 79.13a6.386 6.386 0 01-6.41 0L26.36 67.34a6.426 6.426 0 01-3.21-5.55V38.2c0-2.29 1.22-4.41 3.21-5.55l20.43-11.79zm1.67 14.62l-1.28-1.28a.884.884 0 00-1.25-.03l-.03.03-8.03 8.03-3.22-3.22a.884.884 0 00-1.25-.03c-.01 0-.02.02-.03.03l-1.28 1.28c-.35.34-.37.89-.03 1.25 0 .01.02.02.03.03l4.5 4.5c.37.37.85.55 1.28.55.49 0 .91-.18 1.28-.55l9.31-9.3c.3-.3.3-.91 0-1.28zm2.68 8.7h15.81c.67 0 1.21-.55 1.22-1.22v-2.43c0-.67-.54-1.21-1.22-1.22H51.14c-.67 0-1.21.55-1.22 1.22v2.43c0 .67.55 1.21 1.22 1.22zm15.81 10.95H47.49c-.67 0-1.21-.54-1.22-1.22v-2.43c0-.67.55-1.22 1.22-1.22h19.46c.67 0 1.21.55 1.22 1.22v2.43c0 .67-.55 1.21-1.22 1.22zm-29.19 0h2.43c.67 0 1.21-.55 1.22-1.22v-2.43c0-.67-.54-1.21-1.22-1.22h-2.43c-.67 0-1.21.55-1.22 1.22v2.43c0 .67.55 1.21 1.22 1.22zm2.43 10.95h-2.43c-.67 0-1.21-.55-1.22-1.22v-2.43c0-.67.55-1.21 1.22-1.22h2.43c.67 0 1.21.55 1.22 1.22v2.43c0 .67-.55 1.21-1.22 1.22zm7.3 0h19.46c.67 0 1.21-.55 1.22-1.22v-2.43c0-.67-.55-1.21-1.22-1.22H47.49c-.67 0-1.21.54-1.22 1.22v2.43c0 .67.55 1.21 1.22 1.22z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M80 21.82c0-.97-.82-1.82-1.75-1.82h-17.5c-.93 0-1.75.85-1.75 1.82v13.36c0 .97.82 1.82 1.75 1.82h17.5c.93 0 1.75-.85 1.75-1.82V21.82zm-39 43c0-.97-.82-1.82-1.75-1.82h-17.5c-.93 0-1.75.85-1.75 1.82v13.36c0 .97.82 1.82 1.75 1.82h17.5c.93 0 1.75-.85 1.75-1.82V64.82zm28.31-15.61c.4-.28.99-.28 1.39 0l8.04 7.68c.6.46.1 1.3-.89 1.3h-4.86c0 8.33-7.05 14.81-15.98 14.81v-5.55c5.96 0 10.03-3.7 10.03-9.26h-4.77c-.99 0-1.49-.74-.89-1.3l7.94-7.68zM29.3 50.79c.4.28.99.28 1.39 0l7.94-7.68c.6-.56.1-1.3-.89-1.3h-4.77c0-5.55 4.07-9.26 10.03-9.26V27c-8.94 0-15.98 6.48-15.98 14.81h-4.86c-.99 0-1.49.83-.89 1.3l8.04 7.68zm17.75-.76c0-1.59 1.26-2.85 2.85-2.85s2.85 1.26 2.85 2.85-1.26 2.85-2.85 2.85-2.85-1.26-2.85-2.85zm9.12 1.14l1.32 1.1c.43.36.57 1 .25 1.39l-.53.92c-.21.36-.6.57-1.03.57-.14 0-.28-.04-.43-.07l-1.53-.6c-.64.6-1.39 1.03-2.2 1.32l-.28 1.71c-.11.57-.6 1-1.17 1h-1.14c-.6 0-1.07-.39-1.17-.96l-.28-1.71c-.75-.25-1.46-.64-2.1-1.21l-1.64.6c-.11.04-.25.07-.39.07-.43 0-.82-.21-1.03-.57l-.57-1c-.28-.5-.14-1.14.28-1.49l1.32-1.1a6.72 6.72 0 010-2.42l-1.32-1.1c-.46-.36-.57-1-.28-1.49l.57-1a1.175 1.175 0 011.35-.52c.02 0 .05.01.07.02l1.64.6c.64-.53 1.35-.96 2.13-1.21l.28-1.64c.11-.57.6-.89 1.17-.89h1.14c.57 0 1.07.32 1.17.89l.28 1.67c.75.25 1.46.64 2.1 1.21l1.64-.6c.11-.04.25-.07.39-.07.43 0 .82.21 1.03.57l.57 1c.28.5.14 1.14-.28 1.49l-1.32 1.1c.07.39.11.82.11 1.21s-.04.82-.11 1.21z" fill-rule="evenodd"></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" part="icon">
3
+ <g>
4
+ <path d="M43.5 51.33v18.92c0 .47.31.78.78.78.16 0 .31 0 .39-.08 3.76-2.09 11.44-7.73 11.44-8.06 0-2.28.65-3.9.98-4.88.33-.98 1.18-2.28 1.63-2.93.44-.65.98-1.3 1.63-1.95s1.95-1.63 1.95-1.63V41.33c0-.47-.31-.78-.78-.78-.16 0-.31 0-.39.08l-16.84 9.38c-.47.23-.78.78-.78 1.32zm-1.57-5.27l16.92-9.38c.39-.23.47-.7.23-1.09l-.23-.23c-3.76-2.09-15.28-8.61-15.28-8.61a4.95 4.95 0 00-4.86 0s-11.52 6.43-15.28 8.61c-.39.23-.47.7-.24 1.09.08.08.16.16.24.23l16.92 9.38c.47.23 1.1.23 1.57 0zm-3.92 3.95l-16.84-9.38c-.39-.23-.86-.08-1.1.31-.08.08-.08.23-.08.39v16.9c0 1.71.94 3.26 2.43 4.11 0 0 11.44 6.43 15.2 8.53.39.23.86.08 1.1-.31.08-.16.08-.31.08-.39V51.33c0-.54-.31-1.09-.78-1.32z"></path>
5
+ <path d="M80 62.82c0 6.11-4.95 11.06-11.06 11.06s-11.06-4.95-11.06-11.06 4.95-11.06 11.06-11.06S80 56.71 80 62.82zm-4.35-7.04h-4.19c-.27 0-.35.27-.14.51l1.33 1.47-2.44 2.69c-.14.15-.14.39 0 .57l1 1.11c.14.15.35.15.51 0l2.46-2.72 1.33 1.47c.22.24.46.15.46-.15v-4.6c0-.18-.16-.33-.32-.33zm-8.77 14.07h-4.54c-.21 0-.44-.26-.44-.47v-4.52c0-.29.29-.38.56-.15l1.47 1.44 2.65-2.64c.18-.15.41-.15.56 0l1.09 1.09c.15.15.15.41 0 .56l-2.65 2.67 1.44 1.47c.24.23.15.56-.15.56z" fill-rule="evenodd"></path>
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 100 100" part="icon">
3
+ <g>
4
+ <path d="M43.5 51.33v18.92c0 .47.31.78.78.78.16 0 .31 0 .39-.08 3.76-2.09 11.44-7.73 11.44-8.06 0-2.28.65-3.9.98-4.88.33-.98 1.18-2.28 1.63-2.93.44-.65.98-1.3 1.63-1.95s1.95-1.63 1.95-1.63V41.33c0-.47-.31-.78-.78-.78-.16 0-.31 0-.39.08l-16.84 9.38c-.47.23-.78.78-.78 1.32zm-1.57-5.27l16.92-9.38c.39-.23.47-.7.23-1.09l-.23-.23c-3.76-2.09-15.28-8.61-15.28-8.61a4.95 4.95 0 00-4.86 0s-11.52 6.43-15.28 8.61c-.39.23-.47.7-.24 1.09.08.08.16.16.24.23l16.92 9.38c.47.23 1.1.23 1.57 0zm-3.92 3.95l-16.84-9.38c-.39-.23-.86-.08-1.1.31-.08.08-.08.23-.08.39v16.9c0 1.71.94 3.26 2.43 4.11 0 0 11.44 6.43 15.2 8.53.39.23.86.08 1.1-.31.08-.16.08-.31.08-.39V51.33c0-.54-.31-1.09-.78-1.32z"></path>
5
+ <path d="M68.94 51.76c-6.13 0-11.06 4.93-11.06 11.06s4.93 11.06 11.06 11.06S80 68.95 80 62.82s-4.93-11.06-11.06-11.06zm6.17 8.29l-7.05 7.14c-.28.28-.74.28-1.01 0l-3.87-3.92a.712.712 0 010-1.01l1.01-1.01c.28-.28.74-.28 1.01 0l2.03 2.07c.18.18.51.18.69 0l5.16-5.35c.28-.28.74-.28 1.01 0l1.01 1.01c.32.28.32.74 0 1.06z"></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 100 100" part="icon">
3
+ <g>
4
+ <path d="M51.63 48.55l-.19-.13.19.13zM57.36 56.28c-.46 0-.91.14-1.3.39-.38.26-.68.62-.86 1.05-.18.43-.22.9-.13 1.35.09.45.31.87.64 1.19.33.33.74.55 1.19.64.45.09.92.04 1.35-.13.43-.18.79-.48 1.05-.86s.39-.83.39-1.3c0-.62-.25-1.21-.68-1.65-.44-.44-1.03-.68-1.65-.68z"></path>
5
+ <path d="M78.86 61.02l-1.74-1.86c-.51-.62-.82-1.38-.88-2.18l-.2-2.71c-.05-.83-.4-1.61-.97-2.2-.58-.6-1.35-.96-2.17-1.04l-2.35-.19c-1.05-.1-2.04-.52-2.84-1.21l-1.82-1.58c-.63-.54-1.44-.84-2.27-.84s-1.64.3-2.27.84l-1.98 1.64c-.72.61-1.62.98-2.56 1.05l-2.53.17c-.82.06-1.6.41-2.18.98-.59.58-.95 1.34-1.03 2.16l-.18 2.3a5.18 5.18 0 01-1.22 2.87l-1.55 1.8c-.54.63-.83 1.43-.83 2.26s.3 1.63.83 2.26l1.69 1.98c.58.68.92 1.52.99 2.4l.19 2.6c.03.83.37 1.63.94 2.24.57.61 1.35.99 2.18 1.08l2.36.22c1.05.08 2.04.5 2.83 1.2l1.8 1.56c.63.54 1.44.83 2.27.83s1.63-.29 2.27-.83l2.06-1.73a4.03 4.03 0 012.29-.92l2.7-.2c.83-.06 1.6-.41 2.19-.99.59-.58.94-1.36 1-2.19l.21-2.18c.1-1.16.57-2.27 1.35-3.14l1.44-1.65c.55-.63.85-1.44.84-2.28s-.29-1.9-.85-2.52zm-25.95-2.36c0-.88.26-1.74.75-2.47s1.18-1.3 2-1.64c.81-.34 1.71-.42 2.57-.25.86.17 1.65.6 2.28 1.22s1.05 1.41 1.22 2.28c.17.86.08 1.76-.25 2.57-.34.81-.91 1.51-1.64 2a4.43 4.43 0 01-5.61-.56c-.83-.83-1.3-1.96-1.31-3.14zm6.46 14.32c-.03.05-.08.09-.13.13-.05.03-.11.05-.17.06h-1.42c-.07 0-.13-.02-.19-.05a.316.316 0 01-.14-.14.33.33 0 010-.38l10.24-18.76c.03-.05.08-.09.13-.13.05-.03.11-.05.17-.06h1.53c.09.04.16.12.19.22.03.09.03.2-.01.29l-10.2 18.82zm10.28-.32c-.88 0-1.74-.26-2.47-.75-.73-.49-1.3-1.18-1.64-2-.34-.81-.42-1.71-.25-2.57.17-.86.6-1.65 1.22-2.28.62-.62 1.41-1.05 2.28-1.22.86-.17 1.76-.08 2.57.25.81.34 1.51.91 2 1.64a4.43 4.43 0 01-.56 5.61c-.83.83-1.96 1.3-3.14 1.31z"></path>
6
+ <path d="M69.66 65.91c-.46 0-.91.14-1.3.39-.38.26-.68.62-.86 1.05s-.22.9-.13 1.35c.09.45.31.87.64 1.19.33.33.74.55 1.19.64.45.09.92.04 1.35-.13.43-.18.79-.48 1.05-.86s.39-.83.39-1.3c0-.62-.25-1.21-.68-1.65-.44-.44-1.03-.68-1.65-.68z"></path>
7
+ <path d="M22.92 61.71H44.3c.26-.97.74-1.88 1.4-2.66s1.55-1.81 1.55-1.81c.23-.27.38-.61.42-.96l.18-2.3v-.03c.08-.81.3-1.6.65-2.32H23.27l-3.09 5.23c-1.29 2.1.24 4.85 2.75 4.85zm29.15-13.44H25.25l5.96-10.08h25.56l3.91 6.62c-.47.24-.92.53-1.33.88l-1.98 1.63h-.01c-.19.17-.41.26-.65.28l-2.51.17c-.73.05-1.44.22-2.11.5zM33.19 34.83l8-13.55c1.21-2.1 4.29-2.1 5.58 0l8 13.55H33.18z" fill-rule="evenodd"></path>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -2,8 +2,8 @@
2
2
  <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
3
  <g>
4
4
  <g fill-rule="evenodd">
5
- <path d="M100 100V62l-38 38h38zm-3.9-14.4L93 88.8c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4l-3.8-2.1c-.1-.1-.2-.1-.3 0L85 94c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3L82 85.6c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.3 0 .4.4.2.7z" fill-opacity=".65"></path>
6
- <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm3 45c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v2zm.9-12.7c-.4.1-.8.5-.8 1v1.6c0 1.1-.9 2.1-2 2.1h-2c-1.1 0-2-1-2-2.1v-1.6c0-3 2-5.7 4.9-6.7 1.1-.4 2.1-.9 2.7-1.8 3.4-4.5 0-9.7-4.5-9.8-1.6-.1-3.2.6-4.4 1.7-.8.8-1.4 1.8-1.6 2.8-.2.9-1 1.6-1.9 1.6h-2.1c-1.2 0-2.2-1.2-2-2.4.5-2.4 1.6-4.6 3.4-6.3 2.3-2.3 5.4-3.5 8.7-3.4 6.3.2 11.5 5.4 11.7 11.7.2 5.2-3 9.9-8.1 11.6z"></path>
5
+ <path d="M100 100V62l-38 38zm-3.9-14.4L93 88.8c-.1.1-.1.2-.1.3l.7 4.5c.1.3-.3.6-.5.4l-3.8-2.1c-.1-.1-.2-.1-.3 0L85 94c-.3.1-.6-.1-.5-.4l.7-4.5c0-.1 0-.3-.1-.3L82 85.6c-.2-.3-.1-.6.2-.7l4.3-.7c.1 0 .2-.1.3-.2l1.9-4.1c.1-.3.5-.3.7 0l1.9 4.1c.1.1.2.2.3.2l4.3.7c.3 0 .4.4.2.7z" fill-opacity=".65"></path>
6
+ <path d="M49.9 22c-16.6 0-30 12.5-30 28 0 5 1.4 9.6 3.8 13.7.3.5.4 1.1.2 1.6l-2.8 8.9c-.5 1.6 1 3 2.6 2.5l8.8-3.1c.6-.2 1.2-.1 1.7.2 4.6 2.7 10 4.2 15.8 4.2 16.6 0 30-12.5 30-28-.1-15.5-13.4-28-30.1-28zm3 45c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2zm.9-12.7c-.4.1-.8.5-.8 1v1.6c0 1.1-.9 2.1-2 2.1h-2c-1.1 0-2-1-2-2.1v-1.6c0-3 2-5.7 4.9-6.7 1.1-.4 2.1-.9 2.7-1.8 3.4-4.5 0-9.7-4.5-9.8-1.6-.1-3.2.6-4.4 1.7-.8.8-1.4 1.8-1.6 2.8-.2.9-1 1.6-1.9 1.6h-2.1c-1.2 0-2.2-1.2-2-2.4.5-2.4 1.6-4.6 3.4-6.3 2.3-2.3 5.4-3.5 8.7-3.4 6.3.2 11.5 5.4 11.7 11.7.2 5.2-3 9.9-8.1 11.6z"></path>
7
7
  </g>
8
8
  </g>
9
9
  </svg>
@@ -0,0 +1,8 @@
1
+ <template>
2
+ <svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
3
+ <g>
4
+ <path d="M39.23 36.47h-8.74c-1.93 0-3.51 1.59-3.51 3.49s1.59 3.51 3.51 3.51h8.74c1.94 0 3.51-1.57 3.51-3.51s-1.58-3.49-3.51-3.49zM60.24 39.95c0-1.9-1.57-3.49-3.51-3.49s-3.51 1.59-3.51 3.49v3.51h3.51c1.92 0 3.51-1.61 3.51-3.51zM39.23 45.22c-1.9 0-3.49 1.58-3.49 3.51v8.74c0 1.93 1.59 3.51 3.49 3.51s3.51-1.59 3.51-3.51v-8.74c0-1.94-1.58-3.51-3.51-3.51zM26.99 48.73c0 1.94 1.59 3.47 3.51 3.47s3.51-1.57 3.51-3.47v-3.51H30.5c-1.93 0-3.51 1.58-3.51 3.51zM39.21 34.74h3.51v-3.51c0-1.92-1.61-3.51-3.51-3.51s-3.49 1.57-3.49 3.51 1.59 3.51 3.49 3.51zM56.74 45.22H48c-1.94 0-3.51 1.58-3.51 3.51S46.06 52.2 48 52.2h8.74c1.92 0 3.51-1.57 3.51-3.47s-1.59-3.51-3.51-3.51zM47.99 43.48c1.9 0 3.47-1.58 3.47-3.51v-8.74c0-1.92-1.57-3.51-3.47-3.51s-3.51 1.59-3.51 3.51v8.74c0 1.94 1.58 3.51 3.51 3.51zM48 53.95h-3.51v3.51c0 1.93 1.61 3.51 3.51 3.51s3.47-1.57 3.47-3.51-1.57-3.51-3.47-3.51z" fill="none"></path>
5
+ <path d="M67.32 45.24h-.01c0-12.21-10.47-22.12-23.55-22.21C30.7 22.94 20.07 32.72 20 44.92c-.03 3.94 1.05 7.56 2.92 10.81.24.4.31.86.15 1.26l-2.25 7c-.4 1.26.77 2.36 2.04 1.99l6.95-2.4c.48-.15.95-.07 1.34.16 3.61 2.15 7.85 3.36 12.41 3.39 13.06.09 23.69-9.69 23.76-21.89zM39.21 27.72c1.9 0 3.51 1.59 3.51 3.51v3.51h-3.51c-1.9 0-3.49-1.58-3.49-3.51s1.59-3.51 3.49-3.51zm-5.2 21.01c0 1.9-1.58 3.47-3.51 3.47s-3.51-1.54-3.51-3.47 1.59-3.51 3.51-3.51h3.51v3.51zm8.72 8.74c0 1.93-1.61 3.51-3.51 3.51s-3.49-1.59-3.49-3.51v-8.74c0-1.94 1.59-3.51 3.49-3.51s3.51 1.58 3.51 3.51v8.74zm-3.51-14h-8.74c-1.93 0-3.51-1.61-3.51-3.51s1.59-3.49 3.51-3.49h8.74c1.94 0 3.51 1.59 3.51 3.49s-1.58 3.51-3.51 3.51zm13.99-3.51c0-1.9 1.58-3.49 3.51-3.49s3.51 1.59 3.51 3.49-1.59 3.51-3.51 3.51h-3.51v-3.51zm-8.74-8.72c0-1.92 1.61-3.51 3.51-3.51s3.47 1.59 3.47 3.51v8.74c0 1.94-1.57 3.51-3.47 3.51s-3.51-1.58-3.51-3.51v-8.74zM48 60.99c-1.9 0-3.51-1.59-3.51-3.51v-3.51H48c1.9 0 3.47 1.58 3.47 3.51S49.9 60.99 48 60.99zm8.74-8.77H48c-1.94 0-3.51-1.57-3.51-3.47s1.57-3.51 3.51-3.51h8.74c1.92 0 3.51 1.61 3.51 3.51s-1.59 3.47-3.51 3.47zM79.92 74.91l-1.65-5.26c.96-1.81 1.51-3.81 1.51-5.96 0-5.05-3.01-9.42-7.46-11.66C70.48 61.1 64.37 67.55 54 71.39c2.57 3.36 6.79 5.54 11.55 5.54 2.64 0 5.1-.65 7.21-1.84l5.11 1.8c1.26.4 2.44-.71 2.05-1.97z"></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" part="icon">
3
3
  <g>
4
- <mask id="qxa" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
4
+ <mask id="rga" 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(#qxa)">
7
+ <g mask="url(#rga)">
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>