@diwacopilot/components 1.1.1 → 1.2.1
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/dist/cjs/{checkbox-mark-06d56fe2.js → checkbox-mark-CtRWZxo8.js} +0 -2
- package/dist/cjs/diwa-accordion.cjs.entry.js +2 -6
- package/dist/cjs/diwa-badge.cjs.entry.js +47 -9
- package/dist/cjs/diwa-button-pure.cjs.entry.js +3 -7
- package/dist/cjs/diwa-button.cjs.entry.js +3 -7
- package/dist/cjs/diwa-checkbox.cjs.entry.js +7 -9
- package/dist/cjs/diwa-components.cjs.js +7 -10
- package/dist/cjs/diwa-divider.cjs.entry.js +2 -6
- package/dist/cjs/diwa-flyout.cjs.entry.js +6 -8
- package/dist/cjs/diwa-heading.cjs.entry.js +2 -6
- package/dist/cjs/diwa-icon.cjs.entry.js +554 -558
- package/dist/cjs/diwa-inline-notification.cjs.entry.js +2 -6
- package/dist/cjs/diwa-input-date.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-email.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-month.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-number.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-password.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-search.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-tel.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-text.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-time.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-url.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input-week.cjs.entry.js +4 -8
- package/dist/cjs/diwa-input.cjs.entry.js +3 -7
- package/dist/cjs/diwa-link-pure.cjs.entry.js +3 -7
- package/dist/cjs/diwa-link.cjs.entry.js +3 -7
- package/dist/cjs/diwa-modal.cjs.entry.js +6 -8
- package/dist/cjs/diwa-multi-select-option.cjs.entry.js +13 -11
- package/dist/cjs/diwa-multi-select.cjs.entry.js +16 -12
- package/dist/cjs/diwa-pagination.cjs.entry.js +3 -7
- package/dist/cjs/diwa-pin-code.cjs.entry.js +4 -8
- package/dist/cjs/diwa-popover.cjs.entry.js +3 -7
- package/dist/cjs/diwa-radio-group-item.cjs.entry.js +6 -8
- package/dist/cjs/diwa-radio-group.cjs.entry.js +2 -6
- package/dist/cjs/diwa-scroller.cjs.entry.js +3 -7
- package/dist/cjs/diwa-segmented-control-item.cjs.entry.js +3 -7
- package/dist/cjs/diwa-segmented-control.cjs.entry.js +2 -6
- package/dist/cjs/diwa-select-option.cjs.entry.js +3 -7
- package/dist/cjs/diwa-select.cjs.entry.js +15 -11
- package/dist/cjs/diwa-spinner.cjs.entry.js +4 -8
- package/dist/cjs/diwa-stepper-horizontal-item.cjs.entry.js +2 -6
- package/dist/cjs/diwa-stepper-horizontal.cjs.entry.js +5 -7
- package/dist/cjs/diwa-switch.cjs.entry.js +3 -7
- package/dist/cjs/diwa-table-body.cjs.entry.js +2 -6
- package/dist/cjs/diwa-table-cell.cjs.entry.js +2 -6
- package/dist/cjs/diwa-table-head-cell.cjs.entry.js +5 -9
- package/dist/cjs/diwa-table-head.cjs.entry.js +2 -6
- package/dist/cjs/diwa-table-row.cjs.entry.js +2 -6
- package/dist/cjs/diwa-table.cjs.entry.js +2 -6
- package/dist/cjs/diwa-tabs-bar.cjs.entry.js +6 -8
- package/dist/cjs/diwa-tabs-item.cjs.entry.js +2 -6
- package/dist/cjs/diwa-tabs.cjs.entry.js +6 -8
- package/dist/cjs/diwa-tag-dismissible.cjs.entry.js +3 -7
- package/dist/cjs/diwa-tag.cjs.entry.js +2 -6
- package/dist/cjs/diwa-text-list-item.cjs.entry.js +2 -6
- package/dist/cjs/diwa-text-list.cjs.entry.js +2 -6
- package/dist/cjs/diwa-text.cjs.entry.js +2 -6
- package/dist/cjs/diwa-textarea.cjs.entry.js +3 -7
- package/dist/cjs/diwa-toast-item.cjs.entry.js +3 -7
- package/dist/cjs/diwa-toast.cjs.entry.js +2 -6
- package/dist/cjs/index-Bq2UsXlc.js +1633 -0
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/{input-styles-bac68ebc.js → input-styles-6kXkwbQg.js} +1 -3
- package/dist/cjs/{loader-circle-938f782b.js → loader-circle-ffvGKJXL.js} +0 -2
- package/dist/cjs/loader.cjs.js +3 -8
- package/dist/cjs/{styles-6342300d.js → styles-5PsdHYbv.js} +0 -2
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/diwa-accordion/diwa-accordion-styles.js +0 -1
- package/dist/collection/components/diwa-accordion/diwa-accordion.js +9 -8
- package/dist/collection/components/diwa-accordion/types.js +0 -1
- package/dist/collection/components/diwa-badge/diwa-badge-styles.js +39 -3
- package/dist/collection/components/diwa-badge/diwa-badge.js +43 -13
- package/dist/collection/components/diwa-badge/types.js +0 -1
- package/dist/collection/components/diwa-button/diwa-button-styles.js +0 -1
- package/dist/collection/components/diwa-button/diwa-button-utils.js +0 -1
- package/dist/collection/components/diwa-button/diwa-button.js +27 -24
- package/dist/collection/components/diwa-button/types.js +0 -1
- package/dist/collection/components/diwa-button-pure/diwa-button-pure-styles.js +0 -1
- package/dist/collection/components/diwa-button-pure/diwa-button-pure-utils.js +0 -1
- package/dist/collection/components/diwa-button-pure/diwa-button-pure.js +30 -27
- package/dist/collection/components/diwa-button-pure/types.js +0 -1
- package/dist/collection/components/diwa-checkbox/diwa-checkbox-styles.js +0 -1
- package/dist/collection/components/diwa-checkbox/diwa-checkbox.js +17 -16
- package/dist/collection/components/diwa-checkbox/types.js +0 -1
- package/dist/collection/components/diwa-divider/diwa-divider-styles.js +0 -1
- package/dist/collection/components/diwa-divider/diwa-divider.js +7 -6
- package/dist/collection/components/diwa-divider/types.js +0 -1
- package/dist/collection/components/diwa-flyout/diwa-flyout-styles.js +0 -1
- package/dist/collection/components/diwa-flyout/diwa-flyout.js +12 -10
- package/dist/collection/components/diwa-flyout/types.js +0 -1
- package/dist/collection/components/diwa-heading/diwa-heading-styles.js +0 -1
- package/dist/collection/components/diwa-heading/diwa-heading-utils.js +0 -1
- package/dist/collection/components/diwa-heading/diwa-heading.js +21 -16
- package/dist/collection/components/diwa-heading/types.js +0 -1
- package/dist/collection/components/diwa-icon/diwa-icon-styles.js +0 -1
- package/dist/collection/components/diwa-icon/diwa-icon.js +9 -9
- package/dist/collection/components/diwa-icon/types.js +0 -1
- package/dist/collection/components/diwa-inline-notification/diwa-inline-notification-styles.js +0 -1
- package/dist/collection/components/diwa-inline-notification/diwa-inline-notification.js +13 -12
- package/dist/collection/components/diwa-inline-notification/types.js +0 -1
- package/dist/collection/components/diwa-input/diwa-input-styles.js +0 -1
- package/dist/collection/components/diwa-input/diwa-input.js +26 -24
- package/dist/collection/components/diwa-input/input-styles.js +0 -1
- package/dist/collection/components/diwa-input/types.js +0 -1
- package/dist/collection/components/diwa-input-date/diwa-input-date-styles.js +0 -1
- package/dist/collection/components/diwa-input-date/diwa-input-date.js +24 -23
- package/dist/collection/components/diwa-input-email/diwa-input-email-styles.js +0 -1
- package/dist/collection/components/diwa-input-email/diwa-input-email.js +20 -19
- package/dist/collection/components/diwa-input-month/diwa-input-month-styles.js +0 -1
- package/dist/collection/components/diwa-input-month/diwa-input-month.js +24 -23
- package/dist/collection/components/diwa-input-number/diwa-input-number-styles.js +0 -1
- package/dist/collection/components/diwa-input-number/diwa-input-number.js +26 -25
- package/dist/collection/components/diwa-input-password/diwa-input-password-styles.js +0 -1
- package/dist/collection/components/diwa-input-password/diwa-input-password.js +21 -20
- package/dist/collection/components/diwa-input-search/diwa-input-search-styles.js +0 -1
- package/dist/collection/components/diwa-input-search/diwa-input-search.js +21 -20
- package/dist/collection/components/diwa-input-tel/diwa-input-tel-styles.js +0 -1
- package/dist/collection/components/diwa-input-tel/diwa-input-tel.js +20 -19
- package/dist/collection/components/diwa-input-text/diwa-input-text-styles.js +0 -1
- package/dist/collection/components/diwa-input-text/diwa-input-text.js +26 -25
- package/dist/collection/components/diwa-input-time/diwa-input-time-styles.js +0 -1
- package/dist/collection/components/diwa-input-time/diwa-input-time.js +26 -25
- package/dist/collection/components/diwa-input-url/diwa-input-url-styles.js +0 -1
- package/dist/collection/components/diwa-input-url/diwa-input-url.js +20 -19
- package/dist/collection/components/diwa-input-week/diwa-input-week-styles.js +0 -1
- package/dist/collection/components/diwa-input-week/diwa-input-week.js +24 -23
- package/dist/collection/components/diwa-link/diwa-link-styles.js +0 -1
- package/dist/collection/components/diwa-link/diwa-link.js +22 -20
- package/dist/collection/components/diwa-link/types.js +0 -1
- package/dist/collection/components/diwa-link-pure/diwa-link-pure-styles.js +0 -1
- package/dist/collection/components/diwa-link-pure/diwa-link-pure.js +26 -23
- package/dist/collection/components/diwa-link-pure/types.js +0 -1
- package/dist/collection/components/diwa-modal/diwa-modal-styles.js +0 -1
- package/dist/collection/components/diwa-modal/diwa-modal-utils.js +0 -1
- package/dist/collection/components/diwa-modal/diwa-modal.js +12 -11
- package/dist/collection/components/diwa-modal/types.js +0 -1
- package/dist/collection/components/diwa-multi-select/diwa-multi-select-styles.js +0 -1
- package/dist/collection/components/diwa-multi-select/diwa-multi-select.js +26 -22
- package/dist/collection/components/diwa-multi-select/types.js +0 -1
- package/dist/collection/components/diwa-multi-select-option/diwa-multi-select-option-styles.js +0 -1
- package/dist/collection/components/diwa-multi-select-option/diwa-multi-select-option.js +10 -10
- package/dist/collection/components/diwa-multi-select-option/types.js +0 -1
- package/dist/collection/components/diwa-pagination/diwa-pagination-styles.js +0 -1
- package/dist/collection/components/diwa-pagination/diwa-pagination-utils.js +0 -1
- package/dist/collection/components/diwa-pagination/diwa-pagination.js +13 -11
- package/dist/collection/components/diwa-pagination/types.js +0 -1
- package/dist/collection/components/diwa-pin-code/diwa-pin-code-styles.js +0 -1
- package/dist/collection/components/diwa-pin-code/diwa-pin-code.js +22 -19
- package/dist/collection/components/diwa-pin-code/types.js +0 -1
- package/dist/collection/components/diwa-popover/diwa-popover-styles.js +0 -1
- package/dist/collection/components/diwa-popover/diwa-popover.js +9 -8
- package/dist/collection/components/diwa-popover/types.js +0 -1
- package/dist/collection/components/diwa-radio-group/diwa-radio-group-styles.js +0 -1
- package/dist/collection/components/diwa-radio-group/diwa-radio-group.js +21 -18
- package/dist/collection/components/diwa-radio-group/types.js +0 -1
- package/dist/collection/components/diwa-radio-group-item/diwa-radio-group-item-styles.js +0 -1
- package/dist/collection/components/diwa-radio-group-item/diwa-radio-group-item.js +9 -9
- package/dist/collection/components/diwa-scroller/diwa-scroller-styles.js +0 -1
- package/dist/collection/components/diwa-scroller/diwa-scroller.js +8 -7
- package/dist/collection/components/diwa-scroller/types.js +0 -1
- package/dist/collection/components/diwa-segmented-control/diwa-segmented-control-styles.js +0 -1
- package/dist/collection/components/diwa-segmented-control/diwa-segmented-control.js +9 -8
- package/dist/collection/components/diwa-segmented-control/types.js +0 -1
- package/dist/collection/components/diwa-segmented-control-item/diwa-segmented-control-item-styles.js +0 -1
- package/dist/collection/components/diwa-segmented-control-item/diwa-segmented-control-item.js +8 -8
- package/dist/collection/components/diwa-select/diwa-select-styles.js +0 -1
- package/dist/collection/components/diwa-select/diwa-select.js +27 -23
- package/dist/collection/components/diwa-select/types.js +0 -1
- package/dist/collection/components/diwa-select-option/diwa-select-option-styles.js +0 -1
- package/dist/collection/components/diwa-select-option/diwa-select-option.js +10 -10
- package/dist/collection/components/diwa-select-option/types.js +0 -1
- package/dist/collection/components/diwa-spinner/diwa-spinner-styles.js +0 -1
- package/dist/collection/components/diwa-spinner/diwa-spinner.js +8 -7
- package/dist/collection/components/diwa-spinner/types.js +0 -1
- package/dist/collection/components/diwa-stepper-horizontal/diwa-stepper-horizontal-styles.js +0 -1
- package/dist/collection/components/diwa-stepper-horizontal/diwa-stepper-horizontal.js +7 -6
- package/dist/collection/components/diwa-stepper-horizontal/types.js +0 -1
- package/dist/collection/components/diwa-stepper-horizontal-item/diwa-stepper-horizontal-item-styles.js +0 -1
- package/dist/collection/components/diwa-stepper-horizontal-item/diwa-stepper-horizontal-item.js +11 -10
- package/dist/collection/components/diwa-stepper-horizontal-item/types.js +0 -1
- package/dist/collection/components/diwa-switch/diwa-switch-styles.js +0 -1
- package/dist/collection/components/diwa-switch/diwa-switch.js +13 -11
- package/dist/collection/components/diwa-switch/types.js +0 -1
- package/dist/collection/components/diwa-table/diwa-table-styles.js +0 -1
- package/dist/collection/components/diwa-table/diwa-table.js +11 -10
- package/dist/collection/components/diwa-table-body/diwa-table-body-styles.js +0 -1
- package/dist/collection/components/diwa-table-body/diwa-table-body.js +4 -4
- package/dist/collection/components/diwa-table-cell/diwa-table-cell-styles.js +0 -1
- package/dist/collection/components/diwa-table-cell/diwa-table-cell.js +5 -5
- package/dist/collection/components/diwa-table-head/diwa-table-head-styles.js +0 -1
- package/dist/collection/components/diwa-table-head/diwa-table-head.js +4 -4
- package/dist/collection/components/diwa-table-head-cell/diwa-table-head-cell-styles.js +0 -1
- package/dist/collection/components/diwa-table-head-cell/diwa-table-head-cell.js +11 -10
- package/dist/collection/components/diwa-table-head-cell/types.js +0 -1
- package/dist/collection/components/diwa-table-row/diwa-table-row-styles.js +0 -1
- package/dist/collection/components/diwa-table-row/diwa-table-row.js +4 -4
- package/dist/collection/components/diwa-tabs/diwa-tabs-styles.js +0 -1
- package/dist/collection/components/diwa-tabs/diwa-tabs.js +7 -6
- package/dist/collection/components/diwa-tabs/types.js +0 -1
- package/dist/collection/components/diwa-tabs-bar/diwa-tabs-bar-styles.js +0 -1
- package/dist/collection/components/diwa-tabs-bar/diwa-tabs-bar.js +7 -6
- package/dist/collection/components/diwa-tabs-bar/types.js +0 -1
- package/dist/collection/components/diwa-tabs-item/diwa-tabs-item-styles.js +0 -1
- package/dist/collection/components/diwa-tabs-item/diwa-tabs-item.js +6 -6
- package/dist/collection/components/diwa-tag/diwa-tag-styles.js +0 -1
- package/dist/collection/components/diwa-tag/diwa-tag.js +10 -9
- package/dist/collection/components/diwa-tag/types.js +0 -1
- package/dist/collection/components/diwa-tag-dismissible/diwa-tag-dismissible-styles.js +0 -1
- package/dist/collection/components/diwa-tag-dismissible/diwa-tag-dismissible.js +9 -8
- package/dist/collection/components/diwa-tag-dismissible/types.js +0 -1
- package/dist/collection/components/diwa-text/diwa-text-styles.js +0 -1
- package/dist/collection/components/diwa-text/diwa-text.js +20 -15
- package/dist/collection/components/diwa-text/types.js +0 -1
- package/dist/collection/components/diwa-text-list/diwa-text-list-styles.js +0 -1
- package/dist/collection/components/diwa-text-list/diwa-text-list.js +7 -6
- package/dist/collection/components/diwa-text-list/types.js +0 -1
- package/dist/collection/components/diwa-text-list-item/diwa-text-list-item-styles.js +0 -1
- package/dist/collection/components/diwa-text-list-item/diwa-text-list-item.js +4 -4
- package/dist/collection/components/diwa-textarea/diwa-textarea-styles.js +0 -1
- package/dist/collection/components/diwa-textarea/diwa-textarea.js +26 -24
- package/dist/collection/components/diwa-textarea/types.js +0 -1
- package/dist/collection/components/diwa-toast/diwa-toast-manager.js +0 -1
- package/dist/collection/components/diwa-toast/diwa-toast-styles.js +0 -1
- package/dist/collection/components/diwa-toast/diwa-toast.js +6 -5
- package/dist/collection/components/diwa-toast/types.js +0 -1
- package/dist/collection/components/diwa-toast-item/diwa-toast-item-styles.js +0 -1
- package/dist/collection/components/diwa-toast-item/diwa-toast-item.js +8 -7
- package/dist/collection/components/diwa-toast-item/types.js +0 -1
- package/dist/collection/styles/index.js +0 -1
- package/dist/collection/utils/checkbox-mark.js +0 -1
- package/dist/collection/utils/styles.js +0 -1
- package/dist/diwa-components/diwa-components.esm.js +1 -2
- package/dist/diwa-components/index.esm.js +0 -2
- package/dist/diwa-components/p-0464bec9.entry.js +1 -0
- package/dist/diwa-components/p-0b64284f.entry.js +1 -0
- package/dist/diwa-components/p-1444a9ab.entry.js +1 -0
- package/dist/diwa-components/p-1477c011.entry.js +1 -0
- package/dist/diwa-components/p-1fd1e80f.entry.js +1 -0
- package/dist/diwa-components/p-2c91a89f.entry.js +1 -0
- package/dist/diwa-components/p-2df54c74.entry.js +1 -0
- package/dist/diwa-components/p-31a1a9d0.entry.js +1 -0
- package/dist/diwa-components/p-32f6f60f.entry.js +1 -0
- package/dist/diwa-components/p-3470cacf.entry.js +1 -0
- package/dist/diwa-components/p-3646d89c.entry.js +1 -0
- package/dist/diwa-components/p-381a9636.entry.js +1 -0
- package/dist/diwa-components/p-42c2e78f.entry.js +1 -0
- package/dist/diwa-components/p-441b5572.entry.js +20 -0
- package/dist/diwa-components/p-4eb10d53.entry.js +1 -0
- package/dist/diwa-components/p-56065aae.entry.js +1 -0
- package/dist/diwa-components/p-5ac35f24.entry.js +1 -0
- package/dist/diwa-components/p-5f3eb06c.entry.js +1 -0
- package/dist/diwa-components/p-5f6acee8.entry.js +1 -0
- package/dist/diwa-components/p-60b7d800.entry.js +1 -0
- package/dist/diwa-components/p-62ceff1c.entry.js +1 -0
- package/dist/diwa-components/p-64eba4ff.entry.js +1 -0
- package/dist/diwa-components/p-666a454d.entry.js +1 -0
- package/dist/diwa-components/p-66e52853.entry.js +1 -0
- package/dist/diwa-components/p-6854dbc2.entry.js +1 -0
- package/dist/diwa-components/p-705e3591.entry.js +1 -0
- package/dist/diwa-components/p-751c1cec.entry.js +1 -0
- package/dist/diwa-components/p-75fc7b78.entry.js +1 -0
- package/dist/diwa-components/p-7685a36c.entry.js +1 -0
- package/dist/diwa-components/p-79285ede.entry.js +1 -0
- package/dist/diwa-components/p-7f8b0415.entry.js +1 -0
- package/dist/diwa-components/p-8382b5c1.entry.js +1 -0
- package/dist/diwa-components/p-83f30c46.entry.js +1 -0
- package/dist/diwa-components/p-8935224c.entry.js +1 -0
- package/dist/diwa-components/p-8dc451e9.entry.js +1 -0
- package/dist/diwa-components/{p-87932af2.entry.js → p-90908708.entry.js} +1 -2
- package/dist/diwa-components/p-93c272e7.entry.js +1 -0
- package/dist/diwa-components/p-BwlWwC6a.js +1 -0
- package/dist/diwa-components/p-Bxp9mYAq.js +1 -0
- package/dist/{esm/loader-circle-300f00a4.js → diwa-components/p-C2RYv3Oc.js} +1 -6
- package/dist/diwa-components/p-C8h0Vfqp.js +1 -0
- package/dist/diwa-components/p-aca3021c.entry.js +1 -0
- package/dist/diwa-components/p-af3c7852.entry.js +1 -0
- package/dist/diwa-components/p-af5ea6ca.entry.js +1 -0
- package/dist/diwa-components/p-b6ac25e9.entry.js +1 -0
- package/dist/diwa-components/p-b703e5ba.entry.js +1 -0
- package/dist/diwa-components/p-b731e0ff.entry.js +1 -0
- package/dist/diwa-components/p-b8033105.entry.js +1 -0
- package/dist/diwa-components/p-b9405336.entry.js +1 -0
- package/dist/diwa-components/p-beddaf7c.entry.js +1 -0
- package/dist/diwa-components/p-c3f84fe0.entry.js +1 -0
- package/dist/diwa-components/p-c976a4f6.entry.js +1 -0
- package/dist/diwa-components/p-cf210625.entry.js +1 -0
- package/dist/diwa-components/p-d2bbb7e5.entry.js +1 -0
- package/dist/diwa-components/p-d5854ff6.entry.js +1 -0
- package/dist/diwa-components/p-da77bfd3.entry.js +1 -0
- package/dist/diwa-components/p-e4899408.entry.js +1 -0
- package/dist/diwa-components/p-e9087552.entry.js +1 -0
- package/dist/diwa-components/p-eecd810e.entry.js +1 -0
- package/dist/diwa-components/p-f1f5912b.entry.js +1 -0
- package/dist/diwa-components/p-f3d75c79.entry.js +1 -0
- package/dist/diwa-components/p-faa007fa.entry.js +1 -0
- package/dist/diwa-components/p-rIMpxxZG.js +2 -0
- package/{dist-custom-elements/p-332838f8.js → dist/esm/checkbox-mark-Bxp9mYAq.js} +0 -2
- package/dist/esm/diwa-accordion.entry.js +2 -4
- package/dist/esm/diwa-badge.entry.js +47 -7
- package/dist/esm/diwa-button-pure.entry.js +3 -5
- package/dist/esm/diwa-button.entry.js +3 -5
- package/dist/esm/diwa-checkbox.entry.js +7 -7
- package/dist/esm/diwa-components.js +5 -7
- package/dist/esm/diwa-divider.entry.js +2 -4
- package/dist/esm/diwa-flyout.entry.js +6 -6
- package/dist/esm/diwa-heading.entry.js +2 -4
- package/dist/esm/diwa-icon.entry.js +554 -556
- package/dist/esm/diwa-inline-notification.entry.js +2 -4
- package/dist/esm/diwa-input-date.entry.js +4 -6
- package/dist/esm/diwa-input-email.entry.js +4 -6
- package/dist/esm/diwa-input-month.entry.js +4 -6
- package/dist/esm/diwa-input-number.entry.js +4 -6
- package/dist/esm/diwa-input-password.entry.js +4 -6
- package/dist/esm/diwa-input-search.entry.js +4 -6
- package/dist/esm/diwa-input-tel.entry.js +4 -6
- package/dist/esm/diwa-input-text.entry.js +4 -6
- package/dist/esm/diwa-input-time.entry.js +4 -6
- package/dist/esm/diwa-input-url.entry.js +4 -6
- package/dist/esm/diwa-input-week.entry.js +4 -6
- package/dist/esm/diwa-input.entry.js +3 -5
- package/dist/esm/diwa-link-pure.entry.js +3 -5
- package/dist/esm/diwa-link.entry.js +3 -5
- package/dist/esm/diwa-modal.entry.js +6 -6
- package/dist/esm/diwa-multi-select-option.entry.js +13 -9
- package/dist/esm/diwa-multi-select.entry.js +16 -10
- package/dist/esm/diwa-pagination.entry.js +3 -5
- package/dist/esm/diwa-pin-code.entry.js +4 -6
- package/dist/esm/diwa-popover.entry.js +3 -5
- package/dist/esm/diwa-radio-group-item.entry.js +6 -6
- package/dist/esm/diwa-radio-group.entry.js +2 -4
- package/dist/esm/diwa-scroller.entry.js +3 -5
- package/dist/esm/diwa-segmented-control-item.entry.js +3 -5
- package/dist/esm/diwa-segmented-control.entry.js +2 -4
- package/dist/esm/diwa-select-option.entry.js +3 -5
- package/dist/esm/diwa-select.entry.js +15 -9
- package/dist/esm/diwa-spinner.entry.js +4 -6
- package/dist/esm/diwa-stepper-horizontal-item.entry.js +2 -4
- package/dist/esm/diwa-stepper-horizontal.entry.js +5 -5
- package/dist/esm/diwa-switch.entry.js +3 -5
- package/dist/esm/diwa-table-body.entry.js +2 -4
- package/dist/esm/diwa-table-cell.entry.js +2 -4
- package/dist/esm/diwa-table-head-cell.entry.js +5 -7
- package/dist/esm/diwa-table-head.entry.js +2 -4
- package/dist/esm/diwa-table-row.entry.js +2 -4
- package/dist/esm/diwa-table.entry.js +2 -4
- package/dist/esm/diwa-tabs-bar.entry.js +6 -6
- package/dist/esm/diwa-tabs-item.entry.js +2 -4
- package/dist/esm/diwa-tabs.entry.js +6 -6
- package/dist/esm/diwa-tag-dismissible.entry.js +3 -5
- package/dist/esm/diwa-tag.entry.js +2 -4
- package/dist/esm/diwa-text-list-item.entry.js +2 -4
- package/dist/esm/diwa-text-list.entry.js +2 -4
- package/dist/esm/diwa-text.entry.js +2 -4
- package/dist/esm/diwa-textarea.entry.js +3 -5
- package/dist/esm/diwa-toast-item.entry.js +3 -5
- package/dist/esm/diwa-toast.entry.js +2 -4
- package/dist/esm/index-rIMpxxZG.js +1622 -0
- package/dist/esm/index.js +0 -2
- package/{dist-custom-elements/p-35c7c864.js → dist/esm/input-styles-C-F9Vg7B.js} +1 -3
- package/{dist-custom-elements/p-ac8e14be.js → dist/esm/loader-circle-C2RYv3Oc.js} +0 -2
- package/dist/esm/loader.js +3 -6
- package/{dist-custom-elements/p-70bbb21a.js → dist/esm/styles-C8h0Vfqp.js} +1 -3
- package/dist/types/components/diwa-badge/diwa-badge.d.ts +11 -3
- package/dist/types/components.d.ts +2123 -128
- package/dist/types/stencil-public-runtime.d.ts +192 -12
- package/dist-custom-elements/diwa-accordion.js +1 -244
- package/dist-custom-elements/diwa-badge.js +1 -123
- package/dist-custom-elements/diwa-button-pure.js +1 -8
- package/dist-custom-elements/diwa-button.js +1 -455
- package/dist-custom-elements/diwa-checkbox.js +1 -315
- package/dist-custom-elements/diwa-divider.js +1 -85
- package/dist-custom-elements/diwa-flyout.js +1 -238
- package/dist-custom-elements/diwa-heading.js +1 -149
- package/dist-custom-elements/diwa-icon.js +1 -8
- package/dist-custom-elements/diwa-inline-notification.js +1 -214
- package/dist-custom-elements/diwa-input-date.js +1 -91
- package/dist-custom-elements/diwa-input-email.js +1 -89
- package/dist-custom-elements/diwa-input-month.js +1 -91
- package/dist-custom-elements/diwa-input-number.js +1 -92
- package/dist-custom-elements/diwa-input-password.js +1 -105
- package/dist-custom-elements/diwa-input-search.js +1 -104
- package/dist-custom-elements/diwa-input-tel.js +1 -89
- package/dist-custom-elements/diwa-input-text.js +1 -94
- package/dist-custom-elements/diwa-input-time.js +1 -92
- package/dist-custom-elements/diwa-input-url.js +1 -89
- package/dist-custom-elements/diwa-input-week.js +1 -91
- package/dist-custom-elements/diwa-input.js +1 -268
- package/dist-custom-elements/diwa-link-pure.js +1 -217
- package/dist-custom-elements/diwa-link.js +1 -258
- package/dist-custom-elements/diwa-modal.js +1 -431
- package/dist-custom-elements/diwa-multi-select-option.js +1 -199
- package/dist-custom-elements/diwa-multi-select.js +1 -683
- package/dist-custom-elements/diwa-pagination.js +1 -329
- package/dist-custom-elements/diwa-pin-code.js +1 -220
- package/dist-custom-elements/diwa-popover.js +1 -122
- package/dist-custom-elements/diwa-radio-group-item.js +1 -160
- package/dist-custom-elements/diwa-radio-group.js +1 -178
- package/dist-custom-elements/diwa-scroller.js +1 -185
- package/dist-custom-elements/diwa-segmented-control-item.js +1 -98
- package/dist-custom-elements/diwa-segmented-control.js +1 -88
- package/dist-custom-elements/diwa-select-option.js +1 -185
- package/dist-custom-elements/diwa-select.js +1 -614
- package/dist-custom-elements/diwa-spinner.js +1 -8
- package/dist-custom-elements/diwa-stepper-horizontal-item.js +1 -140
- package/dist-custom-elements/diwa-stepper-horizontal.js +1 -98
- package/dist-custom-elements/diwa-switch.js +1 -162
- package/dist-custom-elements/diwa-table-body.js +1 -44
- package/dist-custom-elements/diwa-table-cell.js +1 -54
- package/dist-custom-elements/diwa-table-head-cell.js +1 -131
- package/dist-custom-elements/diwa-table-head.js +1 -53
- package/dist-custom-elements/diwa-table-row.js +1 -48
- package/dist-custom-elements/diwa-table.js +1 -135
- package/dist-custom-elements/diwa-tabs-bar.js +1 -251
- package/dist-custom-elements/diwa-tabs-item.js +1 -56
- package/dist-custom-elements/diwa-tabs.js +1 -137
- package/dist-custom-elements/diwa-tag-dismissible.js +1 -132
- package/dist-custom-elements/diwa-tag.js +1 -118
- package/dist-custom-elements/diwa-text-list-item.js +1 -51
- package/dist-custom-elements/diwa-text-list.js +1 -67
- package/dist-custom-elements/diwa-text.js +1 -110
- package/dist-custom-elements/diwa-textarea.js +1 -191
- package/dist-custom-elements/diwa-toast-item.js +1 -8
- package/dist-custom-elements/diwa-toast.js +1 -191
- package/dist-custom-elements/index.js +1 -3
- package/dist-custom-elements/p--KdL_8_k.js +1 -0
- package/dist-custom-elements/p-BwlWwC6a.js +1 -0
- package/dist-custom-elements/p-Bxp9mYAq.js +1 -0
- package/{dist/diwa-components/p-ac8e14be.js → dist-custom-elements/p-C2RYv3Oc.js} +1 -2
- package/dist-custom-elements/p-C3hNpgqg.js +1 -0
- package/dist-custom-elements/p-C8h0Vfqp.js +1 -0
- package/dist-custom-elements/p-DOo0FY37.js +20 -0
- package/dist-custom-elements/p-DzqnTNg7.js +1 -0
- package/package.json +3 -3
- package/dist/cjs/app-globals-3a1e7e63.js +0 -7
- package/dist/cjs/app-globals-3a1e7e63.js.map +0 -1
- package/dist/cjs/checkbox-mark-06d56fe2.js.map +0 -1
- package/dist/cjs/diwa-accordion.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-badge.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-button-pure.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-button.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-checkbox.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-components.cjs.js.map +0 -1
- package/dist/cjs/diwa-divider.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-flyout.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-heading.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-icon.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-inline-notification.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-date.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-email.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-month.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-number.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-password.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-search.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-tel.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-text.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-time.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-url.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input-week.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-input.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-link-pure.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-link.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-modal.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-multi-select-option.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-multi-select.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-pagination.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-pin-code.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-popover.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-radio-group-item.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-radio-group.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-scroller.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-segmented-control-item.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-segmented-control.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-select-option.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-select.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-spinner.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-stepper-horizontal-item.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-stepper-horizontal.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-switch.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-table-body.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-table-cell.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-table-head-cell.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-table-head.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-table-row.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-table.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-tabs-bar.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-tabs-item.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-tabs.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-tag-dismissible.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-tag.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-text-list-item.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-text-list.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-text.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-textarea.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-toast-item.cjs.entry.js.map +0 -1
- package/dist/cjs/diwa-toast.cjs.entry.js.map +0 -1
- package/dist/cjs/index-d665fd57.js +0 -1409
- package/dist/cjs/index-d665fd57.js.map +0 -1
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/input-styles-bac68ebc.js.map +0 -1
- package/dist/cjs/loader-circle-938f782b.js.map +0 -1
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/styles-6342300d.js.map +0 -1
- package/dist/collection/components/diwa-accordion/diwa-accordion-styles.js.map +0 -1
- package/dist/collection/components/diwa-accordion/diwa-accordion.js.map +0 -1
- package/dist/collection/components/diwa-accordion/types.js.map +0 -1
- package/dist/collection/components/diwa-badge/diwa-badge-styles.js.map +0 -1
- package/dist/collection/components/diwa-badge/diwa-badge.js.map +0 -1
- package/dist/collection/components/diwa-badge/types.js.map +0 -1
- package/dist/collection/components/diwa-button/diwa-button-styles.js.map +0 -1
- package/dist/collection/components/diwa-button/diwa-button-utils.js.map +0 -1
- package/dist/collection/components/diwa-button/diwa-button.js.map +0 -1
- package/dist/collection/components/diwa-button/types.js.map +0 -1
- package/dist/collection/components/diwa-button-pure/diwa-button-pure-styles.js.map +0 -1
- package/dist/collection/components/diwa-button-pure/diwa-button-pure-utils.js.map +0 -1
- package/dist/collection/components/diwa-button-pure/diwa-button-pure.js.map +0 -1
- package/dist/collection/components/diwa-button-pure/types.js.map +0 -1
- package/dist/collection/components/diwa-checkbox/diwa-checkbox-styles.js.map +0 -1
- package/dist/collection/components/diwa-checkbox/diwa-checkbox.js.map +0 -1
- package/dist/collection/components/diwa-checkbox/types.js.map +0 -1
- package/dist/collection/components/diwa-divider/diwa-divider-styles.js.map +0 -1
- package/dist/collection/components/diwa-divider/diwa-divider.js.map +0 -1
- package/dist/collection/components/diwa-divider/types.js.map +0 -1
- package/dist/collection/components/diwa-flyout/diwa-flyout-styles.js.map +0 -1
- package/dist/collection/components/diwa-flyout/diwa-flyout.js.map +0 -1
- package/dist/collection/components/diwa-flyout/types.js.map +0 -1
- package/dist/collection/components/diwa-heading/diwa-heading-styles.js.map +0 -1
- package/dist/collection/components/diwa-heading/diwa-heading-utils.js.map +0 -1
- package/dist/collection/components/diwa-heading/diwa-heading.js.map +0 -1
- package/dist/collection/components/diwa-heading/types.js.map +0 -1
- package/dist/collection/components/diwa-icon/diwa-icon-styles.js.map +0 -1
- package/dist/collection/components/diwa-icon/diwa-icon.js.map +0 -1
- package/dist/collection/components/diwa-icon/types.js.map +0 -1
- package/dist/collection/components/diwa-inline-notification/diwa-inline-notification-styles.js.map +0 -1
- package/dist/collection/components/diwa-inline-notification/diwa-inline-notification.js.map +0 -1
- package/dist/collection/components/diwa-inline-notification/types.js.map +0 -1
- package/dist/collection/components/diwa-input/diwa-input-styles.js.map +0 -1
- package/dist/collection/components/diwa-input/diwa-input.js.map +0 -1
- package/dist/collection/components/diwa-input/input-styles.js.map +0 -1
- package/dist/collection/components/diwa-input/types.js.map +0 -1
- package/dist/collection/components/diwa-input-date/diwa-input-date-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-date/diwa-input-date.js.map +0 -1
- package/dist/collection/components/diwa-input-email/diwa-input-email-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-email/diwa-input-email.js.map +0 -1
- package/dist/collection/components/diwa-input-month/diwa-input-month-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-month/diwa-input-month.js.map +0 -1
- package/dist/collection/components/diwa-input-number/diwa-input-number-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-number/diwa-input-number.js.map +0 -1
- package/dist/collection/components/diwa-input-password/diwa-input-password-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-password/diwa-input-password.js.map +0 -1
- package/dist/collection/components/diwa-input-search/diwa-input-search-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-search/diwa-input-search.js.map +0 -1
- package/dist/collection/components/diwa-input-tel/diwa-input-tel-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-tel/diwa-input-tel.js.map +0 -1
- package/dist/collection/components/diwa-input-text/diwa-input-text-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-text/diwa-input-text.js.map +0 -1
- package/dist/collection/components/diwa-input-time/diwa-input-time-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-time/diwa-input-time.js.map +0 -1
- package/dist/collection/components/diwa-input-url/diwa-input-url-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-url/diwa-input-url.js.map +0 -1
- package/dist/collection/components/diwa-input-week/diwa-input-week-styles.js.map +0 -1
- package/dist/collection/components/diwa-input-week/diwa-input-week.js.map +0 -1
- package/dist/collection/components/diwa-link/diwa-link-styles.js.map +0 -1
- package/dist/collection/components/diwa-link/diwa-link.js.map +0 -1
- package/dist/collection/components/diwa-link/types.js.map +0 -1
- package/dist/collection/components/diwa-link-pure/diwa-link-pure-styles.js.map +0 -1
- package/dist/collection/components/diwa-link-pure/diwa-link-pure.js.map +0 -1
- package/dist/collection/components/diwa-link-pure/types.js.map +0 -1
- package/dist/collection/components/diwa-modal/diwa-modal-styles.js.map +0 -1
- package/dist/collection/components/diwa-modal/diwa-modal-utils.js.map +0 -1
- package/dist/collection/components/diwa-modal/diwa-modal.js.map +0 -1
- package/dist/collection/components/diwa-modal/types.js.map +0 -1
- package/dist/collection/components/diwa-multi-select/diwa-multi-select-styles.js.map +0 -1
- package/dist/collection/components/diwa-multi-select/diwa-multi-select.js.map +0 -1
- package/dist/collection/components/diwa-multi-select/types.js.map +0 -1
- package/dist/collection/components/diwa-multi-select-option/diwa-multi-select-option-styles.js.map +0 -1
- package/dist/collection/components/diwa-multi-select-option/diwa-multi-select-option.js.map +0 -1
- package/dist/collection/components/diwa-multi-select-option/types.js.map +0 -1
- package/dist/collection/components/diwa-pagination/diwa-pagination-styles.js.map +0 -1
- package/dist/collection/components/diwa-pagination/diwa-pagination-utils.js.map +0 -1
- package/dist/collection/components/diwa-pagination/diwa-pagination.js.map +0 -1
- package/dist/collection/components/diwa-pagination/types.js.map +0 -1
- package/dist/collection/components/diwa-pin-code/diwa-pin-code-styles.js.map +0 -1
- package/dist/collection/components/diwa-pin-code/diwa-pin-code.js.map +0 -1
- package/dist/collection/components/diwa-pin-code/types.js.map +0 -1
- package/dist/collection/components/diwa-popover/diwa-popover-styles.js.map +0 -1
- package/dist/collection/components/diwa-popover/diwa-popover.js.map +0 -1
- package/dist/collection/components/diwa-popover/types.js.map +0 -1
- package/dist/collection/components/diwa-radio-group/diwa-radio-group-styles.js.map +0 -1
- package/dist/collection/components/diwa-radio-group/diwa-radio-group.js.map +0 -1
- package/dist/collection/components/diwa-radio-group/types.js.map +0 -1
- package/dist/collection/components/diwa-radio-group-item/diwa-radio-group-item-styles.js.map +0 -1
- package/dist/collection/components/diwa-radio-group-item/diwa-radio-group-item.js.map +0 -1
- package/dist/collection/components/diwa-radio-group-item/types.js.map +0 -1
- package/dist/collection/components/diwa-scroller/diwa-scroller-styles.js.map +0 -1
- package/dist/collection/components/diwa-scroller/diwa-scroller.js.map +0 -1
- package/dist/collection/components/diwa-scroller/types.js.map +0 -1
- package/dist/collection/components/diwa-segmented-control/diwa-segmented-control-styles.js.map +0 -1
- package/dist/collection/components/diwa-segmented-control/diwa-segmented-control.js.map +0 -1
- package/dist/collection/components/diwa-segmented-control/types.js.map +0 -1
- package/dist/collection/components/diwa-segmented-control-item/diwa-segmented-control-item-styles.js.map +0 -1
- package/dist/collection/components/diwa-segmented-control-item/diwa-segmented-control-item.js.map +0 -1
- package/dist/collection/components/diwa-segmented-control-item/types.js.map +0 -1
- package/dist/collection/components/diwa-select/diwa-select-styles.js.map +0 -1
- package/dist/collection/components/diwa-select/diwa-select.js.map +0 -1
- package/dist/collection/components/diwa-select/types.js.map +0 -1
- package/dist/collection/components/diwa-select-option/diwa-select-option-styles.js.map +0 -1
- package/dist/collection/components/diwa-select-option/diwa-select-option.js.map +0 -1
- package/dist/collection/components/diwa-select-option/types.js.map +0 -1
- package/dist/collection/components/diwa-spinner/diwa-spinner-styles.js.map +0 -1
- package/dist/collection/components/diwa-spinner/diwa-spinner.js.map +0 -1
- package/dist/collection/components/diwa-spinner/types.js.map +0 -1
- package/dist/collection/components/diwa-stepper-horizontal/diwa-stepper-horizontal-styles.js.map +0 -1
- package/dist/collection/components/diwa-stepper-horizontal/diwa-stepper-horizontal.js.map +0 -1
- package/dist/collection/components/diwa-stepper-horizontal/types.js.map +0 -1
- package/dist/collection/components/diwa-stepper-horizontal-item/diwa-stepper-horizontal-item-styles.js.map +0 -1
- package/dist/collection/components/diwa-stepper-horizontal-item/diwa-stepper-horizontal-item.js.map +0 -1
- package/dist/collection/components/diwa-stepper-horizontal-item/types.js.map +0 -1
- package/dist/collection/components/diwa-switch/diwa-switch-styles.js.map +0 -1
- package/dist/collection/components/diwa-switch/diwa-switch.js.map +0 -1
- package/dist/collection/components/diwa-switch/types.js.map +0 -1
- package/dist/collection/components/diwa-table/diwa-table-styles.js.map +0 -1
- package/dist/collection/components/diwa-table/diwa-table.js.map +0 -1
- package/dist/collection/components/diwa-table-body/diwa-table-body-styles.js.map +0 -1
- package/dist/collection/components/diwa-table-body/diwa-table-body.js.map +0 -1
- package/dist/collection/components/diwa-table-cell/diwa-table-cell-styles.js.map +0 -1
- package/dist/collection/components/diwa-table-cell/diwa-table-cell.js.map +0 -1
- package/dist/collection/components/diwa-table-head/diwa-table-head-styles.js.map +0 -1
- package/dist/collection/components/diwa-table-head/diwa-table-head.js.map +0 -1
- package/dist/collection/components/diwa-table-head-cell/diwa-table-head-cell-styles.js.map +0 -1
- package/dist/collection/components/diwa-table-head-cell/diwa-table-head-cell.js.map +0 -1
- package/dist/collection/components/diwa-table-head-cell/types.js.map +0 -1
- package/dist/collection/components/diwa-table-row/diwa-table-row-styles.js.map +0 -1
- package/dist/collection/components/diwa-table-row/diwa-table-row.js.map +0 -1
- package/dist/collection/components/diwa-tabs/diwa-tabs-styles.js.map +0 -1
- package/dist/collection/components/diwa-tabs/diwa-tabs.js.map +0 -1
- package/dist/collection/components/diwa-tabs/types.js.map +0 -1
- package/dist/collection/components/diwa-tabs-bar/diwa-tabs-bar-styles.js.map +0 -1
- package/dist/collection/components/diwa-tabs-bar/diwa-tabs-bar.js.map +0 -1
- package/dist/collection/components/diwa-tabs-bar/types.js.map +0 -1
- package/dist/collection/components/diwa-tabs-item/diwa-tabs-item-styles.js.map +0 -1
- package/dist/collection/components/diwa-tabs-item/diwa-tabs-item.js.map +0 -1
- package/dist/collection/components/diwa-tabs-item/types.js.map +0 -1
- package/dist/collection/components/diwa-tag/diwa-tag-styles.js.map +0 -1
- package/dist/collection/components/diwa-tag/diwa-tag.js.map +0 -1
- package/dist/collection/components/diwa-tag/types.js.map +0 -1
- package/dist/collection/components/diwa-tag-dismissible/diwa-tag-dismissible-styles.js.map +0 -1
- package/dist/collection/components/diwa-tag-dismissible/diwa-tag-dismissible.js.map +0 -1
- package/dist/collection/components/diwa-tag-dismissible/types.js.map +0 -1
- package/dist/collection/components/diwa-text/diwa-text-styles.js.map +0 -1
- package/dist/collection/components/diwa-text/diwa-text.js.map +0 -1
- package/dist/collection/components/diwa-text/types.js.map +0 -1
- package/dist/collection/components/diwa-text-list/diwa-text-list-styles.js.map +0 -1
- package/dist/collection/components/diwa-text-list/diwa-text-list.js.map +0 -1
- package/dist/collection/components/diwa-text-list/types.js.map +0 -1
- package/dist/collection/components/diwa-text-list-item/diwa-text-list-item-styles.js.map +0 -1
- package/dist/collection/components/diwa-text-list-item/diwa-text-list-item.js.map +0 -1
- package/dist/collection/components/diwa-text-list-item/types.js.map +0 -1
- package/dist/collection/components/diwa-textarea/diwa-textarea-styles.js.map +0 -1
- package/dist/collection/components/diwa-textarea/diwa-textarea.js.map +0 -1
- package/dist/collection/components/diwa-textarea/types.js.map +0 -1
- package/dist/collection/components/diwa-toast/diwa-toast-manager.js.map +0 -1
- package/dist/collection/components/diwa-toast/diwa-toast-styles.js.map +0 -1
- package/dist/collection/components/diwa-toast/diwa-toast.js.map +0 -1
- package/dist/collection/components/diwa-toast/types.js.map +0 -1
- package/dist/collection/components/diwa-toast-item/diwa-toast-item-styles.js.map +0 -1
- package/dist/collection/components/diwa-toast-item/diwa-toast-item.js.map +0 -1
- package/dist/collection/components/diwa-toast-item/types.js.map +0 -1
- package/dist/collection/styles/index.js.map +0 -1
- package/dist/collection/utils/checkbox-mark.js.map +0 -1
- package/dist/collection/utils/styles.js.map +0 -1
- package/dist/diwa-components/diwa-components.esm.js.map +0 -1
- package/dist/diwa-components/index.esm.js.map +0 -1
- package/dist/diwa-components/p-084204ab.entry.js +0 -2
- package/dist/diwa-components/p-084204ab.entry.js.map +0 -1
- package/dist/diwa-components/p-09f2e643.entry.js +0 -2
- package/dist/diwa-components/p-09f2e643.entry.js.map +0 -1
- package/dist/diwa-components/p-117dc41d.entry.js +0 -2
- package/dist/diwa-components/p-117dc41d.entry.js.map +0 -1
- package/dist/diwa-components/p-1250d0c7.entry.js +0 -2
- package/dist/diwa-components/p-1250d0c7.entry.js.map +0 -1
- package/dist/diwa-components/p-13e71247.entry.js +0 -2
- package/dist/diwa-components/p-13e71247.entry.js.map +0 -1
- package/dist/diwa-components/p-1830772d.entry.js +0 -2
- package/dist/diwa-components/p-1830772d.entry.js.map +0 -1
- package/dist/diwa-components/p-1d708e1e.entry.js +0 -2
- package/dist/diwa-components/p-1d708e1e.entry.js.map +0 -1
- package/dist/diwa-components/p-230692aa.entry.js +0 -2
- package/dist/diwa-components/p-230692aa.entry.js.map +0 -1
- package/dist/diwa-components/p-238da82a.entry.js +0 -2
- package/dist/diwa-components/p-238da82a.entry.js.map +0 -1
- package/dist/diwa-components/p-29419c9a.entry.js +0 -2
- package/dist/diwa-components/p-29419c9a.entry.js.map +0 -1
- package/dist/diwa-components/p-3269a4b7.entry.js +0 -10220
- package/dist/diwa-components/p-3269a4b7.entry.js.map +0 -1
- package/dist/diwa-components/p-332838f8.js +0 -2
- package/dist/diwa-components/p-332838f8.js.map +0 -1
- package/dist/diwa-components/p-35b69160.entry.js +0 -2
- package/dist/diwa-components/p-35b69160.entry.js.map +0 -1
- package/dist/diwa-components/p-35c7c864.js +0 -2
- package/dist/diwa-components/p-35c7c864.js.map +0 -1
- package/dist/diwa-components/p-3660b09a.entry.js +0 -2
- package/dist/diwa-components/p-3660b09a.entry.js.map +0 -1
- package/dist/diwa-components/p-36b004e9.entry.js +0 -2
- package/dist/diwa-components/p-36b004e9.entry.js.map +0 -1
- package/dist/diwa-components/p-37e1bea3.entry.js +0 -2
- package/dist/diwa-components/p-37e1bea3.entry.js.map +0 -1
- package/dist/diwa-components/p-3b38fa01.entry.js +0 -2
- package/dist/diwa-components/p-3b38fa01.entry.js.map +0 -1
- package/dist/diwa-components/p-3fb5cc30.entry.js +0 -2
- package/dist/diwa-components/p-3fb5cc30.entry.js.map +0 -1
- package/dist/diwa-components/p-429c596d.entry.js +0 -2
- package/dist/diwa-components/p-429c596d.entry.js.map +0 -1
- package/dist/diwa-components/p-50866c5a.entry.js +0 -2
- package/dist/diwa-components/p-50866c5a.entry.js.map +0 -1
- package/dist/diwa-components/p-5a597e27.entry.js +0 -2
- package/dist/diwa-components/p-5a597e27.entry.js.map +0 -1
- package/dist/diwa-components/p-5f9139bc.entry.js +0 -2
- package/dist/diwa-components/p-5f9139bc.entry.js.map +0 -1
- package/dist/diwa-components/p-66c15f66.entry.js +0 -2
- package/dist/diwa-components/p-66c15f66.entry.js.map +0 -1
- package/dist/diwa-components/p-66c53adc.entry.js +0 -2
- package/dist/diwa-components/p-66c53adc.entry.js.map +0 -1
- package/dist/diwa-components/p-70bbb21a.js +0 -2
- package/dist/diwa-components/p-70bbb21a.js.map +0 -1
- package/dist/diwa-components/p-71c45961.entry.js +0 -2
- package/dist/diwa-components/p-71c45961.entry.js.map +0 -1
- package/dist/diwa-components/p-78b16866.entry.js +0 -2
- package/dist/diwa-components/p-78b16866.entry.js.map +0 -1
- package/dist/diwa-components/p-7a99a2aa.entry.js +0 -2
- package/dist/diwa-components/p-7a99a2aa.entry.js.map +0 -1
- package/dist/diwa-components/p-7dc7291f.entry.js +0 -2
- package/dist/diwa-components/p-7dc7291f.entry.js.map +0 -1
- package/dist/diwa-components/p-8369c48e.entry.js +0 -2
- package/dist/diwa-components/p-8369c48e.entry.js.map +0 -1
- package/dist/diwa-components/p-8506ea0c.entry.js +0 -2
- package/dist/diwa-components/p-8506ea0c.entry.js.map +0 -1
- package/dist/diwa-components/p-863c88a4.entry.js +0 -2
- package/dist/diwa-components/p-863c88a4.entry.js.map +0 -1
- package/dist/diwa-components/p-87932af2.entry.js.map +0 -1
- package/dist/diwa-components/p-8afa6931.entry.js +0 -2
- package/dist/diwa-components/p-8afa6931.entry.js.map +0 -1
- package/dist/diwa-components/p-926e283b.entry.js +0 -2
- package/dist/diwa-components/p-926e283b.entry.js.map +0 -1
- package/dist/diwa-components/p-952af214.entry.js +0 -2
- package/dist/diwa-components/p-952af214.entry.js.map +0 -1
- package/dist/diwa-components/p-95b0fdea.entry.js +0 -2
- package/dist/diwa-components/p-95b0fdea.entry.js.map +0 -1
- package/dist/diwa-components/p-9910d570.entry.js +0 -2
- package/dist/diwa-components/p-9910d570.entry.js.map +0 -1
- package/dist/diwa-components/p-998dd88e.entry.js +0 -2
- package/dist/diwa-components/p-998dd88e.entry.js.map +0 -1
- package/dist/diwa-components/p-9ade0403.entry.js +0 -2
- package/dist/diwa-components/p-9ade0403.entry.js.map +0 -1
- package/dist/diwa-components/p-9c89e586.entry.js +0 -2
- package/dist/diwa-components/p-9c89e586.entry.js.map +0 -1
- package/dist/diwa-components/p-9eef4779.entry.js +0 -2
- package/dist/diwa-components/p-9eef4779.entry.js.map +0 -1
- package/dist/diwa-components/p-ac8e14be.js.map +0 -1
- package/dist/diwa-components/p-b072ff72.entry.js +0 -2
- package/dist/diwa-components/p-b072ff72.entry.js.map +0 -1
- package/dist/diwa-components/p-bbede25d.entry.js +0 -2
- package/dist/diwa-components/p-bbede25d.entry.js.map +0 -1
- package/dist/diwa-components/p-bd501daa.entry.js +0 -2
- package/dist/diwa-components/p-bd501daa.entry.js.map +0 -1
- package/dist/diwa-components/p-c6ca8d8b.entry.js +0 -2
- package/dist/diwa-components/p-c6ca8d8b.entry.js.map +0 -1
- package/dist/diwa-components/p-c78591ce.entry.js +0 -2
- package/dist/diwa-components/p-c78591ce.entry.js.map +0 -1
- package/dist/diwa-components/p-cc0e1662.entry.js +0 -2
- package/dist/diwa-components/p-cc0e1662.entry.js.map +0 -1
- package/dist/diwa-components/p-d25377eb.entry.js +0 -2
- package/dist/diwa-components/p-d25377eb.entry.js.map +0 -1
- package/dist/diwa-components/p-d917625e.entry.js +0 -2
- package/dist/diwa-components/p-d917625e.entry.js.map +0 -1
- package/dist/diwa-components/p-db70e030.entry.js +0 -2
- package/dist/diwa-components/p-db70e030.entry.js.map +0 -1
- package/dist/diwa-components/p-def36bc4.entry.js +0 -2
- package/dist/diwa-components/p-def36bc4.entry.js.map +0 -1
- package/dist/diwa-components/p-e1255160.js +0 -2
- package/dist/diwa-components/p-e1255160.js.map +0 -1
- package/dist/diwa-components/p-e137afc9.entry.js +0 -2
- package/dist/diwa-components/p-e137afc9.entry.js.map +0 -1
- package/dist/diwa-components/p-e1935375.entry.js +0 -2
- package/dist/diwa-components/p-e1935375.entry.js.map +0 -1
- package/dist/diwa-components/p-e19ad9fa.entry.js +0 -2
- package/dist/diwa-components/p-e19ad9fa.entry.js.map +0 -1
- package/dist/diwa-components/p-e602c199.entry.js +0 -2
- package/dist/diwa-components/p-e602c199.entry.js.map +0 -1
- package/dist/diwa-components/p-e9673253.entry.js +0 -2
- package/dist/diwa-components/p-e9673253.entry.js.map +0 -1
- package/dist/diwa-components/p-ed4017f0.js +0 -3
- package/dist/diwa-components/p-ed4017f0.js.map +0 -1
- package/dist/diwa-components/p-f44d4091.entry.js +0 -2
- package/dist/diwa-components/p-f44d4091.entry.js.map +0 -1
- package/dist/diwa-components/p-f60f1d81.entry.js +0 -2
- package/dist/diwa-components/p-f60f1d81.entry.js.map +0 -1
- package/dist/diwa-components/p-fae653f7.entry.js +0 -2
- package/dist/diwa-components/p-fae653f7.entry.js.map +0 -1
- package/dist/esm/app-globals-0f993ce5.js +0 -5
- package/dist/esm/app-globals-0f993ce5.js.map +0 -1
- package/dist/esm/checkbox-mark-37be8b2e.js +0 -26
- package/dist/esm/checkbox-mark-37be8b2e.js.map +0 -1
- package/dist/esm/diwa-accordion.entry.js.map +0 -1
- package/dist/esm/diwa-badge.entry.js.map +0 -1
- package/dist/esm/diwa-button-pure.entry.js.map +0 -1
- package/dist/esm/diwa-button.entry.js.map +0 -1
- package/dist/esm/diwa-checkbox.entry.js.map +0 -1
- package/dist/esm/diwa-components.js.map +0 -1
- package/dist/esm/diwa-divider.entry.js.map +0 -1
- package/dist/esm/diwa-flyout.entry.js.map +0 -1
- package/dist/esm/diwa-heading.entry.js.map +0 -1
- package/dist/esm/diwa-icon.entry.js.map +0 -1
- package/dist/esm/diwa-inline-notification.entry.js.map +0 -1
- package/dist/esm/diwa-input-date.entry.js.map +0 -1
- package/dist/esm/diwa-input-email.entry.js.map +0 -1
- package/dist/esm/diwa-input-month.entry.js.map +0 -1
- package/dist/esm/diwa-input-number.entry.js.map +0 -1
- package/dist/esm/diwa-input-password.entry.js.map +0 -1
- package/dist/esm/diwa-input-search.entry.js.map +0 -1
- package/dist/esm/diwa-input-tel.entry.js.map +0 -1
- package/dist/esm/diwa-input-text.entry.js.map +0 -1
- package/dist/esm/diwa-input-time.entry.js.map +0 -1
- package/dist/esm/diwa-input-url.entry.js.map +0 -1
- package/dist/esm/diwa-input-week.entry.js.map +0 -1
- package/dist/esm/diwa-input.entry.js.map +0 -1
- package/dist/esm/diwa-link-pure.entry.js.map +0 -1
- package/dist/esm/diwa-link.entry.js.map +0 -1
- package/dist/esm/diwa-modal.entry.js.map +0 -1
- package/dist/esm/diwa-multi-select-option.entry.js.map +0 -1
- package/dist/esm/diwa-multi-select.entry.js.map +0 -1
- package/dist/esm/diwa-pagination.entry.js.map +0 -1
- package/dist/esm/diwa-pin-code.entry.js.map +0 -1
- package/dist/esm/diwa-popover.entry.js.map +0 -1
- package/dist/esm/diwa-radio-group-item.entry.js.map +0 -1
- package/dist/esm/diwa-radio-group.entry.js.map +0 -1
- package/dist/esm/diwa-scroller.entry.js.map +0 -1
- package/dist/esm/diwa-segmented-control-item.entry.js.map +0 -1
- package/dist/esm/diwa-segmented-control.entry.js.map +0 -1
- package/dist/esm/diwa-select-option.entry.js.map +0 -1
- package/dist/esm/diwa-select.entry.js.map +0 -1
- package/dist/esm/diwa-spinner.entry.js.map +0 -1
- package/dist/esm/diwa-stepper-horizontal-item.entry.js.map +0 -1
- package/dist/esm/diwa-stepper-horizontal.entry.js.map +0 -1
- package/dist/esm/diwa-switch.entry.js.map +0 -1
- package/dist/esm/diwa-table-body.entry.js.map +0 -1
- package/dist/esm/diwa-table-cell.entry.js.map +0 -1
- package/dist/esm/diwa-table-head-cell.entry.js.map +0 -1
- package/dist/esm/diwa-table-head.entry.js.map +0 -1
- package/dist/esm/diwa-table-row.entry.js.map +0 -1
- package/dist/esm/diwa-table.entry.js.map +0 -1
- package/dist/esm/diwa-tabs-bar.entry.js.map +0 -1
- package/dist/esm/diwa-tabs-item.entry.js.map +0 -1
- package/dist/esm/diwa-tabs.entry.js.map +0 -1
- package/dist/esm/diwa-tag-dismissible.entry.js.map +0 -1
- package/dist/esm/diwa-tag.entry.js.map +0 -1
- package/dist/esm/diwa-text-list-item.entry.js.map +0 -1
- package/dist/esm/diwa-text-list.entry.js.map +0 -1
- package/dist/esm/diwa-text.entry.js.map +0 -1
- package/dist/esm/diwa-textarea.entry.js.map +0 -1
- package/dist/esm/diwa-toast-item.entry.js.map +0 -1
- package/dist/esm/diwa-toast.entry.js.map +0 -1
- package/dist/esm/index-3fa02c74.js +0 -1379
- package/dist/esm/index-3fa02c74.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/input-styles-c4f4fa96.js +0 -222
- package/dist/esm/input-styles-c4f4fa96.js.map +0 -1
- package/dist/esm/loader-circle-300f00a4.js.map +0 -1
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/styles-e5a47a2d.js +0 -73
- package/dist/esm/styles-e5a47a2d.js.map +0 -1
- package/dist-custom-elements/diwa-accordion.js.map +0 -1
- package/dist-custom-elements/diwa-badge.js.map +0 -1
- package/dist-custom-elements/diwa-button-pure.js.map +0 -1
- package/dist-custom-elements/diwa-button.js.map +0 -1
- package/dist-custom-elements/diwa-checkbox.js.map +0 -1
- package/dist-custom-elements/diwa-divider.js.map +0 -1
- package/dist-custom-elements/diwa-flyout.js.map +0 -1
- package/dist-custom-elements/diwa-heading.js.map +0 -1
- package/dist-custom-elements/diwa-icon.js.map +0 -1
- package/dist-custom-elements/diwa-inline-notification.js.map +0 -1
- package/dist-custom-elements/diwa-input-date.js.map +0 -1
- package/dist-custom-elements/diwa-input-email.js.map +0 -1
- package/dist-custom-elements/diwa-input-month.js.map +0 -1
- package/dist-custom-elements/diwa-input-number.js.map +0 -1
- package/dist-custom-elements/diwa-input-password.js.map +0 -1
- package/dist-custom-elements/diwa-input-search.js.map +0 -1
- package/dist-custom-elements/diwa-input-tel.js.map +0 -1
- package/dist-custom-elements/diwa-input-text.js.map +0 -1
- package/dist-custom-elements/diwa-input-time.js.map +0 -1
- package/dist-custom-elements/diwa-input-url.js.map +0 -1
- package/dist-custom-elements/diwa-input-week.js.map +0 -1
- package/dist-custom-elements/diwa-input.js.map +0 -1
- package/dist-custom-elements/diwa-link-pure.js.map +0 -1
- package/dist-custom-elements/diwa-link.js.map +0 -1
- package/dist-custom-elements/diwa-modal.js.map +0 -1
- package/dist-custom-elements/diwa-multi-select-option.js.map +0 -1
- package/dist-custom-elements/diwa-multi-select.js.map +0 -1
- package/dist-custom-elements/diwa-pagination.js.map +0 -1
- package/dist-custom-elements/diwa-pin-code.js.map +0 -1
- package/dist-custom-elements/diwa-popover.js.map +0 -1
- package/dist-custom-elements/diwa-radio-group-item.js.map +0 -1
- package/dist-custom-elements/diwa-radio-group.js.map +0 -1
- package/dist-custom-elements/diwa-scroller.js.map +0 -1
- package/dist-custom-elements/diwa-segmented-control-item.js.map +0 -1
- package/dist-custom-elements/diwa-segmented-control.js.map +0 -1
- package/dist-custom-elements/diwa-select-option.js.map +0 -1
- package/dist-custom-elements/diwa-select.js.map +0 -1
- package/dist-custom-elements/diwa-spinner.js.map +0 -1
- package/dist-custom-elements/diwa-stepper-horizontal-item.js.map +0 -1
- package/dist-custom-elements/diwa-stepper-horizontal.js.map +0 -1
- package/dist-custom-elements/diwa-switch.js.map +0 -1
- package/dist-custom-elements/diwa-table-body.js.map +0 -1
- package/dist-custom-elements/diwa-table-cell.js.map +0 -1
- package/dist-custom-elements/diwa-table-head-cell.js.map +0 -1
- package/dist-custom-elements/diwa-table-head.js.map +0 -1
- package/dist-custom-elements/diwa-table-row.js.map +0 -1
- package/dist-custom-elements/diwa-table.js.map +0 -1
- package/dist-custom-elements/diwa-tabs-bar.js.map +0 -1
- package/dist-custom-elements/diwa-tabs-item.js.map +0 -1
- package/dist-custom-elements/diwa-tabs.js.map +0 -1
- package/dist-custom-elements/diwa-tag-dismissible.js.map +0 -1
- package/dist-custom-elements/diwa-tag.js.map +0 -1
- package/dist-custom-elements/diwa-text-list-item.js.map +0 -1
- package/dist-custom-elements/diwa-text-list.js.map +0 -1
- package/dist-custom-elements/diwa-text.js.map +0 -1
- package/dist-custom-elements/diwa-textarea.js.map +0 -1
- package/dist-custom-elements/diwa-toast-item.js.map +0 -1
- package/dist-custom-elements/diwa-toast.js.map +0 -1
- package/dist-custom-elements/index.js.map +0 -1
- package/dist-custom-elements/p-105f3f97.js +0 -321
- package/dist-custom-elements/p-105f3f97.js.map +0 -1
- package/dist-custom-elements/p-332838f8.js.map +0 -1
- package/dist-custom-elements/p-35c7c864.js.map +0 -1
- package/dist-custom-elements/p-5eacc7d0.js +0 -1187
- package/dist-custom-elements/p-5eacc7d0.js.map +0 -1
- package/dist-custom-elements/p-70bbb21a.js.map +0 -1
- package/dist-custom-elements/p-7c951f7f.js +0 -141
- package/dist-custom-elements/p-7c951f7f.js.map +0 -1
- package/dist-custom-elements/p-8972ae69.js +0 -29213
- package/dist-custom-elements/p-8972ae69.js.map +0 -1
- package/dist-custom-elements/p-ac8e14be.js.map +0 -1
- package/dist-custom-elements/p-b7255dc4.js +0 -117
- package/dist-custom-elements/p-b7255dc4.js.map +0 -1
- package/loader/package.json +0 -11
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const index = require('./index-d665fd57.js');
|
|
6
|
-
const loaderCircle = require('./loader-circle-938f782b.js');
|
|
3
|
+
var index = require('./index-Bq2UsXlc.js');
|
|
4
|
+
var loaderCircle = require('./loader-circle-ffvGKJXL.js');
|
|
7
5
|
|
|
8
6
|
/**
|
|
9
7
|
* @license lucide v0.577.0 - ISC
|
|
@@ -27163,25 +27161,30 @@ const ZoomOut = [
|
|
|
27163
27161
|
* See the LICENSE file in the root directory of this source tree.
|
|
27164
27162
|
*/
|
|
27165
27163
|
|
|
27166
|
-
|
|
27164
|
+
var icons = /*#__PURE__*/Object.freeze({
|
|
27167
27165
|
__proto__: null,
|
|
27168
27166
|
AArrowDown: AArrowDown,
|
|
27169
27167
|
AArrowUp: AArrowUp,
|
|
27170
27168
|
ALargeSmall: ALargeSmall,
|
|
27171
27169
|
Accessibility: Accessibility,
|
|
27172
27170
|
Activity: Activity,
|
|
27171
|
+
ActivitySquare: SquareActivity,
|
|
27173
27172
|
AirVent: AirVent,
|
|
27174
27173
|
Airplay: Airplay,
|
|
27175
|
-
AlarmClockMinus: AlarmClockMinus,
|
|
27176
|
-
AlarmMinus: AlarmClockMinus,
|
|
27177
27174
|
AlarmCheck: AlarmClockCheck,
|
|
27175
|
+
AlarmClock: AlarmClock,
|
|
27178
27176
|
AlarmClockCheck: AlarmClockCheck,
|
|
27177
|
+
AlarmClockMinus: AlarmClockMinus,
|
|
27179
27178
|
AlarmClockOff: AlarmClockOff,
|
|
27180
|
-
AlarmClock: AlarmClock,
|
|
27181
27179
|
AlarmClockPlus: AlarmClockPlus,
|
|
27180
|
+
AlarmMinus: AlarmClockMinus,
|
|
27182
27181
|
AlarmPlus: AlarmClockPlus,
|
|
27183
27182
|
AlarmSmoke: AlarmSmoke,
|
|
27184
27183
|
Album: Album,
|
|
27184
|
+
AlertCircle: CircleAlert,
|
|
27185
|
+
AlertOctagon: OctagonAlert,
|
|
27186
|
+
AlertTriangle: TriangleAlert,
|
|
27187
|
+
AlignCenter: TextAlignCenter,
|
|
27185
27188
|
AlignCenterHorizontal: AlignCenterHorizontal,
|
|
27186
27189
|
AlignCenterVertical: AlignCenterVertical,
|
|
27187
27190
|
AlignEndHorizontal: AlignEndHorizontal,
|
|
@@ -27194,6 +27197,9 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27194
27197
|
AlignHorizontalJustifyStart: AlignHorizontalJustifyStart,
|
|
27195
27198
|
AlignHorizontalSpaceAround: AlignHorizontalSpaceAround,
|
|
27196
27199
|
AlignHorizontalSpaceBetween: AlignHorizontalSpaceBetween,
|
|
27200
|
+
AlignJustify: TextAlignJustify,
|
|
27201
|
+
AlignLeft: TextAlignStart,
|
|
27202
|
+
AlignRight: TextAlignEnd,
|
|
27197
27203
|
AlignStartHorizontal: AlignStartHorizontal,
|
|
27198
27204
|
AlignStartVertical: AlignStartVertical,
|
|
27199
27205
|
AlignVerticalDistributeCenter: AlignVerticalDistributeCenter,
|
|
@@ -27204,8 +27210,8 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27204
27210
|
AlignVerticalJustifyStart: AlignVerticalJustifyStart,
|
|
27205
27211
|
AlignVerticalSpaceAround: AlignVerticalSpaceAround,
|
|
27206
27212
|
AlignVerticalSpaceBetween: AlignVerticalSpaceBetween,
|
|
27207
|
-
Ampersand: Ampersand,
|
|
27208
27213
|
Ambulance: Ambulance,
|
|
27214
|
+
Ampersand: Ampersand,
|
|
27209
27215
|
Ampersands: Ampersands,
|
|
27210
27216
|
Amphora: Amphora,
|
|
27211
27217
|
Anchor: Anchor,
|
|
@@ -27214,64 +27220,84 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27214
27220
|
Antenna: Antenna,
|
|
27215
27221
|
Anvil: Anvil,
|
|
27216
27222
|
Aperture: Aperture,
|
|
27217
|
-
AppWindowMac: AppWindowMac,
|
|
27218
27223
|
AppWindow: AppWindow,
|
|
27224
|
+
AppWindowMac: AppWindowMac,
|
|
27219
27225
|
Apple: Apple,
|
|
27226
|
+
Archive: Archive,
|
|
27220
27227
|
ArchiveRestore: ArchiveRestore,
|
|
27221
27228
|
ArchiveX: ArchiveX,
|
|
27222
|
-
|
|
27229
|
+
AreaChart: ChartArea,
|
|
27223
27230
|
Armchair: Armchair,
|
|
27224
|
-
ArrowBigDownDash: ArrowBigDownDash,
|
|
27225
27231
|
ArrowBigDown: ArrowBigDown,
|
|
27226
|
-
|
|
27232
|
+
ArrowBigDownDash: ArrowBigDownDash,
|
|
27227
27233
|
ArrowBigLeft: ArrowBigLeft,
|
|
27228
|
-
|
|
27234
|
+
ArrowBigLeftDash: ArrowBigLeftDash,
|
|
27229
27235
|
ArrowBigRight: ArrowBigRight,
|
|
27236
|
+
ArrowBigRightDash: ArrowBigRightDash,
|
|
27237
|
+
ArrowBigUp: ArrowBigUp,
|
|
27230
27238
|
ArrowBigUpDash: ArrowBigUpDash,
|
|
27239
|
+
ArrowDown: ArrowDown,
|
|
27231
27240
|
ArrowDown01: ArrowDown01,
|
|
27232
|
-
ArrowBigUp: ArrowBigUp,
|
|
27233
27241
|
ArrowDown10: ArrowDown10,
|
|
27234
27242
|
ArrowDownAZ: ArrowDownAZ,
|
|
27235
27243
|
ArrowDownAz: ArrowDownAZ,
|
|
27244
|
+
ArrowDownCircle: CircleArrowDown,
|
|
27236
27245
|
ArrowDownFromLine: ArrowDownFromLine,
|
|
27237
27246
|
ArrowDownLeft: ArrowDownLeft,
|
|
27247
|
+
ArrowDownLeftFromCircle: CircleArrowOutDownLeft,
|
|
27248
|
+
ArrowDownLeftFromSquare: SquareArrowOutDownLeft,
|
|
27249
|
+
ArrowDownLeftSquare: SquareArrowDownLeft,
|
|
27238
27250
|
ArrowDownNarrowWide: ArrowDownNarrowWide,
|
|
27239
27251
|
ArrowDownRight: ArrowDownRight,
|
|
27252
|
+
ArrowDownRightFromCircle: CircleArrowOutDownRight,
|
|
27253
|
+
ArrowDownRightFromSquare: SquareArrowOutDownRight,
|
|
27254
|
+
ArrowDownRightSquare: SquareArrowDownRight,
|
|
27255
|
+
ArrowDownSquare: SquareArrowDown,
|
|
27240
27256
|
ArrowDownToDot: ArrowDownToDot,
|
|
27241
27257
|
ArrowDownToLine: ArrowDownToLine,
|
|
27242
27258
|
ArrowDownUp: ArrowDownUp,
|
|
27243
27259
|
ArrowDownWideNarrow: ArrowDownWideNarrow,
|
|
27244
|
-
SortDesc: ArrowDownWideNarrow,
|
|
27245
27260
|
ArrowDownZA: ArrowDownZA,
|
|
27246
27261
|
ArrowDownZa: ArrowDownZA,
|
|
27247
|
-
|
|
27262
|
+
ArrowLeft: ArrowLeft,
|
|
27263
|
+
ArrowLeftCircle: CircleArrowLeft,
|
|
27248
27264
|
ArrowLeftFromLine: ArrowLeftFromLine,
|
|
27249
27265
|
ArrowLeftRight: ArrowLeftRight,
|
|
27266
|
+
ArrowLeftSquare: SquareArrowLeft,
|
|
27250
27267
|
ArrowLeftToLine: ArrowLeftToLine,
|
|
27251
|
-
|
|
27268
|
+
ArrowRight: ArrowRight,
|
|
27269
|
+
ArrowRightCircle: CircleArrowRight,
|
|
27252
27270
|
ArrowRightFromLine: ArrowRightFromLine,
|
|
27253
27271
|
ArrowRightLeft: ArrowRightLeft,
|
|
27272
|
+
ArrowRightSquare: SquareArrowRight,
|
|
27254
27273
|
ArrowRightToLine: ArrowRightToLine,
|
|
27255
|
-
|
|
27274
|
+
ArrowUp: ArrowUp,
|
|
27256
27275
|
ArrowUp01: ArrowUp01,
|
|
27257
27276
|
ArrowUp10: ArrowUp10,
|
|
27258
27277
|
ArrowUpAZ: ArrowUpAZ,
|
|
27259
27278
|
ArrowUpAz: ArrowUpAZ,
|
|
27279
|
+
ArrowUpCircle: CircleArrowUp,
|
|
27260
27280
|
ArrowUpDown: ArrowUpDown,
|
|
27261
27281
|
ArrowUpFromDot: ArrowUpFromDot,
|
|
27262
27282
|
ArrowUpFromLine: ArrowUpFromLine,
|
|
27263
27283
|
ArrowUpLeft: ArrowUpLeft,
|
|
27284
|
+
ArrowUpLeftFromCircle: CircleArrowOutUpLeft,
|
|
27285
|
+
ArrowUpLeftFromSquare: SquareArrowOutUpLeft,
|
|
27286
|
+
ArrowUpLeftSquare: SquareArrowUpLeft,
|
|
27264
27287
|
ArrowUpNarrowWide: ArrowUpNarrowWide,
|
|
27265
|
-
SortAsc: ArrowUpNarrowWide,
|
|
27266
27288
|
ArrowUpRight: ArrowUpRight,
|
|
27289
|
+
ArrowUpRightFromCircle: CircleArrowOutUpRight,
|
|
27290
|
+
ArrowUpRightFromSquare: SquareArrowOutUpRight,
|
|
27291
|
+
ArrowUpRightSquare: SquareArrowUpRight,
|
|
27292
|
+
ArrowUpSquare: SquareArrowUp,
|
|
27267
27293
|
ArrowUpToLine: ArrowUpToLine,
|
|
27268
27294
|
ArrowUpWideNarrow: ArrowUpWideNarrow,
|
|
27269
27295
|
ArrowUpZA: ArrowUpZA,
|
|
27270
27296
|
ArrowUpZa: ArrowUpZA,
|
|
27271
|
-
ArrowUp: ArrowUp,
|
|
27272
27297
|
ArrowsUpFromLine: ArrowsUpFromLine,
|
|
27273
|
-
AtSign: AtSign,
|
|
27274
27298
|
Asterisk: Asterisk,
|
|
27299
|
+
AsteriskSquare: SquareAsterisk,
|
|
27300
|
+
AtSign: AtSign,
|
|
27275
27301
|
Atom: Atom,
|
|
27276
27302
|
AudioLines: AudioLines,
|
|
27277
27303
|
AudioWaveform: AudioWaveform,
|
|
@@ -27281,412 +27307,386 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27281
27307
|
Axis3d: Axis3d,
|
|
27282
27308
|
Baby: Baby,
|
|
27283
27309
|
Backpack: Backpack,
|
|
27310
|
+
Badge: Badge,
|
|
27284
27311
|
BadgeAlert: BadgeAlert,
|
|
27285
27312
|
BadgeCent: BadgeCent,
|
|
27286
27313
|
BadgeCheck: BadgeCheck,
|
|
27287
|
-
Verified: BadgeCheck,
|
|
27288
|
-
BadgeEuro: BadgeEuro,
|
|
27289
27314
|
BadgeDollarSign: BadgeDollarSign,
|
|
27315
|
+
BadgeEuro: BadgeEuro,
|
|
27316
|
+
BadgeHelp: BadgeQuestionMark,
|
|
27290
27317
|
BadgeIndianRupee: BadgeIndianRupee,
|
|
27291
27318
|
BadgeInfo: BadgeInfo,
|
|
27292
27319
|
BadgeJapaneseYen: BadgeJapaneseYen,
|
|
27293
27320
|
BadgeMinus: BadgeMinus,
|
|
27294
27321
|
BadgePercent: BadgePercent,
|
|
27295
|
-
BadgePoundSterling: BadgePoundSterling,
|
|
27296
27322
|
BadgePlus: BadgePlus,
|
|
27297
|
-
|
|
27323
|
+
BadgePoundSterling: BadgePoundSterling,
|
|
27298
27324
|
BadgeQuestionMark: BadgeQuestionMark,
|
|
27299
27325
|
BadgeRussianRuble: BadgeRussianRuble,
|
|
27300
27326
|
BadgeSwissFranc: BadgeSwissFranc,
|
|
27301
27327
|
BadgeTurkishLira: BadgeTurkishLira,
|
|
27302
27328
|
BadgeX: BadgeX,
|
|
27303
|
-
Badge: Badge,
|
|
27304
27329
|
BaggageClaim: BaggageClaim,
|
|
27305
27330
|
Balloon: Balloon,
|
|
27306
27331
|
Ban: Ban,
|
|
27307
27332
|
Banana: Banana,
|
|
27308
27333
|
Bandage: Bandage,
|
|
27334
|
+
Banknote: Banknote,
|
|
27309
27335
|
BanknoteArrowDown: BanknoteArrowDown,
|
|
27310
27336
|
BanknoteArrowUp: BanknoteArrowUp,
|
|
27311
27337
|
BanknoteX: BanknoteX,
|
|
27312
|
-
|
|
27338
|
+
BarChart: ChartNoAxesColumnIncreasing,
|
|
27339
|
+
BarChart2: ChartNoAxesColumn,
|
|
27340
|
+
BarChart3: ChartColumn,
|
|
27341
|
+
BarChart4: ChartColumnIncreasing,
|
|
27342
|
+
BarChartBig: ChartColumnBig,
|
|
27343
|
+
BarChartHorizontal: ChartBar,
|
|
27344
|
+
BarChartHorizontalBig: ChartBarBig,
|
|
27313
27345
|
Barcode: Barcode,
|
|
27314
27346
|
Barrel: Barrel,
|
|
27315
27347
|
Baseline: Baseline,
|
|
27316
27348
|
Bath: Bath,
|
|
27349
|
+
Battery: Battery,
|
|
27317
27350
|
BatteryCharging: BatteryCharging,
|
|
27318
27351
|
BatteryFull: BatteryFull,
|
|
27319
27352
|
BatteryLow: BatteryLow,
|
|
27320
27353
|
BatteryMedium: BatteryMedium,
|
|
27321
27354
|
BatteryPlus: BatteryPlus,
|
|
27322
27355
|
BatteryWarning: BatteryWarning,
|
|
27323
|
-
Battery: Battery,
|
|
27324
27356
|
Beaker: Beaker,
|
|
27325
|
-
BeanOff: BeanOff,
|
|
27326
27357
|
Bean: Bean,
|
|
27358
|
+
BeanOff: BeanOff,
|
|
27359
|
+
Bed: Bed,
|
|
27327
27360
|
BedDouble: BedDouble,
|
|
27328
27361
|
BedSingle: BedSingle,
|
|
27329
|
-
Bed: Bed,
|
|
27330
27362
|
Beef: Beef,
|
|
27331
|
-
BeerOff: BeerOff,
|
|
27332
27363
|
Beer: Beer,
|
|
27364
|
+
BeerOff: BeerOff,
|
|
27365
|
+
Bell: Bell,
|
|
27333
27366
|
BellDot: BellDot,
|
|
27334
|
-
BellOff: BellOff,
|
|
27335
27367
|
BellElectric: BellElectric,
|
|
27336
27368
|
BellMinus: BellMinus,
|
|
27369
|
+
BellOff: BellOff,
|
|
27337
27370
|
BellPlus: BellPlus,
|
|
27338
27371
|
BellRing: BellRing,
|
|
27339
|
-
Bell: Bell,
|
|
27340
27372
|
BetweenHorizonalEnd: BetweenHorizontalEnd,
|
|
27341
|
-
BetweenHorizontalEnd: BetweenHorizontalEnd,
|
|
27342
|
-
BetweenVerticalEnd: BetweenVerticalEnd,
|
|
27343
27373
|
BetweenHorizonalStart: BetweenHorizontalStart,
|
|
27374
|
+
BetweenHorizontalEnd: BetweenHorizontalEnd,
|
|
27344
27375
|
BetweenHorizontalStart: BetweenHorizontalStart,
|
|
27376
|
+
BetweenVerticalEnd: BetweenVerticalEnd,
|
|
27345
27377
|
BetweenVerticalStart: BetweenVerticalStart,
|
|
27346
|
-
Bike: Bike,
|
|
27347
27378
|
BicepsFlexed: BicepsFlexed,
|
|
27379
|
+
Bike: Bike,
|
|
27348
27380
|
Binary: Binary,
|
|
27349
|
-
Biohazard: Biohazard,
|
|
27350
27381
|
Binoculars: Binoculars,
|
|
27382
|
+
Biohazard: Biohazard,
|
|
27351
27383
|
Bird: Bird,
|
|
27352
|
-
Bitcoin: Bitcoin,
|
|
27353
27384
|
Birdhouse: Birdhouse,
|
|
27385
|
+
Bitcoin: Bitcoin,
|
|
27354
27386
|
Blend: Blend,
|
|
27355
27387
|
Blinds: Blinds,
|
|
27356
27388
|
Blocks: Blocks,
|
|
27389
|
+
Bluetooth: Bluetooth,
|
|
27357
27390
|
BluetoothConnected: BluetoothConnected,
|
|
27358
27391
|
BluetoothOff: BluetoothOff,
|
|
27359
27392
|
BluetoothSearching: BluetoothSearching,
|
|
27360
|
-
Bluetooth: Bluetooth,
|
|
27361
27393
|
Bold: Bold,
|
|
27362
27394
|
Bolt: Bolt,
|
|
27363
27395
|
Bomb: Bomb,
|
|
27364
27396
|
Bone: Bone,
|
|
27397
|
+
Book: Book,
|
|
27365
27398
|
BookA: BookA,
|
|
27366
27399
|
BookAlert: BookAlert,
|
|
27367
27400
|
BookAudio: BookAudio,
|
|
27368
27401
|
BookCheck: BookCheck,
|
|
27369
|
-
BookDashed: BookDashed,
|
|
27370
|
-
BookTemplate: BookDashed,
|
|
27371
27402
|
BookCopy: BookCopy,
|
|
27403
|
+
BookDashed: BookDashed,
|
|
27372
27404
|
BookDown: BookDown,
|
|
27373
27405
|
BookHeadphones: BookHeadphones,
|
|
27374
27406
|
BookHeart: BookHeart,
|
|
27375
27407
|
BookImage: BookImage,
|
|
27376
27408
|
BookKey: BookKey,
|
|
27377
|
-
BookMarked: BookMarked,
|
|
27378
27409
|
BookLock: BookLock,
|
|
27410
|
+
BookMarked: BookMarked,
|
|
27379
27411
|
BookMinus: BookMinus,
|
|
27412
|
+
BookOpen: BookOpen,
|
|
27380
27413
|
BookOpenCheck: BookOpenCheck,
|
|
27381
27414
|
BookOpenText: BookOpenText,
|
|
27382
|
-
BookOpen: BookOpen,
|
|
27383
27415
|
BookPlus: BookPlus,
|
|
27384
27416
|
BookSearch: BookSearch,
|
|
27417
|
+
BookTemplate: BookDashed,
|
|
27385
27418
|
BookText: BookText,
|
|
27386
|
-
BookUp2: BookUp2,
|
|
27387
27419
|
BookType: BookType,
|
|
27388
27420
|
BookUp: BookUp,
|
|
27421
|
+
BookUp2: BookUp2,
|
|
27389
27422
|
BookUser: BookUser,
|
|
27390
27423
|
BookX: BookX,
|
|
27391
|
-
|
|
27424
|
+
Bookmark: Bookmark,
|
|
27392
27425
|
BookmarkCheck: BookmarkCheck,
|
|
27393
27426
|
BookmarkMinus: BookmarkMinus,
|
|
27394
27427
|
BookmarkPlus: BookmarkPlus,
|
|
27395
27428
|
BookmarkX: BookmarkX,
|
|
27396
|
-
Bookmark: Bookmark,
|
|
27397
27429
|
BoomBox: BoomBox,
|
|
27430
|
+
Bot: Bot,
|
|
27398
27431
|
BotMessageSquare: BotMessageSquare,
|
|
27399
27432
|
BotOff: BotOff,
|
|
27400
|
-
Bot: Bot,
|
|
27401
|
-
BowArrow: BowArrow,
|
|
27402
27433
|
BottleWine: BottleWine,
|
|
27434
|
+
BowArrow: BowArrow,
|
|
27403
27435
|
Box: Box,
|
|
27436
|
+
BoxSelect: SquareDashed,
|
|
27404
27437
|
Boxes: Boxes,
|
|
27405
27438
|
Braces: Braces,
|
|
27406
|
-
CurlyBraces: Braces,
|
|
27407
27439
|
Brackets: Brackets,
|
|
27408
|
-
BrainCircuit: BrainCircuit,
|
|
27409
27440
|
Brain: Brain,
|
|
27441
|
+
BrainCircuit: BrainCircuit,
|
|
27410
27442
|
BrainCog: BrainCog,
|
|
27443
|
+
BrickWall: BrickWall,
|
|
27411
27444
|
BrickWallFire: BrickWallFire,
|
|
27412
27445
|
BrickWallShield: BrickWallShield,
|
|
27413
|
-
|
|
27446
|
+
Briefcase: Briefcase,
|
|
27414
27447
|
BriefcaseBusiness: BriefcaseBusiness,
|
|
27415
27448
|
BriefcaseConveyorBelt: BriefcaseConveyorBelt,
|
|
27416
27449
|
BriefcaseMedical: BriefcaseMedical,
|
|
27417
|
-
Briefcase: Briefcase,
|
|
27418
27450
|
BringToFront: BringToFront,
|
|
27419
|
-
BrushCleaning: BrushCleaning,
|
|
27420
27451
|
Brush: Brush,
|
|
27421
|
-
|
|
27452
|
+
BrushCleaning: BrushCleaning,
|
|
27422
27453
|
Bubbles: Bubbles,
|
|
27423
|
-
BugPlay: BugPlay,
|
|
27424
27454
|
Bug: Bug,
|
|
27425
|
-
|
|
27455
|
+
BugOff: BugOff,
|
|
27456
|
+
BugPlay: BugPlay,
|
|
27426
27457
|
Building: Building,
|
|
27427
|
-
|
|
27458
|
+
Building2: Building2,
|
|
27428
27459
|
Bus: Bus,
|
|
27429
|
-
|
|
27460
|
+
BusFront: BusFront,
|
|
27430
27461
|
Cable: Cable,
|
|
27431
|
-
|
|
27462
|
+
CableCar: CableCar,
|
|
27432
27463
|
Cake: Cake,
|
|
27464
|
+
CakeSlice: CakeSlice,
|
|
27433
27465
|
Calculator: Calculator,
|
|
27466
|
+
Calendar: Calendar,
|
|
27434
27467
|
Calendar1: Calendar1,
|
|
27435
27468
|
CalendarArrowDown: CalendarArrowDown,
|
|
27436
27469
|
CalendarArrowUp: CalendarArrowUp,
|
|
27437
|
-
CalendarCheck2: CalendarCheck2,
|
|
27438
27470
|
CalendarCheck: CalendarCheck,
|
|
27471
|
+
CalendarCheck2: CalendarCheck2,
|
|
27439
27472
|
CalendarClock: CalendarClock,
|
|
27440
27473
|
CalendarCog: CalendarCog,
|
|
27441
27474
|
CalendarDays: CalendarDays,
|
|
27442
27475
|
CalendarFold: CalendarFold,
|
|
27443
27476
|
CalendarHeart: CalendarHeart,
|
|
27444
|
-
CalendarMinus2: CalendarMinus2,
|
|
27445
27477
|
CalendarMinus: CalendarMinus,
|
|
27478
|
+
CalendarMinus2: CalendarMinus2,
|
|
27446
27479
|
CalendarOff: CalendarOff,
|
|
27447
|
-
CalendarPlus2: CalendarPlus2,
|
|
27448
27480
|
CalendarPlus: CalendarPlus,
|
|
27481
|
+
CalendarPlus2: CalendarPlus2,
|
|
27449
27482
|
CalendarRange: CalendarRange,
|
|
27450
27483
|
CalendarSearch: CalendarSearch,
|
|
27451
27484
|
CalendarSync: CalendarSync,
|
|
27452
|
-
CalendarX2: CalendarX2,
|
|
27453
27485
|
CalendarX: CalendarX,
|
|
27454
|
-
|
|
27486
|
+
CalendarX2: CalendarX2,
|
|
27455
27487
|
Calendars: Calendars,
|
|
27456
|
-
CameraOff: CameraOff,
|
|
27457
27488
|
Camera: Camera,
|
|
27489
|
+
CameraOff: CameraOff,
|
|
27490
|
+
CandlestickChart: ChartCandlestick,
|
|
27491
|
+
Candy: Candy,
|
|
27458
27492
|
CandyCane: CandyCane,
|
|
27459
27493
|
CandyOff: CandyOff,
|
|
27460
|
-
CannabisOff: CannabisOff,
|
|
27461
27494
|
Cannabis: Cannabis,
|
|
27462
|
-
|
|
27463
|
-
CaptionsOff: CaptionsOff,
|
|
27495
|
+
CannabisOff: CannabisOff,
|
|
27464
27496
|
Captions: Captions,
|
|
27465
|
-
|
|
27497
|
+
CaptionsOff: CaptionsOff,
|
|
27498
|
+
Car: Car,
|
|
27466
27499
|
CarFront: CarFront,
|
|
27467
27500
|
CarTaxiFront: CarTaxiFront,
|
|
27468
|
-
Car: Car,
|
|
27469
27501
|
Caravan: Caravan,
|
|
27470
|
-
Carrot: Carrot,
|
|
27471
27502
|
CardSim: CardSim,
|
|
27503
|
+
Carrot: Carrot,
|
|
27472
27504
|
CaseLower: CaseLower,
|
|
27473
27505
|
CaseSensitive: CaseSensitive,
|
|
27474
27506
|
CaseUpper: CaseUpper,
|
|
27475
27507
|
CassetteTape: CassetteTape,
|
|
27476
27508
|
Cast: Cast,
|
|
27477
|
-
Cat: Cat,
|
|
27478
27509
|
Castle: Castle,
|
|
27510
|
+
Cat: Cat,
|
|
27479
27511
|
Cctv: Cctv,
|
|
27480
|
-
AreaChart: ChartArea,
|
|
27481
27512
|
ChartArea: ChartArea,
|
|
27482
|
-
|
|
27513
|
+
ChartBar: ChartBar,
|
|
27483
27514
|
ChartBarBig: ChartBarBig,
|
|
27484
27515
|
ChartBarDecreasing: ChartBarDecreasing,
|
|
27485
27516
|
ChartBarIncreasing: ChartBarIncreasing,
|
|
27486
27517
|
ChartBarStacked: ChartBarStacked,
|
|
27487
|
-
BarChartHorizontal: ChartBar,
|
|
27488
|
-
ChartBar: ChartBar,
|
|
27489
|
-
CandlestickChart: ChartCandlestick,
|
|
27490
27518
|
ChartCandlestick: ChartCandlestick,
|
|
27491
|
-
|
|
27519
|
+
ChartColumn: ChartColumn,
|
|
27492
27520
|
ChartColumnBig: ChartColumnBig,
|
|
27493
27521
|
ChartColumnDecreasing: ChartColumnDecreasing,
|
|
27494
|
-
BarChart4: ChartColumnIncreasing,
|
|
27495
27522
|
ChartColumnIncreasing: ChartColumnIncreasing,
|
|
27496
|
-
BarChart3: ChartColumn,
|
|
27497
|
-
ChartColumn: ChartColumn,
|
|
27498
27523
|
ChartColumnStacked: ChartColumnStacked,
|
|
27499
27524
|
ChartGantt: ChartGantt,
|
|
27500
27525
|
ChartLine: ChartLine,
|
|
27501
|
-
LineChart: ChartLine,
|
|
27502
27526
|
ChartNetwork: ChartNetwork,
|
|
27527
|
+
ChartNoAxesColumn: ChartNoAxesColumn,
|
|
27503
27528
|
ChartNoAxesColumnDecreasing: ChartNoAxesColumnDecreasing,
|
|
27504
|
-
BarChart: ChartNoAxesColumnIncreasing,
|
|
27505
27529
|
ChartNoAxesColumnIncreasing: ChartNoAxesColumnIncreasing,
|
|
27506
|
-
BarChart2: ChartNoAxesColumn,
|
|
27507
|
-
ChartNoAxesColumn: ChartNoAxesColumn,
|
|
27508
27530
|
ChartNoAxesCombined: ChartNoAxesCombined,
|
|
27509
27531
|
ChartNoAxesGantt: ChartNoAxesGantt,
|
|
27510
|
-
GanttChart: ChartNoAxesGantt,
|
|
27511
27532
|
ChartPie: ChartPie,
|
|
27512
|
-
PieChart: ChartPie,
|
|
27513
|
-
ChartSpline: ChartSpline,
|
|
27514
27533
|
ChartScatter: ChartScatter,
|
|
27515
|
-
|
|
27534
|
+
ChartSpline: ChartSpline,
|
|
27535
|
+
Check: Check,
|
|
27516
27536
|
CheckCheck: CheckCheck,
|
|
27537
|
+
CheckCircle: CircleCheckBig,
|
|
27538
|
+
CheckCircle2: CircleCheck,
|
|
27517
27539
|
CheckLine: CheckLine,
|
|
27518
|
-
|
|
27540
|
+
CheckSquare: SquareCheckBig,
|
|
27541
|
+
CheckSquare2: SquareCheck,
|
|
27519
27542
|
ChefHat: ChefHat,
|
|
27520
27543
|
Cherry: Cherry,
|
|
27521
|
-
ChessKing: ChessKing,
|
|
27522
27544
|
ChessBishop: ChessBishop,
|
|
27545
|
+
ChessKing: ChessKing,
|
|
27523
27546
|
ChessKnight: ChessKnight,
|
|
27524
27547
|
ChessPawn: ChessPawn,
|
|
27525
27548
|
ChessQueen: ChessQueen,
|
|
27526
27549
|
ChessRook: ChessRook,
|
|
27527
27550
|
ChevronDown: ChevronDown,
|
|
27551
|
+
ChevronDownCircle: CircleChevronDown,
|
|
27552
|
+
ChevronDownSquare: SquareChevronDown,
|
|
27528
27553
|
ChevronFirst: ChevronFirst,
|
|
27529
27554
|
ChevronLast: ChevronLast,
|
|
27530
|
-
ChevronRight: ChevronRight,
|
|
27531
27555
|
ChevronLeft: ChevronLeft,
|
|
27556
|
+
ChevronLeftCircle: CircleChevronLeft,
|
|
27557
|
+
ChevronLeftSquare: SquareChevronLeft,
|
|
27558
|
+
ChevronRight: ChevronRight,
|
|
27559
|
+
ChevronRightCircle: CircleChevronRight,
|
|
27560
|
+
ChevronRightSquare: SquareChevronRight,
|
|
27532
27561
|
ChevronUp: ChevronUp,
|
|
27533
|
-
|
|
27562
|
+
ChevronUpCircle: CircleChevronUp,
|
|
27563
|
+
ChevronUpSquare: SquareChevronUp,
|
|
27534
27564
|
ChevronsDown: ChevronsDown,
|
|
27535
|
-
|
|
27536
|
-
ChevronsLeftRight: ChevronsLeftRight,
|
|
27565
|
+
ChevronsDownUp: ChevronsDownUp,
|
|
27537
27566
|
ChevronsLeft: ChevronsLeft,
|
|
27538
|
-
|
|
27567
|
+
ChevronsLeftRight: ChevronsLeftRight,
|
|
27568
|
+
ChevronsLeftRightEllipsis: ChevronsLeftRightEllipsis,
|
|
27539
27569
|
ChevronsRight: ChevronsRight,
|
|
27540
|
-
|
|
27570
|
+
ChevronsRightLeft: ChevronsRightLeft,
|
|
27541
27571
|
ChevronsUp: ChevronsUp,
|
|
27572
|
+
ChevronsUpDown: ChevronsUpDown,
|
|
27542
27573
|
Chrome: Chromium,
|
|
27543
27574
|
Chromium: Chromium,
|
|
27544
|
-
CigaretteOff: CigaretteOff,
|
|
27545
27575
|
Church: Church,
|
|
27546
27576
|
Cigarette: Cigarette,
|
|
27547
|
-
|
|
27577
|
+
CigaretteOff: CigaretteOff,
|
|
27578
|
+
Circle: Circle,
|
|
27548
27579
|
CircleAlert: CircleAlert,
|
|
27549
|
-
ArrowDownCircle: CircleArrowDown,
|
|
27550
27580
|
CircleArrowDown: CircleArrowDown,
|
|
27551
|
-
ArrowLeftCircle: CircleArrowLeft,
|
|
27552
27581
|
CircleArrowLeft: CircleArrowLeft,
|
|
27553
|
-
ArrowDownLeftFromCircle: CircleArrowOutDownLeft,
|
|
27554
27582
|
CircleArrowOutDownLeft: CircleArrowOutDownLeft,
|
|
27555
|
-
ArrowDownRightFromCircle: CircleArrowOutDownRight,
|
|
27556
27583
|
CircleArrowOutDownRight: CircleArrowOutDownRight,
|
|
27557
|
-
ArrowUpLeftFromCircle: CircleArrowOutUpLeft,
|
|
27558
27584
|
CircleArrowOutUpLeft: CircleArrowOutUpLeft,
|
|
27559
|
-
ArrowUpRightFromCircle: CircleArrowOutUpRight,
|
|
27560
27585
|
CircleArrowOutUpRight: CircleArrowOutUpRight,
|
|
27561
|
-
ArrowRightCircle: CircleArrowRight,
|
|
27562
27586
|
CircleArrowRight: CircleArrowRight,
|
|
27563
|
-
ArrowUpCircle: CircleArrowUp,
|
|
27564
27587
|
CircleArrowUp: CircleArrowUp,
|
|
27565
|
-
CheckCircle: CircleCheckBig,
|
|
27566
|
-
CircleCheckBig: CircleCheckBig,
|
|
27567
|
-
CheckCircle2: CircleCheck,
|
|
27568
27588
|
CircleCheck: CircleCheck,
|
|
27569
|
-
|
|
27589
|
+
CircleCheckBig: CircleCheckBig,
|
|
27570
27590
|
CircleChevronDown: CircleChevronDown,
|
|
27571
|
-
ChevronLeftCircle: CircleChevronLeft,
|
|
27572
27591
|
CircleChevronLeft: CircleChevronLeft,
|
|
27573
|
-
ChevronRightCircle: CircleChevronRight,
|
|
27574
27592
|
CircleChevronRight: CircleChevronRight,
|
|
27575
|
-
ChevronUpCircle: CircleChevronUp,
|
|
27576
27593
|
CircleChevronUp: CircleChevronUp,
|
|
27577
27594
|
CircleDashed: CircleDashed,
|
|
27578
27595
|
CircleDivide: CircleDivide,
|
|
27579
|
-
DivideCircle: CircleDivide,
|
|
27580
27596
|
CircleDollarSign: CircleDollarSign,
|
|
27581
|
-
CircleDotDashed: CircleDotDashed,
|
|
27582
27597
|
CircleDot: CircleDot,
|
|
27598
|
+
CircleDotDashed: CircleDotDashed,
|
|
27583
27599
|
CircleEllipsis: CircleEllipsis,
|
|
27584
27600
|
CircleEqual: CircleEqual,
|
|
27585
27601
|
CircleFadingArrowUp: CircleFadingArrowUp,
|
|
27586
27602
|
CircleFadingPlus: CircleFadingPlus,
|
|
27587
27603
|
CircleGauge: CircleGauge,
|
|
27588
|
-
|
|
27604
|
+
CircleHelp: CircleQuestionMark,
|
|
27589
27605
|
CircleMinus: CircleMinus,
|
|
27590
|
-
MinusCircle: CircleMinus,
|
|
27591
27606
|
CircleOff: CircleOff,
|
|
27592
27607
|
CircleParking: CircleParking,
|
|
27593
|
-
ParkingCircle: CircleParking,
|
|
27594
27608
|
CircleParkingOff: CircleParkingOff,
|
|
27595
|
-
ParkingCircleOff: CircleParkingOff,
|
|
27596
27609
|
CirclePause: CirclePause,
|
|
27597
|
-
PauseCircle: CirclePause,
|
|
27598
27610
|
CirclePercent: CirclePercent,
|
|
27599
|
-
PercentCircle: CirclePercent,
|
|
27600
27611
|
CirclePile: CirclePile,
|
|
27601
27612
|
CirclePlay: CirclePlay,
|
|
27602
|
-
PlayCircle: CirclePlay,
|
|
27603
27613
|
CirclePlus: CirclePlus,
|
|
27604
|
-
PlusCircle: CirclePlus,
|
|
27605
27614
|
CirclePoundSterling: CirclePoundSterling,
|
|
27606
27615
|
CirclePower: CirclePower,
|
|
27607
|
-
PowerCircle: CirclePower,
|
|
27608
|
-
CircleHelp: CircleQuestionMark,
|
|
27609
27616
|
CircleQuestionMark: CircleQuestionMark,
|
|
27610
|
-
|
|
27617
|
+
CircleSlash: CircleSlash,
|
|
27611
27618
|
CircleSlash2: CircleSlash2,
|
|
27612
27619
|
CircleSlashed: CircleSlash2,
|
|
27613
|
-
CircleSlash: CircleSlash,
|
|
27614
27620
|
CircleSmall: CircleSmall,
|
|
27615
27621
|
CircleStar: CircleStar,
|
|
27616
27622
|
CircleStop: CircleStop,
|
|
27617
|
-
StopCircle: CircleStop,
|
|
27618
|
-
CircleUserRound: CircleUserRound,
|
|
27619
|
-
UserCircle2: CircleUserRound,
|
|
27620
27623
|
CircleUser: CircleUser,
|
|
27621
|
-
|
|
27624
|
+
CircleUserRound: CircleUserRound,
|
|
27622
27625
|
CircleX: CircleX,
|
|
27623
|
-
XCircle: CircleX,
|
|
27624
|
-
Circle: Circle,
|
|
27625
27626
|
CircuitBoard: CircuitBoard,
|
|
27626
27627
|
Citrus: Citrus,
|
|
27627
27628
|
Clapperboard: Clapperboard,
|
|
27629
|
+
Clipboard: Clipboard,
|
|
27628
27630
|
ClipboardCheck: ClipboardCheck,
|
|
27629
27631
|
ClipboardClock: ClipboardClock,
|
|
27630
27632
|
ClipboardCopy: ClipboardCopy,
|
|
27633
|
+
ClipboardEdit: ClipboardPen,
|
|
27631
27634
|
ClipboardList: ClipboardList,
|
|
27632
27635
|
ClipboardMinus: ClipboardMinus,
|
|
27633
27636
|
ClipboardPaste: ClipboardPaste,
|
|
27634
|
-
ClipboardPenLine: ClipboardPenLine,
|
|
27635
|
-
ClipboardSignature: ClipboardPenLine,
|
|
27636
|
-
ClipboardEdit: ClipboardPen,
|
|
27637
27637
|
ClipboardPen: ClipboardPen,
|
|
27638
|
+
ClipboardPenLine: ClipboardPenLine,
|
|
27638
27639
|
ClipboardPlus: ClipboardPlus,
|
|
27640
|
+
ClipboardSignature: ClipboardPenLine,
|
|
27639
27641
|
ClipboardType: ClipboardType,
|
|
27640
27642
|
ClipboardX: ClipboardX,
|
|
27641
|
-
|
|
27643
|
+
Clock: Clock,
|
|
27642
27644
|
Clock1: Clock1,
|
|
27643
27645
|
Clock10: Clock10,
|
|
27644
27646
|
Clock11: Clock11,
|
|
27645
27647
|
Clock12: Clock12,
|
|
27646
|
-
Clock3: Clock3,
|
|
27647
27648
|
Clock2: Clock2,
|
|
27649
|
+
Clock3: Clock3,
|
|
27648
27650
|
Clock4: Clock4,
|
|
27649
27651
|
Clock5: Clock5,
|
|
27650
27652
|
Clock6: Clock6,
|
|
27651
27653
|
Clock7: Clock7,
|
|
27652
|
-
Clock9: Clock9,
|
|
27653
27654
|
Clock8: Clock8,
|
|
27655
|
+
Clock9: Clock9,
|
|
27654
27656
|
ClockAlert: ClockAlert,
|
|
27655
27657
|
ClockArrowDown: ClockArrowDown,
|
|
27656
27658
|
ClockArrowUp: ClockArrowUp,
|
|
27657
27659
|
ClockCheck: ClockCheck,
|
|
27658
27660
|
ClockFading: ClockFading,
|
|
27659
27661
|
ClockPlus: ClockPlus,
|
|
27660
|
-
Clock: Clock,
|
|
27661
|
-
CloudAlert: CloudAlert,
|
|
27662
27662
|
ClosedCaption: ClosedCaption,
|
|
27663
|
+
Cloud: Cloud,
|
|
27664
|
+
CloudAlert: CloudAlert,
|
|
27663
27665
|
CloudBackup: CloudBackup,
|
|
27664
27666
|
CloudCheck: CloudCheck,
|
|
27665
27667
|
CloudCog: CloudCog,
|
|
27666
27668
|
CloudDownload: CloudDownload,
|
|
27667
|
-
DownloadCloud: CloudDownload,
|
|
27668
27669
|
CloudDrizzle: CloudDrizzle,
|
|
27669
27670
|
CloudFog: CloudFog,
|
|
27670
27671
|
CloudHail: CloudHail,
|
|
27671
27672
|
CloudLightning: CloudLightning,
|
|
27672
|
-
CloudMoonRain: CloudMoonRain,
|
|
27673
27673
|
CloudMoon: CloudMoon,
|
|
27674
|
+
CloudMoonRain: CloudMoonRain,
|
|
27674
27675
|
CloudOff: CloudOff,
|
|
27675
|
-
CloudRainWind: CloudRainWind,
|
|
27676
27676
|
CloudRain: CloudRain,
|
|
27677
|
+
CloudRainWind: CloudRainWind,
|
|
27677
27678
|
CloudSnow: CloudSnow,
|
|
27679
|
+
CloudSun: CloudSun,
|
|
27678
27680
|
CloudSunRain: CloudSunRain,
|
|
27679
27681
|
CloudSync: CloudSync,
|
|
27680
|
-
CloudSun: CloudSun,
|
|
27681
|
-
Cloud: Cloud,
|
|
27682
27682
|
CloudUpload: CloudUpload,
|
|
27683
|
-
UploadCloud: CloudUpload,
|
|
27684
27683
|
Cloudy: Cloudy,
|
|
27685
27684
|
Clover: Clover,
|
|
27686
27685
|
Club: Club,
|
|
27686
|
+
Code: Code,
|
|
27687
27687
|
Code2: CodeXml,
|
|
27688
|
+
CodeSquare: SquareCode,
|
|
27688
27689
|
CodeXml: CodeXml,
|
|
27689
|
-
Code: Code,
|
|
27690
27690
|
Codepen: Codepen,
|
|
27691
27691
|
Codesandbox: Codesandbox,
|
|
27692
27692
|
Coffee: Coffee,
|
|
@@ -27694,33 +27694,31 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27694
27694
|
Coins: Coins,
|
|
27695
27695
|
Columns: Columns2,
|
|
27696
27696
|
Columns2: Columns2,
|
|
27697
|
-
Columns3Cog: Columns3Cog,
|
|
27698
|
-
ColumnsSettings: Columns3Cog,
|
|
27699
|
-
TableConfig: Columns3Cog,
|
|
27700
27697
|
Columns3: Columns3,
|
|
27701
|
-
|
|
27698
|
+
Columns3Cog: Columns3Cog,
|
|
27702
27699
|
Columns4: Columns4,
|
|
27700
|
+
ColumnsSettings: Columns3Cog,
|
|
27703
27701
|
Combine: Combine,
|
|
27704
27702
|
Command: Command,
|
|
27705
27703
|
Compass: Compass,
|
|
27706
27704
|
Component: Component,
|
|
27707
|
-
ConciergeBell: ConciergeBell,
|
|
27708
27705
|
Computer: Computer,
|
|
27706
|
+
ConciergeBell: ConciergeBell,
|
|
27709
27707
|
Cone: Cone,
|
|
27710
27708
|
Construction: Construction,
|
|
27709
|
+
Contact: Contact,
|
|
27711
27710
|
Contact2: ContactRound,
|
|
27712
27711
|
ContactRound: ContactRound,
|
|
27713
|
-
Contact: Contact,
|
|
27714
27712
|
Container: Container,
|
|
27715
27713
|
Contrast: Contrast,
|
|
27716
27714
|
Cookie: Cookie,
|
|
27717
27715
|
CookingPot: CookingPot,
|
|
27716
|
+
Copy: Copy,
|
|
27718
27717
|
CopyCheck: CopyCheck,
|
|
27719
27718
|
CopyMinus: CopyMinus,
|
|
27720
27719
|
CopyPlus: CopyPlus,
|
|
27721
27720
|
CopySlash: CopySlash,
|
|
27722
27721
|
CopyX: CopyX,
|
|
27723
|
-
Copy: Copy,
|
|
27724
27722
|
Copyleft: Copyleft,
|
|
27725
27723
|
Copyright: Copyright,
|
|
27726
27724
|
CornerDownLeft: CornerDownLeft,
|
|
@@ -27730,8 +27728,8 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27730
27728
|
CornerRightDown: CornerRightDown,
|
|
27731
27729
|
CornerRightUp: CornerRightUp,
|
|
27732
27730
|
CornerUpLeft: CornerUpLeft,
|
|
27733
|
-
Cpu: Cpu,
|
|
27734
27731
|
CornerUpRight: CornerUpRight,
|
|
27732
|
+
Cpu: Cpu,
|
|
27735
27733
|
CreativeCommons: CreativeCommons,
|
|
27736
27734
|
CreditCard: CreditCard,
|
|
27737
27735
|
Croissant: Croissant,
|
|
@@ -27739,25 +27737,25 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27739
27737
|
Cross: Cross,
|
|
27740
27738
|
Crosshair: Crosshair,
|
|
27741
27739
|
Crown: Crown,
|
|
27742
|
-
CupSoda: CupSoda,
|
|
27743
27740
|
Cuboid: Cuboid,
|
|
27741
|
+
CupSoda: CupSoda,
|
|
27742
|
+
CurlyBraces: Braces,
|
|
27744
27743
|
Currency: Currency,
|
|
27745
27744
|
Cylinder: Cylinder,
|
|
27746
27745
|
Dam: Dam,
|
|
27746
|
+
Database: Database,
|
|
27747
27747
|
DatabaseBackup: DatabaseBackup,
|
|
27748
|
-
DatabaseZap: DatabaseZap,
|
|
27749
27748
|
DatabaseSearch: DatabaseSearch,
|
|
27749
|
+
DatabaseZap: DatabaseZap,
|
|
27750
27750
|
DecimalsArrowLeft: DecimalsArrowLeft,
|
|
27751
|
-
Database: Database,
|
|
27752
27751
|
DecimalsArrowRight: DecimalsArrowRight,
|
|
27753
27752
|
Delete: Delete,
|
|
27754
|
-
Diameter: Diameter,
|
|
27755
27753
|
Dessert: Dessert,
|
|
27754
|
+
Diameter: Diameter,
|
|
27755
|
+
Diamond: Diamond,
|
|
27756
27756
|
DiamondMinus: DiamondMinus,
|
|
27757
27757
|
DiamondPercent: DiamondPercent,
|
|
27758
|
-
PercentDiamond: DiamondPercent,
|
|
27759
27758
|
DiamondPlus: DiamondPlus,
|
|
27760
|
-
Diamond: Diamond,
|
|
27761
27759
|
Dice1: Dice1,
|
|
27762
27760
|
Dice2: Dice2,
|
|
27763
27761
|
Dice3: Dice3,
|
|
@@ -27766,14 +27764,16 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27766
27764
|
Dice6: Dice6,
|
|
27767
27765
|
Dices: Dices,
|
|
27768
27766
|
Diff: Diff,
|
|
27767
|
+
Disc: Disc,
|
|
27769
27768
|
Disc2: Disc2,
|
|
27770
|
-
DiscAlbum: DiscAlbum,
|
|
27771
27769
|
Disc3: Disc3,
|
|
27772
|
-
|
|
27770
|
+
DiscAlbum: DiscAlbum,
|
|
27773
27771
|
Divide: Divide,
|
|
27772
|
+
DivideCircle: CircleDivide,
|
|
27773
|
+
DivideSquare: SquareDivide,
|
|
27774
|
+
Dna: Dna,
|
|
27774
27775
|
DnaOff: DnaOff,
|
|
27775
27776
|
Dock: Dock,
|
|
27776
|
-
Dna: Dna,
|
|
27777
27777
|
Dog: Dog,
|
|
27778
27778
|
DollarSign: DollarSign,
|
|
27779
27779
|
Donut: Donut,
|
|
@@ -27781,9 +27781,11 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27781
27781
|
DoorClosedLocked: DoorClosedLocked,
|
|
27782
27782
|
DoorOpen: DoorOpen,
|
|
27783
27783
|
Dot: Dot,
|
|
27784
|
+
DotSquare: SquareDot,
|
|
27784
27785
|
Download: Download,
|
|
27785
|
-
|
|
27786
|
+
DownloadCloud: CloudDownload,
|
|
27786
27787
|
DraftingCompass: DraftingCompass,
|
|
27788
|
+
Drama: Drama,
|
|
27787
27789
|
Dribbble: Dribbble,
|
|
27788
27790
|
Drill: Drill,
|
|
27789
27791
|
Drone: Drone,
|
|
@@ -27793,32 +27795,33 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27793
27795
|
Drum: Drum,
|
|
27794
27796
|
Drumstick: Drumstick,
|
|
27795
27797
|
Dumbbell: Dumbbell,
|
|
27796
|
-
EarOff: EarOff,
|
|
27797
27798
|
Ear: Ear,
|
|
27799
|
+
EarOff: EarOff,
|
|
27798
27800
|
Earth: Earth,
|
|
27799
|
-
Globe2: Earth,
|
|
27800
27801
|
EarthLock: EarthLock,
|
|
27801
27802
|
Eclipse: Eclipse,
|
|
27802
|
-
|
|
27803
|
-
|
|
27803
|
+
Edit: SquarePen,
|
|
27804
|
+
Edit2: Pen,
|
|
27805
|
+
Edit3: PenLine,
|
|
27804
27806
|
Egg: Egg,
|
|
27807
|
+
EggFried: EggFried,
|
|
27808
|
+
EggOff: EggOff,
|
|
27805
27809
|
Ellipse: Ellipse,
|
|
27806
|
-
EllipsisVertical: EllipsisVertical,
|
|
27807
|
-
MoreVertical: EllipsisVertical,
|
|
27808
27810
|
Ellipsis: Ellipsis,
|
|
27809
|
-
|
|
27811
|
+
EllipsisVertical: EllipsisVertical,
|
|
27812
|
+
Equal: Equal,
|
|
27810
27813
|
EqualApproximately: EqualApproximately,
|
|
27811
27814
|
EqualNot: EqualNot,
|
|
27812
|
-
|
|
27815
|
+
EqualSquare: SquareEqual,
|
|
27813
27816
|
Eraser: Eraser,
|
|
27814
27817
|
EthernetPort: EthernetPort,
|
|
27815
27818
|
Euro: Euro,
|
|
27816
|
-
Expand: Expand,
|
|
27817
27819
|
EvCharger: EvCharger,
|
|
27820
|
+
Expand: Expand,
|
|
27818
27821
|
ExternalLink: ExternalLink,
|
|
27819
|
-
EyeOff: EyeOff,
|
|
27820
|
-
EyeClosed: EyeClosed,
|
|
27821
27822
|
Eye: Eye,
|
|
27823
|
+
EyeClosed: EyeClosed,
|
|
27824
|
+
EyeOff: EyeOff,
|
|
27822
27825
|
Facebook: Facebook,
|
|
27823
27826
|
Factory: Factory,
|
|
27824
27827
|
Fan: Fan,
|
|
@@ -27827,116 +27830,121 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27827
27830
|
Fence: Fence,
|
|
27828
27831
|
FerrisWheel: FerrisWheel,
|
|
27829
27832
|
Figma: Figma,
|
|
27833
|
+
File: File,
|
|
27830
27834
|
FileArchive: FileArchive,
|
|
27835
|
+
FileAudio: FileHeadphone,
|
|
27836
|
+
FileAudio2: FileHeadphone,
|
|
27831
27837
|
FileAxis3D: FileAxis3d,
|
|
27832
27838
|
FileAxis3d: FileAxis3d,
|
|
27833
27839
|
FileBadge: FileBadge,
|
|
27834
27840
|
FileBadge2: FileBadge,
|
|
27835
|
-
FileBox: FileBox,
|
|
27836
|
-
FileBracesCorner: FileBracesCorner,
|
|
27837
|
-
FileJson2: FileBracesCorner,
|
|
27838
|
-
FileBraces: FileBraces,
|
|
27839
|
-
FileJson: FileBraces,
|
|
27840
27841
|
FileBarChart: FileChartColumnIncreasing,
|
|
27841
|
-
FileChartColumnIncreasing: FileChartColumnIncreasing,
|
|
27842
27842
|
FileBarChart2: FileChartColumn,
|
|
27843
|
+
FileBox: FileBox,
|
|
27844
|
+
FileBraces: FileBraces,
|
|
27845
|
+
FileBracesCorner: FileBracesCorner,
|
|
27843
27846
|
FileChartColumn: FileChartColumn,
|
|
27847
|
+
FileChartColumnIncreasing: FileChartColumnIncreasing,
|
|
27844
27848
|
FileChartLine: FileChartLine,
|
|
27845
|
-
FileLineChart: FileChartLine,
|
|
27846
27849
|
FileChartPie: FileChartPie,
|
|
27847
|
-
|
|
27850
|
+
FileCheck: FileCheck,
|
|
27848
27851
|
FileCheck2: FileCheckCorner,
|
|
27849
27852
|
FileCheckCorner: FileCheckCorner,
|
|
27850
|
-
FileCheck: FileCheck,
|
|
27851
|
-
FileCode2: FileCodeCorner,
|
|
27852
|
-
FileCodeCorner: FileCodeCorner,
|
|
27853
27853
|
FileClock: FileClock,
|
|
27854
27854
|
FileCode: FileCode,
|
|
27855
|
+
FileCode2: FileCodeCorner,
|
|
27856
|
+
FileCodeCorner: FileCodeCorner,
|
|
27855
27857
|
FileCog: FileCog,
|
|
27856
27858
|
FileCog2: FileCog,
|
|
27857
|
-
FileDigit: FileDigit,
|
|
27858
27859
|
FileDiff: FileDiff,
|
|
27860
|
+
FileDigit: FileDigit,
|
|
27859
27861
|
FileDown: FileDown,
|
|
27862
|
+
FileEdit: FilePen,
|
|
27860
27863
|
FileExclamationPoint: FileExclamationPoint,
|
|
27861
|
-
FileWarning: FileExclamationPoint,
|
|
27862
|
-
FileAudio: FileHeadphone,
|
|
27863
|
-
FileAudio2: FileHeadphone,
|
|
27864
27864
|
FileHeadphone: FileHeadphone,
|
|
27865
27865
|
FileHeart: FileHeart,
|
|
27866
27866
|
FileImage: FileImage,
|
|
27867
27867
|
FileInput: FileInput,
|
|
27868
|
-
|
|
27869
|
-
|
|
27868
|
+
FileJson: FileBraces,
|
|
27869
|
+
FileJson2: FileBracesCorner,
|
|
27870
27870
|
FileKey: FileKey,
|
|
27871
27871
|
FileKey2: FileKey,
|
|
27872
|
+
FileLineChart: FileChartLine,
|
|
27873
|
+
FileLock: FileLock,
|
|
27874
|
+
FileLock2: FileLock,
|
|
27875
|
+
FileMinus: FileMinus,
|
|
27872
27876
|
FileMinus2: FileMinusCorner,
|
|
27873
27877
|
FileMinusCorner: FileMinusCorner,
|
|
27874
|
-
FileMinus: FileMinus,
|
|
27875
27878
|
FileMusic: FileMusic,
|
|
27876
27879
|
FileOutput: FileOutput,
|
|
27877
|
-
FilePenLine: FilePenLine,
|
|
27878
|
-
FileSignature: FilePenLine,
|
|
27879
|
-
FileEdit: FilePen,
|
|
27880
27880
|
FilePen: FilePen,
|
|
27881
|
+
FilePenLine: FilePenLine,
|
|
27882
|
+
FilePieChart: FileChartPie,
|
|
27881
27883
|
FilePlay: FilePlay,
|
|
27882
|
-
|
|
27884
|
+
FilePlus: FilePlus,
|
|
27883
27885
|
FilePlus2: FilePlusCorner,
|
|
27884
27886
|
FilePlusCorner: FilePlusCorner,
|
|
27885
|
-
FilePlus: FilePlus,
|
|
27886
27887
|
FileQuestion: FileQuestionMark,
|
|
27887
27888
|
FileQuestionMark: FileQuestionMark,
|
|
27888
27889
|
FileScan: FileScan,
|
|
27890
|
+
FileSearch: FileSearch,
|
|
27889
27891
|
FileSearch2: FileSearchCorner,
|
|
27890
27892
|
FileSearchCorner: FileSearchCorner,
|
|
27891
|
-
FileSearch: FileSearch,
|
|
27892
27893
|
FileSignal: FileSignal,
|
|
27893
|
-
|
|
27894
|
+
FileSignature: FilePenLine,
|
|
27894
27895
|
FileSliders: FileSliders,
|
|
27895
27896
|
FileSpreadsheet: FileSpreadsheet,
|
|
27896
27897
|
FileStack: FileStack,
|
|
27897
27898
|
FileSymlink: FileSymlink,
|
|
27899
|
+
FileTerminal: FileTerminal,
|
|
27898
27900
|
FileText: FileText,
|
|
27899
27901
|
FileType: FileType,
|
|
27900
|
-
FileTerminal: FileTerminal,
|
|
27901
27902
|
FileType2: FileTypeCorner,
|
|
27902
27903
|
FileTypeCorner: FileTypeCorner,
|
|
27903
27904
|
FileUp: FileUp,
|
|
27904
27905
|
FileUser: FileUser,
|
|
27906
|
+
FileVideo: FilePlay,
|
|
27905
27907
|
FileVideo2: FileVideoCamera,
|
|
27906
27908
|
FileVideoCamera: FileVideoCamera,
|
|
27907
|
-
FileX2: FileXCorner,
|
|
27908
|
-
FileXCorner: FileXCorner,
|
|
27909
27909
|
FileVolume: FileVolume,
|
|
27910
|
+
FileVolume2: FileSignal,
|
|
27911
|
+
FileWarning: FileExclamationPoint,
|
|
27910
27912
|
FileX: FileX,
|
|
27911
|
-
|
|
27913
|
+
FileX2: FileXCorner,
|
|
27914
|
+
FileXCorner: FileXCorner,
|
|
27912
27915
|
Files: Files,
|
|
27913
27916
|
Film: Film,
|
|
27917
|
+
Filter: Funnel,
|
|
27918
|
+
FilterX: FunnelX,
|
|
27914
27919
|
Fingerprint: FingerprintPattern,
|
|
27915
27920
|
FingerprintPattern: FingerprintPattern,
|
|
27916
27921
|
FireExtinguisher: FireExtinguisher,
|
|
27922
|
+
Fish: Fish,
|
|
27917
27923
|
FishOff: FishOff,
|
|
27918
27924
|
FishSymbol: FishSymbol,
|
|
27919
|
-
Fish: Fish,
|
|
27920
27925
|
FishingHook: FishingHook,
|
|
27921
27926
|
FishingRod: FishingRod,
|
|
27922
|
-
|
|
27927
|
+
Flag: Flag,
|
|
27923
27928
|
FlagOff: FlagOff,
|
|
27929
|
+
FlagTriangleLeft: FlagTriangleLeft,
|
|
27924
27930
|
FlagTriangleRight: FlagTriangleRight,
|
|
27925
|
-
Flag: Flag,
|
|
27926
|
-
FlameKindling: FlameKindling,
|
|
27927
27931
|
Flame: Flame,
|
|
27928
|
-
|
|
27932
|
+
FlameKindling: FlameKindling,
|
|
27929
27933
|
Flashlight: Flashlight,
|
|
27934
|
+
FlashlightOff: FlashlightOff,
|
|
27930
27935
|
FlaskConical: FlaskConical,
|
|
27931
27936
|
FlaskConicalOff: FlaskConicalOff,
|
|
27932
27937
|
FlaskRound: FlaskRound,
|
|
27938
|
+
FlipHorizontal: SquareCenterlineDashedHorizontal,
|
|
27933
27939
|
FlipHorizontal2: FlipHorizontal2,
|
|
27940
|
+
FlipVertical: SquareCenterlineDashedVertical,
|
|
27934
27941
|
FlipVertical2: FlipVertical2,
|
|
27935
|
-
Flower2: Flower2,
|
|
27936
27942
|
Flower: Flower,
|
|
27943
|
+
Flower2: Flower2,
|
|
27937
27944
|
Focus: Focus,
|
|
27938
27945
|
FoldHorizontal: FoldHorizontal,
|
|
27939
27946
|
FoldVertical: FoldVertical,
|
|
27947
|
+
Folder: Folder,
|
|
27940
27948
|
FolderArchive: FolderArchive,
|
|
27941
27949
|
FolderCheck: FolderCheck,
|
|
27942
27950
|
FolderClock: FolderClock,
|
|
@@ -27946,122 +27954,126 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
27946
27954
|
FolderCog2: FolderCog,
|
|
27947
27955
|
FolderDot: FolderDot,
|
|
27948
27956
|
FolderDown: FolderDown,
|
|
27949
|
-
|
|
27957
|
+
FolderEdit: FolderPen,
|
|
27950
27958
|
FolderGit: FolderGit,
|
|
27959
|
+
FolderGit2: FolderGit2,
|
|
27951
27960
|
FolderHeart: FolderHeart,
|
|
27952
27961
|
FolderInput: FolderInput,
|
|
27953
27962
|
FolderKanban: FolderKanban,
|
|
27954
27963
|
FolderKey: FolderKey,
|
|
27955
27964
|
FolderLock: FolderLock,
|
|
27956
27965
|
FolderMinus: FolderMinus,
|
|
27957
|
-
FolderOpenDot: FolderOpenDot,
|
|
27958
27966
|
FolderOpen: FolderOpen,
|
|
27959
|
-
|
|
27960
|
-
FolderPen: FolderPen,
|
|
27967
|
+
FolderOpenDot: FolderOpenDot,
|
|
27961
27968
|
FolderOutput: FolderOutput,
|
|
27969
|
+
FolderPen: FolderPen,
|
|
27962
27970
|
FolderPlus: FolderPlus,
|
|
27963
27971
|
FolderRoot: FolderRoot,
|
|
27964
|
-
FolderSearch2: FolderSearch2,
|
|
27965
27972
|
FolderSearch: FolderSearch,
|
|
27973
|
+
FolderSearch2: FolderSearch2,
|
|
27966
27974
|
FolderSymlink: FolderSymlink,
|
|
27967
27975
|
FolderSync: FolderSync,
|
|
27968
27976
|
FolderTree: FolderTree,
|
|
27969
27977
|
FolderUp: FolderUp,
|
|
27970
27978
|
FolderX: FolderX,
|
|
27971
|
-
Folder: Folder,
|
|
27972
27979
|
Folders: Folders,
|
|
27973
27980
|
Footprints: Footprints,
|
|
27974
|
-
|
|
27981
|
+
ForkKnife: Utensils,
|
|
27982
|
+
ForkKnifeCrossed: UtensilsCrossed,
|
|
27975
27983
|
Forklift: Forklift,
|
|
27976
|
-
|
|
27984
|
+
Form: Form,
|
|
27985
|
+
FormInput: RectangleEllipsis,
|
|
27977
27986
|
Forward: Forward,
|
|
27987
|
+
Frame: Frame,
|
|
27978
27988
|
Framer: Framer,
|
|
27979
27989
|
Frown: Frown,
|
|
27980
27990
|
Fuel: Fuel,
|
|
27981
27991
|
Fullscreen: Fullscreen,
|
|
27992
|
+
FunctionSquare: SquareFunction,
|
|
27993
|
+
Funnel: Funnel,
|
|
27982
27994
|
FunnelPlus: FunnelPlus,
|
|
27983
|
-
FilterX: FunnelX,
|
|
27984
27995
|
FunnelX: FunnelX,
|
|
27985
|
-
Filter: Funnel,
|
|
27986
|
-
Funnel: Funnel,
|
|
27987
|
-
GalleryHorizontalEnd: GalleryHorizontalEnd,
|
|
27988
27996
|
GalleryHorizontal: GalleryHorizontal,
|
|
27997
|
+
GalleryHorizontalEnd: GalleryHorizontalEnd,
|
|
27989
27998
|
GalleryThumbnails: GalleryThumbnails,
|
|
27990
|
-
GalleryVerticalEnd: GalleryVerticalEnd,
|
|
27991
27999
|
GalleryVertical: GalleryVertical,
|
|
28000
|
+
GalleryVerticalEnd: GalleryVerticalEnd,
|
|
28001
|
+
Gamepad: Gamepad,
|
|
27992
28002
|
Gamepad2: Gamepad2,
|
|
27993
28003
|
GamepadDirectional: GamepadDirectional,
|
|
27994
|
-
|
|
28004
|
+
GanttChart: ChartNoAxesGantt,
|
|
28005
|
+
GanttChartSquare: SquareChartGantt,
|
|
27995
28006
|
Gauge: Gauge,
|
|
28007
|
+
GaugeCircle: CircleGauge,
|
|
27996
28008
|
Gavel: Gavel,
|
|
27997
|
-
GeorgianLari: GeorgianLari,
|
|
27998
28009
|
Gem: Gem,
|
|
28010
|
+
GeorgianLari: GeorgianLari,
|
|
27999
28011
|
Ghost: Ghost,
|
|
28000
28012
|
Gift: Gift,
|
|
28013
|
+
GitBranch: GitBranch,
|
|
28001
28014
|
GitBranchMinus: GitBranchMinus,
|
|
28002
28015
|
GitBranchPlus: GitBranchPlus,
|
|
28003
|
-
GitBranch: GitBranch,
|
|
28004
28016
|
GitCommit: GitCommitHorizontal,
|
|
28005
28017
|
GitCommitHorizontal: GitCommitHorizontal,
|
|
28006
28018
|
GitCommitVertical: GitCommitVertical,
|
|
28007
|
-
GitCompareArrows: GitCompareArrows,
|
|
28008
28019
|
GitCompare: GitCompare,
|
|
28009
|
-
|
|
28020
|
+
GitCompareArrows: GitCompareArrows,
|
|
28010
28021
|
GitFork: GitFork,
|
|
28011
|
-
|
|
28022
|
+
GitGraph: GitGraph,
|
|
28012
28023
|
GitMerge: GitMerge,
|
|
28024
|
+
GitMergeConflict: GitMergeConflict,
|
|
28025
|
+
GitPullRequest: GitPullRequest,
|
|
28013
28026
|
GitPullRequestArrow: GitPullRequestArrow,
|
|
28014
28027
|
GitPullRequestClosed: GitPullRequestClosed,
|
|
28015
|
-
GitPullRequestCreateArrow: GitPullRequestCreateArrow,
|
|
28016
28028
|
GitPullRequestCreate: GitPullRequestCreate,
|
|
28029
|
+
GitPullRequestCreateArrow: GitPullRequestCreateArrow,
|
|
28017
28030
|
GitPullRequestDraft: GitPullRequestDraft,
|
|
28018
|
-
GitPullRequest: GitPullRequest,
|
|
28019
28031
|
Github: Github,
|
|
28020
28032
|
Gitlab: Gitlab,
|
|
28021
28033
|
GlassWater: GlassWater,
|
|
28022
|
-
GlobeLock: GlobeLock,
|
|
28023
28034
|
Glasses: Glasses,
|
|
28024
|
-
GlobeX: GlobeX,
|
|
28025
|
-
GlobeOff: GlobeOff,
|
|
28026
28035
|
Globe: Globe,
|
|
28036
|
+
Globe2: Earth,
|
|
28037
|
+
GlobeLock: GlobeLock,
|
|
28038
|
+
GlobeOff: GlobeOff,
|
|
28039
|
+
GlobeX: GlobeX,
|
|
28027
28040
|
Goal: Goal,
|
|
28028
28041
|
Gpu: Gpu,
|
|
28042
|
+
Grab: HandGrab,
|
|
28029
28043
|
GraduationCap: GraduationCap,
|
|
28044
|
+
Grape: Grape,
|
|
28045
|
+
Grid: Grid3x3,
|
|
28046
|
+
Grid2X2: Grid2x2,
|
|
28030
28047
|
Grid2X2Check: Grid2x2Check,
|
|
28031
|
-
Grid2x2Check: Grid2x2Check,
|
|
28032
28048
|
Grid2X2Plus: Grid2x2Plus,
|
|
28033
|
-
Grid2x2Plus: Grid2x2Plus,
|
|
28034
|
-
Grape: Grape,
|
|
28035
28049
|
Grid2X2X: Grid2x2X,
|
|
28036
|
-
Grid2x2X: Grid2x2X,
|
|
28037
|
-
Grid2X2: Grid2x2,
|
|
28038
28050
|
Grid2x2: Grid2x2,
|
|
28039
|
-
|
|
28040
|
-
|
|
28051
|
+
Grid2x2Check: Grid2x2Check,
|
|
28052
|
+
Grid2x2Plus: Grid2x2Plus,
|
|
28053
|
+
Grid2x2X: Grid2x2X,
|
|
28041
28054
|
Grid3X3: Grid3x3,
|
|
28055
|
+
Grid3x2: Grid3x2,
|
|
28042
28056
|
Grid3x3: Grid3x3,
|
|
28057
|
+
Grip: Grip,
|
|
28043
28058
|
GripHorizontal: GripHorizontal,
|
|
28044
28059
|
GripVertical: GripVertical,
|
|
28045
|
-
Grip: Grip,
|
|
28046
28060
|
Group: Group,
|
|
28047
28061
|
Guitar: Guitar,
|
|
28048
28062
|
Ham: Ham,
|
|
28049
28063
|
Hamburger: Hamburger,
|
|
28050
28064
|
Hammer: Hammer,
|
|
28065
|
+
Hand: Hand,
|
|
28051
28066
|
HandCoins: HandCoins,
|
|
28052
28067
|
HandFist: HandFist,
|
|
28053
|
-
Grab: HandGrab,
|
|
28054
28068
|
HandGrab: HandGrab,
|
|
28055
28069
|
HandHeart: HandHeart,
|
|
28056
28070
|
HandHelping: HandHelping,
|
|
28057
|
-
HelpingHand: HandHelping,
|
|
28058
28071
|
HandMetal: HandMetal,
|
|
28059
28072
|
HandPlatter: HandPlatter,
|
|
28060
28073
|
Handbag: Handbag,
|
|
28061
|
-
Hand: Hand,
|
|
28062
|
-
HardDriveDownload: HardDriveDownload,
|
|
28063
|
-
HardDrive: HardDrive,
|
|
28064
28074
|
Handshake: Handshake,
|
|
28075
|
+
HardDrive: HardDrive,
|
|
28076
|
+
HardDriveDownload: HardDriveDownload,
|
|
28065
28077
|
HardDriveUpload: HardDriveUpload,
|
|
28066
28078
|
HardHat: HardHat,
|
|
28067
28079
|
Hash: Hash,
|
|
@@ -28069,45 +28081,48 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28069
28081
|
Haze: Haze,
|
|
28070
28082
|
Hd: Hd,
|
|
28071
28083
|
HdmiPort: HdmiPort,
|
|
28084
|
+
Heading: Heading,
|
|
28072
28085
|
Heading1: Heading1,
|
|
28073
28086
|
Heading2: Heading2,
|
|
28074
28087
|
Heading3: Heading3,
|
|
28075
28088
|
Heading4: Heading4,
|
|
28076
28089
|
Heading5: Heading5,
|
|
28077
|
-
Heading: Heading,
|
|
28078
28090
|
Heading6: Heading6,
|
|
28079
|
-
Headphones: Headphones,
|
|
28080
28091
|
HeadphoneOff: HeadphoneOff,
|
|
28092
|
+
Headphones: Headphones,
|
|
28081
28093
|
Headset: Headset,
|
|
28082
|
-
|
|
28094
|
+
Heart: Heart,
|
|
28083
28095
|
HeartCrack: HeartCrack,
|
|
28084
|
-
|
|
28096
|
+
HeartHandshake: HeartHandshake,
|
|
28085
28097
|
HeartMinus: HeartMinus,
|
|
28098
|
+
HeartOff: HeartOff,
|
|
28086
28099
|
HeartPlus: HeartPlus,
|
|
28087
28100
|
HeartPulse: HeartPulse,
|
|
28088
|
-
Heart: Heart,
|
|
28089
28101
|
Heater: Heater,
|
|
28090
28102
|
Helicopter: Helicopter,
|
|
28103
|
+
HelpCircle: CircleQuestionMark,
|
|
28104
|
+
HelpingHand: HandHelping,
|
|
28091
28105
|
Hexagon: Hexagon,
|
|
28092
28106
|
Highlighter: Highlighter,
|
|
28093
28107
|
History: History,
|
|
28108
|
+
Home: House,
|
|
28109
|
+
Hop: Hop,
|
|
28094
28110
|
HopOff: HopOff,
|
|
28095
28111
|
Hospital: Hospital,
|
|
28096
|
-
Hop: Hop,
|
|
28097
28112
|
Hotel: Hotel,
|
|
28098
28113
|
Hourglass: Hourglass,
|
|
28114
|
+
House: House,
|
|
28099
28115
|
HouseHeart: HouseHeart,
|
|
28100
|
-
HousePlus: HousePlus,
|
|
28101
28116
|
HousePlug: HousePlug,
|
|
28117
|
+
HousePlus: HousePlus,
|
|
28102
28118
|
HouseWifi: HouseWifi,
|
|
28119
|
+
IceCream: IceCreamCone,
|
|
28103
28120
|
IceCream2: IceCreamBowl,
|
|
28104
28121
|
IceCreamBowl: IceCreamBowl,
|
|
28105
|
-
Home: House,
|
|
28106
|
-
House: House,
|
|
28107
|
-
IceCream: IceCreamCone,
|
|
28108
28122
|
IceCreamCone: IceCreamCone,
|
|
28109
28123
|
IdCard: IdCard,
|
|
28110
28124
|
IdCardLanyard: IdCardLanyard,
|
|
28125
|
+
Image: Image,
|
|
28111
28126
|
ImageDown: ImageDown,
|
|
28112
28127
|
ImageMinus: ImageMinus,
|
|
28113
28128
|
ImageOff: ImageOff,
|
|
@@ -28115,115 +28130,121 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28115
28130
|
ImagePlus: ImagePlus,
|
|
28116
28131
|
ImageUp: ImageUp,
|
|
28117
28132
|
ImageUpscale: ImageUpscale,
|
|
28118
|
-
Image: Image,
|
|
28119
28133
|
Images: Images,
|
|
28120
28134
|
Import: Import,
|
|
28121
28135
|
Inbox: Inbox,
|
|
28122
|
-
|
|
28136
|
+
Indent: ListIndentIncrease,
|
|
28137
|
+
IndentDecrease: ListIndentDecrease,
|
|
28138
|
+
IndentIncrease: ListIndentIncrease,
|
|
28123
28139
|
IndianRupee: IndianRupee,
|
|
28140
|
+
Infinity: Infinity,
|
|
28124
28141
|
Info: Info,
|
|
28142
|
+
Inspect: SquareMousePointer,
|
|
28125
28143
|
InspectionPanel: InspectionPanel,
|
|
28126
28144
|
Instagram: Instagram,
|
|
28127
28145
|
Italic: Italic,
|
|
28128
|
-
IterationCw: IterationCw,
|
|
28129
28146
|
IterationCcw: IterationCcw,
|
|
28130
|
-
|
|
28147
|
+
IterationCw: IterationCw,
|
|
28131
28148
|
JapaneseYen: JapaneseYen,
|
|
28149
|
+
Joystick: Joystick,
|
|
28132
28150
|
Kanban: Kanban,
|
|
28151
|
+
KanbanSquare: SquareKanban,
|
|
28152
|
+
KanbanSquareDashed: SquareDashedKanban,
|
|
28133
28153
|
Kayak: Kayak,
|
|
28134
|
-
KeySquare: KeySquare,
|
|
28135
|
-
KeyRound: KeyRound,
|
|
28136
28154
|
Key: Key,
|
|
28137
|
-
|
|
28155
|
+
KeyRound: KeyRound,
|
|
28156
|
+
KeySquare: KeySquare,
|
|
28138
28157
|
Keyboard: Keyboard,
|
|
28139
28158
|
KeyboardMusic: KeyboardMusic,
|
|
28159
|
+
KeyboardOff: KeyboardOff,
|
|
28160
|
+
Lamp: Lamp,
|
|
28140
28161
|
LampCeiling: LampCeiling,
|
|
28141
28162
|
LampDesk: LampDesk,
|
|
28142
28163
|
LampFloor: LampFloor,
|
|
28143
28164
|
LampWallDown: LampWallDown,
|
|
28144
28165
|
LampWallUp: LampWallUp,
|
|
28145
28166
|
LandPlot: LandPlot,
|
|
28146
|
-
Lamp: Lamp,
|
|
28147
28167
|
Landmark: Landmark,
|
|
28148
28168
|
Languages: Languages,
|
|
28149
|
-
|
|
28169
|
+
Laptop: Laptop,
|
|
28150
28170
|
Laptop2: LaptopMinimal,
|
|
28151
28171
|
LaptopMinimal: LaptopMinimal,
|
|
28152
|
-
|
|
28153
|
-
LassoSelect: LassoSelect,
|
|
28172
|
+
LaptopMinimalCheck: LaptopMinimalCheck,
|
|
28154
28173
|
Lasso: Lasso,
|
|
28174
|
+
LassoSelect: LassoSelect,
|
|
28155
28175
|
Laugh: Laugh,
|
|
28156
|
-
Layers2: Layers2,
|
|
28157
|
-
LayersPlus: LayersPlus,
|
|
28158
28176
|
Layers: Layers,
|
|
28177
|
+
Layers2: Layers2,
|
|
28159
28178
|
Layers3: Layers,
|
|
28160
|
-
|
|
28179
|
+
LayersPlus: LayersPlus,
|
|
28180
|
+
Layout: PanelsTopLeft,
|
|
28161
28181
|
LayoutDashboard: LayoutDashboard,
|
|
28182
|
+
LayoutGrid: LayoutGrid,
|
|
28162
28183
|
LayoutList: LayoutList,
|
|
28163
28184
|
LayoutPanelLeft: LayoutPanelLeft,
|
|
28164
28185
|
LayoutPanelTop: LayoutPanelTop,
|
|
28165
28186
|
LayoutTemplate: LayoutTemplate,
|
|
28187
|
+
Leaf: Leaf,
|
|
28166
28188
|
LeafyGreen: LeafyGreen,
|
|
28167
28189
|
Lectern: Lectern,
|
|
28168
|
-
Leaf: Leaf,
|
|
28169
28190
|
LensConcave: LensConcave,
|
|
28170
28191
|
LensConvex: LensConvex,
|
|
28171
|
-
|
|
28192
|
+
LetterText: TextInitial,
|
|
28172
28193
|
Library: Library,
|
|
28194
|
+
LibraryBig: LibraryBig,
|
|
28195
|
+
LibrarySquare: SquareLibrary,
|
|
28173
28196
|
LifeBuoy: LifeBuoy,
|
|
28174
28197
|
Ligature: Ligature,
|
|
28175
28198
|
Lightbulb: Lightbulb,
|
|
28176
|
-
LineDotRightHorizontal: LineDotRightHorizontal,
|
|
28177
28199
|
LightbulbOff: LightbulbOff,
|
|
28200
|
+
LineChart: ChartLine,
|
|
28201
|
+
LineDotRightHorizontal: LineDotRightHorizontal,
|
|
28178
28202
|
LineSquiggle: LineSquiggle,
|
|
28179
|
-
Link2Off: Link2Off,
|
|
28180
|
-
Link2: Link2,
|
|
28181
28203
|
Link: Link,
|
|
28204
|
+
Link2: Link2,
|
|
28205
|
+
Link2Off: Link2Off,
|
|
28182
28206
|
Linkedin: Linkedin,
|
|
28207
|
+
List: List,
|
|
28183
28208
|
ListCheck: ListCheck,
|
|
28184
28209
|
ListChecks: ListChecks,
|
|
28185
28210
|
ListChevronsDownUp: ListChevronsDownUp,
|
|
28186
|
-
ListCollapse: ListCollapse,
|
|
28187
28211
|
ListChevronsUpDown: ListChevronsUpDown,
|
|
28212
|
+
ListCollapse: ListCollapse,
|
|
28188
28213
|
ListEnd: ListEnd,
|
|
28189
|
-
ListFilterPlus: ListFilterPlus,
|
|
28190
28214
|
ListFilter: ListFilter,
|
|
28191
|
-
|
|
28215
|
+
ListFilterPlus: ListFilterPlus,
|
|
28192
28216
|
ListIndentDecrease: ListIndentDecrease,
|
|
28193
|
-
Outdent: ListIndentDecrease,
|
|
28194
|
-
Indent: ListIndentIncrease,
|
|
28195
|
-
IndentIncrease: ListIndentIncrease,
|
|
28196
28217
|
ListIndentIncrease: ListIndentIncrease,
|
|
28197
|
-
ListMusic: ListMusic,
|
|
28198
28218
|
ListMinus: ListMinus,
|
|
28219
|
+
ListMusic: ListMusic,
|
|
28199
28220
|
ListOrdered: ListOrdered,
|
|
28200
|
-
ListRestart: ListRestart,
|
|
28201
28221
|
ListPlus: ListPlus,
|
|
28222
|
+
ListRestart: ListRestart,
|
|
28202
28223
|
ListStart: ListStart,
|
|
28203
28224
|
ListTodo: ListTodo,
|
|
28204
28225
|
ListTree: ListTree,
|
|
28205
28226
|
ListVideo: ListVideo,
|
|
28206
28227
|
ListX: ListX,
|
|
28207
|
-
|
|
28228
|
+
Loader: Loader,
|
|
28208
28229
|
Loader2: loaderCircle.LoaderCircle,
|
|
28209
28230
|
LoaderCircle: loaderCircle.LoaderCircle,
|
|
28210
28231
|
LoaderPinwheel: LoaderPinwheel,
|
|
28211
|
-
|
|
28232
|
+
Locate: Locate,
|
|
28212
28233
|
LocateFixed: LocateFixed,
|
|
28213
28234
|
LocateOff: LocateOff,
|
|
28214
|
-
|
|
28215
|
-
|
|
28216
|
-
UnlockKeyhole: LockKeyholeOpen,
|
|
28235
|
+
LocationEdit: MapPinPen,
|
|
28236
|
+
Lock: Lock,
|
|
28217
28237
|
LockKeyhole: LockKeyhole,
|
|
28238
|
+
LockKeyholeOpen: LockKeyholeOpen,
|
|
28218
28239
|
LockOpen: LockOpen,
|
|
28219
|
-
Unlock: LockOpen,
|
|
28220
28240
|
LogIn: LogIn,
|
|
28221
|
-
Lock: Lock,
|
|
28222
28241
|
LogOut: LogOut,
|
|
28223
28242
|
Logs: Logs,
|
|
28224
28243
|
Lollipop: Lollipop,
|
|
28225
28244
|
Luggage: Luggage,
|
|
28245
|
+
MSquare: SquareM,
|
|
28226
28246
|
Magnet: Magnet,
|
|
28247
|
+
Mail: Mail,
|
|
28227
28248
|
MailCheck: MailCheck,
|
|
28228
28249
|
MailMinus: MailMinus,
|
|
28229
28250
|
MailOpen: MailOpen,
|
|
@@ -28233,38 +28254,38 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28233
28254
|
MailSearch: MailSearch,
|
|
28234
28255
|
MailWarning: MailWarning,
|
|
28235
28256
|
MailX: MailX,
|
|
28236
|
-
Mail: Mail,
|
|
28237
28257
|
Mailbox: Mailbox,
|
|
28238
28258
|
Mails: Mails,
|
|
28259
|
+
Map: Map,
|
|
28239
28260
|
MapMinus: MapMinus,
|
|
28261
|
+
MapPin: MapPin,
|
|
28262
|
+
MapPinCheck: MapPinCheck,
|
|
28240
28263
|
MapPinCheckInside: MapPinCheckInside,
|
|
28241
28264
|
MapPinHouse: MapPinHouse,
|
|
28242
|
-
MapPinCheck: MapPinCheck,
|
|
28243
|
-
MapPinMinusInside: MapPinMinusInside,
|
|
28244
28265
|
MapPinMinus: MapPinMinus,
|
|
28266
|
+
MapPinMinusInside: MapPinMinusInside,
|
|
28245
28267
|
MapPinOff: MapPinOff,
|
|
28246
|
-
LocationEdit: MapPinPen,
|
|
28247
28268
|
MapPinPen: MapPinPen,
|
|
28248
28269
|
MapPinPlus: MapPinPlus,
|
|
28249
28270
|
MapPinPlusInside: MapPinPlusInside,
|
|
28250
|
-
MapPinXInside: MapPinXInside,
|
|
28251
28271
|
MapPinX: MapPinX,
|
|
28252
|
-
|
|
28272
|
+
MapPinXInside: MapPinXInside,
|
|
28253
28273
|
MapPinned: MapPinned,
|
|
28254
28274
|
MapPlus: MapPlus,
|
|
28255
|
-
MarsStroke: MarsStroke,
|
|
28256
|
-
Map: Map,
|
|
28257
28275
|
Mars: Mars,
|
|
28276
|
+
MarsStroke: MarsStroke,
|
|
28258
28277
|
Martini: Martini,
|
|
28259
|
-
Maximize2: Maximize2,
|
|
28260
28278
|
Maximize: Maximize,
|
|
28261
|
-
|
|
28279
|
+
Maximize2: Maximize2,
|
|
28262
28280
|
Medal: Medal,
|
|
28263
28281
|
Megaphone: Megaphone,
|
|
28282
|
+
MegaphoneOff: MegaphoneOff,
|
|
28264
28283
|
Meh: Meh,
|
|
28265
|
-
Menu: Menu,
|
|
28266
28284
|
MemoryStick: MemoryStick,
|
|
28285
|
+
Menu: Menu,
|
|
28286
|
+
MenuSquare: SquareMenu,
|
|
28267
28287
|
Merge: Merge,
|
|
28288
|
+
MessageCircle: MessageCircle,
|
|
28268
28289
|
MessageCircleCheck: MessageCircleCheck,
|
|
28269
28290
|
MessageCircleCode: MessageCircleCode,
|
|
28270
28291
|
MessageCircleDashed: MessageCircleDashed,
|
|
@@ -28277,7 +28298,7 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28277
28298
|
MessageCircleReply: MessageCircleReply,
|
|
28278
28299
|
MessageCircleWarning: MessageCircleWarning,
|
|
28279
28300
|
MessageCircleX: MessageCircleX,
|
|
28280
|
-
|
|
28301
|
+
MessageSquare: MessageSquare,
|
|
28281
28302
|
MessageSquareCheck: MessageSquareCheck,
|
|
28282
28303
|
MessageSquareCode: MessageSquareCode,
|
|
28283
28304
|
MessageSquareDashed: MessageSquareDashed,
|
|
@@ -28294,24 +28315,26 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28294
28315
|
MessageSquareText: MessageSquareText,
|
|
28295
28316
|
MessageSquareWarning: MessageSquareWarning,
|
|
28296
28317
|
MessageSquareX: MessageSquareX,
|
|
28297
|
-
MessageSquare: MessageSquare,
|
|
28298
28318
|
MessagesSquare: MessagesSquare,
|
|
28299
28319
|
Metronome: Metronome,
|
|
28300
|
-
|
|
28320
|
+
Mic: Mic,
|
|
28301
28321
|
Mic2: MicVocal,
|
|
28322
|
+
MicOff: MicOff,
|
|
28302
28323
|
MicVocal: MicVocal,
|
|
28303
|
-
Mic: Mic,
|
|
28304
28324
|
Microchip: Microchip,
|
|
28325
|
+
Microscope: Microscope,
|
|
28305
28326
|
Microwave: Microwave,
|
|
28306
28327
|
Milestone: Milestone,
|
|
28307
|
-
Microscope: Microscope,
|
|
28308
|
-
MilkOff: MilkOff,
|
|
28309
|
-
Minimize2: Minimize2,
|
|
28310
28328
|
Milk: Milk,
|
|
28329
|
+
MilkOff: MilkOff,
|
|
28311
28330
|
Minimize: Minimize,
|
|
28331
|
+
Minimize2: Minimize2,
|
|
28312
28332
|
Minus: Minus,
|
|
28333
|
+
MinusCircle: CircleMinus,
|
|
28334
|
+
MinusSquare: SquareMinus,
|
|
28313
28335
|
MirrorRectangular: MirrorRectangular,
|
|
28314
28336
|
MirrorRound: MirrorRound,
|
|
28337
|
+
Monitor: Monitor,
|
|
28315
28338
|
MonitorCheck: MonitorCheck,
|
|
28316
28339
|
MonitorCloud: MonitorCloud,
|
|
28317
28340
|
MonitorCog: MonitorCog,
|
|
@@ -28325,68 +28348,69 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28325
28348
|
MonitorStop: MonitorStop,
|
|
28326
28349
|
MonitorUp: MonitorUp,
|
|
28327
28350
|
MonitorX: MonitorX,
|
|
28328
|
-
Monitor: Monitor,
|
|
28329
|
-
MoonStar: MoonStar,
|
|
28330
28351
|
Moon: Moon,
|
|
28352
|
+
MoonStar: MoonStar,
|
|
28353
|
+
MoreHorizontal: Ellipsis,
|
|
28354
|
+
MoreVertical: EllipsisVertical,
|
|
28331
28355
|
Motorbike: Motorbike,
|
|
28332
|
-
MountainSnow: MountainSnow,
|
|
28333
28356
|
Mountain: Mountain,
|
|
28357
|
+
MountainSnow: MountainSnow,
|
|
28358
|
+
Mouse: Mouse,
|
|
28334
28359
|
MouseLeft: MouseLeft,
|
|
28335
28360
|
MouseOff: MouseOff,
|
|
28336
|
-
|
|
28361
|
+
MousePointer: MousePointer,
|
|
28337
28362
|
MousePointer2: MousePointer2,
|
|
28363
|
+
MousePointer2Off: MousePointer2Off,
|
|
28338
28364
|
MousePointerBan: MousePointerBan,
|
|
28339
28365
|
MousePointerClick: MousePointerClick,
|
|
28340
|
-
|
|
28366
|
+
MousePointerSquareDashed: SquareDashedMousePointer,
|
|
28341
28367
|
MouseRight: MouseRight,
|
|
28368
|
+
Move: Move,
|
|
28342
28369
|
Move3D: Move3d,
|
|
28343
28370
|
Move3d: Move3d,
|
|
28344
|
-
Mouse: Mouse,
|
|
28345
|
-
MoveDiagonal2: MoveDiagonal2,
|
|
28346
28371
|
MoveDiagonal: MoveDiagonal,
|
|
28347
|
-
|
|
28348
|
-
MoveDownLeft: MoveDownLeft,
|
|
28372
|
+
MoveDiagonal2: MoveDiagonal2,
|
|
28349
28373
|
MoveDown: MoveDown,
|
|
28374
|
+
MoveDownLeft: MoveDownLeft,
|
|
28375
|
+
MoveDownRight: MoveDownRight,
|
|
28350
28376
|
MoveHorizontal: MoveHorizontal,
|
|
28351
|
-
MoveRight: MoveRight,
|
|
28352
28377
|
MoveLeft: MoveLeft,
|
|
28378
|
+
MoveRight: MoveRight,
|
|
28379
|
+
MoveUp: MoveUp,
|
|
28353
28380
|
MoveUpLeft: MoveUpLeft,
|
|
28354
28381
|
MoveUpRight: MoveUpRight,
|
|
28355
|
-
MoveUp: MoveUp,
|
|
28356
28382
|
MoveVertical: MoveVertical,
|
|
28357
|
-
|
|
28383
|
+
Music: Music,
|
|
28358
28384
|
Music2: Music2,
|
|
28359
28385
|
Music3: Music3,
|
|
28360
28386
|
Music4: Music4,
|
|
28361
|
-
|
|
28362
|
-
Navigation2Off: Navigation2Off,
|
|
28387
|
+
Navigation: Navigation,
|
|
28363
28388
|
Navigation2: Navigation2,
|
|
28389
|
+
Navigation2Off: Navigation2Off,
|
|
28364
28390
|
NavigationOff: NavigationOff,
|
|
28365
|
-
Navigation: Navigation,
|
|
28366
28391
|
Network: Network,
|
|
28367
|
-
Nfc: Nfc,
|
|
28368
28392
|
Newspaper: Newspaper,
|
|
28393
|
+
Nfc: Nfc,
|
|
28369
28394
|
NonBinary: NonBinary,
|
|
28395
|
+
Notebook: Notebook,
|
|
28370
28396
|
NotebookPen: NotebookPen,
|
|
28371
28397
|
NotebookTabs: NotebookTabs,
|
|
28372
28398
|
NotebookText: NotebookText,
|
|
28373
|
-
NotepadTextDashed: NotepadTextDashed,
|
|
28374
28399
|
NotepadText: NotepadText,
|
|
28375
|
-
|
|
28376
|
-
NutOff: NutOff,
|
|
28377
|
-
OctagonMinus: OctagonMinus,
|
|
28400
|
+
NotepadTextDashed: NotepadTextDashed,
|
|
28378
28401
|
Nut: Nut,
|
|
28379
|
-
|
|
28402
|
+
NutOff: NutOff,
|
|
28403
|
+
Octagon: Octagon,
|
|
28380
28404
|
OctagonAlert: OctagonAlert,
|
|
28405
|
+
OctagonMinus: OctagonMinus,
|
|
28381
28406
|
OctagonPause: OctagonPause,
|
|
28382
|
-
PauseOctagon: OctagonPause,
|
|
28383
28407
|
OctagonX: OctagonX,
|
|
28384
|
-
XOctagon: OctagonX,
|
|
28385
|
-
Octagon: Octagon,
|
|
28386
28408
|
Omega: Omega,
|
|
28387
28409
|
Option: Option,
|
|
28388
28410
|
Orbit: Orbit,
|
|
28389
28411
|
Origami: Origami,
|
|
28412
|
+
Outdent: ListIndentDecrease,
|
|
28413
|
+
Package: Package,
|
|
28390
28414
|
Package2: Package2,
|
|
28391
28415
|
PackageCheck: PackageCheck,
|
|
28392
28416
|
PackageMinus: PackageMinus,
|
|
@@ -28394,162 +28418,177 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28394
28418
|
PackagePlus: PackagePlus,
|
|
28395
28419
|
PackageSearch: PackageSearch,
|
|
28396
28420
|
PackageX: PackageX,
|
|
28397
|
-
Package: Package,
|
|
28398
28421
|
PaintBucket: PaintBucket,
|
|
28399
28422
|
PaintRoller: PaintRoller,
|
|
28423
|
+
Paintbrush: Paintbrush,
|
|
28400
28424
|
Paintbrush2: PaintbrushVertical,
|
|
28401
28425
|
PaintbrushVertical: PaintbrushVertical,
|
|
28402
|
-
Paintbrush: Paintbrush,
|
|
28403
28426
|
Palette: Palette,
|
|
28427
|
+
Palmtree: TreePalm,
|
|
28404
28428
|
Panda: Panda,
|
|
28429
|
+
PanelBottom: PanelBottom,
|
|
28405
28430
|
PanelBottomClose: PanelBottomClose,
|
|
28406
28431
|
PanelBottomDashed: PanelBottomDashed,
|
|
28407
28432
|
PanelBottomInactive: PanelBottomDashed,
|
|
28408
28433
|
PanelBottomOpen: PanelBottomOpen,
|
|
28409
|
-
|
|
28434
|
+
PanelLeft: PanelLeft,
|
|
28410
28435
|
PanelLeftClose: PanelLeftClose,
|
|
28411
|
-
SidebarClose: PanelLeftClose,
|
|
28412
28436
|
PanelLeftDashed: PanelLeftDashed,
|
|
28413
28437
|
PanelLeftInactive: PanelLeftDashed,
|
|
28414
28438
|
PanelLeftOpen: PanelLeftOpen,
|
|
28415
|
-
SidebarOpen: PanelLeftOpen,
|
|
28416
28439
|
PanelLeftRightDashed: PanelLeftRightDashed,
|
|
28417
|
-
|
|
28418
|
-
Sidebar: PanelLeft,
|
|
28440
|
+
PanelRight: PanelRight,
|
|
28419
28441
|
PanelRightClose: PanelRightClose,
|
|
28420
28442
|
PanelRightDashed: PanelRightDashed,
|
|
28421
28443
|
PanelRightInactive: PanelRightDashed,
|
|
28422
28444
|
PanelRightOpen: PanelRightOpen,
|
|
28423
|
-
|
|
28445
|
+
PanelTop: PanelTop,
|
|
28424
28446
|
PanelTopBottomDashed: PanelTopBottomDashed,
|
|
28425
28447
|
PanelTopClose: PanelTopClose,
|
|
28426
|
-
PanelTopOpen: PanelTopOpen,
|
|
28427
28448
|
PanelTopDashed: PanelTopDashed,
|
|
28428
28449
|
PanelTopInactive: PanelTopDashed,
|
|
28429
|
-
|
|
28450
|
+
PanelTopOpen: PanelTopOpen,
|
|
28430
28451
|
PanelsLeftBottom: PanelsLeftBottom,
|
|
28452
|
+
PanelsLeftRight: Columns3,
|
|
28431
28453
|
PanelsRightBottom: PanelsRightBottom,
|
|
28432
|
-
|
|
28454
|
+
PanelsTopBottom: Rows3,
|
|
28433
28455
|
PanelsTopLeft: PanelsTopLeft,
|
|
28434
28456
|
Paperclip: Paperclip,
|
|
28435
28457
|
Parentheses: Parentheses,
|
|
28458
|
+
ParkingCircle: CircleParking,
|
|
28459
|
+
ParkingCircleOff: CircleParkingOff,
|
|
28436
28460
|
ParkingMeter: ParkingMeter,
|
|
28461
|
+
ParkingSquare: SquareParking,
|
|
28462
|
+
ParkingSquareOff: SquareParkingOff,
|
|
28437
28463
|
PartyPopper: PartyPopper,
|
|
28438
28464
|
Pause: Pause,
|
|
28465
|
+
PauseCircle: CirclePause,
|
|
28466
|
+
PauseOctagon: OctagonPause,
|
|
28439
28467
|
PawPrint: PawPrint,
|
|
28440
28468
|
PcCase: PcCase,
|
|
28441
|
-
|
|
28469
|
+
Pen: Pen,
|
|
28470
|
+
PenBox: SquarePen,
|
|
28442
28471
|
PenLine: PenLine,
|
|
28443
28472
|
PenOff: PenOff,
|
|
28473
|
+
PenSquare: SquarePen,
|
|
28444
28474
|
PenTool: PenTool,
|
|
28445
|
-
|
|
28446
|
-
Pen: Pen,
|
|
28475
|
+
Pencil: Pencil,
|
|
28447
28476
|
PencilLine: PencilLine,
|
|
28448
28477
|
PencilOff: PencilOff,
|
|
28449
28478
|
PencilRuler: PencilRuler,
|
|
28450
|
-
Pencil: Pencil,
|
|
28451
|
-
Percent: Percent,
|
|
28452
28479
|
Pentagon: Pentagon,
|
|
28480
|
+
Percent: Percent,
|
|
28481
|
+
PercentCircle: CirclePercent,
|
|
28482
|
+
PercentDiamond: DiamondPercent,
|
|
28483
|
+
PercentSquare: SquarePercent,
|
|
28453
28484
|
PersonStanding: PersonStanding,
|
|
28454
28485
|
PhilippinePeso: PhilippinePeso,
|
|
28486
|
+
Phone: Phone,
|
|
28455
28487
|
PhoneCall: PhoneCall,
|
|
28456
28488
|
PhoneForwarded: PhoneForwarded,
|
|
28457
28489
|
PhoneIncoming: PhoneIncoming,
|
|
28458
28490
|
PhoneMissed: PhoneMissed,
|
|
28459
28491
|
PhoneOff: PhoneOff,
|
|
28460
28492
|
PhoneOutgoing: PhoneOutgoing,
|
|
28461
|
-
Phone: Phone,
|
|
28462
28493
|
Pi: Pi,
|
|
28494
|
+
PiSquare: SquarePi,
|
|
28463
28495
|
Piano: Piano,
|
|
28464
28496
|
Pickaxe: Pickaxe,
|
|
28465
|
-
PictureInPicture2: PictureInPicture2,
|
|
28466
28497
|
PictureInPicture: PictureInPicture,
|
|
28498
|
+
PictureInPicture2: PictureInPicture2,
|
|
28499
|
+
PieChart: ChartPie,
|
|
28467
28500
|
PiggyBank: PiggyBank,
|
|
28501
|
+
Pilcrow: Pilcrow,
|
|
28468
28502
|
PilcrowLeft: PilcrowLeft,
|
|
28469
28503
|
PilcrowRight: PilcrowRight,
|
|
28470
|
-
|
|
28471
|
-
PillBottle: PillBottle,
|
|
28504
|
+
PilcrowSquare: SquarePilcrow,
|
|
28472
28505
|
Pill: Pill,
|
|
28473
|
-
|
|
28506
|
+
PillBottle: PillBottle,
|
|
28474
28507
|
Pin: Pin,
|
|
28508
|
+
PinOff: PinOff,
|
|
28475
28509
|
Pipette: Pipette,
|
|
28476
28510
|
Pizza: Pizza,
|
|
28511
|
+
Plane: Plane,
|
|
28477
28512
|
PlaneLanding: PlaneLanding,
|
|
28478
28513
|
PlaneTakeoff: PlaneTakeoff,
|
|
28479
|
-
Plane: Plane,
|
|
28480
28514
|
Play: Play,
|
|
28515
|
+
PlayCircle: CirclePlay,
|
|
28516
|
+
PlaySquare: SquarePlay,
|
|
28517
|
+
Plug: Plug,
|
|
28481
28518
|
Plug2: Plug2,
|
|
28482
28519
|
PlugZap: PlugZap,
|
|
28483
28520
|
PlugZap2: PlugZap,
|
|
28484
|
-
Plug: Plug,
|
|
28485
28521
|
Plus: Plus,
|
|
28486
|
-
|
|
28522
|
+
PlusCircle: CirclePlus,
|
|
28523
|
+
PlusSquare: SquarePlus,
|
|
28487
28524
|
Pocket: Pocket,
|
|
28525
|
+
PocketKnife: PocketKnife,
|
|
28488
28526
|
Podcast: Podcast,
|
|
28489
28527
|
Pointer: Pointer,
|
|
28490
28528
|
PointerOff: PointerOff,
|
|
28491
28529
|
Popcorn: Popcorn,
|
|
28492
28530
|
Popsicle: Popsicle,
|
|
28493
28531
|
PoundSterling: PoundSterling,
|
|
28494
|
-
PowerOff: PowerOff,
|
|
28495
28532
|
Power: Power,
|
|
28533
|
+
PowerCircle: CirclePower,
|
|
28534
|
+
PowerOff: PowerOff,
|
|
28535
|
+
PowerSquare: SquarePower,
|
|
28496
28536
|
Presentation: Presentation,
|
|
28537
|
+
Printer: Printer,
|
|
28497
28538
|
PrinterCheck: PrinterCheck,
|
|
28498
28539
|
PrinterX: PrinterX,
|
|
28499
|
-
Printer: Printer,
|
|
28500
28540
|
Projector: Projector,
|
|
28501
28541
|
Proportions: Proportions,
|
|
28502
28542
|
Puzzle: Puzzle,
|
|
28503
28543
|
Pyramid: Pyramid,
|
|
28504
28544
|
QrCode: QrCode,
|
|
28505
|
-
Rabbit: Rabbit,
|
|
28506
28545
|
Quote: Quote,
|
|
28546
|
+
Rabbit: Rabbit,
|
|
28507
28547
|
Radar: Radar,
|
|
28508
28548
|
Radiation: Radiation,
|
|
28509
28549
|
Radical: Radical,
|
|
28510
|
-
RadioReceiver: RadioReceiver,
|
|
28511
28550
|
Radio: Radio,
|
|
28551
|
+
RadioReceiver: RadioReceiver,
|
|
28512
28552
|
RadioTower: RadioTower,
|
|
28513
28553
|
Radius: Radius,
|
|
28514
28554
|
RailSymbol: RailSymbol,
|
|
28515
28555
|
Rainbow: Rainbow,
|
|
28516
28556
|
Rat: Rat,
|
|
28517
28557
|
Ratio: Ratio,
|
|
28518
|
-
|
|
28558
|
+
Receipt: Receipt,
|
|
28519
28559
|
ReceiptCent: ReceiptCent,
|
|
28560
|
+
ReceiptEuro: ReceiptEuro,
|
|
28520
28561
|
ReceiptIndianRupee: ReceiptIndianRupee,
|
|
28521
28562
|
ReceiptJapaneseYen: ReceiptJapaneseYen,
|
|
28522
28563
|
ReceiptPoundSterling: ReceiptPoundSterling,
|
|
28523
28564
|
ReceiptRussianRuble: ReceiptRussianRuble,
|
|
28524
|
-
ReceiptText: ReceiptText,
|
|
28525
28565
|
ReceiptSwissFranc: ReceiptSwissFranc,
|
|
28566
|
+
ReceiptText: ReceiptText,
|
|
28526
28567
|
ReceiptTurkishLira: ReceiptTurkishLira,
|
|
28527
|
-
Receipt: Receipt,
|
|
28528
28568
|
RectangleCircle: RectangleCircle,
|
|
28529
|
-
FormInput: RectangleEllipsis,
|
|
28530
28569
|
RectangleEllipsis: RectangleEllipsis,
|
|
28531
28570
|
RectangleGoggles: RectangleGoggles,
|
|
28532
28571
|
RectangleHorizontal: RectangleHorizontal,
|
|
28533
|
-
Recycle: Recycle,
|
|
28534
28572
|
RectangleVertical: RectangleVertical,
|
|
28573
|
+
Recycle: Recycle,
|
|
28574
|
+
Redo: Redo,
|
|
28535
28575
|
Redo2: Redo2,
|
|
28536
28576
|
RedoDot: RedoDot,
|
|
28537
|
-
Redo: Redo,
|
|
28538
|
-
RefreshCcwDot: RefreshCcwDot,
|
|
28539
28577
|
RefreshCcw: RefreshCcw,
|
|
28540
|
-
|
|
28578
|
+
RefreshCcwDot: RefreshCcwDot,
|
|
28541
28579
|
RefreshCw: RefreshCw,
|
|
28580
|
+
RefreshCwOff: RefreshCwOff,
|
|
28542
28581
|
Refrigerator: Refrigerator,
|
|
28543
28582
|
Regex: Regex,
|
|
28544
28583
|
RemoveFormatting: RemoveFormatting,
|
|
28584
|
+
Repeat: Repeat,
|
|
28545
28585
|
Repeat1: Repeat1,
|
|
28546
28586
|
Repeat2: Repeat2,
|
|
28547
|
-
Repeat: Repeat,
|
|
28548
|
-
ReplaceAll: ReplaceAll,
|
|
28549
28587
|
Replace: Replace,
|
|
28588
|
+
ReplaceAll: ReplaceAll,
|
|
28589
|
+
Reply: Reply,
|
|
28550
28590
|
ReplyAll: ReplyAll,
|
|
28551
28591
|
Rewind: Rewind,
|
|
28552
|
-
Reply: Reply,
|
|
28553
28592
|
Ribbon: Ribbon,
|
|
28554
28593
|
Rocket: Rocket,
|
|
28555
28594
|
RockingChair: RockingChair,
|
|
@@ -28557,9 +28596,9 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28557
28596
|
Rose: Rose,
|
|
28558
28597
|
Rotate3D: Rotate3d,
|
|
28559
28598
|
Rotate3d: Rotate3d,
|
|
28599
|
+
RotateCcw: RotateCcw,
|
|
28560
28600
|
RotateCcwKey: RotateCcwKey,
|
|
28561
28601
|
RotateCcwSquare: RotateCcwSquare,
|
|
28562
|
-
RotateCcw: RotateCcw,
|
|
28563
28602
|
RotateCw: RotateCw,
|
|
28564
28603
|
RotateCwSquare: RotateCwSquare,
|
|
28565
28604
|
Route: Route,
|
|
@@ -28567,26 +28606,26 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28567
28606
|
Router: Router,
|
|
28568
28607
|
Rows: Rows2,
|
|
28569
28608
|
Rows2: Rows2,
|
|
28570
|
-
PanelsTopBottom: Rows3,
|
|
28571
28609
|
Rows3: Rows3,
|
|
28572
28610
|
Rows4: Rows4,
|
|
28573
28611
|
Rss: Rss,
|
|
28574
|
-
RulerDimensionLine: RulerDimensionLine,
|
|
28575
28612
|
Ruler: Ruler,
|
|
28613
|
+
RulerDimensionLine: RulerDimensionLine,
|
|
28576
28614
|
RussianRuble: RussianRuble,
|
|
28577
28615
|
Sailboat: Sailboat,
|
|
28578
28616
|
Salad: Salad,
|
|
28579
28617
|
Sandwich: Sandwich,
|
|
28580
|
-
SatelliteDish: SatelliteDish,
|
|
28581
28618
|
Satellite: Satellite,
|
|
28619
|
+
SatelliteDish: SatelliteDish,
|
|
28582
28620
|
SaudiRiyal: SaudiRiyal,
|
|
28583
|
-
SaveOff: SaveOff,
|
|
28584
|
-
SaveAll: SaveAll,
|
|
28585
28621
|
Save: Save,
|
|
28622
|
+
SaveAll: SaveAll,
|
|
28623
|
+
SaveOff: SaveOff,
|
|
28624
|
+
Scale: Scale,
|
|
28586
28625
|
Scale3D: Scale3d,
|
|
28587
28626
|
Scale3d: Scale3d,
|
|
28588
|
-
Scale: Scale,
|
|
28589
28627
|
Scaling: Scaling,
|
|
28628
|
+
Scan: Scan,
|
|
28590
28629
|
ScanBarcode: ScanBarcode,
|
|
28591
28630
|
ScanEye: ScanEye,
|
|
28592
28631
|
ScanFace: ScanFace,
|
|
@@ -28595,44 +28634,49 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28595
28634
|
ScanQrCode: ScanQrCode,
|
|
28596
28635
|
ScanSearch: ScanSearch,
|
|
28597
28636
|
ScanText: ScanText,
|
|
28598
|
-
|
|
28637
|
+
ScatterChart: ChartScatter,
|
|
28599
28638
|
School: School,
|
|
28600
|
-
|
|
28639
|
+
School2: University,
|
|
28601
28640
|
Scissors: Scissors,
|
|
28641
|
+
ScissorsLineDashed: ScissorsLineDashed,
|
|
28642
|
+
ScissorsSquare: SquareScissors,
|
|
28643
|
+
ScissorsSquareDashedBottom: SquareBottomDashedScissors,
|
|
28602
28644
|
Scooter: Scooter,
|
|
28603
|
-
ScreenShareOff: ScreenShareOff,
|
|
28604
28645
|
ScreenShare: ScreenShare,
|
|
28605
|
-
|
|
28646
|
+
ScreenShareOff: ScreenShareOff,
|
|
28606
28647
|
Scroll: Scroll,
|
|
28648
|
+
ScrollText: ScrollText,
|
|
28649
|
+
Search: Search,
|
|
28607
28650
|
SearchAlert: SearchAlert,
|
|
28608
28651
|
SearchCheck: SearchCheck,
|
|
28609
28652
|
SearchCode: SearchCode,
|
|
28610
|
-
SearchX: SearchX,
|
|
28611
28653
|
SearchSlash: SearchSlash,
|
|
28654
|
+
SearchX: SearchX,
|
|
28612
28655
|
Section: Section,
|
|
28613
|
-
|
|
28656
|
+
Send: Send,
|
|
28614
28657
|
SendHorizonal: SendHorizontal,
|
|
28615
28658
|
SendHorizontal: SendHorizontal,
|
|
28616
28659
|
SendToBack: SendToBack,
|
|
28617
|
-
Send: Send,
|
|
28618
28660
|
SeparatorHorizontal: SeparatorHorizontal,
|
|
28619
28661
|
SeparatorVertical: SeparatorVertical,
|
|
28662
|
+
Server: Server,
|
|
28620
28663
|
ServerCog: ServerCog,
|
|
28621
28664
|
ServerCrash: ServerCrash,
|
|
28622
28665
|
ServerOff: ServerOff,
|
|
28623
|
-
Server: Server,
|
|
28624
|
-
Settings2: Settings2,
|
|
28625
28666
|
Settings: Settings,
|
|
28667
|
+
Settings2: Settings2,
|
|
28626
28668
|
Shapes: Shapes,
|
|
28627
|
-
Share2: Share2,
|
|
28628
28669
|
Share: Share,
|
|
28670
|
+
Share2: Share2,
|
|
28629
28671
|
Sheet: Sheet,
|
|
28630
28672
|
Shell: Shell,
|
|
28631
28673
|
ShelvingUnit: ShelvingUnit,
|
|
28674
|
+
Shield: Shield,
|
|
28632
28675
|
ShieldAlert: ShieldAlert,
|
|
28633
28676
|
ShieldBan: ShieldBan,
|
|
28634
|
-
ShieldEllipsis: ShieldEllipsis,
|
|
28635
28677
|
ShieldCheck: ShieldCheck,
|
|
28678
|
+
ShieldClose: ShieldX,
|
|
28679
|
+
ShieldEllipsis: ShieldEllipsis,
|
|
28636
28680
|
ShieldHalf: ShieldHalf,
|
|
28637
28681
|
ShieldMinus: ShieldMinus,
|
|
28638
28682
|
ShieldOff: ShieldOff,
|
|
@@ -28640,11 +28684,9 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28640
28684
|
ShieldQuestion: ShieldQuestionMark,
|
|
28641
28685
|
ShieldQuestionMark: ShieldQuestionMark,
|
|
28642
28686
|
ShieldUser: ShieldUser,
|
|
28643
|
-
ShieldClose: ShieldX,
|
|
28644
28687
|
ShieldX: ShieldX,
|
|
28645
|
-
ShipWheel: ShipWheel,
|
|
28646
|
-
Shield: Shield,
|
|
28647
28688
|
Ship: Ship,
|
|
28689
|
+
ShipWheel: ShipWheel,
|
|
28648
28690
|
Shirt: Shirt,
|
|
28649
28691
|
ShoppingBag: ShoppingBag,
|
|
28650
28692
|
ShoppingBasket: ShoppingBasket,
|
|
@@ -28656,226 +28698,180 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28656
28698
|
Shrink: Shrink,
|
|
28657
28699
|
Shrub: Shrub,
|
|
28658
28700
|
Shuffle: Shuffle,
|
|
28701
|
+
Sidebar: PanelLeft,
|
|
28702
|
+
SidebarClose: PanelLeftClose,
|
|
28703
|
+
SidebarOpen: PanelLeftOpen,
|
|
28659
28704
|
Sigma: Sigma,
|
|
28705
|
+
SigmaSquare: SquareSigma,
|
|
28706
|
+
Signal: Signal,
|
|
28660
28707
|
SignalHigh: SignalHigh,
|
|
28661
28708
|
SignalLow: SignalLow,
|
|
28662
28709
|
SignalMedium: SignalMedium,
|
|
28663
28710
|
SignalZero: SignalZero,
|
|
28664
|
-
Signal: Signal,
|
|
28665
28711
|
Signature: Signature,
|
|
28666
28712
|
Signpost: Signpost,
|
|
28667
|
-
Siren: Siren,
|
|
28668
28713
|
SignpostBig: SignpostBig,
|
|
28714
|
+
Siren: Siren,
|
|
28669
28715
|
SkipBack: SkipBack,
|
|
28670
28716
|
SkipForward: SkipForward,
|
|
28717
|
+
Skull: Skull,
|
|
28671
28718
|
Slack: Slack,
|
|
28672
28719
|
Slash: Slash,
|
|
28673
|
-
|
|
28720
|
+
SlashSquare: SquareSlash,
|
|
28674
28721
|
Slice: Slice,
|
|
28675
28722
|
Sliders: SlidersVertical,
|
|
28676
|
-
SlidersVertical: SlidersVertical,
|
|
28677
28723
|
SlidersHorizontal: SlidersHorizontal,
|
|
28678
|
-
|
|
28679
|
-
SmartphoneNfc: SmartphoneNfc,
|
|
28724
|
+
SlidersVertical: SlidersVertical,
|
|
28680
28725
|
Smartphone: Smartphone,
|
|
28681
|
-
|
|
28726
|
+
SmartphoneCharging: SmartphoneCharging,
|
|
28727
|
+
SmartphoneNfc: SmartphoneNfc,
|
|
28682
28728
|
Smile: Smile,
|
|
28729
|
+
SmilePlus: SmilePlus,
|
|
28730
|
+
Snail: Snail,
|
|
28683
28731
|
Snowflake: Snowflake,
|
|
28684
28732
|
SoapDispenserDroplet: SoapDispenserDroplet,
|
|
28685
|
-
Snail: Snail,
|
|
28686
28733
|
Sofa: Sofa,
|
|
28687
28734
|
SolarPanel: SolarPanel,
|
|
28735
|
+
SortAsc: ArrowUpNarrowWide,
|
|
28736
|
+
SortDesc: ArrowDownWideNarrow,
|
|
28688
28737
|
Soup: Soup,
|
|
28689
28738
|
Space: Space,
|
|
28690
28739
|
Spade: Spade,
|
|
28691
28740
|
Sparkle: Sparkle,
|
|
28692
28741
|
Sparkles: Sparkles,
|
|
28693
|
-
Stars: Sparkles,
|
|
28694
28742
|
Speaker: Speaker,
|
|
28695
28743
|
Speech: Speech,
|
|
28696
|
-
SpellCheck2: SpellCheck2,
|
|
28697
|
-
SplinePointer: SplinePointer,
|
|
28698
28744
|
SpellCheck: SpellCheck,
|
|
28745
|
+
SpellCheck2: SpellCheck2,
|
|
28699
28746
|
Spline: Spline,
|
|
28747
|
+
SplinePointer: SplinePointer,
|
|
28700
28748
|
Split: Split,
|
|
28749
|
+
SplitSquareHorizontal: SquareSplitHorizontal,
|
|
28750
|
+
SplitSquareVertical: SquareSplitVertical,
|
|
28701
28751
|
Spool: Spool,
|
|
28702
|
-
SprayCan: SprayCan,
|
|
28703
28752
|
Spotlight: Spotlight,
|
|
28753
|
+
SprayCan: SprayCan,
|
|
28704
28754
|
Sprout: Sprout,
|
|
28705
|
-
|
|
28706
|
-
SquareArrowDownLeft: SquareArrowDownLeft,
|
|
28707
|
-
ActivitySquare: SquareActivity,
|
|
28755
|
+
Square: Square,
|
|
28708
28756
|
SquareActivity: SquareActivity,
|
|
28709
|
-
ArrowDownRightSquare: SquareArrowDownRight,
|
|
28710
|
-
SquareArrowDownRight: SquareArrowDownRight,
|
|
28711
|
-
ArrowDownSquare: SquareArrowDown,
|
|
28712
28757
|
SquareArrowDown: SquareArrowDown,
|
|
28713
|
-
|
|
28758
|
+
SquareArrowDownLeft: SquareArrowDownLeft,
|
|
28759
|
+
SquareArrowDownRight: SquareArrowDownRight,
|
|
28714
28760
|
SquareArrowLeft: SquareArrowLeft,
|
|
28715
|
-
ArrowDownLeftFromSquare: SquareArrowOutDownLeft,
|
|
28716
28761
|
SquareArrowOutDownLeft: SquareArrowOutDownLeft,
|
|
28717
|
-
ArrowDownRightFromSquare: SquareArrowOutDownRight,
|
|
28718
28762
|
SquareArrowOutDownRight: SquareArrowOutDownRight,
|
|
28719
|
-
ArrowUpLeftFromSquare: SquareArrowOutUpLeft,
|
|
28720
28763
|
SquareArrowOutUpLeft: SquareArrowOutUpLeft,
|
|
28721
|
-
ArrowUpRightFromSquare: SquareArrowOutUpRight,
|
|
28722
28764
|
SquareArrowOutUpRight: SquareArrowOutUpRight,
|
|
28765
|
+
SquareArrowRight: SquareArrowRight,
|
|
28723
28766
|
SquareArrowRightEnter: SquareArrowRightEnter,
|
|
28724
28767
|
SquareArrowRightExit: SquareArrowRightExit,
|
|
28725
|
-
|
|
28726
|
-
SquareArrowRight: SquareArrowRight,
|
|
28727
|
-
ArrowUpLeftSquare: SquareArrowUpLeft,
|
|
28768
|
+
SquareArrowUp: SquareArrowUp,
|
|
28728
28769
|
SquareArrowUpLeft: SquareArrowUpLeft,
|
|
28729
|
-
ArrowUpRightSquare: SquareArrowUpRight,
|
|
28730
28770
|
SquareArrowUpRight: SquareArrowUpRight,
|
|
28731
|
-
ArrowUpSquare: SquareArrowUp,
|
|
28732
|
-
SquareArrowUp: SquareArrowUp,
|
|
28733
|
-
FlipHorizontal: SquareCenterlineDashedHorizontal,
|
|
28734
|
-
SquareCenterlineDashedHorizontal: SquareCenterlineDashedHorizontal,
|
|
28735
|
-
AsteriskSquare: SquareAsterisk,
|
|
28736
28771
|
SquareAsterisk: SquareAsterisk,
|
|
28737
|
-
ScissorsSquareDashedBottom: SquareBottomDashedScissors,
|
|
28738
28772
|
SquareBottomDashedScissors: SquareBottomDashedScissors,
|
|
28739
|
-
|
|
28773
|
+
SquareCenterlineDashedHorizontal: SquareCenterlineDashedHorizontal,
|
|
28740
28774
|
SquareCenterlineDashedVertical: SquareCenterlineDashedVertical,
|
|
28741
|
-
GanttChartSquare: SquareChartGantt,
|
|
28742
28775
|
SquareChartGantt: SquareChartGantt,
|
|
28743
|
-
SquareGanttChart: SquareChartGantt,
|
|
28744
|
-
CheckSquare: SquareCheckBig,
|
|
28745
|
-
SquareCheckBig: SquareCheckBig,
|
|
28746
|
-
CheckSquare2: SquareCheck,
|
|
28747
28776
|
SquareCheck: SquareCheck,
|
|
28748
|
-
|
|
28777
|
+
SquareCheckBig: SquareCheckBig,
|
|
28749
28778
|
SquareChevronDown: SquareChevronDown,
|
|
28750
|
-
ChevronLeftSquare: SquareChevronLeft,
|
|
28751
28779
|
SquareChevronLeft: SquareChevronLeft,
|
|
28752
|
-
ChevronRightSquare: SquareChevronRight,
|
|
28753
28780
|
SquareChevronRight: SquareChevronRight,
|
|
28754
|
-
ChevronUpSquare: SquareChevronUp,
|
|
28755
28781
|
SquareChevronUp: SquareChevronUp,
|
|
28756
|
-
CodeSquare: SquareCode,
|
|
28757
28782
|
SquareCode: SquareCode,
|
|
28758
|
-
|
|
28783
|
+
SquareDashed: SquareDashed,
|
|
28759
28784
|
SquareDashedBottom: SquareDashedBottom,
|
|
28760
|
-
|
|
28785
|
+
SquareDashedBottomCode: SquareDashedBottomCode,
|
|
28761
28786
|
SquareDashedKanban: SquareDashedKanban,
|
|
28762
|
-
MousePointerSquareDashed: SquareDashedMousePointer,
|
|
28763
28787
|
SquareDashedMousePointer: SquareDashedMousePointer,
|
|
28764
28788
|
SquareDashedTopSolid: SquareDashedTopSolid,
|
|
28765
|
-
BoxSelect: SquareDashed,
|
|
28766
|
-
SquareDashed: SquareDashed,
|
|
28767
|
-
DivideSquare: SquareDivide,
|
|
28768
28789
|
SquareDivide: SquareDivide,
|
|
28769
|
-
DotSquare: SquareDot,
|
|
28770
28790
|
SquareDot: SquareDot,
|
|
28771
|
-
EqualSquare: SquareEqual,
|
|
28772
28791
|
SquareEqual: SquareEqual,
|
|
28773
|
-
FunctionSquare: SquareFunction,
|
|
28774
28792
|
SquareFunction: SquareFunction,
|
|
28775
|
-
|
|
28793
|
+
SquareGanttChart: SquareChartGantt,
|
|
28776
28794
|
SquareKanban: SquareKanban,
|
|
28777
|
-
LibrarySquare: SquareLibrary,
|
|
28778
28795
|
SquareLibrary: SquareLibrary,
|
|
28779
|
-
MSquare: SquareM,
|
|
28780
28796
|
SquareM: SquareM,
|
|
28781
|
-
MenuSquare: SquareMenu,
|
|
28782
28797
|
SquareMenu: SquareMenu,
|
|
28783
|
-
MinusSquare: SquareMinus,
|
|
28784
28798
|
SquareMinus: SquareMinus,
|
|
28785
|
-
Inspect: SquareMousePointer,
|
|
28786
28799
|
SquareMousePointer: SquareMousePointer,
|
|
28787
|
-
ParkingSquareOff: SquareParkingOff,
|
|
28788
|
-
SquareParkingOff: SquareParkingOff,
|
|
28789
|
-
ParkingSquare: SquareParking,
|
|
28790
28800
|
SquareParking: SquareParking,
|
|
28801
|
+
SquareParkingOff: SquareParkingOff,
|
|
28791
28802
|
SquarePause: SquarePause,
|
|
28792
|
-
Edit: SquarePen,
|
|
28793
|
-
PenBox: SquarePen,
|
|
28794
|
-
PenSquare: SquarePen,
|
|
28795
28803
|
SquarePen: SquarePen,
|
|
28796
|
-
PercentSquare: SquarePercent,
|
|
28797
28804
|
SquarePercent: SquarePercent,
|
|
28798
|
-
PiSquare: SquarePi,
|
|
28799
28805
|
SquarePi: SquarePi,
|
|
28800
|
-
PilcrowSquare: SquarePilcrow,
|
|
28801
28806
|
SquarePilcrow: SquarePilcrow,
|
|
28802
|
-
PlaySquare: SquarePlay,
|
|
28803
28807
|
SquarePlay: SquarePlay,
|
|
28804
|
-
PlusSquare: SquarePlus,
|
|
28805
28808
|
SquarePlus: SquarePlus,
|
|
28806
|
-
PowerSquare: SquarePower,
|
|
28807
28809
|
SquarePower: SquarePower,
|
|
28808
28810
|
SquareRadical: SquareRadical,
|
|
28809
28811
|
SquareRoundCorner: SquareRoundCorner,
|
|
28810
|
-
ScissorsSquare: SquareScissors,
|
|
28811
28812
|
SquareScissors: SquareScissors,
|
|
28812
|
-
SigmaSquare: SquareSigma,
|
|
28813
28813
|
SquareSigma: SquareSigma,
|
|
28814
|
-
SlashSquare: SquareSlash,
|
|
28815
28814
|
SquareSlash: SquareSlash,
|
|
28816
|
-
SplitSquareHorizontal: SquareSplitHorizontal,
|
|
28817
28815
|
SquareSplitHorizontal: SquareSplitHorizontal,
|
|
28818
|
-
SplitSquareVertical: SquareSplitVertical,
|
|
28819
28816
|
SquareSplitVertical: SquareSplitVertical,
|
|
28820
28817
|
SquareSquare: SquareSquare,
|
|
28821
28818
|
SquareStack: SquareStack,
|
|
28822
28819
|
SquareStar: SquareStar,
|
|
28823
28820
|
SquareStop: SquareStop,
|
|
28824
|
-
SquareUserRound: SquareUserRound,
|
|
28825
|
-
UserSquare2: SquareUserRound,
|
|
28826
28821
|
SquareTerminal: SquareTerminal,
|
|
28827
|
-
TerminalSquare: SquareTerminal,
|
|
28828
28822
|
SquareUser: SquareUser,
|
|
28829
|
-
|
|
28823
|
+
SquareUserRound: SquareUserRound,
|
|
28830
28824
|
SquareX: SquareX,
|
|
28831
|
-
XSquare: SquareX,
|
|
28832
|
-
Square: Square,
|
|
28833
28825
|
SquaresExclude: SquaresExclude,
|
|
28834
28826
|
SquaresIntersect: SquaresIntersect,
|
|
28835
28827
|
SquaresSubtract: SquaresSubtract,
|
|
28836
28828
|
SquaresUnite: SquaresUnite,
|
|
28837
|
-
SquircleDashed: SquircleDashed,
|
|
28838
28829
|
Squircle: Squircle,
|
|
28839
|
-
|
|
28830
|
+
SquircleDashed: SquircleDashed,
|
|
28840
28831
|
Squirrel: Squirrel,
|
|
28832
|
+
Stamp: Stamp,
|
|
28833
|
+
Star: Star,
|
|
28841
28834
|
StarHalf: StarHalf,
|
|
28842
28835
|
StarOff: StarOff,
|
|
28843
|
-
|
|
28836
|
+
Stars: Sparkles,
|
|
28844
28837
|
StepBack: StepBack,
|
|
28845
28838
|
StepForward: StepForward,
|
|
28846
28839
|
Stethoscope: Stethoscope,
|
|
28847
28840
|
Sticker: Sticker,
|
|
28848
28841
|
StickyNote: StickyNote,
|
|
28849
28842
|
Stone: Stone,
|
|
28843
|
+
StopCircle: CircleStop,
|
|
28850
28844
|
Store: Store,
|
|
28851
28845
|
StretchHorizontal: StretchHorizontal,
|
|
28852
28846
|
StretchVertical: StretchVertical,
|
|
28853
28847
|
Strikethrough: Strikethrough,
|
|
28854
28848
|
Subscript: Subscript,
|
|
28849
|
+
Subtitles: Captions,
|
|
28850
|
+
Sun: Sun,
|
|
28855
28851
|
SunDim: SunDim,
|
|
28856
28852
|
SunMedium: SunMedium,
|
|
28857
28853
|
SunMoon: SunMoon,
|
|
28858
28854
|
SunSnow: SunSnow,
|
|
28859
|
-
Sun: Sun,
|
|
28860
28855
|
Sunrise: Sunrise,
|
|
28861
28856
|
Sunset: Sunset,
|
|
28862
28857
|
Superscript: Superscript,
|
|
28863
28858
|
SwatchBook: SwatchBook,
|
|
28864
|
-
SwitchCamera: SwitchCamera,
|
|
28865
28859
|
SwissFranc: SwissFranc,
|
|
28860
|
+
SwitchCamera: SwitchCamera,
|
|
28866
28861
|
Sword: Sword,
|
|
28867
|
-
Table2: Table2,
|
|
28868
|
-
TableCellsMerge: TableCellsMerge,
|
|
28869
28862
|
Swords: Swords,
|
|
28870
28863
|
Syringe: Syringe,
|
|
28864
|
+
Table: Table,
|
|
28865
|
+
Table2: Table2,
|
|
28866
|
+
TableCellsMerge: TableCellsMerge,
|
|
28871
28867
|
TableCellsSplit: TableCellsSplit,
|
|
28872
28868
|
TableColumnsSplit: TableColumnsSplit,
|
|
28869
|
+
TableConfig: Columns3Cog,
|
|
28873
28870
|
TableOfContents: TableOfContents,
|
|
28874
28871
|
TableProperties: TableProperties,
|
|
28875
28872
|
TableRowsSplit: TableRowsSplit,
|
|
28876
|
-
Table: Table,
|
|
28877
|
-
TabletSmartphone: TabletSmartphone,
|
|
28878
28873
|
Tablet: Tablet,
|
|
28874
|
+
TabletSmartphone: TabletSmartphone,
|
|
28879
28875
|
Tablets: Tablets,
|
|
28880
28876
|
Tag: Tag,
|
|
28881
28877
|
Tags: Tags,
|
|
@@ -28887,222 +28883,224 @@ const icons = /*#__PURE__*/Object.freeze({
|
|
|
28887
28883
|
Tangent: Tangent,
|
|
28888
28884
|
Target: Target,
|
|
28889
28885
|
Telescope: Telescope,
|
|
28890
|
-
TentTree: TentTree,
|
|
28891
28886
|
Tent: Tent,
|
|
28887
|
+
TentTree: TentTree,
|
|
28892
28888
|
Terminal: Terminal,
|
|
28889
|
+
TerminalSquare: SquareTerminal,
|
|
28890
|
+
TestTube: TestTube,
|
|
28893
28891
|
TestTube2: TestTubeDiagonal,
|
|
28894
28892
|
TestTubeDiagonal: TestTubeDiagonal,
|
|
28895
|
-
TestTube: TestTube,
|
|
28896
28893
|
TestTubes: TestTubes,
|
|
28897
|
-
|
|
28894
|
+
Text: TextAlignStart,
|
|
28898
28895
|
TextAlignCenter: TextAlignCenter,
|
|
28899
|
-
AlignRight: TextAlignEnd,
|
|
28900
28896
|
TextAlignEnd: TextAlignEnd,
|
|
28901
|
-
AlignJustify: TextAlignJustify,
|
|
28902
28897
|
TextAlignJustify: TextAlignJustify,
|
|
28903
|
-
AlignLeft: TextAlignStart,
|
|
28904
|
-
Text: TextAlignStart,
|
|
28905
28898
|
TextAlignStart: TextAlignStart,
|
|
28906
|
-
TextCursorInput: TextCursorInput,
|
|
28907
28899
|
TextCursor: TextCursor,
|
|
28908
|
-
|
|
28900
|
+
TextCursorInput: TextCursorInput,
|
|
28909
28901
|
TextInitial: TextInitial,
|
|
28910
28902
|
TextQuote: TextQuote,
|
|
28911
28903
|
TextSearch: TextSearch,
|
|
28912
28904
|
TextSelect: TextSelect,
|
|
28913
28905
|
TextSelection: TextSelect,
|
|
28914
28906
|
TextWrap: TextWrap,
|
|
28915
|
-
WrapText: TextWrap,
|
|
28916
28907
|
Theater: Theater,
|
|
28908
|
+
Thermometer: Thermometer,
|
|
28917
28909
|
ThermometerSnowflake: ThermometerSnowflake,
|
|
28918
28910
|
ThermometerSun: ThermometerSun,
|
|
28919
|
-
Thermometer: Thermometer,
|
|
28920
28911
|
ThumbsDown: ThumbsDown,
|
|
28921
28912
|
ThumbsUp: ThumbsUp,
|
|
28913
|
+
Ticket: Ticket,
|
|
28922
28914
|
TicketCheck: TicketCheck,
|
|
28923
28915
|
TicketMinus: TicketMinus,
|
|
28924
28916
|
TicketPercent: TicketPercent,
|
|
28925
28917
|
TicketPlus: TicketPlus,
|
|
28926
28918
|
TicketSlash: TicketSlash,
|
|
28927
28919
|
TicketX: TicketX,
|
|
28928
|
-
Ticket: Ticket,
|
|
28929
|
-
TicketsPlane: TicketsPlane,
|
|
28930
28920
|
Tickets: Tickets,
|
|
28931
|
-
|
|
28932
|
-
TimerOff: TimerOff,
|
|
28921
|
+
TicketsPlane: TicketsPlane,
|
|
28933
28922
|
Timer: Timer,
|
|
28923
|
+
TimerOff: TimerOff,
|
|
28924
|
+
TimerReset: TimerReset,
|
|
28934
28925
|
ToggleLeft: ToggleLeft,
|
|
28935
|
-
Toilet: Toilet,
|
|
28936
28926
|
ToggleRight: ToggleRight,
|
|
28927
|
+
Toilet: Toilet,
|
|
28937
28928
|
ToolCase: ToolCase,
|
|
28938
28929
|
Toolbox: Toolbox,
|
|
28939
28930
|
Tornado: Tornado,
|
|
28940
28931
|
Torus: Torus,
|
|
28941
|
-
TouchpadOff: TouchpadOff,
|
|
28942
28932
|
Touchpad: Touchpad,
|
|
28933
|
+
TouchpadOff: TouchpadOff,
|
|
28943
28934
|
TowelRack: TowelRack,
|
|
28944
28935
|
TowerControl: TowerControl,
|
|
28945
28936
|
ToyBrick: ToyBrick,
|
|
28946
28937
|
Tractor: Tractor,
|
|
28947
28938
|
TrafficCone: TrafficCone,
|
|
28948
|
-
|
|
28939
|
+
Train: TramFront,
|
|
28949
28940
|
TrainFront: TrainFront,
|
|
28941
|
+
TrainFrontTunnel: TrainFrontTunnel,
|
|
28950
28942
|
TrainTrack: TrainTrack,
|
|
28951
|
-
Train: TramFront,
|
|
28952
28943
|
TramFront: TramFront,
|
|
28953
28944
|
Transgender: Transgender,
|
|
28954
|
-
Trash2: Trash2,
|
|
28955
28945
|
Trash: Trash,
|
|
28956
|
-
|
|
28957
|
-
TreePalm: TreePalm,
|
|
28946
|
+
Trash2: Trash2,
|
|
28958
28947
|
TreeDeciduous: TreeDeciduous,
|
|
28948
|
+
TreePalm: TreePalm,
|
|
28959
28949
|
TreePine: TreePine,
|
|
28960
28950
|
Trees: Trees,
|
|
28961
28951
|
Trello: Trello,
|
|
28962
28952
|
TrendingDown: TrendingDown,
|
|
28963
|
-
TrendingUpDown: TrendingUpDown,
|
|
28964
28953
|
TrendingUp: TrendingUp,
|
|
28965
|
-
|
|
28954
|
+
TrendingUpDown: TrendingUpDown,
|
|
28955
|
+
Triangle: Triangle,
|
|
28966
28956
|
TriangleAlert: TriangleAlert,
|
|
28967
28957
|
TriangleDashed: TriangleDashed,
|
|
28968
28958
|
TriangleRight: TriangleRight,
|
|
28969
|
-
Triangle: Triangle,
|
|
28970
28959
|
Trophy: Trophy,
|
|
28971
|
-
TruckElectric: TruckElectric,
|
|
28972
28960
|
Truck: Truck,
|
|
28961
|
+
TruckElectric: TruckElectric,
|
|
28973
28962
|
TurkishLira: TurkishLira,
|
|
28974
28963
|
Turntable: Turntable,
|
|
28975
28964
|
Turtle: Turtle,
|
|
28976
|
-
|
|
28965
|
+
Tv: Tv,
|
|
28977
28966
|
Tv2: TvMinimal,
|
|
28978
28967
|
TvMinimal: TvMinimal,
|
|
28979
|
-
|
|
28968
|
+
TvMinimalPlay: TvMinimalPlay,
|
|
28980
28969
|
Twitch: Twitch,
|
|
28981
28970
|
Twitter: Twitter,
|
|
28982
|
-
TypeOutline: TypeOutline,
|
|
28983
28971
|
Type: Type,
|
|
28972
|
+
TypeOutline: TypeOutline,
|
|
28984
28973
|
Umbrella: Umbrella,
|
|
28985
28974
|
UmbrellaOff: UmbrellaOff,
|
|
28986
28975
|
Underline: Underline,
|
|
28976
|
+
Undo: Undo,
|
|
28987
28977
|
Undo2: Undo2,
|
|
28988
28978
|
UndoDot: UndoDot,
|
|
28989
|
-
Undo: Undo,
|
|
28990
28979
|
UnfoldHorizontal: UnfoldHorizontal,
|
|
28991
28980
|
UnfoldVertical: UnfoldVertical,
|
|
28992
28981
|
Ungroup: Ungroup,
|
|
28993
|
-
School2: University,
|
|
28994
28982
|
University: University,
|
|
28995
28983
|
Unlink: Unlink,
|
|
28996
|
-
Unplug: Unplug,
|
|
28997
28984
|
Unlink2: Unlink2,
|
|
28985
|
+
Unlock: LockOpen,
|
|
28986
|
+
UnlockKeyhole: LockKeyholeOpen,
|
|
28987
|
+
Unplug: Unplug,
|
|
28998
28988
|
Upload: Upload,
|
|
28989
|
+
UploadCloud: CloudUpload,
|
|
28999
28990
|
Usb: Usb,
|
|
28991
|
+
User: User,
|
|
28992
|
+
User2: UserRound,
|
|
29000
28993
|
UserCheck: UserCheck,
|
|
28994
|
+
UserCheck2: UserRoundCheck,
|
|
28995
|
+
UserCircle: CircleUser,
|
|
28996
|
+
UserCircle2: CircleUserRound,
|
|
29001
28997
|
UserCog: UserCog,
|
|
28998
|
+
UserCog2: UserRoundCog,
|
|
29002
28999
|
UserKey: UserKey,
|
|
29003
29000
|
UserLock: UserLock,
|
|
29004
29001
|
UserMinus: UserMinus,
|
|
29005
|
-
|
|
29002
|
+
UserMinus2: UserRoundMinus,
|
|
29006
29003
|
UserPen: UserPen,
|
|
29007
|
-
|
|
29004
|
+
UserPlus: UserPlus,
|
|
29005
|
+
UserPlus2: UserRoundPlus,
|
|
29006
|
+
UserRound: UserRound,
|
|
29008
29007
|
UserRoundCheck: UserRoundCheck,
|
|
29009
|
-
UserCog2: UserRoundCog,
|
|
29010
29008
|
UserRoundCog: UserRoundCog,
|
|
29011
29009
|
UserRoundKey: UserRoundKey,
|
|
29012
|
-
UserMinus2: UserRoundMinus,
|
|
29013
29010
|
UserRoundMinus: UserRoundMinus,
|
|
29014
29011
|
UserRoundPen: UserRoundPen,
|
|
29015
|
-
UserPlus2: UserRoundPlus,
|
|
29016
29012
|
UserRoundPlus: UserRoundPlus,
|
|
29017
29013
|
UserRoundSearch: UserRoundSearch,
|
|
29018
|
-
User2: UserRound,
|
|
29019
|
-
UserRound: UserRound,
|
|
29020
29014
|
UserRoundX: UserRoundX,
|
|
29021
|
-
UserX2: UserRoundX,
|
|
29022
29015
|
UserSearch: UserSearch,
|
|
29016
|
+
UserSquare: SquareUser,
|
|
29017
|
+
UserSquare2: SquareUserRound,
|
|
29023
29018
|
UserStar: UserStar,
|
|
29024
29019
|
UserX: UserX,
|
|
29025
|
-
|
|
29020
|
+
UserX2: UserRoundX,
|
|
29021
|
+
Users: Users,
|
|
29026
29022
|
Users2: UsersRound,
|
|
29027
29023
|
UsersRound: UsersRound,
|
|
29028
|
-
|
|
29024
|
+
Utensils: Utensils,
|
|
29029
29025
|
UtensilsCrossed: UtensilsCrossed,
|
|
29030
|
-
Users: Users,
|
|
29031
29026
|
UtilityPole: UtilityPole,
|
|
29032
|
-
ForkKnife: Utensils,
|
|
29033
|
-
Utensils: Utensils,
|
|
29034
29027
|
Van: Van,
|
|
29035
29028
|
Variable: Variable,
|
|
29036
|
-
VectorSquare: VectorSquare,
|
|
29037
29029
|
Vault: Vault,
|
|
29030
|
+
VectorSquare: VectorSquare,
|
|
29038
29031
|
Vegan: Vegan,
|
|
29039
29032
|
VenetianMask: VenetianMask,
|
|
29040
|
-
VenusAndMars: VenusAndMars,
|
|
29041
29033
|
Venus: Venus,
|
|
29042
|
-
|
|
29034
|
+
VenusAndMars: VenusAndMars,
|
|
29035
|
+
Verified: BadgeCheck,
|
|
29043
29036
|
Vibrate: Vibrate,
|
|
29044
|
-
|
|
29037
|
+
VibrateOff: VibrateOff,
|
|
29045
29038
|
Video: Video,
|
|
29039
|
+
VideoOff: VideoOff,
|
|
29046
29040
|
Videotape: Videotape,
|
|
29047
29041
|
View: View,
|
|
29048
29042
|
Voicemail: Voicemail,
|
|
29049
29043
|
Volleyball: Volleyball,
|
|
29044
|
+
Volume: Volume,
|
|
29050
29045
|
Volume1: Volume1,
|
|
29051
29046
|
Volume2: Volume2,
|
|
29052
|
-
VolumeX: VolumeX,
|
|
29053
29047
|
VolumeOff: VolumeOff,
|
|
29054
|
-
|
|
29055
|
-
WalletCards: WalletCards,
|
|
29048
|
+
VolumeX: VolumeX,
|
|
29056
29049
|
Vote: Vote,
|
|
29050
|
+
Wallet: Wallet,
|
|
29057
29051
|
Wallet2: WalletMinimal,
|
|
29052
|
+
WalletCards: WalletCards,
|
|
29058
29053
|
WalletMinimal: WalletMinimal,
|
|
29059
|
-
Wallet: Wallet,
|
|
29060
29054
|
Wallpaper: Wallpaper,
|
|
29055
|
+
Wand: Wand,
|
|
29061
29056
|
Wand2: WandSparkles,
|
|
29062
29057
|
WandSparkles: WandSparkles,
|
|
29063
|
-
Wand: Wand,
|
|
29064
29058
|
Warehouse: Warehouse,
|
|
29065
29059
|
WashingMachine: WashingMachine,
|
|
29066
29060
|
Watch: Watch,
|
|
29061
|
+
Waves: Waves,
|
|
29067
29062
|
WavesArrowDown: WavesArrowDown,
|
|
29068
|
-
WavesLadder: WavesLadder,
|
|
29069
29063
|
WavesArrowUp: WavesArrowUp,
|
|
29070
|
-
|
|
29064
|
+
WavesLadder: WavesLadder,
|
|
29071
29065
|
Waypoints: Waypoints,
|
|
29072
29066
|
Webcam: Webcam,
|
|
29073
|
-
WebhookOff: WebhookOff,
|
|
29074
29067
|
Webhook: Webhook,
|
|
29075
|
-
|
|
29076
|
-
WheatOff: WheatOff,
|
|
29068
|
+
WebhookOff: WebhookOff,
|
|
29077
29069
|
Weight: Weight,
|
|
29070
|
+
WeightTilde: WeightTilde,
|
|
29078
29071
|
Wheat: Wheat,
|
|
29072
|
+
WheatOff: WheatOff,
|
|
29079
29073
|
WholeWord: WholeWord,
|
|
29074
|
+
Wifi: Wifi,
|
|
29080
29075
|
WifiCog: WifiCog,
|
|
29081
29076
|
WifiHigh: WifiHigh,
|
|
29082
29077
|
WifiLow: WifiLow,
|
|
29083
|
-
WifiPen: WifiPen,
|
|
29084
29078
|
WifiOff: WifiOff,
|
|
29085
|
-
|
|
29079
|
+
WifiPen: WifiPen,
|
|
29086
29080
|
WifiSync: WifiSync,
|
|
29087
|
-
|
|
29088
|
-
WindArrowDown: WindArrowDown,
|
|
29081
|
+
WifiZero: WifiZero,
|
|
29089
29082
|
Wind: Wind,
|
|
29090
|
-
|
|
29083
|
+
WindArrowDown: WindArrowDown,
|
|
29091
29084
|
Wine: Wine,
|
|
29085
|
+
WineOff: WineOff,
|
|
29092
29086
|
Workflow: Workflow,
|
|
29093
29087
|
Worm: Worm,
|
|
29088
|
+
WrapText: TextWrap,
|
|
29094
29089
|
Wrench: Wrench,
|
|
29095
|
-
XLineTop: XLineTop,
|
|
29096
29090
|
X: X,
|
|
29091
|
+
XCircle: CircleX,
|
|
29092
|
+
XLineTop: XLineTop,
|
|
29093
|
+
XOctagon: OctagonX,
|
|
29094
|
+
XSquare: SquareX,
|
|
29097
29095
|
Youtube: Youtube,
|
|
29098
|
-
ZapOff: ZapOff,
|
|
29099
29096
|
Zap: Zap,
|
|
29097
|
+
ZapOff: ZapOff,
|
|
29100
29098
|
ZodiacAquarius: ZodiacAquarius,
|
|
29101
29099
|
ZodiacAries: ZodiacAries,
|
|
29102
29100
|
ZodiacCancer: ZodiacCancer,
|
|
29103
29101
|
ZodiacCapricorn: ZodiacCapricorn,
|
|
29104
|
-
ZodiacLeo: ZodiacLeo,
|
|
29105
29102
|
ZodiacGemini: ZodiacGemini,
|
|
29103
|
+
ZodiacLeo: ZodiacLeo,
|
|
29106
29104
|
ZodiacLibra: ZodiacLibra,
|
|
29107
29105
|
ZodiacOphiuchus: ZodiacOphiuchus,
|
|
29108
29106
|
ZodiacPisces: ZodiacPisces,
|
|
@@ -29185,11 +29183,9 @@ const DiwaIcon = class {
|
|
|
29185
29183
|
render() {
|
|
29186
29184
|
var _a;
|
|
29187
29185
|
const isDecorative = !this.label;
|
|
29188
|
-
return (index.h(index.Host, { key: '
|
|
29186
|
+
return (index.h(index.Host, { key: 'f694b586097118942daed75ed19702f07d6db71a', "data-theme": this.theme }, index.h("style", { key: '95991c134ed30c1484fc235a1ece49c573e13415', innerHTML: getComponentCss() }), index.h("svg", { key: 'f2ecd79bd8458fce14cfa00f4d0a6b184b5fd98d', ref: (el) => (this.svgEl = el), xmlns: "http://www.w3.org/2000/svg", width: this.size, height: this.size, viewBox: "0 0 24 24", fill: "none", stroke: this.color, "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": isDecorative ? 'true' : undefined, role: isDecorative ? undefined : 'img', "aria-label": (_a = this.label) !== null && _a !== void 0 ? _a : undefined })));
|
|
29189
29187
|
}
|
|
29190
29188
|
get host() { return index.getElement(this); }
|
|
29191
29189
|
};
|
|
29192
29190
|
|
|
29193
29191
|
exports.diwa_icon = DiwaIcon;
|
|
29194
|
-
|
|
29195
|
-
//# sourceMappingURL=diwa-icon.cjs.entry.js.map
|