lightning-base-components 1.17.3-alpha → 1.17.6-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 +125 -2
- package/package.json +17 -1
- package/scopedImports/@salesforce-label-LightningInput.mailingAddressFieldsUpdateText.js +1 -0
- package/scopedImports/@salesforce-label-LightningToast.genericNavigationAssistiveText.js +1 -0
- package/scopedImports/@salesforce-label-LightningToast.macNavigationAssistiveText.js +1 -0
- package/src/lightning/ariaObserver/__examples__/connect/connect.html +19 -0
- package/src/lightning/ariaObserver/__examples__/connect/connect.js +9 -0
- package/src/lightning/ariaObserver/__examples__/connectChild/connectChild.html +3 -0
- package/src/lightning/ariaObserver/__examples__/connectChild/connectChild.js +43 -0
- package/src/lightning/ariaObserver/ariaObserver.js +16 -2
- package/src/lightning/baseCombobox/baseCombobox.js +11 -3
- package/src/lightning/baseCombobox/keyboard.js +3 -0
- package/src/lightning/breadcrumb/breadcrumb.css +3 -0
- package/src/lightning/breadcrumb/breadcrumb.html +1 -1
- package/src/lightning/breadcrumb/breadcrumb.slds.css +25 -0
- package/src/lightning/breadcrumbs/breadcrumbs.css +3 -0
- package/src/lightning/breadcrumbs/breadcrumbs.html +1 -1
- package/src/lightning/breadcrumbs/breadcrumbs.slds.css +33 -0
- package/src/lightning/button/button.html +2 -1
- package/src/lightning/button/button.js +9 -0
- package/src/lightning/buttonIcon/button-icon.slds.css +5 -1
- package/src/lightning/buttonIcon/buttonIcon.html +2 -1
- package/src/lightning/buttonIcon/buttonIcon.js +10 -1
- package/src/lightning/buttonIconStateful/button-icon-stateful.slds.css +5 -1
- package/src/lightning/dualListbox/dual-listbox.slds.css +200 -0
- package/src/lightning/dualListbox/dualListbox.css +3 -1
- package/src/lightning/dualListbox/dualListbox.html +2 -2
- package/src/lightning/dualListbox/dualListbox.js +2 -0
- package/src/lightning/dualListbox/form-element.slds.css +232 -0
- package/src/lightning/dynamicIcon/dynamic-icon-ellie.slds.css +180 -0
- package/src/lightning/dynamicIcon/dynamic-icon-eq.slds.css +63 -0
- package/src/lightning/dynamicIcon/dynamic-icon-score.slds.css +46 -0
- package/src/lightning/dynamicIcon/dynamic-icon-strength.slds.css +122 -0
- package/src/lightning/dynamicIcon/dynamic-icon-trend.slds.css +117 -0
- package/src/lightning/dynamicIcon/dynamic-icon-waffle.slds.css +177 -0
- package/src/lightning/dynamicIcon/ellie.css +1 -0
- package/src/lightning/dynamicIcon/eq.css +1 -0
- package/src/lightning/dynamicIcon/score.css +1 -0
- package/src/lightning/dynamicIcon/strength.css +1 -0
- package/src/lightning/dynamicIcon/trend.css +1 -0
- package/src/lightning/dynamicIcon/waffle.css +1 -0
- package/src/lightning/f6Controller/f6Controller.js +382 -0
- package/src/lightning/f6Controller/f6Controller.js-meta.xml +4 -0
- package/src/lightning/formattedRichText/formattedRichText.js +4 -3
- package/src/lightning/helptext/form-element.slds.css +232 -0
- package/src/lightning/helptext/help-text.slds.css +5 -1
- package/src/lightning/helptext/helptext.css +2 -1
- package/src/lightning/helptext/helptext.html +1 -0
- package/src/lightning/helptext/helptext.js +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplates/buildTemplates/templates.js +34 -1
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplates/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/templates.js +34 -1
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplatesRtl/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandard/buildTemplates/templates.js +11 -1
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/bill_of_materials.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/datashare_target.html +9 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/datashares.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/disclosure_and_compliance.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/facility_bed.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/market.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/price_sheet.html +7 -0
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/standard/travel_mode.html +2 -2
- package/src/lightning/iconSvgTemplatesStandardRtl/buildTemplates/templates.js +11 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/templates.js +24 -1
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplatesUtility/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/templates.js +24 -1
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/add_source.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/app_web_messaging.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/bookmark_stroke.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/buyer_group_qualifier.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/document_preview.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/expired.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/favorite_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/heart.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/hourglass.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/integration.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/market.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/more.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/mulesoft.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/notification_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/notification_snoozed.html +9 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/profile_alt.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/promotion_tiers.html +10 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/sender_email.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/service_appointment.html +13 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/service_report.html +8 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/toggle_off.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/toggle_on.html +7 -0
- package/src/lightning/iconSvgTemplatesUtilityRtl/buildTemplates/utility/your_account.html +10 -0
- package/src/lightning/input/input-text.slds.css +1 -1
- package/src/lightning/input/input.html +3 -3
- package/src/lightning/input/input.js +38 -2
- package/src/lightning/inputAddress/__docs__/inputAddress.md +3 -0
- package/src/lightning/inputAddress/inputAddress.html +1 -0
- package/src/lightning/inputAddress/inputAddress.js +6 -0
- package/src/lightning/modal/__examples__disabled/allform/allform.html +1 -1
- package/src/lightning/modal/__examples__disabled/allform/allform.js +1 -1
- package/src/lightning/modal/__examples__disabled/allformfull/allformfull.css +7 -0
- package/src/lightning/modal/__examples__disabled/allformfull/allformfull.html +9 -0
- package/src/lightning/modal/__examples__disabled/allformfull/allformfull.js +49 -0
- package/src/lightning/modal/__examples__disabled/demoallformfull/demoallformfull.css +3 -0
- package/src/lightning/modal/__examples__disabled/demoallformfull/demoallformfull.html +146 -0
- package/src/lightning/modal/__examples__disabled/demoallformfull/demoallformfull.js +240 -0
- package/src/lightning/modalBase/modalBase.css +1 -1
- package/src/lightning/modalBase/modalBase.html +2 -2
- package/src/lightning/modalBase/modalBase.js +199 -45
- package/src/lightning/modalBody/modalBody.js +133 -18
- package/src/lightning/modalFooter/modalFooter.js +57 -1
- package/src/lightning/navigation/__docs__/navigation.md +1 -1
- package/src/lightning/popup/popover.slds.css +121 -0
- package/src/lightning/popup/popup.css +3 -0
- package/src/lightning/positionLibrary/direction.js +10 -17
- package/src/lightning/primitiveBubble/primitiveBubble.js +16 -1
- package/src/lightning/select/__docs__/select.md +9 -0
- package/src/lightning/select/__examples__/disabled/disabled.html +10 -0
- package/src/lightning/select/__examples__/disabled/disabled.js +27 -0
- package/src/lightning/select/__examples__/hidden/hidden.html +10 -0
- package/src/lightning/select/__examples__/hidden/hidden.js +27 -0
- package/src/lightning/select/__examples__/inline/inline.html +10 -0
- package/src/lightning/select/__examples__/inline/inline.js +27 -0
- package/src/lightning/select/form-element.slds.css +232 -0
- package/src/lightning/select/select.css +3 -0
- package/src/lightning/select/select.html +2 -2
- package/src/lightning/select/select.js +3 -0
- package/src/lightning/select/select.slds.css +398 -0
- package/src/lightning/showToastEvent/showToastEvent.js +21 -0
- package/src/lightning/showToastEvent/showToastEvent.js-meta.xml +4 -0
- package/src/lightning/sldsCommon/sldsCommon.css +21 -4
- package/src/lightning/toast/__docs__/toast.md +103 -0
- package/src/lightning/toast/toast.css +52 -0
- package/src/lightning/toast/toast.html +70 -0
- package/src/lightning/toast/toast.js +608 -0
- package/src/lightning/toast/toast.js-meta.xml +4 -0
- package/src/lightning/toastContainer/__docs__/toastContainer.md +59 -0
- package/src/lightning/toastContainer/toastContainer.css +32 -0
- package/src/lightning/toastContainer/toastContainer.html +9 -0
- package/src/lightning/toastContainer/toastContainer.js +471 -0
- package/src/lightning/toastContainer/toastContainer.js-meta.xml +6 -0
- package/src/lightning/tooltipLibrary/tooltipLibrary.js +82 -19
- package/src/lightning/treeGrid/__docs__/treeGrid.md +4 -3
- package/src/lightning/utilsPrivate/url.js +2 -1
- package/src/lightning/verticalNavigation/vertical-navigation.slds.css +4 -0
- package/src/lightning/verticalNavigation/verticalNavigation.css +1 -0
- package/src/lightning/verticalNavigation/verticalNavigation.html +1 -1
- package/src/lightning/verticalNavigationSection/vertical-navigation-section.slds.css +19 -0
- package/src/lightning/verticalNavigationSection/verticalNavigationSection.css +2 -0
- package/src/lightning/verticalNavigationSection/verticalNavigationSection.html +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M26 48.12c-12.07 0-21.84-9.83-21.84-21.97S13.93 4.17 26 4.17 47.84 14 47.84 26.14 38.07 48.11 26 48.11zm0-46.11C12.78 2 2 12.7 2 26s10.78 24 24 24 24-10.7 24-24S39.22 2 26 2z"></path>
|
|
5
|
+
<path d="M19.96 36.85c-3.59-1.74-6.18-5.64-6.18-9.97 0-2.31.72-4.48 1.87-6.36l7.91 11.86h4.74l7.91-11.86c1.15 1.74 1.87 4.05 1.87 6.36 0 4.19-2.15 7.81-5.46 9.69l1.58 5.78c5.75-3.04 9.77-9.11 9.77-16.05s-3.59-12.44-8.77-15.47L26 25l-9.05-14.31c-5.32 3.18-8.91 8.96-8.91 15.62 0 7.23 4.17 13.45 10.35 16.34l1.58-5.78v-.02z"></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 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M47.78 6.65c.61-.61.61-1.6 0-2.21L45.8 2.46c-.61-.61-1.6-.61-2.21 0l-5.98 5.98a15.43 15.43 0 00-11.62-4.5c-8.25.38-14.59 7.49-14.59 15.84v10.65c0 1.82-1.54 3.26-3.36 3.26h-.48c-2.11 0-3.84 1.82-3.84 3.93v1.44c0 .67.67 1.34 1.44 1.34h.48l-2.97 2.97c-.61.61-.61 1.6 0 2.21l1.98 1.98c.61.61 1.6.61 2.21 0l34.11-34.1 6.81-6.82zM45.47 33.69h.48c2.11 0 3.84 1.73 3.84 3.84v1.44c0 .77-.67 1.44-1.44 1.44h-28.2l21.94-21.94c0 .27.02.55.02.83v11.04c0 1.82 1.54 3.36 3.36 3.36zM31.46 44.24h-9.41c-.58 0-1.06.58-.96 1.15.48 2.69 2.88 4.61 5.66 4.61s5.18-2.02 5.66-4.61c.1-.58-.38-1.15-.96-1.15z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M49.69 2c.26 0 .49.23.49.49v1.05c0 .1-.03.23-.1.33l-4.97 6.08h4.58c.26 0 .49.23.49.49v.98c0 .26-.23.49-.49.49h-6.87c-.26 0-.49-.23-.49-.49v-.98c0-.1.03-.2.1-.26v-.03l5.07-6.18h-4.68c-.26 0-.49-.23-.49-.49V2.5c0-.26.23-.49.49-.49h6.87z"></path>
|
|
5
|
+
<path d="M45.35 33.13h.5c2.18 0 3.97 1.79 3.97 3.97v1.49c0 .79-.69 1.49-1.49 1.49H3.67c-.79 0-1.49-.69-1.49-1.39V37.2c0-2.18 1.79-4.07 3.97-4.07h.5c1.89 0 3.47-1.49 3.47-3.37V18.75c0-8.63 6.55-15.98 15.08-16.37 9.13-.4 16.67 6.85 16.67 15.88v11.41c0 1.89 1.59 3.47 3.47 3.47zM35.89 7.97c.52 0 .98.46.98.98v2.09c0 .2-.07.46-.2.65l-9.92 12.14h9.14c.52 0 .98.46.98.98v1.96c0 .52-.46.98-.98.98H22.18c-.52 0-.98-.46-.98-.98v-1.96c0-.2.07-.39.2-.52v-.07l10.12-12.34h-9.33c-.52 0-.98-.46-.98-.98V8.94c0-.52.46-.98.98-.98h13.7z" fill-rule="evenodd"></path>
|
|
6
|
+
<path d="M21.14 44.04h9.72c.6 0 1.09.6.99 1.19-.5 2.68-2.98 4.76-5.85 4.76s-5.36-1.98-5.85-4.76c-.1-.6.4-1.19.99-1.19z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M26 2C12.75 2 2 12.75 2 26s10.75 24 24 24 24-10.75 24-24S39.25 2 26 2zm0 9c4.12 0 7.44 3.69 7.44 8.25S30.13 27.5 26 27.5s-7.44-3.69-7.44-8.25S21.87 11 26 11zm15 27c0 1.62-1.38 3-3 3H14c-1.62 0-3-1.38-3-3v-1.38c0-3.62 4.25-5.88 8.25-7.62l.38-.19c.31-.12.62-.12.94.06 1.62 1.06 3.44 1.62 5.38 1.62s3.81-.62 5.38-1.62c.31-.19.62-.19.94-.06l.38.19c4.12 1.75 8.38 3.94 8.38 7.62V38z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M27.35 24.87l-.16-.1.16.1zM41.87 38.84c-1.04 0-1.88.84-1.88 1.88s.84 1.88 1.88 1.88 1.88-.84 1.88-1.88-.84-1.88-1.88-1.88z"></path>
|
|
5
|
+
<path d="M49.32 35.13l-1.42-1.71c-.42-.5-.67-1.12-.71-1.77l-.16-2.18a2.8 2.8 0 00-2.56-2.6l-1.9-.15c-.85-.08-1.65-.43-2.29-1l-1.44-1.27c-1.05-.9-2.6-.9-3.65 0l-1.57 1.32c-.58.5-1.31.79-2.07.84l-2 .14c-1.38.1-2.49 1.18-2.62 2.56l-.14 1.86c-.08.86-.43 1.66-1 2.31l-1.25 1.44c-.89 1.05-.89 2.6 0 3.65l1.36 1.63c.46.55.73 1.23.77 1.94l.16 2.1a2.79 2.79 0 002.55 2.6l1.91.17c.84.08 1.64.43 2.27 1l1.45 1.26c1.06.89 2.6.89 3.66 0l1.66-1.39c.5-.44 1.12-.72 1.78-.8l2.18-.16a2.782 2.782 0 002.6-2.55l.22-1.73c.07-.94.44-1.84 1.06-2.56l1.16-1.33c.89-1.04.89-2.58-.01-3.62zm-20.94-2.12c0-1.98 1.6-3.59 3.58-3.6s3.59 1.6 3.6 3.58a3.6 3.6 0 01-3.58 3.6h-.02c-1.98 0-3.58-1.6-3.58-3.58zm5.2 11.54c-.05.09-.14.15-.24.16H32.2c-.11 0-.21-.06-.26-.16a.272.272 0 010-.3l8.25-15.12c.06-.08.14-.14.24-.15h1.23c.15.07.22.26.15.41l-8.23 15.16zm8.29-.25c-1.98 0-3.59-1.61-3.59-3.59s1.61-3.59 3.59-3.59 3.59 1.61 3.59 3.59-1.61 3.59-3.59 3.59z"></path>
|
|
6
|
+
<path d="M30.08 33.01c0-1.04.84-1.88 1.88-1.88H32c1.04 0 1.88.84 1.88 1.88h-.03c0 .54-.22 1.02-.58 1.36-.32.3-.74.49-1.2.51H32h-.02-.02c-1.04 0-1.88-.84-1.88-1.88z"></path>
|
|
7
|
+
<path d="M24.38 27.84c-.16.45-.27.92-.31 1.41v.03l-.14 1.85c-.02.21-.11.41-.27.59s-1.27 1.47-1.27 1.47h-.01c-.7.84-1.13 1.8-1.3 2.81H4.6c-2.03 0-3.27-2.23-2.23-3.93l2.5-4.23h19.51zm2.02-2.72H6.48l4.82-8.16H32l2.71 4.58c-.47.22-.91.5-1.32.85l-1.58 1.32h-.01c-.07.07-.18.12-.31.13l-2.01.14c-1.14.08-2.19.49-3.06 1.14zM12.91 14.24l6.48-10.97c.98-1.7 3.47-1.7 4.52 0l6.48 10.97H12.91z" fill-rule="evenodd"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M27.47 16.51c0-5.42-3.19-10.11-8.81-10.11s-8.8 4.69-8.8 10.11c-.03 1.34.21 2.66.7 3.91a9.923 9.923 0 002.18 3.32c1.11.95 1.82 2.28 1.99 3.73 0 1.44-.47 2.63-3.67 4.08-4.58 2.04-8.94 4.35-9.05 8.66-.04.66.05 1.32.27 1.94s.56 1.2 1 1.69a5.04 5.04 0 003.47 1.67h20.53c-.52-.89-.79-1.91-.79-2.94v-10.9l-.26-.12c-3.06-1.45-3.67-2.76-3.67-4.08.06-.72.26-1.42.59-2.07.33-.64.8-1.21 1.36-1.67.95-.94 1.71-2.07 2.22-3.31.51-1.24.76-2.57.74-3.91zM39.59 39.85c.25.25.62.25.87 0l9.37-8.71c.17-.33.12-.87-.54-.87l-18.53.04c-.5 0-.91.46-.54.87l9.37 8.66zM50 34.55a.5.5 0 00-.83-.37l-7.34 6.76c-.5.46-1.12.7-1.78.7s-1.29-.25-1.78-.66l-7.3-6.8a.492.492 0 00-.83.37c-.04-.12-.04 9.41-.04 9.41 0 .91.75 1.66 1.66 1.66h16.58c.91 0 1.66-.75 1.66-1.66v-9.41z" fill-rule="evenodd"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<rect x="34.25" y="34.79" width="4.38" height="4.38" rx=".73" ry=".73"></rect>
|
|
5
|
+
<rect x="34.25" y="42.09" width="4.38" height="4.38" rx=".73" ry=".73"></rect>
|
|
6
|
+
<rect x="26.94" y="34.79" width="4.38" height="4.38" rx=".73" ry=".73"></rect>
|
|
7
|
+
<rect x="26.94" y="42.09" width="4.38" height="4.38" rx=".73" ry=".73"></rect>
|
|
8
|
+
<rect x="19.62" y="34.79" width="4.38" height="4.38" rx=".73" ry=".73"></rect>
|
|
9
|
+
<rect x="19.62" y="42.09" width="4.38" height="4.38" rx=".73" ry=".73"></rect>
|
|
10
|
+
<path d="M43.46 2H8.64C5.09 1.91 2.13 4.7 2 8.25v35.5A6.475 6.475 0 008.53 50h4.72a2.93 2.93 0 01-.32-1.33V30.8c0-.6.47-1.09 1.07-1.12h30.01c.61.02 1.09.51 1.1 1.12v17.87c0 .41-.08.81-.25 1.18a6.383 6.383 0 005.14-6.1V8.25C50.11 4.85 47.14 2 43.46 2zM10.63 14.88a2.271 2.271 0 01-2.22-2.2v-2.2c.04-1.2 1.01-2.16 2.21-2.2h11.27c1.2.04 2.17 1 2.21 2.2v2.2a2.283 2.283 0 01-2.21 2.2H10.63zm34.48 11.31c-.02.6-.5 1.08-1.1 1.1H14c-.6-.02-1.08-.5-1.1-1.1V24.4c0-1.61 1.32-2.92 2.93-2.92h3.66v-1.5a2.19 2.19 0 114.38 0v1.46h10.24v-1.46a2.19 2.19 0 114.38 0v1.46h3.66c1.62 0 2.94 1.3 2.95 2.92v1.83z" fill-rule="evenodd"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M43.44 6h-1.6a.757.757 0 00-.8.7V10a6.4 6.4 0 01-6.34 6.4H17.28a6.4 6.4 0 01-6.34-6.4V6.8a.757.757 0 00-.7-.8H8.54a4.793 4.793 0 00-4.76 4.8v34.4c0 2.64 2.12 4.78 4.76 4.8h34.9a4.793 4.793 0 004.76-4.8V10.8c0-2.64-2.12-4.78-4.76-4.8zM20.45 38.8c0 .88-.72 1.6-1.6 1.6h-1.6c-.88 0-1.6-.72-1.6-1.6v-8c0-.88.72-1.6 1.6-1.6h1.6c.88 0 1.6.72 1.6 1.6v8zm7.95 0c0 .88-.72 1.6-1.6 1.6h-1.6c-.88 0-1.6-.72-1.6-1.6V23.6c0-.88.72-1.6 1.6-1.6h1.6c.88 0 1.6.72 1.6 1.6v15.2zm7.93 0c0 .88-.72 1.6-1.6 1.6h-1.6c-.88 0-1.6-.72-1.6-1.6v-12c0-.88.72-1.6 1.6-1.6h1.6c.88 0 1.6.72 1.6 1.6v12z" fill-rule="evenodd"></path>
|
|
5
|
+
<path d="M17.28 11.6h17.44c.88 0 1.6-.72 1.6-1.6V6.8c0-2.64-2.12-4.78-4.76-4.8H20.45a4.793 4.793 0 00-4.76 4.8V10c0 .88.71 1.6 1.59 1.6z" 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 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M39.2 15.25c6 0 10.8 4.7 10.8 10.7s-4.8 10.8-10.8 10.8H12.4c-5.8-.2-10.4-5-10.4-10.8s4.6-10.5 10.4-10.7h26.8zm.4 3.2H12.3l-.4.03c-3.81.39-6.8 3.61-6.8 7.57s3.2 7.4 7.2 7.6h27.3l.4-.03c3.81-.39 6.8-3.61 6.8-7.57s-3.2-7.4-7.2-7.6zm-26.91 2.3c2.87 0 5.2 2.33 5.2 5.2s-2.33 5.2-5.2 5.2-5.2-2.33-5.2-5.2 2.33-5.2 5.2-5.2z"></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 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M39.2 15.2C45.2 15.2 50 20 50 26s-4.9 10.8-10.8 10.8H12.4C6.6 36.6 2 31.9 2 26s4.6-10.6 10.4-10.8h26.8zm0 4.8c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 52 52" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M36.48 39.52h10.87c.33 0 .65-.25.65-.57l1.96-7.03c.16-.49-.25-.9-.65-.9H32.56l-.25-1.06c-.16-.49-.57-.82-1.06-.82h-1.8c-.57 0-1.14.49-1.14 1.06-.08.65.49 1.14 1.06 1.14h1.06l.98 3.27 2.45 8.42c.16.49.57.82 1.06.82h12.75c.57 0 1.14-.49 1.14-1.06.08-.65-.49-1.14-1.06-1.14H36.47c-.49 0-.9-.33-1.06-.74v-.08c-.16-.65.33-1.31 1.06-1.31z"></path>
|
|
5
|
+
<path d="M35.91 2.26H4.04C2.24 2.26 2 4.14 2 4.3v40.45c.08 1.06.74 2.7 3.6 2.7h23.12c2.61 0 2.45-1.72 2.29-2.37l-.08-.25-.25-.9-.16-.49-2.53-8.42c-.16-.57-.82-.82-.82-.82-.41-.25-.82-.49-1.06-.82-.82-.9-1.23-2.12-1.14-3.27.16-2.29 2.12-4.09 4.41-4.09h1.8c1.23 0 2.29.49 3.1 1.31l.08.08c.16.16.49.41.98.41h1.14c1.06 0 1.14-1.14 1.23-1.47l.08-8.58V4.8c.08-1.96-1.31-2.53-1.88-2.53zM12.46 40.83c0 1.06-.82 1.88-1.88 1.88H8.7c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.72c0 1.06-.82 1.88-1.88 1.88H8.7c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.56c0 1.06-.82 1.88-1.88 1.88H8.7c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.64c0 1.06-.82 1.88-1.88 1.88H8.7c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm10.38 28.92c0 1.06-.82 1.88-1.88 1.88h-1.88c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.72c0 1.06-.82 1.88-1.88 1.88h-1.88c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.56c0 1.06-.82 1.88-1.88 1.88h-1.88c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.64c0 1.06-.82 1.88-1.88 1.88h-1.88c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm10.38 9.64c0 1.06-.82 1.88-1.88 1.88h-1.88c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88zm0-9.64c0 1.06-.82 1.88-1.88 1.88h-1.88c-1.06 0-1.88-.82-1.88-1.88v-1.88c0-1.06.82-1.88 1.88-1.88h1.88c1.06 0 1.88.82 1.88 1.88v1.88z"></path>
|
|
6
|
+
<circle cx="36.73" cy="47.94" r="1.8"></circle>
|
|
7
|
+
<circle cx="45.55" cy="47.94" r="1.8"></circle>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
10
|
+
</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="M37 19.99H26c-.8 0-1.59.18-2.32.49-.73.31-1.4.77-1.95 1.34-.56.57-1 1.24-1.29 1.99-.3.74-.44 1.53-.44 2.33v10.24c0 .8.14 1.59.44 2.33s.74 1.41 1.29 1.99c.56.57 1.22 1.03 1.95 1.34.73.31 1.52.48 2.32.49h11c.8 0 1.59-.18 2.32-.49.73-.31 1.4-.77 1.95-1.34.56-.57 1-1.24 1.29-1.99.3-.74.44-1.53.44-2.33V26.13c.02-1.61-.61-3.16-1.73-4.31A6.038 6.038 0 0037 20zm-5 16.39h-1a5.109 5.109 0 01-3.48-1.58 5.145 5.145 0 010-7.1c.91-.96 2.16-1.52 3.48-1.58h1c.69-.03 1.38.08 2.03.32.65.24 1.24.62 1.74 1.1.5.48.9 1.05 1.17 1.69a5.173 5.173 0 010 4.04 5.08 5.08 0 01-1.17 1.69c-.5.48-1.09.85-1.74 1.1s-1.34.35-2.03.32zM55 42.52h11c.8 0 1.59-.18 2.32-.49.73-.31 1.4-.77 1.95-1.34.56-.57 1-1.24 1.29-1.99.3-.74.44-1.53.44-2.33V26.12c.01-1.61-.61-3.16-1.74-4.3a6.072 6.072 0 00-4.27-1.83h-11c-.8 0-1.59.18-2.32.49-.73.31-1.4.77-1.95 1.34-.56.57-1 1.24-1.29 1.99-.3.74-.44 1.53-.44 2.33v10.24c0 .8.14 1.59.44 2.33s.74 1.41 1.29 1.99c.56.57 1.22 1.03 1.95 1.34.73.31 1.52.48 2.32.49zm5-16.4h1c1.32.06 2.57.62 3.48 1.58a5.145 5.145 0 010 7.1c-.91.95-2.16 1.52-3.48 1.58h-1a5.109 5.109 0 01-3.48-1.58 5.145 5.145 0 010-7.1c.91-.95 2.16-1.52 3.48-1.58zM37 48.66H26c-1.61.02-3.15.68-4.27 1.83A6.06 6.06 0 0020 54.81V65a6.06 6.06 0 001.73 4.32A6.058 6.058 0 0026 71.16h11c1.61-.02 3.15-.69 4.27-1.84A6.077 6.077 0 0043 65V54.81a6.077 6.077 0 00-6-6.15zm-5 16.35h-1a5.156 5.156 0 01-3.29-1.66c-.85-.94-1.33-2.17-1.33-3.44s.47-2.5 1.33-3.44c.85-.94 2.03-1.53 3.29-1.66h1c1.26.13 2.44.72 3.29 1.66.85.94 1.33 2.17 1.33 3.44s-.47 2.5-1.33 3.44c-.85.94-2.03 1.53-3.29 1.66zM79.11 61.33c-.78-.13-1.56-.13-2.35-.26-.07 0-.13-.04-.18-.09a.25.25 0 01-.08-.18c-.29-.86-.62-1.71-1-2.53v-.4c.39-.67 1-1.34 1.43-2a.997.997 0 00-.13-1.33l-2.6-2.67c-.18-.16-.41-.25-.65-.26-.23.05-.45.14-.65.26-.66.4-1.31 1.07-2 1.47-.03 0-.07.01-.09.04-.02.02-.04.06-.04.09h-.13c-.91-.26-1.56-.8-2.47-1.06-.07 0-.14-.03-.18-.08a.273.273 0 01-.08-.19c-.13-.8-.13-1.47-.26-2.27.01-.22-.04-.44-.15-.63-.11-.19-.28-.34-.49-.44a.397.397 0 00-.26-.14h-3.8c-.23-.02-.45.03-.65.14-.26.26-.66.66-.66 1.06-.02.76-.11 1.52-.26 2.27 0 .07-.03.13-.08.18a.31.31 0 01-.18.09c-.91.26-1.56.8-2.47 1.06h-.13q-.13 0-.26-.13c-.64-.52-1.31-1-2-1.47a.864.864 0 00-.29-.21c-.11-.05-.24-.06-.36-.05-.39 0-.39.13-.78.26l-2.6 2.67a.997.997 0 00-.13 1.33c.39.67 1 1.21 1.43 2 .05.05.07.11.07.18s-.03.13-.07.18c-.26.93-.78 1.6-1 2.53 0 .07-.03.13-.08.18a.31.31 0 01-.18.09c-.79.13-1.44.13-2.22.26-.23.01-.45.1-.63.24-.18.14-.31.34-.37.56v4.55c.24.36.59.64 1 .8.75.02 1.49.11 2.22.26.07 0 .13.04.18.09.05.05.08.12.08.18.26.93.78 1.6 1 2.53 0 .14.13.27 0 .4-.39.67-1 1.34-1.43 2-.15.2-.22.45-.19.7.02.25.14.48.32.64l2.6 2.66c.26.27.39.27.78.27.23-.05.45-.14.65-.27.64-.52 1.31-1.01 2-1.46.13 0 .13-.14.26-.14h.13c.91.27 1.56.8 2.47 1.07.07 0 .14.03.18.08.05.05.08.12.08.19.13.8.13 1.6.26 2.4.13.8.4.93 1 .93h3.78c.66 0 .92-.27 1-.93.08-.66.13-1.6.26-2.4 0-.04.02-.07.04-.1s.05-.06.08-.08c.03-.02.07-.03.1-.04h.11c.84-.31 1.67-.67 2.47-1.07h.13s.07.01.09.04c.02.02.04.06.04.09.65.4 1.3 1.06 2 1.46.18.17.41.26.65.27.26 0 .39-.13.78-.27l2.6-2.66c.17-.17.28-.4.31-.65.02-.24-.04-.49-.18-.69-.39-.66-1-1.2-1.43-2-.05-.05-.07-.11-.07-.18s.03-.13.07-.18c.26-.93.78-1.6 1-2.53 0-.07.03-.14.08-.18a.31.31 0 01.18-.09c.79-.13 1.57-.13 2.35-.26s.91-.4.91-1.07v-3.77c.02-.94-.23-1.2-.88-1.34zm-14.47 9.08c-1.55 0-3.03-.6-4.13-1.69a5.842 5.842 0 01-1.73-4.11v-.21c.06-1.51.71-2.95 1.8-3.99a5.87 5.87 0 018.14 0 5.873 5.873 0 011.8 3.99 6.187 6.187 0 01-1.76 4.16 6.168 6.168 0 01-4.11 1.85z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M76.24 52.55c-.21 0-.43.04-.62.14-.19.08-.37.21-.53.37L59.24 70.53s-.12.1-.18.12c-.06.02-.14.04-.21.04a.46.46 0 01-.35-.14l-5.48-5.38c-.14-.14-.31-.25-.51-.33-.19-.08-.39-.12-.58-.12s-.41.04-.58.12c-.19.08-.35.19-.51.33l-2.13 2.2c-.14.14-.25.31-.33.51s-.12.39-.12.58.04.41.12.58c.08.19.19.35.33.51l8.5 8.37c.49.47 1.13.72 1.79.72.35 0 .7-.08 1.03-.21s.6-.35.84-.62l18.72-20.57c.14-.16.23-.33.31-.51.08-.19.1-.39.1-.58s-.06-.39-.14-.58a1.69 1.69 0 00-.35-.49l-2.28-2.07c-.27-.27-.62-.43-.99-.45zM36.03 42.73c-1.33-2.11-2.09-4.6-2.09-7.33 0-4.6 1.93-8.5 5.03-10.84-1.17-1.95-3.1-3.2-5.81-3.2-4.48 0-6.96 3.59-6.96 7.8 0 2.26.78 4.13 2.24 5.54.86.78 1.54 1.79 1.54 2.89s-.39 2.03-2.94 3.12c-3.65 1.64-6.96 3.74-7.04 7.18 0 2.26 1.46 3.9 3.57 3.9h3.33c.55 0 1.09-.31 1.33-.78 1.62-2.96 4.64-4.84 7.2-6.08.86-.39 1.17-1.4.62-2.18h-.02zM65.61 40.7c-2.55-1.09-2.94-2.11-2.94-3.12 0-1.09.7-2.11 1.54-2.89 1.46-1.4 2.24-3.28 2.24-5.54 0-4.21-2.48-7.8-6.96-7.8-2.71 0-4.64 1.25-5.81 3.2 3.1 2.34 5.03 6.16 5.03 10.84 0 2.73-.7 5.23-2.09 7.33-.55.78-.23 1.79.62 2.26 2.55 1.25 5.58 3.12 7.2 6.08.23.47.78.78 1.33.78h3.33c2.09 0 3.57-1.64 3.57-3.9-.08-3.43-3.41-5.62-7.04-7.25h-.02z"></path>
|
|
5
|
+
<path d="M53.05 48.19c-2.79-1.17-3.18-2.26-3.18-3.43s.78-2.34 1.7-3.2c1.62-1.48 2.55-3.67 2.55-6.16 0-4.6-2.79-8.58-7.74-8.58s-7.74 3.98-7.74 8.58c0 2.5.94 4.6 2.55 6.16.94.86 1.7 2.03 1.7 3.2s-.47 2.26-3.18 3.43c-4.17 1.72-8.05 3.74-8.13 7.49 0 2.5 1.77 4.68 4.09 4.68h21.22c2.32 0 4.09-2.18 4.09-4.68-.08-3.74-3.94-5.77-7.98-7.49h.04z"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M65.97 52.66a20.56 20.56 0 003.75-11.6C69.72 29.95 60.65 20 49.51 20S29.3 29.95 29.3 41.06c0 4.33 1.38 8.26 3.7 11.55l3.82-3.81c-1.63-2.51-2.51-5.46-2.56-8.65 0-8.85 6.39-15.22 15.26-15.22s15.26 6.37 15.26 15.22c0 3.15-.94 6.14-2.51 8.6l3.72 3.9z"></path>
|
|
5
|
+
<path d="M60.25 46.66c.89-1.67 1.43-3.59 1.38-5.6 0-6.68-5.42-12.09-12.13-12.09s-12.13 5.41-12.13 12.09c0 2.06.54 3.98 1.43 5.65l3.97-3.95c-.35-.84-.44-1.72-.49-2.65 0-4.42 2.74-7.15 7.18-7.15s7.18 2.73 7.18 7.15c0 .88-.15 1.72-.39 2.56l4.01 4zM68.32 59.75H57.88c-.56 0-1.02.38-1.02.84v1.43c0 .47.46.84 1.02.84h10.03v4.67H31.09v-4.67h9.93c.56 0 1.02-.38 1.02-.84v-1.43c0-.47-.46-.84-1.02-.84H30.68c-2.05 0-3.68 1.25-3.68 2.8v15.11c0 1.32 1.33 2.34 3.07 2.34h38.86c1.74 0 3.07-1.01 3.07-2.34V62.55c0-1.56-1.64-2.8-3.68-2.8z"></path>
|
|
6
|
+
<path d="M46.57 54.17v10.01c0 .74.71 1.39 1.51 1.39h3.03c.81 0 1.51-.65 1.51-1.39V54.17h6.76c1.01 0 1.51-.74.91-1.3L50.2 41.47c-.4-.28-1.01-.28-1.41 0L38.7 52.87c-.61.46-.1 1.3.91 1.3h6.96z"></path>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
9
|
+
</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="M75.09 47.5H61.17c-.75 0-1.36.61-1.36 1.35v2.29c0 .75.61 1.35 1.36 1.35h13.37v7.5H25.45v-7.5h13.24c.75 0 1.36-.61 1.36-1.35v-2.29c0-.75-.61-1.35-1.36-1.35H24.91c-2.73 0-4.91 2-4.91 4.5v24.25c0 2.12 1.77 3.75 4.09 3.75h51.82c2.32 0 4.09-1.62 4.09-3.75V52c0-2.5-2.18-4.5-4.91-4.5zm-29.18 5.53V37.41H36.5c-1.36 0-2.05-1.13-1.23-1.75l13.64-15.38c.55-.37 1.36-.37 1.91 0l13.64 15.38c.82.75.14 1.75-1.23 1.75h-9.14v15.62c0 1-.95 1.88-2.05 1.88h-4.09c-1.09 0-2.05-.87-2.05-1.88z" fill-rule="evenodd"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/src/lightning/iconSvgTemplatesRtl/buildTemplates/standard/disclosure_and_compliance.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="M72.13 23.77h-2.05c-.64 0-1.02.38-1.02 1.02v4.09c0 4.48-3.58 8.19-8.06 8.19H39c-4.48 0-8.06-3.71-8.06-8.19v-4.09c0-.64-.38-1.02-1.02-1.02h-2.05c-3.33 0-6.01 2.81-6.01 6.14v44.01c0 3.33 2.69 6.14 6.01 6.14h44.26c3.33 0 6.01-2.81 6.01-6.14V29.91c0-3.33-2.69-6.14-6.01-6.14zM49.98 48.89c0-.55.43-.97.97-.97h12.73c.55 0 .97.43.97.97v1.95c0 .55-.43.97-.97.97H50.95c-.55 0-.97-.43-.97-.97v-1.95zm-14.37.85c-.3-.3-.3-.73 0-1.04l1.04-1.04c.3-.3.73-.3 1.04 0l2.62 2.56 6.45-6.39c.3-.3.73-.3 1.04 0l1.04 1.04c.24.3.24.79 0 1.04l-7.55 7.43c-.3.3-.67.43-1.04.43s-.73-.12-1.04-.43l-3.59-3.59zm29.05 18.51c0 .55-.43.97-.97.97h-23.5c-.55 0-.97-.43-.97-.97V66.3c0-.55.43-.97.97-.97h23.5c.55 0 .97.43.97.97v1.95zm0-8.71c0 .55-.43.97-.97.97h-23.5c-.55 0-.97-.43-.97-.97v-1.95c0-.55.43-.97.97-.97h23.5c.55 0 .97.43.97.97v1.95z"></path>
|
|
5
|
+
<path d="M39 32.34h22.13c1.15 0 2.05-.9 2.05-2.05V26.2c0-3.33-2.69-6.14-6.01-6.14H43.1c-3.33 0-6.01 2.81-6.01 6.14v4.09c-.13 1.15.77 2.05 1.92 2.05z"></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="M39 32h22c1.12 0 2-.88 2-2v-4c0-3.25-2.75-6-6-6H43c-3.25 0-6 2.75-6 6v4c0 1.12.88 2 2 2zm33-7h-2c-.63 0-1 .37-1 1v4c0 4.37-3.62 8-8 8H39c-4.37 0-8-3.62-8-8v-4c0-.63-.37-1-1-1h-2c-3.25 0-6 2.75-6 6v43c0 3.25 2.75 6 6 6h44c3.25 0 6-2.75 6-6V31c0-3.25-2.75-6-6-6zM36.58 58.29C39.06 53.4 44.24 50 50.21 50s11.15 3.4 13.63 8.29c.16.31.16.67 0 .93-2.48 4.89-7.66 8.29-13.63 8.29s-11.15-3.4-13.63-8.29a.96.96 0 010-.93zM50.21 65c3.47 0 6.25-2.78 6.25-6.25s-2.78-6.25-6.25-6.25-6.25 2.78-6.25 6.25S46.74 65 50.21 65zm0-10c2.09 0 3.75 1.66 3.75 3.75s-1.66 3.75-3.75 3.75-3.75-1.66-3.75-3.75S48.12 55 50.21 55z" 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="M20 44.17a2.5 2.5 0 015 0V77.5a2.5 2.5 0 01-5 0V44.17zM75 57.5c2.76 0 5 2.24 5 5v15a2.5 2.5 0 01-5 0v-20zM25 57.5h50v14.17H25V57.5zM25 50h6.5c3.31 0 6 2.69 6 6v1.5H25V50zM60.38 29.06h-5.44v-5.44c0-1.99-1.63-3.62-3.62-3.62H47.7c-1.99 0-3.62 1.63-3.62 3.62v5.44h-5.44c-1.99 0-3.62 1.63-3.62 3.62v3.62c0 1.99 1.63 3.62 3.62 3.62h5.44v5.44c0 1.99 1.63 3.62 3.62 3.62h3.62c1.99 0 3.62-1.63 3.62-3.62v-5.44h5.44c1.99 0 3.62-1.63 3.62-3.62v-3.62c0-1.99-1.63-3.62-3.62-3.62z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
|
+
<g>
|
|
4
|
+
<path d="M25.59 41.4c0-11.76 9.62-21.4 21.4-21.4s21.4 9.64 21.4 21.4c0 6.25-2.72 11.89-7.01 15.81h-2.29c-.76 0-1.51.09-2.21.26-.26-.54-.65-1.02-1.13-1.38 4.45-2.68 7.53-7.26 8.22-12.56h-5.64c-.28 4.84-1.27 9.1-2.85 12.39-.58-.35-1.25-.58-1.99-.58h-1.86c-.26 0-.5.02-.74.07 1.64-2.68 2.88-6.88 3.16-11.89h-4.93V56.3c-.74.69-1.21 1.66-1.21 2.75 0 1.58.99 2.92 2.36 3.46-1.08.17-2.18.26-3.29.26-11.78 0-21.4-9.62-21.4-21.4h.02zm32.73-2.14h5.64c-.71-5.49-4-10.2-8.71-12.84 1.71 3.35 2.85 7.78 3.07 12.84zm-13.47 0V25.21c-2.42 2.07-4.56 7.35-4.93 14.05h4.93zm0 18.33V43.54h-4.93c.35 6.7 2.49 11.98 4.93 14.05zm4.28-32.37v14.05h4.93c-.35-6.7-2.49-11.98-4.93-14.05zM35.66 39.27c.28-5.06 1.36-9.49 3.07-12.84a17.315 17.315 0 00-8.71 12.84h5.64zm0 4.28h-5.64c.71 5.49 4 10.2 8.71 12.84-1.71-3.35-2.85-7.78-3.07-12.84z" fill-rule="evenodd"></path>
|
|
5
|
+
<path d="M59.38 68.84h12.04c.37 0 .69-.24.78-.6l2.2-7.57c.17-.52-.24-1-.78-1h-18.6l-.33-1.12c-.17-.52-.65-.87-1.19-.87h-1.95c-.65 0-1.27.48-1.3 1.12-.04.67.52 1.28 1.23 1.28h1.13l3.83 12.67c.17.52.61.87 1.19.87h14.2c.65 0 1.27-.48 1.3-1.12.04-.67-.52-1.28-1.23-1.28H59.42c-.52 0-1.02-.35-1.13-.84v-.04c-.28-.76.33-1.51 1.1-1.51h.02zM59.62 80c1.13 0 2.05-.89 2.05-1.99s-.91-1.99-2.05-1.99-2.05.89-2.05 1.99.91 1.99 2.05 1.99zM69.42 80c1.13 0 2.05-.89 2.05-1.99s-.91-1.99-2.05-1.99-2.05.89-2.05 1.99.91 1.99 2.05 1.99z"></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="M50 77.65c-15.09 0-27.3-12.29-27.3-27.46S34.91 22.72 50 22.72s27.3 12.29 27.3 27.46S65.09 77.64 50 77.64zm0-57.64c-16.53 0-30 13.37-30 30s13.47 30 30 30 30-13.38 30-30-13.47-30-30-30z"></path>
|
|
5
|
+
<path d="M42.45 63.56c-4.49-2.18-7.73-7.05-7.73-12.46 0-2.89.9-5.6 2.34-7.95l9.89 14.83h5.92l9.89-14.83c1.44 2.17 2.34 5.06 2.34 7.95 0 5.24-2.69 9.76-6.82 12.11l1.98 7.22c7.19-3.8 12.21-11.39 12.21-20.06s-4.49-15.55-10.96-19.34l-11.5 17.71L38.7 30.85c-6.65 3.98-11.14 11.2-11.14 19.52 0 9.04 5.21 16.81 12.94 20.42l1.97-7.22v-.02z"></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="M76.6 43.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 46.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62zM76.6 20.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 23.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62zM76.6 66.96a6.753 6.753 0 00-3.48-.96c-1.27 0-2.51.36-3.59 1.03A6.884 6.884 0 0067 69.82H33c-.7-1.4-1.85-2.52-3.25-3.18-1.4-.66-2.98-.82-4.48-.45-1.5.37-2.84 1.24-3.79 2.47-.96 1.23-1.48 2.76-1.48 4.33s.52 3.1 1.48 4.33 2.29 2.11 3.79 2.47c1.5.37 3.08.21 4.48-.45 1.4-.66 2.55-1.78 3.25-3.18h34a6.985 6.985 0 002.42 2.72c1.03.67 2.22 1.05 3.44 1.1 1.22.05 2.43-.24 3.51-.82a6.963 6.963 0 002.62-2.52c.64-1.06.99-2.28 1.01-3.52.02-1.24-.28-2.47-.88-3.56a6.969 6.969 0 00-2.52-2.62z"></path>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<svg class={computedClass} focusable="false" data-key={name} aria-hidden="true" viewBox="0 0 100 100" part="icon">
|
|
3
3
|
<g>
|
|
4
|
-
<mask id="
|
|
4
|
+
<mask id="rqa" height="60" maskUnits="userSpaceOnUse" width="60" x="20" y="20">
|
|
5
5
|
<path d="M20 20h60v60H20z" fill-rule="evenodd"></path>
|
|
6
6
|
</mask>
|
|
7
|
-
<g mask="url(#
|
|
7
|
+
<g mask="url(#rqa)">
|
|
8
8
|
<path d="M53.77 72.12C54 59.88 62.25 50 72.49 50a22.49 22.49 0 01-18.66 22.12M27.49 50C37.75 50 46 59.88 46.16 72.12A22.5 22.5 0 0127.49 50M50 27.51a22.44 22.44 0 0121.12 15H28.88a22.44 22.44 0 0121.12-15M50 20a30 30 0 1030 30 30 30 0 00-30-30" fill-rule="evenodd"></path>
|
|
9
9
|
</g>
|
|
10
10
|
</g>
|