lightning-base-components 1.16.7-alpha → 1.16.9-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.
- package/metadata/raptor.json +37 -0
- package/package.json +2 -1
- package/scopedImports/@salesforce-label-LightningForm.editErrorHelp.js +1 -1
- package/scopedImports/@salesforce-label-LightningForm.errorPopoverHeading.js +1 -1
- package/scopedImports/@salesforce-label-LightningForm.saveFieldErrorSummary.js +1 -1
- package/scopedImports/@salesforce-label-LightningLookup.messageWhenMissingInformation.js +1 -1
- package/src/lightning/alert/__examples__disabled/basic/basic.css +1 -1
- package/src/lightning/barcodeScanner/__docs__/barcodeScanner.md +122 -0
- package/src/lightning/barcodeScanner/barcodeScanner.html +39 -0
- package/src/lightning/barcodeScanner/barcodeScanner.js +224 -0
- package/src/lightning/barcodeScanner/barcodeScanner.js-meta.xml +6 -0
- package/src/lightning/breadcrumbs/breadcrumbs.css +1 -0
- package/src/lightning/button/__examples__/accesskey/accesskey.css +1 -1
- package/src/lightning/button/__examples__/inverse/inverse.css +1 -1
- package/src/lightning/button/button.html +3 -5
- package/src/lightning/button/button.js +0 -33
- package/src/lightning/buttonGroup/__examples__/inverse/inverse.css +1 -1
- package/src/lightning/buttonGroup/buttonGroup.css +2 -2
- package/src/lightning/buttonIcon/__examples__/basic/basic.css +1 -1
- package/src/lightning/buttonIcon/__examples__/inverse/inverse.css +1 -1
- package/src/lightning/buttonIcon/buttonIcon.css +2 -2
- package/src/lightning/buttonIcon/buttonIcon.js +35 -11
- package/src/lightning/buttonIconStateful/__examples__/basic/basic.css +1 -1
- package/src/lightning/buttonIconStateful/__examples__/variants/variants.css +2 -2
- package/src/lightning/buttonIconStateful/buttonIconStateful.css +2 -2
- package/src/lightning/buttonMenu/__examples__/basic/basic.css +2 -2
- package/src/lightning/buttonMenu/__examples__/onselect/onselect.css +2 -2
- package/src/lightning/buttonMenu/__examples__/variants/variants.css +2 -2
- package/src/lightning/buttonMenu/__examples__/withIcon/withIcon.css +2 -2
- package/src/lightning/buttonMenu/buttonMenu.css +2 -2
- package/src/lightning/buttonMenu/buttonMenu.html +5 -2
- package/src/lightning/buttonMenu/buttonMenu.js +4 -1
- package/src/lightning/buttonMenu/dropdown.slds.css +377 -3090
- package/src/lightning/buttonStateful/button-stateful.slds.css +0 -3084
- package/src/lightning/buttonStateful/buttonStateful.css +2 -2
- package/src/lightning/card/card.css +2 -2
- package/src/lightning/carousel/carousel.css +1 -0
- package/src/lightning/carousel/carousel.html +2 -1
- package/src/lightning/carousel/carousel.js +7 -0
- package/src/lightning/colorPickerCustom/colorPickerCustom.css +2 -2
- package/src/lightning/colorPickerPanel/colorPickerPanel.css +2 -2
- package/src/lightning/combobox/combobox.css +1 -1
- package/src/lightning/confirm/__examples__disabled/basic/basic.css +1 -1
- package/src/lightning/datatable/templates/div/div.css +1 -1
- package/src/lightning/dualListbox/dualListbox.css +2 -2
- package/src/lightning/groupedCombobox/groupedCombobox.html +4 -4
- package/src/lightning/groupedCombobox/groupedCombobox.js +5 -3
- package/src/lightning/helptext/__examples__/basic/basic.css +2 -2
- package/src/lightning/helptext/helptext.css +2 -2
- package/src/lightning/helptext/helptext.html +1 -0
- package/src/lightning/helptext/helptext.js +11 -0
- package/src/lightning/icon/__examples__/variants/variants.css +2 -1
- package/src/lightning/icon/icon.css +2 -2
- package/src/lightning/icon/icon.js +0 -1
- package/src/lightning/icon/icon.slds.css +0 -3084
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/ai.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/attachment.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/audio.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/box_notes.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/csv.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/eps.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/excel.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/exe.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/flash.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/folder.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gdoc.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gdocs.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gform.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gpres.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/gsheet.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/html.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/image.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/keynote.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/library_folder.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/link.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/mp4.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/overlay.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/pack.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/pages.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/pdf.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/ppt.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/psd.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/quip_doc.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/quip_sheet.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/quip_slide.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/rtf.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/slide.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/stypi.html +5 -5
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/txt.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/unknown.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/video.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/visio.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/webex.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/word.html +2 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/xml.html +4 -4
- package/src/lightning/iconSvgTemplates/buildTemplates/doctype/zip.html +3 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/answer_best.html +4 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/answer_private.html +5 -3
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/asset_hierarchy.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/question_best.html +2 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/your_account.html +10 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/templates.js +30 -1
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/asset_object.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/contact.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/http.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/knowledge_smart_link.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/lead.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/maintenance_plan.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/no_return.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/opportunity.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/orders.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/product.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/proposition.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/queue.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/send_log.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/service_contract.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/ai.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/attachment.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/audio.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/box_notes.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/csv.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/eps.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/excel.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/exe.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/flash.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/folder.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gdoc.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gdocs.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gform.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gpres.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/gsheet.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/html.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/image.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/keynote.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/library_folder.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/link.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/mp4.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/overlay.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/pack.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/pages.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/pdf.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/ppt.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/psd.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/quip_doc.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/quip_sheet.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/quip_slide.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/rtf.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/slide.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/stypi.html +5 -5
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/txt.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/unknown.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/video.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/visio.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/webex.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/word.html +2 -2
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/xml.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctype/buildTemplates/doctype/zip.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/ai.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/attachment.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/audio.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/box_notes.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/csv.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/eps.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/excel.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/exe.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/flash.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/folder.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gdoc.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gdocs.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gform.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gpres.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/gsheet.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/html.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/image.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/keynote.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/library_folder.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/link.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/mp4.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/overlay.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/pack.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/pages.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/pdf.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/ppt.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/psd.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/quip_doc.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/quip_sheet.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/quip_slide.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/rtf.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/slide.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/stypi.html +5 -5
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/txt.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/unknown.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/video.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/visio.html +3 -3
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/webex.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/word.html +2 -2
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/xml.html +4 -4
- package/src/lightning/iconSvgTemplatesDoctypeRtl/buildTemplates/doctype/zip.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/ai.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/attachment.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/audio.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/box_notes.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/csv.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/eps.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/excel.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/exe.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/flash.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/folder.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gdoc.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gdocs.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gform.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gpres.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/gsheet.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/html.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/image.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/keynote.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/library_folder.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/link.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/mp4.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/overlay.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/pack.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/pages.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/pdf.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/ppt.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/psd.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/quip_doc.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/quip_sheet.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/quip_slide.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/rtf.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/slide.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/stypi.html +5 -5
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/txt.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/unknown.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/video.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/visio.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/webex.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/word.html +2 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/xml.html +4 -4
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/doctype/zip.html +3 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/answer_best.html +4 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/answer_private.html +5 -3
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/asset_hierarchy.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/question_best.html +2 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/templates.js +30 -1
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/asset_object.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/contact.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/http.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/knowledge_smart_link.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/lead.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/maintenance_plan.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/no_return.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/opportunity.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/orders.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/product.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/proposition.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/queue.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/send_log.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/service_contract.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/answer_best.html +4 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/answer_private.html +5 -3
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/asset_hierarchy.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/question_best.html +2 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/templates.js +11 -1
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/answer_best.html +4 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/answer_private.html +5 -3
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/asset_hierarchy.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/crypto_category_wallet_group.html +1 -1
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/crypto_transaction_envelope_change_snapshot.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/data_transforms.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/question_best.html +2 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/templates.js +11 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/templates.js +20 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/asset_object.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/contact.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/http.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/knowledge_smart_link.html +9 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/lead.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/maintenance_plan.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/no_return.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/opportunity.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/orders.html +9 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/product.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/proposition.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/queue.html +9 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/send_log.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/service_contract.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/slack_conversations.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/templates.js +20 -1
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/asset_object.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/budget_category_value.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/budget_period.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/contact.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/funding_award_adjustment.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/funding_requirement.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/http.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/knowledge_smart_link.html +9 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/lead.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/maintenance_plan.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/no_return.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/opportunity.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/orders.html +9 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/product.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/proposition.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/queue.html +9 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/send_log.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/service_contract.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/slack_conversations.html +8 -0
- package/src/lightning/input/__examples__/color/color.css +2 -2
- package/src/lightning/input/__examples__/email/email.css +2 -2
- package/src/lightning/input/__examples__/file/file.css +2 -2
- package/src/lightning/input/__examples__/fileOnchange/fileOnchange.css +2 -2
- package/src/lightning/input/__examples__/text/text.css +2 -2
- package/src/lightning/input/__examples__/textAdvanced/textAdvanced.css +3 -3
- package/src/lightning/input/input.css +2 -2
- package/src/lightning/input/input.js +25 -1
- package/src/lightning/interactiveDialogBase/interactiveDialogBase.css +64 -38
- package/src/lightning/layout/__examples__/horizontalAlignSpace/horizontalAlignSpace.css +1 -1
- package/src/lightning/layout/__examples__/horizontalAlignSpread/horizontalAlignSpread.css +1 -1
- package/src/lightning/layout/__examples__/nested/nested.css +5 -1
- package/src/lightning/layout/__examples__/pullToBoundary/pullToBoundary.css +1 -1
- package/src/lightning/layout/__examples__/simple/simple.css +3 -1
- package/src/lightning/layout/__examples__/verticalAlignCenter/verticalAlignCenter.css +4 -1
- package/src/lightning/layout/__examples__/verticalAlignStretch/verticalAlignStretch.css +4 -1
- package/src/lightning/menuDivider/__examples__/divider/divider.css +2 -2
- package/src/lightning/menuDivider/__examples__/withSubhead/withSubhead.css +2 -2
- package/src/lightning/menuItem/__examples__/iteration/iteration.css +2 -2
- package/src/lightning/menuItem/__examples__/menuItems/menuItems.css +2 -2
- package/src/lightning/menuItem/menuItem.js +8 -4
- package/src/lightning/menuSubheader/__examples__/subheader/subheader.css +2 -2
- package/src/lightning/menuSubheader/__examples__/withDividers/withDividers.css +2 -2
- package/src/lightning/modal/__examples__disabled/all/all.css +1 -1
- package/src/lightning/modal/__examples__disabled/allform/allform.css +1 -1
- package/src/lightning/modal/__examples__disabled/basic/basic.css +1 -1
- package/src/lightning/modal/__examples__disabled/footless/footless.css +1 -1
- package/src/lightning/modal/__examples__disabled/headless/headless.css +1 -1
- package/src/lightning/overlay/__examples__/basic/basic.css +1 -1
- package/src/lightning/overlayContainer/overlayContainer.js +37 -24
- package/src/lightning/overlayManager/overlayManager.js +10 -8
- package/src/lightning/picklist/picklist.js +0 -1
- package/src/lightning/positionLibrary/direction.js +13 -3
- package/src/lightning/primitiveBubble/primitiveBubble.css +2 -2
- package/src/lightning/primitiveColorpickerButton/color-picker-button.slds.css +0 -3084
- package/src/lightning/primitiveColorpickerButton/primitiveColorpickerButton.css +2 -2
- package/src/lightning/primitiveIcon/primitiveIcon.css +0 -3
- package/src/lightning/primitiveIcon/primitiveIcon.html +1 -1
- package/src/lightning/primitiveIcon/primitiveIcon.js +11 -19
- package/src/lightning/prompt/__examples__disabled/basic/basic.css +1 -1
- package/src/lightning/prompt/prompt.css +16 -12
- package/src/lightning/radioGroup/input-radio-group.slds.css +5 -3
- package/src/lightning/radioGroup/radioGroup.css +1 -1
- package/src/lightning/sldsCommon/sldsCommon.css +4 -4
- package/src/lightning/spinner/spinner.css +2 -2
- package/src/lightning/tile/__examples__/basic/basic.css +2 -2
- package/src/lightning/tile/__examples__/list/list.css +2 -2
- package/src/lightning/tile/__examples__/withAvatar/withAvatar.css +2 -2
- package/src/lightning/tile/__examples__/withIcon/withIcon.css +2 -2
- package/src/lightning/tooltipLibrary/tooltipLibrary.js +20 -28
- package/src/lightning/tree/__examples__/basic/basic.css +2 -2
- package/src/lightning/tree/__examples__/deeplyNested/deeplyNested.css +2 -2
- package/src/lightning/tree/__examples__/links/links.css +2 -2
- package/src/lightning/tree/__examples__/metatext/metatext.css +2 -2
- package/src/lightning/tree/__examples__/onselect/onselect.css +2 -2
- package/src/lightning/tree/tree.html +4 -2
- package/src/lightning/tree/tree.js +7 -0
- package/src/lightning/treeGrid/__examples__/basic/basic.css +2 -2
- package/src/lightning/treeGrid/__examples__/expanded/expanded.css +2 -2
- package/src/lightning/treeGrid/__examples__/lazyLoading/lazyLoading.css +2 -2
- package/src/lightning/utilsPrivate/aria.js +5 -1
- package/src/lightning/utilsPrivate/url.js +29 -0
- package/src/lightning/utilsPrivate/utilsPrivate.js +6 -1
- package/src/lightning/ariaObserver/__component__/ariaObserver.spec.js +0 -112
- package/src/lightning/button/button.css +0 -2
- package/src/lightning/button/button.slds.css +0 -395
- package/src/lightning/primitiveIcon/icon.slds.css +0 -3281
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.143.005A5.073 5.073 0 00.071 5.079V58.92a5.073 5.073 0 005.072 5.074h45.775a5.075 5.075 0 005.075-5.074V20.314L37.088.005H5.143z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path d="M17.819 54.013a.73.73 0 01-.54-.252l-4.429-5.275-1.207 1.368v3.403a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.489c0-.396.324-.72.774-.72.396 0 .72.323.72.72v5.6l5.186-6.067a.674.674 0 01.522-.234c.396 0 .738.306.738.702a.597.597 0 01-.162.414l-4.105 4.682 4.555 5.275a.648.648 0 01.162.433c.001.341-.288.719-.72.719zm10.926-.126h-6.248a1.084 1.084 0 01-1.081-1.08v-9.85c0-.594.486-1.08 1.081-1.08h6.248c.36 0 .648.288.648.685 0 .36-.288.648-.648.648h-5.833v3.871h5.708c.36 0 .648.288.648.684 0 .36-.288.648-.648.648h-5.708v4.142h5.833c.36 0 .648.288.648.647.001.397-.288.685-.648.685zm12.384-11.02l-4.033 5.942v4.447a.734.734 0 01-.756.738.73.73 0 01-.739-.738V48.81l-4.051-5.942a.674.674 0 01-.126-.378c0-.342.27-.72.72-.72.216 0 .468.107.612.306l3.583 5.384 3.583-5.384a.725.725 0 01.576-.288c.396 0 .738.324.738.702a.695.695 0 01-.107.377z" fill="#
|
|
4
|
+
<path d="M5.143.005A5.073 5.073 0 00.071 5.079V58.92a5.073 5.073 0 005.072 5.074h45.775a5.075 5.075 0 005.075-5.074V20.314L37.088.005H5.143z" fill-rule="evenodd" clip-rule="evenodd" fill="#F38303"></path>
|
|
5
|
+
<path d="M17.819 54.013a.73.73 0 01-.54-.252l-4.429-5.275-1.207 1.368v3.403a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.489c0-.396.324-.72.774-.72.396 0 .72.323.72.72v5.6l5.186-6.067a.674.674 0 01.522-.234c.396 0 .738.306.738.702a.597.597 0 01-.162.414l-4.105 4.682 4.555 5.275a.648.648 0 01.162.433c.001.341-.288.719-.72.719zm10.926-.126h-6.248a1.084 1.084 0 01-1.081-1.08v-9.85c0-.594.486-1.08 1.081-1.08h6.248c.36 0 .648.288.648.685 0 .36-.288.648-.648.648h-5.833v3.871h5.708c.36 0 .648.288.648.684 0 .36-.288.648-.648.648h-5.708v4.142h5.833c.36 0 .648.288.648.647.001.397-.288.685-.648.685zm12.384-11.02l-4.033 5.942v4.447a.734.734 0 01-.756.738.73.73 0 01-.739-.738V48.81l-4.051-5.942a.674.674 0 01-.126-.378c0-.342.27-.72.72-.72.216 0 .468.107.612.306l3.583 5.384 3.583-5.384a.725.725 0 01.576-.288c.396 0 .738.324.738.702a.695.695 0 01-.107.377z" fill="#371E03"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.976 20.352v1H43.177s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.976 20.352v1H43.177s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#A96404"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#FFBA90"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path fill="#
|
|
5
|
-
<path fill="#
|
|
6
|
-
<path fill="#
|
|
4
|
+
<path fill="#032D60" d="M51.5 15.5c2.5 0 4.5 2 4.5 4.5v31c0 2.5-2 4.5-4.5 4.5h-47C2 55.5 0 53.5 0 51V13c0-2.5 2-4.5 4.5-4.5H16c3.8 0 4.2 1.2 6.7 4.5 2.1 2.7 7.2 2.5 10.4 2.5h18.4z"></path>
|
|
5
|
+
<path fill="#90D0FE" d="M51.5 18.1H9.2c-2.5 0-4.5 2-4.5 4.5v2.9L9.2 19h42.3l4.5 6.5v-2.9c0-2.5-2-4.5-4.5-4.5z"></path>
|
|
6
|
+
<path fill="#1AB9FF" d="M4.6 55.5h46.9c2.5 0 4.5-2 4.5-4.5V23.5c0-2.5-2-4.5-4.5-4.5H9.3c-2.5-.1-4.5 1.9-4.6 4.4v28.3c0 1.3-1 2.3-2.3 2.3-1.3 0-2.3-1-2.3-2.3.3 2.2 2.3 3.8 4.5 3.8z"></path>
|
|
7
7
|
<g fill="#FFF">
|
|
8
8
|
<path d="M25.5 37.8h3.6v11.5h-3.6zM31.6 37.8h3.6v11.5h-3.6z"></path>
|
|
9
9
|
<path d="M46.4 31.8l-15-6.2c-.4-.2-.7-.3-1.1-.3-.1 0-.5 0-1.1.3l-15 6.2c-.3.2-.5.5-.5.8v.9c0 .5.4.9.9.9h2.9v14c0 .5.4.9.9.9h4.5V37.8h-1.8c-.4 0-.6-.2-.6-.6V36c0-.4.2-.6.6-.6H39.4c.4 0 .6.2.6.6v1.2c0 .4-.2.6-.6.6h-1.8v11.5h4.5c.5 0 .9-.4.9-.9V34.5v-.1h2.9c.5 0 .9-.4.9-.9v-.8c.1-.4-.1-.7-.4-.9zm-16.1.5c-1.1 0-1.9-.9-1.9-1.9 0-1.1.9-1.9 1.9-1.9 1.1 0 1.9.9 1.9 1.9 0 1-.8 1.9-1.9 1.9z"></path>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.15.006A5.074 5.074 0 00.078 5.08v53.841a5.072 5.072 0 005.072 5.073h45.775a5.074 5.074 0 005.074-5.073V20.316L37.096.006H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.15.006A5.074 5.074 0 00.078 5.08v53.841a5.072 5.072 0 005.072 5.073h45.775a5.074 5.074 0 005.074-5.073V20.316L37.096.006H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#1B96FF"></path>
|
|
5
5
|
<path d="M28.25 35.611c-2.074-2.097-5.448-2.097-7.545 0l-3.055 3.055c-2.073 2.073-2.073 5.447 0 7.545a1.226 1.226 0 001.734 0 1.19 1.19 0 000-1.732 2.9 2.9 0 010-4.079l3.076-3.055a2.874 2.874 0 014.056 0 2.875 2.875 0 010 4.057l-1.458 1.482c.363.979.502 2.006.41 3.053l2.781-2.781c2.097-2.096 2.097-5.471.001-7.545zm-7.704 5.951a1.251 1.251 0 000 1.755 2.838 2.838 0 010 4.059l-3.055 3.053a2.874 2.874 0 01-4.058 0 2.875 2.875 0 010-4.057l1.459-1.459a7.036 7.036 0 01-.411-3.077l-2.802 2.803c-2.075 2.075-2.075 5.447 0 7.546 2.094 2.074 5.47 2.074 7.544 0l3.076-3.077c2.075-2.075 2.075-5.449 0-7.545a1.246 1.246 0 00-1.753-.001z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#0B5CAB"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#AACBFF"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
4
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
5
|
-
<path d="M5.116.006A5.073 5.073 0 00.044 5.08v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.316L37.062.006H5.116z" fill="#
|
|
6
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
7
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
5
|
+
<path d="M5.116.006A5.073 5.073 0 00.044 5.08v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.316L37.062.006H5.116z" fill="#730394"></path>
|
|
6
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#3D0157"></path>
|
|
7
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#E5B9FE"></path>
|
|
8
8
|
</g>
|
|
9
9
|
<path d="M21.13 53.879a.73.73 0 01-.738-.738v-9.254l-4.033 9.759c-.054.144-.198.233-.378.233a.37.37 0 01-.342-.233l-4.015-9.759v9.254a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.878c0-.648.558-1.206 1.243-1.206.486 0 .99.288 1.188.756L16 50.8l3.457-8.372c.198-.468.684-.756 1.188-.756.684 0 1.243.558 1.243 1.206v10.263a.737.737 0 01-.758.738zM29.966 49h-3.331v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.842c0-.594.486-1.081 1.081-1.081h3.745c2.413 0 3.763 1.657 3.763 3.619-.001 1.964-1.387 3.62-3.764 3.62zm-.18-5.906h-3.151v4.573h3.151c1.422 0 2.395-.936 2.395-2.287 0-1.349-.973-2.286-2.395-2.286zm13.915 7.635h-1.17v2.413a.734.734 0 01-.757.738.73.73 0 01-.738-.738v-2.413h-5.077c-.378 0-.738-.324-.738-.81 0-.162.053-.342.144-.486l4.807-7.22a1.322 1.322 0 011.081-.558c.684 0 1.278.594 1.278 1.26v6.5h1.17c.342 0 .63.288.63.667a.643.643 0 01-.63.647zm-2.665-7.581l-4.213 6.266h4.213v-6.266z" fill="#fff"></path>
|
|
10
10
|
</g>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.15.008A5.073 5.073 0 00.078 5.082v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.317L37.096.008H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.15.008A5.073 5.073 0 00.078 5.082v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.317L37.096.008H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#730394"></path>
|
|
5
5
|
<path d="M10.123 34.515v14.081h14.694V34.515H10.123zm5.344 5.343v14.081h14.694V39.858H15.467z" fill="#fff"></path>
|
|
6
|
-
<path fill="#
|
|
6
|
+
<path fill="#E5B9FE" d="M15.467 39.858h9.351v8.737h-9.351z"></path>
|
|
7
7
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
8
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
9
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
8
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#3D0157"></path>
|
|
9
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#E5B9FE"></path>
|
|
10
10
|
</g>
|
|
11
11
|
</g>
|
|
12
12
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.15.012A5.073 5.073 0 00.078 5.086v53.841A5.073 5.073 0 005.15 64h45.775A5.074 5.074 0 0056 58.927V20.321L37.096.012H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.15.012A5.073 5.073 0 00.078 5.086v53.841A5.073 5.073 0 005.15 64h45.775A5.074 5.074 0 0056 58.927V20.321L37.096.012H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#0B5CAB"></path>
|
|
5
5
|
<path d="M29.187 40.872v11.917c0 .662-.529 1.191-1.191 1.191H11.311a1.186 1.186 0 01-1.191-1.191V40.872c0-.133.021-.265.065-.375l1.59-4.768a1.184 1.184 0 011.125-.816h13.507c.508 0 .971.331 1.125.816l1.59 4.768c.043.11.065.242.065.375zm-2.45 0l-1.191-3.575H13.76l-1.191 3.575h14.168z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#032D60"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#AACBFF"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.111-.006A5.073 5.073 0 00.039 5.068v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.304L37.057-.006H5.111z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.111-.006A5.073 5.073 0 00.039 5.068v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.304L37.057-.006H5.111z" fill-rule="evenodd" clip-rule="evenodd" fill="#5867E8"></path>
|
|
5
5
|
<path d="M14.959 49.006h-3.331v4.142a.734.734 0 01-.756.738.73.73 0 01-.738-.738v-10.3c0-.594.486-1.08 1.081-1.08h3.745c2.413 0 3.763 1.656 3.763 3.619s-1.388 3.619-3.764 3.619zm-.18-5.905h-3.151v4.573h3.151c1.422 0 2.395-.937 2.395-2.287s-.973-2.286-2.395-2.286zm12.06 10.911c-3.421 0-6.176-2.503-6.176-6.23 0-3.727 2.754-6.212 6.176-6.212 1.8 0 3.169.685 4.123 1.639.144.126.198.324.198.504 0 .396-.288.703-.684.703a.669.669 0 01-.486-.217c-.756-.81-1.963-1.296-3.151-1.296-2.629 0-4.627 2.017-4.627 4.879 0 2.845 1.999 4.897 4.627 4.897 1.44 0 2.628-.702 3.223-1.296v-2.449h-3.583c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h3.998c.594 0 1.08.486 1.08 1.08v2.377c-.001 1.854-2.594 2.953-4.718 2.953zm11.483-.019c-1.782 0-3.187-.594-4.213-1.494a.712.712 0 01-.234-.54c0-.36.27-.757.702-.757.144 0 .306.036.432.145.828.738 1.98 1.314 3.367 1.314 2.143 0 2.827-1.152 2.827-2.07 0-3.098-7.112-1.387-7.112-5.672 0-1.98 1.764-3.331 4.123-3.331 1.548 0 2.881.468 3.853 1.278a.73.73 0 01.252.54c0 .36-.306.72-.703.72a.684.684 0 01-.432-.161c-.882-.721-1.98-1.045-3.079-1.045-1.44 0-2.467.774-2.467 1.909 0 2.7 7.112 1.152 7.112 5.635.001 1.747-1.187 3.529-4.428 3.529z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.976 20.352v1H43.177s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.976 20.352v1H43.177s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#2F2CB7"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#BEC7F6"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path fill="#
|
|
5
|
-
<path fill="#
|
|
6
|
-
<path
|
|
4
|
+
<path fill="#8E030F" d="M5.1 0C2.3 0 0 2.3 0 5.1v53.8C0 61.7 2.3 64 5.1 64h45.8c2.8 0 5.1-2.3 5.1-5.1V20.3L37.1 0h-32z"></path>
|
|
5
|
+
<path fill="#640103" d="M56 20.4v1H43.2s-6.3-1.3-6.1-6.7c0 0 .2 5.7 6 5.7H56z"></path>
|
|
6
|
+
<path fill="#FEB8AB" d="M37.1 0v14.6c0 1.7 1.1 5.8 6.1 5.8H56L37.1 0z"></path>
|
|
7
7
|
<path fill="#FFF" d="M14.9 49h-3.3v4.1c0 .4-.3.7-.8.7-.4 0-.7-.3-.7-.7V42.9c0-.6.5-1.1 1.1-1.1h3.7c2.4 0 3.8 1.7 3.8 3.6 0 2-1.4 3.6-3.8 3.6zm-.1-5.9h-3.2v4.6h3.2c1.4 0 2.4-.9 2.4-2.3s-1-2.3-2.4-2.3zm10.4 10.7h-3c-.6 0-1.1-.5-1.1-1.1v-9.8c0-.6.5-1.1 1.1-1.1h3c3.7 0 6.2 2.6 6.2 6s-2.4 6-6.2 6zm0-10.7h-2.6v9.3h2.6c2.9 0 4.6-2.1 4.6-4.7.1-2.5-1.6-4.6-4.6-4.6zm16.3 0h-5.8V47h5.7c.4 0 .6.3.6.7s-.3.6-.6.6h-5.7v4.8c0 .4-.3.7-.8.7-.4 0-.7-.3-.7-.7V42.9c0-.6.5-1.1 1.1-1.1h6.2c.4 0 .6.3.6.7.1.3-.2.6-.6.6z"></path>
|
|
8
8
|
</g>
|
|
9
9
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.112-.004A5.074 5.074 0 00.039 5.07v53.841a5.073 5.073 0 005.073 5.074h45.774a5.074 5.074 0 005.074-5.074V20.306L37.058-.004H5.112z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path d="M14.964 49.011h-3.331v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.854c0-.594.486-1.081 1.08-1.081h3.745c2.413 0 3.763 1.657 3.763 3.619 0 1.963-1.387 3.619-3.763 3.619zm-.181-5.906h-3.15v4.573h3.15c1.423 0 2.395-.936 2.395-2.287 0-1.349-.972-2.286-2.395-2.286zm11.197 5.906h-3.332v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.854c0-.594.486-1.081 1.08-1.081h3.746c2.412 0 3.763 1.657 3.763 3.619 0 1.963-1.387 3.619-3.763 3.619zm-.18-5.906h-3.151v4.573H25.8c1.423 0 2.395-.936 2.395-2.287-.001-1.349-.972-2.286-2.395-2.286zm14.112 0h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.105h-3.259c-.36 0-.647-.288-.647-.684 0-.361.287-.648.647-.648h8.03c.36 0 .648.288.648.685a.644.644 0 01-.648.647z" fill="#
|
|
4
|
+
<path d="M5.112-.004A5.074 5.074 0 00.039 5.07v53.841a5.073 5.073 0 005.073 5.074h45.774a5.074 5.074 0 005.074-5.074V20.306L37.058-.004H5.112z" fill-rule="evenodd" clip-rule="evenodd" fill="#FF5D2D"></path>
|
|
5
|
+
<path d="M14.964 49.011h-3.331v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.854c0-.594.486-1.081 1.08-1.081h3.745c2.413 0 3.763 1.657 3.763 3.619 0 1.963-1.387 3.619-3.763 3.619zm-.181-5.906h-3.15v4.573h3.15c1.423 0 2.395-.936 2.395-2.287 0-1.349-.972-2.286-2.395-2.286zm11.197 5.906h-3.332v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.854c0-.594.486-1.081 1.08-1.081h3.746c2.412 0 3.763 1.657 3.763 3.619 0 1.963-1.387 3.619-3.763 3.619zm-.18-5.906h-3.151v4.573H25.8c1.423 0 2.395-.936 2.395-2.287-.001-1.349-.972-2.286-2.395-2.286zm14.112 0h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.105h-3.259c-.36 0-.647-.288-.647-.684 0-.361.287-.648.647-.648h8.03c.36 0 .648.288.648.685a.644.644 0 01-.648.647z" fill="#281202"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#D83A00"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#FEB9A5"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.112.051A5.074 5.074 0 00.039 5.126v53.841a5.073 5.073 0 005.073 5.073h45.775a5.074 5.074 0 005.074-5.073V20.361L37.058.051H5.112z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.112.051A5.074 5.074 0 00.039 5.126v53.841a5.073 5.073 0 005.073 5.073h45.775a5.074 5.074 0 005.074-5.073V20.361L37.058.051H5.112z" fill-rule="evenodd" clip-rule="evenodd" fill="#0176D3"></path>
|
|
5
5
|
<path d="M14.952 49.011h-3.331v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.854c0-.594.486-1.081 1.08-1.081h3.745c2.413 0 3.763 1.657 3.763 3.619 0 1.963-1.387 3.619-3.763 3.619zm-.181-5.906h-3.15v4.573h3.15c1.423 0 2.395-.936 2.395-2.287 0-1.349-.972-2.286-2.395-2.286zm10.26 10.894c-1.781 0-3.187-.594-4.213-1.495a.71.71 0 01-.234-.54c0-.36.271-.756.703-.756.144 0 .306.036.432.144.828.739 1.98 1.314 3.367 1.314 2.143 0 2.826-1.152 2.826-2.071 0-3.097-7.111-1.386-7.111-5.672 0-1.98 1.764-3.331 4.123-3.331 1.549 0 2.881.467 3.854 1.278a.73.73 0 01.252.54c0 .36-.307.72-.703.72a.682.682 0 01-.432-.162c-.883-.72-1.98-1.044-3.078-1.044-1.441 0-2.467.774-2.467 1.909 0 2.701 7.111 1.152 7.111 5.636 0 1.748-1.188 3.53-4.43 3.53zm11.215-.216h-3.025c-.594 0-1.08-.487-1.08-1.081v-9.849c0-.594.486-1.081 1.08-1.081h3.025c3.727 0 6.157 2.611 6.157 6.014 0 3.422-2.43 5.997-6.157 5.997zm0-10.678h-2.611v9.345h2.611c2.916 0 4.609-2.088 4.609-4.663 0-2.593-1.638-4.682-4.609-4.682z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#014486"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#AACBFF"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path
|
|
6
|
-
<path
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#0176D3" d="M0 5.1v53.7C0 61.7 2.3 64 5.1 64h45.7c2.8 0 5.1-2.3 5.1-5.1V21L37 0H5.1C2.3 0 0 2.3 0 5.1z"></path>
|
|
5
|
+
<path fill="#AACBFF" d="M37 0l19 21H42.1c-2.8 0-5.2-2.3-5.2-5.2L37 0z"></path>
|
|
6
|
+
<path fill="#014486" d="M37 15.9v1c0 2.8 2.3 5.2 5.2 5.2H56v-1H42.1c-2.8-.1-5.1-2.4-5.1-5.2z"></path>
|
|
7
7
|
<path fill="#FFF" d="M23.5 46.7h-6.9c-.4 0-.8.3-.8.8s.3.8.8.8h6.9c.4 0 .8-.3.8-.8s-.4-.8-.8-.8zM16.5 41.3h6.9c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-6.9c-.4 0-.8.3-.8.8.1.5.4.8.8.8zM14.2 43.2c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h11.5c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H14.2z"></path>
|
|
8
8
|
<path fill="#FFF" d="M26.8 36.7c-3.9-3.7-10.1-3.6-13.9.2-3.8 3.8-3.9 10-.2 13.9 1.9 2 4.5 3.2 7.3 3.2h9.2c.4 0 .8-.3.8-.8V44c0-2.8-1.1-5.4-3.2-7.3zm1.6 15.8H20c-2.3 0-4.6-1-6.2-2.7-1.6-1.7-2.4-4-2.3-6.3.3-4.3 3.7-7.7 7.9-7.9h.5c4.7 0 8.5 3.8 8.5 8.5v8.4z"></path>
|
|
9
9
|
</g>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path
|
|
6
|
-
<path
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#3BA755" d="M0 5.1v53.7C0 61.7 2.3 64 5.1 64h45.7c2.8 0 5.1-2.3 5.1-5.1V21L37 0H5.1C2.3 0 0 2.3 0 5.1z"></path>
|
|
5
|
+
<path fill="#CDEFC4" d="M37 0l19 21H42.1c-2.8 0-5.2-2.3-5.2-5.2L37 0z"></path>
|
|
6
|
+
<path fill="#22683E" d="M37 15.9v1c0 2.8 2.3 5.2 5.2 5.2H56v-1H42.1c-2.8-.1-5.1-2.4-5.1-5.2z"></path>
|
|
7
7
|
<path fill="#FFF" d="M23.5 46.7h-6.9c-.4 0-.8.3-.8.8s.3.8.8.8h6.9c.4 0 .8-.3.8-.8s-.4-.8-.8-.8zM16.5 41.3h6.9c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-6.9c-.4 0-.8.3-.8.8.1.5.4.8.8.8zM14.2 43.2c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h11.5c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H14.2z"></path>
|
|
8
8
|
<path fill="#FFF" d="M26.8 36.7c-3.9-3.7-10.1-3.6-13.9.2-3.8 3.8-3.9 10-.2 13.9 1.9 2 4.5 3.2 7.3 3.2h9.2c.4 0 .8-.3.8-.8V44c0-2.8-1.1-5.4-3.2-7.3zM20 52.5c-2.3 0-4.6-1-6.2-2.7-1.6-1.7-2.4-4-2.3-6.3.3-4.3 3.7-7.7 7.9-7.9h.5c4.7 0 8.5 3.8 8.5 8.5v8.4H20z"></path>
|
|
9
9
|
</g>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path
|
|
6
|
-
<path
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#9050E9" d="M0 5.1v53.7C0 61.7 2.3 64 5.1 64h45.7c2.8 0 5.1-2.3 5.1-5.1V21L37 0H5.1C2.3 0 0 2.3 0 5.1z"></path>
|
|
5
|
+
<path fill="#ECE1F9" d="M37 0l19 21H42.1c-2.8 0-5.2-2.3-5.2-5.2L37 0z"></path>
|
|
6
|
+
<path fill="#5A1BA9" d="M37 15.9v1c0 2.8 2.3 5.2 5.2 5.2H56v-1H42.1c-2.8-.1-5.1-2.4-5.1-5.2z"></path>
|
|
7
7
|
<path fill="#FFF" d="M23.5 46.7h-6.9c-.4 0-.8.3-.8.8s.3.8.8.8h6.9c.4 0 .8-.3.8-.8s-.4-.8-.8-.8zM16.5 41.3h6.9c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-6.9c-.4 0-.8.3-.8.8.1.5.4.8.8.8zM14.2 43.2c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h11.5c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H14.2z"></path>
|
|
8
8
|
<path fill="#FFF" d="M26.8 36.7c-3.9-3.7-10.1-3.6-13.9.2-3.8 3.8-3.9 10-.2 13.9 1.9 2 4.5 3.2 7.3 3.2h9.2c.4 0 .8-.3.8-.8V44c0-2.8-1.1-5.4-3.2-7.3zM20 52.5c-2.3 0-4.6-1-6.2-2.7-1.6-1.7-2.4-4-2.3-6.3.3-4.3 3.7-7.7 7.9-7.9h.5c4.7 0 8.5 3.8 8.5 8.5v8.4H20z"></path>
|
|
9
9
|
</g>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.113.006A5.074 5.074 0 00.039 5.08v53.841a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.316L37.058.006H5.113z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.113.006A5.074 5.074 0 00.039 5.08v53.841a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.316L37.058.006H5.113z" fill-rule="evenodd" clip-rule="evenodd" fill="#1B96FF"></path>
|
|
5
5
|
<path d="M15.611 48.825l2.575 3.907a.756.756 0 01.108.378c0 .36-.306.72-.738.72a.699.699 0 01-.594-.324l-2.935-4.555h-2.395v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.793c0-.594.486-1.081 1.081-1.081h3.745c2.197 0 3.763 1.405 3.763 3.619 0 2.161-1.477 3.35-3.116 3.494zm-3.979-5.78v4.591h3.151c1.422 0 2.395-.954 2.395-2.305 0-1.35-.972-2.287-2.395-2.287h-3.151zm17.463 0h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.045h-3.259c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h8.031c.36 0 .648.288.648.685a.647.647 0 01-.649.647zm10.295 0h-5.833v3.871h5.708c.36 0 .648.288.648.685 0 .36-.288.648-.648.648h-5.708v4.843a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.793c0-.594.486-1.081 1.081-1.081h6.248c.36 0 .648.288.648.685a.648.648 0 01-.65.648z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#0B5CAB"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#AACBFF"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.15.008A5.074 5.074 0 00.078 5.082v53.842a5.072 5.072 0 005.072 5.073h45.775a5.074 5.074 0 005.074-5.073V20.318L37.096.008H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.15.008A5.074 5.074 0 00.078 5.082v53.842a5.072 5.072 0 005.072 5.073h45.775a5.074 5.074 0 005.074-5.073V20.318L37.096.008H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#0D9DDA"></path>
|
|
5
5
|
<path d="M10.121 34.772v19.09h19.918v-19.09H10.121zM28.226 50.24H11.931V38.396h16.295V50.24z" fill="#fff"></path>
|
|
6
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
7
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
6
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill-rule="evenodd" clip-rule="evenodd" fill="#05628A"></path>
|
|
7
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill-rule="evenodd" clip-rule="evenodd" fill="#90D0FE"></path>
|
|
8
8
|
</g>
|
|
9
9
|
</svg>
|
|
10
10
|
</template>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
6
|
-
<path
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FCC003" d="M5.1 0C2.3 0 0 2.3 0 5.1v53.8C0 61.7 2.3 64 5.1 64h45.7c2.8 0 5.1-2.3 5.1-5.1V20.3L37 0H5.1z"></path>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#E4A201" d="M56 20.4v1H43.2s-6.3-1.3-6.2-6.8c0 0 .3 5.8 6.1 5.8H56z"></path>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#F9E3B6" d="M37.1 0v14.6c0 1.6 1.1 5.8 6.1 5.8H56L37.1 0z"></path>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#2E2204" d="M10.2 36.4v11.5l6.1 6h13.1c.9 0 1.6-.7 1.6-1.5v-16c0-.9-.7-1.6-1.6-1.6H11.8c-.9 0-1.6.7-1.6 1.6z"></path>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FCC003" d="M27.5 45.2H13.8v-1.6h13.7v1.6zm0-3.6H13.8V40h13.7v1.6zm0 7.2h-8.9v-1.7h8.9v1.7z"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</svg>
|
|
11
11
|
</template>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.151-.036A5.074 5.074 0 00.077 5.038v53.841a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.274L37.097-.036H5.151z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path d="M18.763 43.045h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.045h-3.259c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h8.03c.36 0 .648.288.648.685a.645.645 0 01-.648.647zm11.7 10.803a.64.64 0 01-.541-.27l-3.727-4.97-3.745 4.97a.639.639 0 01-.54.27.71.71 0 01-.72-.72c0-.144.036-.306.144-.432l3.889-5.131-3.619-4.826a.721.721 0 01-.144-.414c0-.343.288-.721.72-.721.216 0 .432.108.576.288l3.439 4.627 3.439-4.646a.642.642 0 01.541-.27c.378 0 .738.306.738.721a.7.7 0 01-.126.414l-3.619 4.808 3.89 5.149c.09.126.126.27.126.415a.739.739 0 01-.721.738zm11.195-10.803h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.045h-3.259c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h8.03c.36 0 .648.288.648.685a.644.644 0 01-.648.647z" fill="#
|
|
4
|
+
<path d="M5.151-.036A5.074 5.074 0 00.077 5.038v53.841a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.274L37.097-.036H5.151z" fill-rule="evenodd" clip-rule="evenodd" fill="#FCC003"></path>
|
|
5
|
+
<path d="M18.763 43.045h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.045h-3.259c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h8.03c.36 0 .648.288.648.685a.645.645 0 01-.648.647zm11.7 10.803a.64.64 0 01-.541-.27l-3.727-4.97-3.745 4.97a.639.639 0 01-.54.27.71.71 0 01-.72-.72c0-.144.036-.306.144-.432l3.889-5.131-3.619-4.826a.721.721 0 01-.144-.414c0-.343.288-.721.72-.721.216 0 .432.108.576.288l3.439 4.627 3.439-4.646a.642.642 0 01.541-.27c.378 0 .738.306.738.721a.7.7 0 01-.126.414l-3.619 4.808 3.89 5.149c.09.126.126.27.126.415a.739.739 0 01-.721.738zm11.195-10.803h-3.277v10.047a.734.734 0 01-.756.738.73.73 0 01-.738-.738V43.045h-3.259c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h8.03c.36 0 .648.288.648.685a.644.644 0 01-.648.647z" fill="#2E2204"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M56.008 20.316v1H43.209s-6.312-1.26-6.129-6.708c0 0 .208 5.708 6.004 5.708h12.924z" fill="#
|
|
8
|
-
<path d="M37.106-.036v14.561c0 1.656 1.104 5.792 6.104 5.792h12.799L37.106-.036z"
|
|
7
|
+
<path d="M56.008 20.316v1H43.209s-6.312-1.26-6.129-6.708c0 0 .208 5.708 6.004 5.708h12.924z" fill="#E4A201"></path>
|
|
8
|
+
<path d="M37.106-.036v14.561c0 1.656 1.104 5.792 6.104 5.792h12.799L37.106-.036z" fill="#F9E3B6"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
4
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
5
|
-
<path d="M5.113.007A5.073 5.073 0 00.039 5.081v53.84a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.315L37.058.007H5.113z" fill="#
|
|
6
|
-
<path d="M55.976 20.352v1H43.177s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
7
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
5
|
+
<path d="M5.113.007A5.073 5.073 0 00.039 5.081v53.84a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.315L37.058.007H5.113z" fill="#747474"></path>
|
|
6
|
+
<path d="M55.976 20.352v1H43.177s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#5C5C5C"></path>
|
|
7
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#C9C9C9"></path>
|
|
8
8
|
</g>
|
|
9
9
|
</g>
|
|
10
10
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.15.011A5.073 5.073 0 00.078 5.085v53.841A5.073 5.073 0 005.15 64h45.775A5.075 5.075 0 0056 58.926V20.32L37.096.011H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.15.011A5.073 5.073 0 00.078 5.085v53.841A5.073 5.073 0 005.15 64h45.775A5.075 5.075 0 0056 58.926V20.32L37.096.011H5.15z" fill-rule="evenodd" clip-rule="evenodd" fill="#730394"></path>
|
|
5
5
|
<path d="M24.531 45.529c0 .368-.163.736-.449.981-.205.163-5.255 4.417-11.839 7.095a1.411 1.411 0 01-.511.103 1.35 1.35 0 01-.675-.184 1.229 1.229 0 01-.613-.981c-.021-.144-.307-3.456-.307-7.014s.286-6.87.307-6.993c.021-.408.266-.776.613-1.002.205-.122.43-.184.675-.184.164 0 .348.041.511.103 6.584 2.678 11.634 6.932 11.839 7.115.286.225.449.593.449.961z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#3D0157"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#E5B9FE"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.111.006A5.073 5.073 0 00.039 5.08v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.315L37.057.006H5.111z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.111.006A5.073 5.073 0 00.039 5.08v53.841a5.073 5.073 0 005.072 5.074h45.775a5.074 5.074 0 005.074-5.074V20.315L37.057.006H5.111z" fill-rule="evenodd" clip-rule="evenodd" fill="#0B5CAB"></path>
|
|
5
5
|
<path d="M20.915 42.686l-4.16 10.334c-.198.486-.684.81-1.188.81h-.036a1.316 1.316 0 01-1.207-.81l-4.141-10.334a.755.755 0 01-.054-.289c0-.36.324-.792.811-.792.306 0 .594.181.72.486l3.889 9.993 3.889-9.993a.767.767 0 01.72-.486c.468 0 .81.378.81.792 0 .09-.018.198-.053.289zm3.147 11.144a.73.73 0 01-.738-.738V42.325c0-.396.324-.721.774-.721.396 0 .72.324.72.721v10.767a.734.734 0 01-.756.738zm7.902.108c-1.782 0-3.187-.594-4.213-1.495a.71.71 0 01-.234-.54c0-.36.27-.756.702-.756.144 0 .306.036.432.145.829.738 1.981 1.314 3.367 1.314 2.143 0 2.827-1.152 2.827-2.071 0-3.097-7.112-1.386-7.112-5.672 0-1.98 1.764-3.33 4.123-3.33 1.548 0 2.881.467 3.853 1.277a.731.731 0 01.252.541c0 .359-.306.72-.702.72a.68.68 0 01-.432-.162c-.882-.72-1.98-1.044-3.079-1.044-1.44 0-2.467.774-2.467 1.909 0 2.701 7.112 1.152 7.112 5.636.001 1.746-1.188 3.528-4.429 3.528z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#032D60"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#AACBFF"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
4
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
5
|
-
<path d="M5.152.011A5.074 5.074 0 00.078 5.085v53.841A5.074 5.074 0 005.152 64h45.773A5.075 5.075 0 0056 58.926V20.32L37.098.011H5.152z" fill="#
|
|
6
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
7
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
5
|
+
<path d="M5.152.011A5.074 5.074 0 00.078 5.085v53.841A5.074 5.074 0 005.152 64h45.773A5.075 5.075 0 0056 58.926V20.32L37.098.011H5.152z" fill="#3BA755"></path>
|
|
6
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#22683E"></path>
|
|
7
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#CDEFC4"></path>
|
|
8
8
|
</g>
|
|
9
|
-
<path d="M20.463 53.854c5.161-.271 9.261-4.538 9.261-9.767a9.78 9.78 0 00-9.26-9.767l-.001 19.534z" fill="#
|
|
9
|
+
<path d="M20.463 53.854c5.161-.271 9.261-4.538 9.261-9.767a9.78 9.78 0 00-9.26-9.767l-.001 19.534z" fill="#CDEFC4"></path>
|
|
10
10
|
<path d="M19.338 53.852c-5.119-.316-9.174-4.565-9.174-9.764s4.056-9.447 9.174-9.763v19.527z" fill="#fff"></path>
|
|
11
11
|
</g>
|
|
12
12
|
</svg>
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
4
|
<g fill-rule="evenodd">
|
|
5
|
-
<path d="M5.11 0A5.07 5.07 0 000 5v53.88A5.07 5.07 0 005.11 64h45.78A5.07 5.07 0 0056 58.88v-38.6L37.06 0z" fill="#
|
|
5
|
+
<path d="M5.11 0A5.07 5.07 0 000 5v53.88A5.07 5.07 0 005.11 64h45.78A5.07 5.07 0 0056 58.88v-38.6L37.06 0z" fill="#107CAD"></path>
|
|
6
6
|
<path d="M56 20.35v1H43.18s-6.31-1.26-6.13-6.71c0 0 .21 5.71 6 5.71z" fill="#084968"></path>
|
|
7
|
-
<path d="M37.07 0v14.56a5.78 5.78 0 006.11 5.79H56z" fill="#
|
|
7
|
+
<path d="M37.07 0v14.56a5.78 5.78 0 006.11 5.79H56z" fill="#90D0FE"></path>
|
|
8
8
|
</g>
|
|
9
9
|
<path d="M14.24 53.86h-3a1.08 1.08 0 01-1.08-1.08v-9.85a1.08 1.08 0 011.08-1.08h3a6 6 0 110 12zm0-10.67h-2.61v9.34h2.61a4.41 4.41 0 004.61-4.66 4.38 4.38 0 00-4.61-4.68zm14.42 10.89a5.86 5.86 0 01-6-6.21 6 6 0 1111.92 0 5.87 5.87 0 01-5.92 6.21zm0-11.09c-2.7 0-4.41 2.07-4.41 4.88s1.71 4.88 4.41 4.88 4.41-2.09 4.41-4.88S31.35 43 28.66 43zm18.45.38a.75.75 0 01.2.52.71.71 0 01-.7.72.64.64 0 01-.51-.24 4.06 4.06 0 00-3-1.38 4.61 4.61 0 00-4.63 4.88 4.63 4.63 0 004.63 4.88 4 4 0 003-1.37.7.7 0 01.51-.24.72.72 0 01.7.74.78.78 0 01-.2.51 5.33 5.33 0 01-4 1.69 6.22 6.22 0 010-12.43 5.26 5.26 0 014 1.72z" fill="#fff"></path>
|
|
10
10
|
</g>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.112-.024A5.074 5.074 0 00.038 5.05v53.841a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.285L37.058-.024H5.112z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
5
|
-
<path d="M19.371 53.848a.64.64 0 01-.541-.27l-3.727-4.97-3.745 4.97a.638.638 0 01-.54.27.712.712 0 01-.721-.72.66.66 0 01.145-.432l3.889-5.131-3.619-4.826a.721.721 0 01-.144-.414c0-.343.288-.721.72-.721.217 0 .433.108.576.288l3.439 4.627 3.439-4.646a.64.64 0 01.54-.27c.378 0 .737.306.737.721a.7.7 0 01-.125.414l-3.619 4.808 3.889 5.149c.09.126.127.27.127.415a.736.736 0 01-.72.738zm14.455-.018a.73.73 0 01-.738-.738v-9.254l-4.033 9.759c-.055.143-.2.233-.379.233a.37.37 0 01-.342-.234l-4.016-9.759v9.254a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.829c0-.648.559-1.207 1.242-1.207.486 0 .99.288 1.188.756l3.438 8.373 3.457-8.373c.199-.468.686-.756 1.189-.756.684 0 1.242.558 1.242 1.207v10.263c.002.414-.322.738-.754.738zm10.546-.108h-5.456c-.594 0-1.08-.486-1.08-1.081V42.325c0-.396.324-.721.774-.721.396 0 .72.324.72.721V52.39h5.042c.36 0 .647.288.647.648.001.396-.287.684-.647.684z" fill="#
|
|
4
|
+
<path d="M5.112-.024A5.074 5.074 0 00.038 5.05v53.841a5.073 5.073 0 005.074 5.074h45.774a5.074 5.074 0 005.074-5.074V20.285L37.058-.024H5.112z" fill-rule="evenodd" clip-rule="evenodd" fill="#F38303"></path>
|
|
5
|
+
<path d="M19.371 53.848a.64.64 0 01-.541-.27l-3.727-4.97-3.745 4.97a.638.638 0 01-.54.27.712.712 0 01-.721-.72.66.66 0 01.145-.432l3.889-5.131-3.619-4.826a.721.721 0 01-.144-.414c0-.343.288-.721.72-.721.217 0 .433.108.576.288l3.439 4.627 3.439-4.646a.64.64 0 01.54-.27c.378 0 .737.306.737.721a.7.7 0 01-.125.414l-3.619 4.808 3.889 5.149c.09.126.127.27.127.415a.736.736 0 01-.72.738zm14.455-.018a.73.73 0 01-.738-.738v-9.254l-4.033 9.759c-.055.143-.2.233-.379.233a.37.37 0 01-.342-.234l-4.016-9.759v9.254a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.829c0-.648.559-1.207 1.242-1.207.486 0 .99.288 1.188.756l3.438 8.373 3.457-8.373c.199-.468.686-.756 1.189-.756.684 0 1.242.558 1.242 1.207v10.263c.002.414-.322.738-.754.738zm10.546-.108h-5.456c-.594 0-1.08-.486-1.08-1.081V42.325c0-.396.324-.721.774-.721.396 0 .72.324.72.721V52.39h5.042c.36 0 .647.288.647.648.001.396-.287.684-.647.684z" fill="#371E03"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#A96404"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#FFBA90"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 56 64" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<path d="M5.113-.026A5.074 5.074 0 00.039 5.048v53.841a5.073 5.073 0 005.074 5.074h45.773a5.074 5.074 0 005.074-5.074V20.284L37.059-.026H5.113z" fill-rule="evenodd" clip-rule="evenodd" fill="#
|
|
4
|
+
<path d="M5.113-.026A5.074 5.074 0 00.039 5.048v53.841a5.073 5.073 0 005.074 5.074h45.773a5.074 5.074 0 005.074-5.074V20.284L37.059-.026H5.113z" fill-rule="evenodd" clip-rule="evenodd" fill="#747474"></path>
|
|
5
5
|
<path d="M18.438 53.906h-7.581c-.378 0-.756-.342-.756-.828 0-.18.054-.36.162-.504l6.68-9.345h-6.212c-.36 0-.648-.288-.648-.684 0-.36.288-.648.648-.648h7.454c.378 0 .756.342.756.829 0 .18-.054.36-.162.504l-6.68 9.345h6.338c.36 0 .648.288.648.648.001.395-.287.683-.647.683zm4.012.108a.73.73 0 01-.738-.738V42.509c0-.396.324-.721.774-.721.396 0 .72.324.72.721v10.767a.735.735 0 01-.756.738zm8.839-4.879h-3.331v4.141a.734.734 0 01-.756.738.73.73 0 01-.738-.738V42.977c0-.594.486-1.081 1.081-1.081h3.745c2.413 0 3.763 1.657 3.763 3.619s-1.387 3.62-3.764 3.62zm-.18-5.906h-3.151v4.573h3.151c1.422 0 2.395-.936 2.395-2.287-.001-1.35-.973-2.286-2.395-2.286z" fill="#fff"></path>
|
|
6
6
|
<g fill-rule="evenodd" clip-rule="evenodd">
|
|
7
|
-
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#
|
|
8
|
-
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z"
|
|
7
|
+
<path d="M55.977 20.352v1H43.178s-6.312-1.26-6.129-6.707c0 0 .208 5.707 6.004 5.707h12.924z" fill="#5C5C5C"></path>
|
|
8
|
+
<path d="M37.074 0v14.561c0 1.656 1.104 5.791 6.104 5.791h12.799L37.074 0z" fill="#C9C9C9"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|
|
11
11
|
</svg>
|
|
@@ -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
|
-
<
|
|
5
|
-
|
|
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
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
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>
|
package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/crypto_category_wallet_group.html
CHANGED
|
@@ -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="
|
|
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>
|
package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/funding_award_adjustment.html
ADDED
|
@@ -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>
|