foucui 1.0.1 → 2.0.0
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/README.md +8 -8
- package/README.publish.md +19 -0
- package/dist/components/{QiuAnchor → FouAnchor}/context.d.ts +4 -4
- package/dist/components/{QiuBadge → FouBadge}/composables/useTableHostHeight.d.ts +1 -1
- package/dist/components/FouBadge/index.d.ts +18 -0
- package/dist/components/{QiuBadge → FouBadge}/shared/BadgeTemplateRenderer.vue.d.ts +1 -1
- package/dist/components/{QiuBadge → FouBadge}/shared/badgeTemplate.d.ts +1 -1
- package/dist/components/{QiuButton → FouButton}/index.vue.d.ts +4 -4
- package/dist/components/{QiuCanvasKit/QiuCanvasEditor.vue.d.ts → FouCanvasKit/FouCanvasEditor.vue.d.ts} +4 -2
- package/dist/components/{QiuCanvasKit → FouCanvasKit}/components/DataModulesPanel.vue.d.ts +1 -0
- package/dist/components/{QiuCanvasKit → FouCanvasKit}/index.d.ts +4 -4
- package/dist/components/{QiuCanvasKit → FouCanvasKit}/types.d.ts +1 -1
- package/dist/components/{QiuCarousel → FouCarousel}/context.d.ts +4 -4
- package/dist/components/{QiuCascader → FouCascader}/types.d.ts +7 -7
- package/dist/components/{QiuCheckbox → FouCheckbox}/types.d.ts +1 -1
- package/dist/components/{QiuCollapse → FouCollapse}/context.d.ts +2 -2
- package/dist/components/{QiuDescriptions → FouDescriptions}/context.d.ts +4 -4
- package/dist/components/{QiuDropdown → FouDropdown}/context.d.ts +2 -2
- package/dist/components/{QiuForm → FouForm}/types.d.ts +10 -10
- package/dist/components/FouLoading/index.d.ts +26 -0
- package/dist/components/{QiuLoading → FouLoading}/spinner.vue.d.ts +3 -3
- package/dist/components/{QiuLoading → FouLoading}/types.d.ts +2 -2
- package/dist/components/{QiuMenu → FouMenu}/context.d.ts +2 -2
- package/dist/components/{QiuMenuNav → FouMenuNav}/context.d.ts +2 -2
- package/dist/components/{QiuMsg/QiuMsgItem.vue.d.ts → FouMsg/FouMsgItem.vue.d.ts} +3 -3
- package/dist/components/FouMsg/index.d.ts +30 -0
- package/dist/components/{QiuMsg → FouMsg}/types.d.ts +5 -5
- package/dist/components/{QiuMsgBox → FouMsgBox}/index.d.ts +3 -3
- package/dist/components/{QiuNotification/QiuNotificationItem.vue.d.ts → FouNotification/FouNotificationItem.vue.d.ts} +3 -3
- package/dist/components/FouNotification/index.d.ts +30 -0
- package/dist/components/FouNotification/types.d.ts +12 -0
- package/dist/components/{QiuRadio → FouRadio}/types.d.ts +1 -1
- package/dist/components/FouRow/types.d.ts +4 -0
- package/dist/components/{QiuSelect → FouSelect}/index.vue.d.ts +3 -3
- package/dist/components/{QiuSelect → FouSelect}/types.d.ts +3 -3
- package/dist/components/{QiuStep → FouStep}/index.vue.d.ts +1 -1
- package/dist/components/{QiuSteps → FouSteps}/context.d.ts +5 -5
- package/dist/components/{QiuTabBar → FouTabBar}/index.vue.d.ts +3 -3
- package/dist/components/{QiuTabBar → FouTabBar}/types.d.ts +5 -5
- package/dist/components/{QiuTable → FouTable}/export.d.ts +5 -5
- package/dist/components/FouTable/index.d.ts +3 -0
- package/dist/components/{QiuTable → FouTable}/index.vue.d.ts +60 -60
- package/dist/components/FouTable/registry.d.ts +39 -0
- package/dist/components/{QiuTable → FouTable}/types.d.ts +60 -60
- package/dist/components/{QiuTable → FouTable}/useArea.d.ts +10 -10
- package/dist/components/{QiuTable → FouTable}/useColumns.d.ts +5 -5
- package/dist/components/FouTable/useEdit.d.ts +36 -0
- package/dist/components/{QiuTable → FouTable}/useHistory.d.ts +5 -5
- package/dist/components/{QiuTable → FouTable}/useMerge.d.ts +6 -6
- package/dist/components/{QiuTable → FouTable}/useScrollSync.d.ts +1 -1
- package/dist/components/{QiuTable → FouTable}/utils.d.ts +17 -17
- package/dist/components/FouTree/types.d.ts +13 -0
- package/dist/components/{QiuUpload → FouUpload}/index.vue.d.ts +17 -17
- package/dist/foucui.css +1 -1
- package/dist/foucui.js +10749 -10646
- package/dist/foucui.umd.cjs +40 -40
- package/dist/index.d.ts +43 -43
- package/dist/src/bridge/@/config/index.d.ts +1 -1
- package/dist/src/bridge/@fou/plugins/shortcuts.d.ts +2 -0
- package/package.json +27 -15
- package/components/QiuAffix/index.vue +0 -186
- package/components/QiuAlert/index.vue +0 -208
- package/components/QiuAnchor/context.ts +0 -18
- package/components/QiuAnchor/index.vue +0 -180
- package/components/QiuAnchorLink/index.vue +0 -67
- package/components/QiuApp/index.vue +0 -9
- package/components/QiuAutocomplete/index.vue +0 -408
- package/components/QiuAvatar/index.vue +0 -140
- package/components/QiuBacktop/index.vue +0 -121
- package/components/QiuBadge/api/index.ts +0 -389
- package/components/QiuBadge/components/BadgeImagePickerDialog.vue +0 -243
- package/components/QiuBadge/components/BadgeLibraryManagerDialog.vue +0 -30
- package/components/QiuBadge/components/BadgeLibraryPanel.vue +0 -182
- package/components/QiuBadge/composables/useTableHostHeight.ts +0 -53
- package/components/QiuBadge/index.ts +0 -18
- package/components/QiuBadge/shared/BadgeTemplateRenderer.vue +0 -32
- package/components/QiuBadge/shared/assetUrl.ts +0 -26
- package/components/QiuBadge/shared/badgeTemplate.ts +0 -309
- package/components/QiuBadge/utils/chinaAreaData.ts +0 -44
- package/components/QiuBadge/utils/hostRegion.ts +0 -22
- package/components/QiuBadge/utils/pca-code.json +0 -1
- package/components/QiuBadge/utils/pdfFromElement.ts +0 -348
- package/components/QiuBadge/views/BadgeLibraryView.vue +0 -32
- package/components/QiuBadge/views/BadgeManageView.vue +0 -1364
- package/components/QiuBadge/views/BadgeTemplateEditorView.vue +0 -10
- package/components/QiuBadge/views/BadgeTemplateListView.vue +0 -229
- package/components/QiuBadge/views/DeskLabelTemplateListView.vue +0 -227
- package/components/QiuBadge/views/DeskLabelView.vue +0 -683
- package/components/QiuBadgeDot/index.vue +0 -87
- package/components/QiuButton/index.vue +0 -247
- package/components/QiuButtonGroup/index.vue +0 -63
- package/components/QiuCanvasKit/QiuCanvasEditor.vue +0 -5503
- package/components/QiuCanvasKit/QiuCanvasRenderer.vue +0 -348
- package/components/QiuCanvasKit/assetUrl.ts +0 -11
- package/components/QiuCanvasKit/components/DataModulesPanel.vue +0 -352
- package/components/QiuCanvasKit/export/html.ts +0 -132
- package/components/QiuCanvasKit/export/pdf.ts +0 -48
- package/components/QiuCanvasKit/export/png.ts +0 -50
- package/components/QiuCanvasKit/index.ts +0 -20
- package/components/QiuCanvasKit/modules/badgeCompat.ts +0 -84
- package/components/QiuCanvasKit/modules/dataRegistry.ts +0 -207
- package/components/QiuCanvasKit/modules/merge.ts +0 -71
- package/components/QiuCanvasKit/presets/badge.ts +0 -67
- package/components/QiuCanvasKit/presets/banner.ts +0 -79
- package/components/QiuCanvasKit/types.ts +0 -138
- package/components/QiuCard/index.vue +0 -104
- package/components/QiuCarousel/context.ts +0 -16
- package/components/QiuCarousel/index.vue +0 -343
- package/components/QiuCarouselItem/index.vue +0 -47
- package/components/QiuCascader/index.vue +0 -879
- package/components/QiuCascader/types.ts +0 -48
- package/components/QiuCheckbox/QiuCheckboxGroup.vue +0 -78
- package/components/QiuCheckbox/index.vue +0 -231
- package/components/QiuCheckbox/types.ts +0 -8
- package/components/QiuCode/index.vue +0 -64
- package/components/QiuCol/col.scss +0 -55
- package/components/QiuCol/index.vue +0 -64
- package/components/QiuCollapse/context.ts +0 -10
- package/components/QiuCollapse/index.vue +0 -70
- package/components/QiuCollapseItem/index.vue +0 -167
- package/components/QiuColorField/index.vue +0 -296
- package/components/QiuColorPicker/README.md +0 -118
- package/components/QiuColorPicker/index.vue +0 -60
- package/components/QiuColorfulCard/index.vue +0 -101
- package/components/QiuCombobox/index.vue +0 -277
- package/components/QiuConfigProvider/index.vue +0 -31
- package/components/QiuContextMenu/index.vue +0 -209
- package/components/QiuDate/index.vue +0 -1134
- package/components/QiuDescriptions/context.ts +0 -20
- package/components/QiuDescriptions/index.vue +0 -115
- package/components/QiuDescriptionsItem/index.vue +0 -103
- package/components/QiuDialog/index.vue +0 -828
- package/components/QiuDigitalCard/index.vue +0 -159
- package/components/QiuDivider/index.vue +0 -185
- package/components/QiuDot/index.vue +0 -83
- package/components/QiuDrawer/index.vue +0 -350
- package/components/QiuDropdown/QiuDropdownItem.vue +0 -74
- package/components/QiuDropdown/QiuDropdownMenu.vue +0 -22
- package/components/QiuDropdown/context.ts +0 -9
- package/components/QiuDropdown/index.vue +0 -189
- package/components/QiuEmpty/index.vue +0 -73
- package/components/QiuForm/index.vue +0 -172
- package/components/QiuForm/types.ts +0 -39
- package/components/QiuFormItem/index.vue +0 -276
- package/components/QiuFullscreen/index.vue +0 -11
- package/components/QiuGrid/index.vue +0 -408
- package/components/QiuHoverCard/index.vue +0 -192
- package/components/QiuIcon/index.vue +0 -117
- package/components/QiuIconPicker/iconify.libraries.ts +0 -182
- package/components/QiuIconPicker/icons.catalog.ts +0 -3072
- package/components/QiuIconPicker/index.vue +0 -488
- package/components/QiuImage/index.vue +0 -177
- package/components/QiuInput/index.vue +0 -328
- package/components/QiuInputNumber/index.vue +0 -295
- package/components/QiuInputOtp/index.vue +0 -190
- package/components/QiuKbd/index.vue +0 -57
- package/components/QiuLayoutContainer/index.vue +0 -50
- package/components/QiuLinkPreview/index.vue +0 -224
- package/components/QiuLoading/index.ts +0 -176
- package/components/QiuLoading/spinner.vue +0 -820
- package/components/QiuLoading/types.ts +0 -44
- package/components/QiuMention/index.vue +0 -299
- package/components/QiuMenu/QiuMenuRoot.vue +0 -241
- package/components/QiuMenu/components/QiuMenuItem.vue +0 -340
- package/components/QiuMenu/components/QiuSubMenu.vue +0 -504
- package/components/QiuMenu/context.ts +0 -21
- package/components/QiuMenu/index.vue +0 -43
- package/components/QiuMenuNav/QiuMenuNavItem.vue +0 -100
- package/components/QiuMenuNav/QiuMenuNavSub.vue +0 -120
- package/components/QiuMenuNav/context.ts +0 -14
- package/components/QiuMenuNav/index.vue +0 -148
- package/components/QiuMsg/QiuMsgItem.vue +0 -180
- package/components/QiuMsg/index.ts +0 -158
- package/components/QiuMsg/types.ts +0 -23
- package/components/QiuMsgBox/index.ts +0 -147
- package/components/QiuNotification/QiuNotificationItem.vue +0 -168
- package/components/QiuNotification/index.ts +0 -155
- package/components/QiuNotification/types.ts +0 -14
- package/components/QiuPage/index.vue +0 -12
- package/components/QiuPageHeader/index.vue +0 -115
- package/components/QiuPageMain/index.vue +0 -78
- package/components/QiuPagination/index.vue +0 -421
- package/components/QiuPasswordStrength/index.vue +0 -101
- package/components/QiuPopconfirm/index.vue +0 -196
- package/components/QiuPopover/index.vue +0 -277
- package/components/QiuProgress/index.vue +0 -235
- package/components/QiuQrcode/index.vue +0 -302
- package/components/QiuQueryForm/components/QiuQueryFormBottomPanel.vue +0 -13
- package/components/QiuQueryForm/components/QiuQueryFormLeftPanel.vue +0 -37
- package/components/QiuQueryForm/components/QiuQueryFormRightPanel.vue +0 -37
- package/components/QiuQueryForm/components/QiuQueryFormTopPanel.vue +0 -13
- package/components/QiuQueryForm/index.vue +0 -117
- package/components/QiuRadio/QiuRadioGroup.vue +0 -75
- package/components/QiuRadio/index.vue +0 -191
- package/components/QiuRadio/types.ts +0 -9
- package/components/QiuRate/index.vue +0 -184
- package/components/QiuRefresh/index.vue +0 -32
- package/components/QiuResult/index.vue +0 -103
- package/components/QiuRow/index.vue +0 -60
- package/components/QiuRow/types.ts +0 -5
- package/components/QiuScrollbar/index.vue +0 -107
- package/components/QiuSearchBar/index.vue +0 -154
- package/components/QiuSegmented/index.vue +0 -120
- package/components/QiuSelect/QiuOption.vue +0 -93
- package/components/QiuSelect/index.vue +0 -452
- package/components/QiuSelect/types.ts +0 -15
- package/components/QiuSkeleton/index.vue +0 -78
- package/components/QiuSlider/index.vue +0 -266
- package/components/QiuSpace/index.vue +0 -95
- package/components/QiuSparkline/index.vue +0 -92
- package/components/QiuStatistic/index.vue +0 -4
- package/components/QiuStatistics/index.vue +0 -123
- package/components/QiuStep/index.vue +0 -220
- package/components/QiuSteps/context.ts +0 -25
- package/components/QiuSteps/index.vue +0 -84
- package/components/QiuSwitch/index.vue +0 -145
- package/components/QiuTabBar/index.vue +0 -218
- package/components/QiuTabBar/types.ts +0 -19
- package/components/QiuTabPane/index.vue +0 -82
- package/components/QiuTable/columns.ts +0 -16
- package/components/QiuTable/export.ts +0 -102
- package/components/QiuTable/index.ts +0 -24
- package/components/QiuTable/index.vue +0 -3503
- package/components/QiuTable/registry.ts +0 -75
- package/components/QiuTable/styles/table.scss +0 -1230
- package/components/QiuTable/types.ts +0 -413
- package/components/QiuTable/useArea.ts +0 -202
- package/components/QiuTable/useColumns.ts +0 -325
- package/components/QiuTable/useEdit.ts +0 -136
- package/components/QiuTable/useExtras.ts +0 -115
- package/components/QiuTable/useHistory.ts +0 -77
- package/components/QiuTable/useMerge.ts +0 -105
- package/components/QiuTable/useResize.ts +0 -86
- package/components/QiuTable/useScrollSync.ts +0 -152
- package/components/QiuTable/useVirtual.ts +0 -97
- package/components/QiuTable/utils.ts +0 -165
- package/components/QiuTableColumn/index.vue +0 -101
- package/components/QiuTag/index.vue +0 -143
- package/components/QiuText/index.vue +0 -99
- package/components/QiuTime/index.vue +0 -548
- package/components/QiuTimeAgo/index.vue +0 -103
- package/components/QiuTimeline/index.vue +0 -54
- package/components/QiuTimelineItem/index.vue +0 -140
- package/components/QiuTips/index.vue +0 -323
- package/components/QiuTooltip/index.vue +0 -237
- package/components/QiuTransfer/index.vue +0 -277
- package/components/QiuTree/QiuTreeNode.vue +0 -146
- package/components/QiuTree/index.vue +0 -143
- package/components/QiuTree/types.ts +0 -30
- package/components/QiuTreeSelect/index.vue +0 -259
- package/components/QiuTrend/index.vue +0 -92
- package/components/QiuUpload/index.vue +0 -628
- package/components/QiuUploadCrop/index.vue +0 -1267
- package/components/QiuWatermark/index.vue +0 -121
- package/components/useBodyScrollLock.ts +0 -28
- package/dist/components/QiuBadge/index.d.ts +0 -18
- package/dist/components/QiuBadge/utils/pca-code.json.d.ts +0 -3
- package/dist/components/QiuLoading/index.d.ts +0 -26
- package/dist/components/QiuMsg/index.d.ts +0 -30
- package/dist/components/QiuNotification/index.d.ts +0 -30
- package/dist/components/QiuNotification/types.d.ts +0 -12
- package/dist/components/QiuRow/types.d.ts +0 -4
- package/dist/components/QiuTable/index.d.ts +0 -3
- package/dist/components/QiuTable/registry.d.ts +0 -39
- package/dist/components/QiuTable/useEdit.d.ts +0 -36
- package/dist/components/QiuTree/types.d.ts +0 -13
- package/dist/src/bridge/@qiu/plugins/shortcuts.d.ts +0 -2
- package/plugins/qiu.ts +0 -83
- package/plugins/shortcuts.ts +0 -69
- package/src/bridge/@/api/media.ts +0 -8
- package/src/bridge/@/api/notice.ts +0 -5
- package/src/bridge/@/config/index.ts +0 -38
- package/src/bridge/@/config/media.config.ts +0 -37
- package/src/bridge/@/config/security.config.ts +0 -8
- package/src/bridge/@/i18n/index.ts +0 -6
- package/src/bridge/@/store/modules/bing.ts +0 -9
- package/src/bridge/@/store/modules/errorLog.ts +0 -9
- package/src/bridge/@/store/modules/media.ts +0 -10
- package/src/bridge/@/store/modules/routes.ts +0 -10
- package/src/bridge/@/store/modules/settings.ts +0 -9
- package/src/bridge/@/store/modules/tabs.ts +0 -9
- package/src/bridge/@/store/modules/user.ts +0 -9
- package/src/bridge/@/utils/convertToCamelCase.ts +0 -11
- package/src/bridge/@/utils/index.ts +0 -9
- package/src/bridge/@/utils/pageTitle.ts +0 -4
- package/src/bridge/@/utils/routes.ts +0 -14
- package/src/bridge/@/utils/validate.ts +0 -17
- package/src/bridge/@qiu/plugins/shortcuts.ts +0 -3
- package/src/i18n.ts +0 -8
- package/src/icons/qiu-logo.svg +0 -1
- package/styles/dark.scss +0 -194
- package/styles/normalize.css +0 -349
- package/styles/plain.scss +0 -423
- package/styles/qiu-tokens.scss +0 -40
- package/styles/qiu.scss +0 -1149
- package/styles/technology.scss +0 -452
- package/styles/var.scss +0 -382
- package/styles/variables.scss +0 -77
- /package/dist/components/{QiuAnchorLink → FouAnchorLink}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/api/index.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/components/BadgeImagePickerDialog.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/components/BadgeLibraryManagerDialog.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/components/BadgeLibraryPanel.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/shared/assetUrl.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/utils/chinaAreaData.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/utils/hostRegion.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/utils/pdfFromElement.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/BadgeLibraryView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/BadgeManageView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/BadgeTemplateListView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/DeskLabelTemplateListView.vue.d.ts +0 -0
- /package/dist/components/{QiuBadge → FouBadge}/views/DeskLabelView.vue.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit/QiuCanvasRenderer.vue.d.ts → FouCanvasKit/FouCanvasRenderer.vue.d.ts} +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/assetUrl.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/export/html.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/export/pdf.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/export/png.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/modules/badgeCompat.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/modules/dataRegistry.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/modules/merge.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/presets/badge.d.ts +0 -0
- /package/dist/components/{QiuCanvasKit → FouCanvasKit}/presets/banner.d.ts +0 -0
- /package/dist/components/{QiuCarouselItem → FouCarouselItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCheckbox/QiuCheckboxGroup.vue.d.ts → FouCheckbox/FouCheckboxGroup.vue.d.ts} +0 -0
- /package/dist/components/{QiuCheckbox → FouCheckbox}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCode → FouCode}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCollapseItem → FouCollapseItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuColorField → FouColorField}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuColorPicker → FouColorPicker}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuCombobox → FouCombobox}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuContextMenu → FouContextMenu}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuDescriptionsItem → FouDescriptionsItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuDigitalCard → FouDigitalCard}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuDropdown/QiuDropdownItem.vue.d.ts → FouDropdown/FouDropdownItem.vue.d.ts} +0 -0
- /package/dist/components/{QiuDropdown/QiuDropdownMenu.vue.d.ts → FouDropdown/FouDropdownMenu.vue.d.ts} +0 -0
- /package/dist/components/{QiuDropdown → FouDropdown}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuHoverCard → FouHoverCard}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuIcon → FouIcon}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuIconPicker → FouIconPicker}/iconify.libraries.d.ts +0 -0
- /package/dist/components/{QiuIconPicker → FouIconPicker}/icons.catalog.d.ts +0 -0
- /package/dist/components/{QiuInput → FouInput}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuInputNumber → FouInputNumber}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuInputOtp → FouInputOtp}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuKbd → FouKbd}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuLayoutContainer → FouLayoutContainer}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuLinkPreview → FouLinkPreview}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuMention → FouMention}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuMenu/QiuMenuRoot.vue.d.ts → FouMenu/FouMenuRoot.vue.d.ts} +0 -0
- /package/dist/components/{QiuMenuNav/QiuMenuNavItem.vue.d.ts → FouMenuNav/FouMenuNavItem.vue.d.ts} +0 -0
- /package/dist/components/{QiuMenuNav/QiuMenuNavSub.vue.d.ts → FouMenuNav/FouMenuNavSub.vue.d.ts} +0 -0
- /package/dist/components/{QiuMenuNav → FouMenuNav}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuPageMain → FouPageMain}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuPagination → FouPagination}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuPasswordStrength → FouPasswordStrength}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuQrcode → FouQrcode}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuRadio/QiuRadioGroup.vue.d.ts → FouRadio/FouRadioGroup.vue.d.ts} +0 -0
- /package/dist/components/{QiuSearchBar → FouSearchBar}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuSelect/QiuOption.vue.d.ts → FouSelect/FouOption.vue.d.ts} +0 -0
- /package/dist/components/{QiuSparkline → FouSparkline}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuSwitch → FouSwitch}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTabPane → FouTabPane}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/columns.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/useExtras.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/useResize.d.ts +0 -0
- /package/dist/components/{QiuTable → FouTable}/useVirtual.d.ts +0 -0
- /package/dist/components/{QiuTime → FouTime}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTimeAgo → FouTimeAgo}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTimelineItem → FouTimelineItem}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTooltip → FouTooltip}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuTrend → FouTrend}/index.vue.d.ts +0 -0
- /package/dist/components/{QiuUploadCrop → FouUploadCrop}/index.vue.d.ts +0 -0
|
@@ -1,3072 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Remix Icon 全量目录(Apache-2.0,免费可商用)
|
|
3
|
-
* 由 remixicon/fonts/remixicon.glyph.json 生成,共 3058 个
|
|
4
|
-
* 重新生成: node scripts/gen-remix-catalog.mjs
|
|
5
|
-
*/
|
|
6
|
-
export const remixIconCatalog: string[] = [
|
|
7
|
-
"24-hours-fill",
|
|
8
|
-
"24-hours-line",
|
|
9
|
-
"4k-fill",
|
|
10
|
-
"4k-line",
|
|
11
|
-
"a-b",
|
|
12
|
-
"accessibility-fill",
|
|
13
|
-
"accessibility-line",
|
|
14
|
-
"account-box-2-fill",
|
|
15
|
-
"account-box-2-line",
|
|
16
|
-
"account-box-fill",
|
|
17
|
-
"account-box-line",
|
|
18
|
-
"account-circle-2-fill",
|
|
19
|
-
"account-circle-2-line",
|
|
20
|
-
"account-circle-fill",
|
|
21
|
-
"account-circle-line",
|
|
22
|
-
"account-pin-box-fill",
|
|
23
|
-
"account-pin-box-line",
|
|
24
|
-
"account-pin-circle-fill",
|
|
25
|
-
"account-pin-circle-line",
|
|
26
|
-
"add-box-fill",
|
|
27
|
-
"add-box-line",
|
|
28
|
-
"add-circle-fill",
|
|
29
|
-
"add-circle-line",
|
|
30
|
-
"add-fill",
|
|
31
|
-
"add-large-fill",
|
|
32
|
-
"add-large-line",
|
|
33
|
-
"add-line",
|
|
34
|
-
"admin-fill",
|
|
35
|
-
"admin-line",
|
|
36
|
-
"advertisement-fill",
|
|
37
|
-
"advertisement-line",
|
|
38
|
-
"aed-electrodes-fill",
|
|
39
|
-
"aed-electrodes-line",
|
|
40
|
-
"aed-fill",
|
|
41
|
-
"aed-line",
|
|
42
|
-
"ai-generate",
|
|
43
|
-
"ai-generate-2",
|
|
44
|
-
"ai-generate-text",
|
|
45
|
-
"airplay-fill",
|
|
46
|
-
"airplay-line",
|
|
47
|
-
"alarm-add-fill",
|
|
48
|
-
"alarm-add-line",
|
|
49
|
-
"alarm-fill",
|
|
50
|
-
"alarm-line",
|
|
51
|
-
"alarm-snooze-fill",
|
|
52
|
-
"alarm-snooze-line",
|
|
53
|
-
"alarm-warning-fill",
|
|
54
|
-
"alarm-warning-line",
|
|
55
|
-
"album-fill",
|
|
56
|
-
"album-line",
|
|
57
|
-
"alert-fill",
|
|
58
|
-
"alert-line",
|
|
59
|
-
"alibaba-cloud-fill",
|
|
60
|
-
"alibaba-cloud-line",
|
|
61
|
-
"aliens-fill",
|
|
62
|
-
"aliens-line",
|
|
63
|
-
"align-bottom",
|
|
64
|
-
"align-center",
|
|
65
|
-
"align-item-bottom-fill",
|
|
66
|
-
"align-item-bottom-line",
|
|
67
|
-
"align-item-horizontal-center-fill",
|
|
68
|
-
"align-item-horizontal-center-line",
|
|
69
|
-
"align-item-left-fill",
|
|
70
|
-
"align-item-left-line",
|
|
71
|
-
"align-item-right-fill",
|
|
72
|
-
"align-item-right-line",
|
|
73
|
-
"align-item-top-fill",
|
|
74
|
-
"align-item-top-line",
|
|
75
|
-
"align-item-vertical-center-fill",
|
|
76
|
-
"align-item-vertical-center-line",
|
|
77
|
-
"align-justify",
|
|
78
|
-
"align-left",
|
|
79
|
-
"align-right",
|
|
80
|
-
"align-top",
|
|
81
|
-
"align-vertically",
|
|
82
|
-
"alipay-fill",
|
|
83
|
-
"alipay-line",
|
|
84
|
-
"amazon-fill",
|
|
85
|
-
"amazon-line",
|
|
86
|
-
"anchor-fill",
|
|
87
|
-
"anchor-line",
|
|
88
|
-
"ancient-gate-fill",
|
|
89
|
-
"ancient-gate-line",
|
|
90
|
-
"ancient-pavilion-fill",
|
|
91
|
-
"ancient-pavilion-line",
|
|
92
|
-
"android-fill",
|
|
93
|
-
"android-line",
|
|
94
|
-
"angularjs-fill",
|
|
95
|
-
"angularjs-line",
|
|
96
|
-
"anthropic-fill",
|
|
97
|
-
"anthropic-line",
|
|
98
|
-
"anticlockwise-2-fill",
|
|
99
|
-
"anticlockwise-2-line",
|
|
100
|
-
"anticlockwise-fill",
|
|
101
|
-
"anticlockwise-line",
|
|
102
|
-
"app-store-fill",
|
|
103
|
-
"app-store-line",
|
|
104
|
-
"apple-fill",
|
|
105
|
-
"apple-line",
|
|
106
|
-
"apps-2-add-fill",
|
|
107
|
-
"apps-2-add-line",
|
|
108
|
-
"apps-2-ai-fill",
|
|
109
|
-
"apps-2-ai-line",
|
|
110
|
-
"apps-2-fill",
|
|
111
|
-
"apps-2-line",
|
|
112
|
-
"apps-fill",
|
|
113
|
-
"apps-line",
|
|
114
|
-
"archive-2-fill",
|
|
115
|
-
"archive-2-line",
|
|
116
|
-
"archive-drawer-fill",
|
|
117
|
-
"archive-drawer-line",
|
|
118
|
-
"archive-fill",
|
|
119
|
-
"archive-line",
|
|
120
|
-
"archive-stack-fill",
|
|
121
|
-
"archive-stack-line",
|
|
122
|
-
"armchair-fill",
|
|
123
|
-
"armchair-line",
|
|
124
|
-
"arrow-down-box-fill",
|
|
125
|
-
"arrow-down-box-line",
|
|
126
|
-
"arrow-down-circle-fill",
|
|
127
|
-
"arrow-down-circle-line",
|
|
128
|
-
"arrow-down-double-fill",
|
|
129
|
-
"arrow-down-double-line",
|
|
130
|
-
"arrow-down-fill",
|
|
131
|
-
"arrow-down-line",
|
|
132
|
-
"arrow-down-long-fill",
|
|
133
|
-
"arrow-down-long-line",
|
|
134
|
-
"arrow-down-s-fill",
|
|
135
|
-
"arrow-down-s-line",
|
|
136
|
-
"arrow-down-wide-fill",
|
|
137
|
-
"arrow-down-wide-line",
|
|
138
|
-
"arrow-drop-down-fill",
|
|
139
|
-
"arrow-drop-down-line",
|
|
140
|
-
"arrow-drop-left-fill",
|
|
141
|
-
"arrow-drop-left-line",
|
|
142
|
-
"arrow-drop-right-fill",
|
|
143
|
-
"arrow-drop-right-line",
|
|
144
|
-
"arrow-drop-up-fill",
|
|
145
|
-
"arrow-drop-up-line",
|
|
146
|
-
"arrow-go-back-fill",
|
|
147
|
-
"arrow-go-back-line",
|
|
148
|
-
"arrow-go-forward-fill",
|
|
149
|
-
"arrow-go-forward-line",
|
|
150
|
-
"arrow-left-box-fill",
|
|
151
|
-
"arrow-left-box-line",
|
|
152
|
-
"arrow-left-circle-fill",
|
|
153
|
-
"arrow-left-circle-line",
|
|
154
|
-
"arrow-left-double-fill",
|
|
155
|
-
"arrow-left-double-line",
|
|
156
|
-
"arrow-left-down-box-fill",
|
|
157
|
-
"arrow-left-down-box-line",
|
|
158
|
-
"arrow-left-down-fill",
|
|
159
|
-
"arrow-left-down-line",
|
|
160
|
-
"arrow-left-down-long-fill",
|
|
161
|
-
"arrow-left-down-long-line",
|
|
162
|
-
"arrow-left-fill",
|
|
163
|
-
"arrow-left-line",
|
|
164
|
-
"arrow-left-long-fill",
|
|
165
|
-
"arrow-left-long-line",
|
|
166
|
-
"arrow-left-right-fill",
|
|
167
|
-
"arrow-left-right-line",
|
|
168
|
-
"arrow-left-s-fill",
|
|
169
|
-
"arrow-left-s-line",
|
|
170
|
-
"arrow-left-up-box-fill",
|
|
171
|
-
"arrow-left-up-box-line",
|
|
172
|
-
"arrow-left-up-fill",
|
|
173
|
-
"arrow-left-up-line",
|
|
174
|
-
"arrow-left-up-long-fill",
|
|
175
|
-
"arrow-left-up-long-line",
|
|
176
|
-
"arrow-left-wide-fill",
|
|
177
|
-
"arrow-left-wide-line",
|
|
178
|
-
"arrow-right-box-fill",
|
|
179
|
-
"arrow-right-box-line",
|
|
180
|
-
"arrow-right-circle-fill",
|
|
181
|
-
"arrow-right-circle-line",
|
|
182
|
-
"arrow-right-double-fill",
|
|
183
|
-
"arrow-right-double-line",
|
|
184
|
-
"arrow-right-down-box-fill",
|
|
185
|
-
"arrow-right-down-box-line",
|
|
186
|
-
"arrow-right-down-fill",
|
|
187
|
-
"arrow-right-down-line",
|
|
188
|
-
"arrow-right-down-long-fill",
|
|
189
|
-
"arrow-right-down-long-line",
|
|
190
|
-
"arrow-right-fill",
|
|
191
|
-
"arrow-right-line",
|
|
192
|
-
"arrow-right-long-fill",
|
|
193
|
-
"arrow-right-long-line",
|
|
194
|
-
"arrow-right-s-fill",
|
|
195
|
-
"arrow-right-s-line",
|
|
196
|
-
"arrow-right-up-box-fill",
|
|
197
|
-
"arrow-right-up-box-line",
|
|
198
|
-
"arrow-right-up-fill",
|
|
199
|
-
"arrow-right-up-line",
|
|
200
|
-
"arrow-right-up-long-fill",
|
|
201
|
-
"arrow-right-up-long-line",
|
|
202
|
-
"arrow-right-wide-fill",
|
|
203
|
-
"arrow-right-wide-line",
|
|
204
|
-
"arrow-turn-back-fill",
|
|
205
|
-
"arrow-turn-back-line",
|
|
206
|
-
"arrow-turn-forward-fill",
|
|
207
|
-
"arrow-turn-forward-line",
|
|
208
|
-
"arrow-up-box-fill",
|
|
209
|
-
"arrow-up-box-line",
|
|
210
|
-
"arrow-up-circle-fill",
|
|
211
|
-
"arrow-up-circle-line",
|
|
212
|
-
"arrow-up-double-fill",
|
|
213
|
-
"arrow-up-double-line",
|
|
214
|
-
"arrow-up-down-fill",
|
|
215
|
-
"arrow-up-down-line",
|
|
216
|
-
"arrow-up-fill",
|
|
217
|
-
"arrow-up-line",
|
|
218
|
-
"arrow-up-long-fill",
|
|
219
|
-
"arrow-up-long-line",
|
|
220
|
-
"arrow-up-s-fill",
|
|
221
|
-
"arrow-up-s-line",
|
|
222
|
-
"arrow-up-wide-fill",
|
|
223
|
-
"arrow-up-wide-line",
|
|
224
|
-
"artboard-2-fill",
|
|
225
|
-
"artboard-2-line",
|
|
226
|
-
"artboard-fill",
|
|
227
|
-
"artboard-line",
|
|
228
|
-
"article-fill",
|
|
229
|
-
"article-line",
|
|
230
|
-
"aspect-ratio-fill",
|
|
231
|
-
"aspect-ratio-line",
|
|
232
|
-
"asterisk",
|
|
233
|
-
"at-fill",
|
|
234
|
-
"at-line",
|
|
235
|
-
"attachment-2",
|
|
236
|
-
"attachment-fill",
|
|
237
|
-
"attachment-line",
|
|
238
|
-
"auction-fill",
|
|
239
|
-
"auction-line",
|
|
240
|
-
"award-fill",
|
|
241
|
-
"award-line",
|
|
242
|
-
"baidu-fill",
|
|
243
|
-
"baidu-line",
|
|
244
|
-
"ball-pen-fill",
|
|
245
|
-
"ball-pen-line",
|
|
246
|
-
"bank-card-2-fill",
|
|
247
|
-
"bank-card-2-line",
|
|
248
|
-
"bank-card-fill",
|
|
249
|
-
"bank-card-line",
|
|
250
|
-
"bank-fill",
|
|
251
|
-
"bank-line",
|
|
252
|
-
"bar-chart-2-fill",
|
|
253
|
-
"bar-chart-2-line",
|
|
254
|
-
"bar-chart-box-ai-fill",
|
|
255
|
-
"bar-chart-box-ai-line",
|
|
256
|
-
"bar-chart-box-fill",
|
|
257
|
-
"bar-chart-box-line",
|
|
258
|
-
"bar-chart-fill",
|
|
259
|
-
"bar-chart-grouped-fill",
|
|
260
|
-
"bar-chart-grouped-line",
|
|
261
|
-
"bar-chart-horizontal-fill",
|
|
262
|
-
"bar-chart-horizontal-line",
|
|
263
|
-
"bar-chart-line",
|
|
264
|
-
"barcode-box-fill",
|
|
265
|
-
"barcode-box-line",
|
|
266
|
-
"barcode-fill",
|
|
267
|
-
"barcode-line",
|
|
268
|
-
"bard-fill",
|
|
269
|
-
"bard-line",
|
|
270
|
-
"barricade-fill",
|
|
271
|
-
"barricade-line",
|
|
272
|
-
"base-station-fill",
|
|
273
|
-
"base-station-line",
|
|
274
|
-
"basketball-fill",
|
|
275
|
-
"basketball-line",
|
|
276
|
-
"battery-2-charge-fill",
|
|
277
|
-
"battery-2-charge-line",
|
|
278
|
-
"battery-2-fill",
|
|
279
|
-
"battery-2-line",
|
|
280
|
-
"battery-charge-fill",
|
|
281
|
-
"battery-charge-line",
|
|
282
|
-
"battery-fill",
|
|
283
|
-
"battery-line",
|
|
284
|
-
"battery-low-fill",
|
|
285
|
-
"battery-low-line",
|
|
286
|
-
"battery-saver-fill",
|
|
287
|
-
"battery-saver-line",
|
|
288
|
-
"battery-share-fill",
|
|
289
|
-
"battery-share-line",
|
|
290
|
-
"bear-smile-fill",
|
|
291
|
-
"bear-smile-line",
|
|
292
|
-
"beer-fill",
|
|
293
|
-
"beer-line",
|
|
294
|
-
"behance-fill",
|
|
295
|
-
"behance-line",
|
|
296
|
-
"bell-fill",
|
|
297
|
-
"bell-line",
|
|
298
|
-
"bike-fill",
|
|
299
|
-
"bike-line",
|
|
300
|
-
"bilibili-fill",
|
|
301
|
-
"bilibili-line",
|
|
302
|
-
"bill-fill",
|
|
303
|
-
"bill-line",
|
|
304
|
-
"billiards-fill",
|
|
305
|
-
"billiards-line",
|
|
306
|
-
"bit-coin-fill",
|
|
307
|
-
"bit-coin-line",
|
|
308
|
-
"blaze-fill",
|
|
309
|
-
"blaze-line",
|
|
310
|
-
"blender-fill",
|
|
311
|
-
"blender-line",
|
|
312
|
-
"blogger-fill",
|
|
313
|
-
"blogger-line",
|
|
314
|
-
"bluesky-fill",
|
|
315
|
-
"bluesky-line",
|
|
316
|
-
"bluetooth-connect-fill",
|
|
317
|
-
"bluetooth-connect-line",
|
|
318
|
-
"bluetooth-fill",
|
|
319
|
-
"bluetooth-line",
|
|
320
|
-
"blur-off-fill",
|
|
321
|
-
"blur-off-line",
|
|
322
|
-
"bnb-fill",
|
|
323
|
-
"bnb-line",
|
|
324
|
-
"body-scan-fill",
|
|
325
|
-
"body-scan-line",
|
|
326
|
-
"bold",
|
|
327
|
-
"book-2-fill",
|
|
328
|
-
"book-2-line",
|
|
329
|
-
"book-3-fill",
|
|
330
|
-
"book-3-line",
|
|
331
|
-
"book-fill",
|
|
332
|
-
"book-line",
|
|
333
|
-
"book-marked-fill",
|
|
334
|
-
"book-marked-line",
|
|
335
|
-
"book-open-fill",
|
|
336
|
-
"book-open-line",
|
|
337
|
-
"book-read-fill",
|
|
338
|
-
"book-read-line",
|
|
339
|
-
"book-shelf-fill",
|
|
340
|
-
"book-shelf-line",
|
|
341
|
-
"booklet-fill",
|
|
342
|
-
"booklet-line",
|
|
343
|
-
"bookmark-2-fill",
|
|
344
|
-
"bookmark-2-line",
|
|
345
|
-
"bookmark-3-fill",
|
|
346
|
-
"bookmark-3-line",
|
|
347
|
-
"bookmark-fill",
|
|
348
|
-
"bookmark-line",
|
|
349
|
-
"bootstrap-fill",
|
|
350
|
-
"bootstrap-line",
|
|
351
|
-
"bowl-fill",
|
|
352
|
-
"bowl-line",
|
|
353
|
-
"box-1-fill",
|
|
354
|
-
"box-1-line",
|
|
355
|
-
"box-2-fill",
|
|
356
|
-
"box-2-line",
|
|
357
|
-
"box-3-fill",
|
|
358
|
-
"box-3-line",
|
|
359
|
-
"boxing-fill",
|
|
360
|
-
"boxing-line",
|
|
361
|
-
"braces-fill",
|
|
362
|
-
"braces-line",
|
|
363
|
-
"brackets-fill",
|
|
364
|
-
"brackets-line",
|
|
365
|
-
"brain-2-fill",
|
|
366
|
-
"brain-2-line",
|
|
367
|
-
"brain-fill",
|
|
368
|
-
"brain-line",
|
|
369
|
-
"bread-fill",
|
|
370
|
-
"bread-line",
|
|
371
|
-
"briefcase-2-fill",
|
|
372
|
-
"briefcase-2-line",
|
|
373
|
-
"briefcase-3-fill",
|
|
374
|
-
"briefcase-3-line",
|
|
375
|
-
"briefcase-4-fill",
|
|
376
|
-
"briefcase-4-line",
|
|
377
|
-
"briefcase-5-fill",
|
|
378
|
-
"briefcase-5-line",
|
|
379
|
-
"briefcase-fill",
|
|
380
|
-
"briefcase-line",
|
|
381
|
-
"bring-forward",
|
|
382
|
-
"bring-to-front",
|
|
383
|
-
"broadcast-fill",
|
|
384
|
-
"broadcast-line",
|
|
385
|
-
"brush-2-fill",
|
|
386
|
-
"brush-2-line",
|
|
387
|
-
"brush-3-fill",
|
|
388
|
-
"brush-3-line",
|
|
389
|
-
"brush-4-fill",
|
|
390
|
-
"brush-4-line",
|
|
391
|
-
"brush-ai-fill",
|
|
392
|
-
"brush-ai-line",
|
|
393
|
-
"brush-fill",
|
|
394
|
-
"brush-line",
|
|
395
|
-
"btc-fill",
|
|
396
|
-
"btc-line",
|
|
397
|
-
"bubble-chart-fill",
|
|
398
|
-
"bubble-chart-line",
|
|
399
|
-
"bug-2-fill",
|
|
400
|
-
"bug-2-line",
|
|
401
|
-
"bug-fill",
|
|
402
|
-
"bug-line",
|
|
403
|
-
"building-2-fill",
|
|
404
|
-
"building-2-line",
|
|
405
|
-
"building-3-fill",
|
|
406
|
-
"building-3-line",
|
|
407
|
-
"building-4-fill",
|
|
408
|
-
"building-4-line",
|
|
409
|
-
"building-fill",
|
|
410
|
-
"building-line",
|
|
411
|
-
"bus-2-fill",
|
|
412
|
-
"bus-2-line",
|
|
413
|
-
"bus-fill",
|
|
414
|
-
"bus-line",
|
|
415
|
-
"bus-wifi-fill",
|
|
416
|
-
"bus-wifi-line",
|
|
417
|
-
"cactus-fill",
|
|
418
|
-
"cactus-line",
|
|
419
|
-
"cake-2-fill",
|
|
420
|
-
"cake-2-line",
|
|
421
|
-
"cake-3-fill",
|
|
422
|
-
"cake-3-line",
|
|
423
|
-
"cake-fill",
|
|
424
|
-
"cake-line",
|
|
425
|
-
"calculator-fill",
|
|
426
|
-
"calculator-line",
|
|
427
|
-
"calendar-2-fill",
|
|
428
|
-
"calendar-2-line",
|
|
429
|
-
"calendar-check-fill",
|
|
430
|
-
"calendar-check-line",
|
|
431
|
-
"calendar-close-fill",
|
|
432
|
-
"calendar-close-line",
|
|
433
|
-
"calendar-event-fill",
|
|
434
|
-
"calendar-event-line",
|
|
435
|
-
"calendar-fill",
|
|
436
|
-
"calendar-line",
|
|
437
|
-
"calendar-schedule-fill",
|
|
438
|
-
"calendar-schedule-line",
|
|
439
|
-
"calendar-todo-fill",
|
|
440
|
-
"calendar-todo-line",
|
|
441
|
-
"calendar-view",
|
|
442
|
-
"camera-2-fill",
|
|
443
|
-
"camera-2-line",
|
|
444
|
-
"camera-3-fill",
|
|
445
|
-
"camera-3-line",
|
|
446
|
-
"camera-ai-fill",
|
|
447
|
-
"camera-ai-line",
|
|
448
|
-
"camera-fill",
|
|
449
|
-
"camera-lens-ai-fill",
|
|
450
|
-
"camera-lens-ai-line",
|
|
451
|
-
"camera-lens-fill",
|
|
452
|
-
"camera-lens-line",
|
|
453
|
-
"camera-line",
|
|
454
|
-
"camera-off-fill",
|
|
455
|
-
"camera-off-line",
|
|
456
|
-
"camera-switch-fill",
|
|
457
|
-
"camera-switch-line",
|
|
458
|
-
"candle-fill",
|
|
459
|
-
"candle-line",
|
|
460
|
-
"capsule-fill",
|
|
461
|
-
"capsule-line",
|
|
462
|
-
"car-fill",
|
|
463
|
-
"car-line",
|
|
464
|
-
"car-washing-fill",
|
|
465
|
-
"car-washing-line",
|
|
466
|
-
"caravan-fill",
|
|
467
|
-
"caravan-line",
|
|
468
|
-
"carousel-view",
|
|
469
|
-
"cash-fill",
|
|
470
|
-
"cash-line",
|
|
471
|
-
"cast-fill",
|
|
472
|
-
"cast-line",
|
|
473
|
-
"cellphone-fill",
|
|
474
|
-
"cellphone-line",
|
|
475
|
-
"celsius-fill",
|
|
476
|
-
"celsius-line",
|
|
477
|
-
"centos-fill",
|
|
478
|
-
"centos-line",
|
|
479
|
-
"character-recognition-fill",
|
|
480
|
-
"character-recognition-line",
|
|
481
|
-
"charging-pile-2-fill",
|
|
482
|
-
"charging-pile-2-line",
|
|
483
|
-
"charging-pile-fill",
|
|
484
|
-
"charging-pile-line",
|
|
485
|
-
"chat-1-fill",
|
|
486
|
-
"chat-1-line",
|
|
487
|
-
"chat-2-fill",
|
|
488
|
-
"chat-2-line",
|
|
489
|
-
"chat-3-fill",
|
|
490
|
-
"chat-3-line",
|
|
491
|
-
"chat-4-fill",
|
|
492
|
-
"chat-4-line",
|
|
493
|
-
"chat-ai-fill",
|
|
494
|
-
"chat-ai-line",
|
|
495
|
-
"chat-check-fill",
|
|
496
|
-
"chat-check-line",
|
|
497
|
-
"chat-delete-fill",
|
|
498
|
-
"chat-delete-line",
|
|
499
|
-
"chat-download-fill",
|
|
500
|
-
"chat-download-line",
|
|
501
|
-
"chat-follow-up-fill",
|
|
502
|
-
"chat-follow-up-line",
|
|
503
|
-
"chat-forward-fill",
|
|
504
|
-
"chat-forward-line",
|
|
505
|
-
"chat-heart-fill",
|
|
506
|
-
"chat-heart-line",
|
|
507
|
-
"chat-history-fill",
|
|
508
|
-
"chat-history-line",
|
|
509
|
-
"chat-new-fill",
|
|
510
|
-
"chat-new-line",
|
|
511
|
-
"chat-off-fill",
|
|
512
|
-
"chat-off-line",
|
|
513
|
-
"chat-poll-fill",
|
|
514
|
-
"chat-poll-line",
|
|
515
|
-
"chat-private-fill",
|
|
516
|
-
"chat-private-line",
|
|
517
|
-
"chat-quote-fill",
|
|
518
|
-
"chat-quote-line",
|
|
519
|
-
"chat-search-fill",
|
|
520
|
-
"chat-search-line",
|
|
521
|
-
"chat-settings-fill",
|
|
522
|
-
"chat-settings-line",
|
|
523
|
-
"chat-smile-2-fill",
|
|
524
|
-
"chat-smile-2-line",
|
|
525
|
-
"chat-smile-3-fill",
|
|
526
|
-
"chat-smile-3-line",
|
|
527
|
-
"chat-smile-ai-fill",
|
|
528
|
-
"chat-smile-ai-line",
|
|
529
|
-
"chat-smile-fill",
|
|
530
|
-
"chat-smile-line",
|
|
531
|
-
"chat-thread-fill",
|
|
532
|
-
"chat-thread-line",
|
|
533
|
-
"chat-unread-fill",
|
|
534
|
-
"chat-unread-line",
|
|
535
|
-
"chat-upload-fill",
|
|
536
|
-
"chat-upload-line",
|
|
537
|
-
"chat-voice-ai-fill",
|
|
538
|
-
"chat-voice-ai-line",
|
|
539
|
-
"chat-voice-fill",
|
|
540
|
-
"chat-voice-line",
|
|
541
|
-
"check-double-fill",
|
|
542
|
-
"check-double-line",
|
|
543
|
-
"check-fill",
|
|
544
|
-
"check-line",
|
|
545
|
-
"checkbox-blank-circle-fill",
|
|
546
|
-
"checkbox-blank-circle-line",
|
|
547
|
-
"checkbox-blank-fill",
|
|
548
|
-
"checkbox-blank-line",
|
|
549
|
-
"checkbox-circle-fill",
|
|
550
|
-
"checkbox-circle-line",
|
|
551
|
-
"checkbox-fill",
|
|
552
|
-
"checkbox-indeterminate-fill",
|
|
553
|
-
"checkbox-indeterminate-line",
|
|
554
|
-
"checkbox-line",
|
|
555
|
-
"checkbox-multiple-blank-fill",
|
|
556
|
-
"checkbox-multiple-blank-line",
|
|
557
|
-
"checkbox-multiple-fill",
|
|
558
|
-
"checkbox-multiple-line",
|
|
559
|
-
"chess-fill",
|
|
560
|
-
"chess-line",
|
|
561
|
-
"china-railway-fill",
|
|
562
|
-
"china-railway-line",
|
|
563
|
-
"chrome-fill",
|
|
564
|
-
"chrome-line",
|
|
565
|
-
"circle-fill",
|
|
566
|
-
"circle-line",
|
|
567
|
-
"clapperboard-ai-fill",
|
|
568
|
-
"clapperboard-ai-line",
|
|
569
|
-
"clapperboard-fill",
|
|
570
|
-
"clapperboard-line",
|
|
571
|
-
"claude-fill",
|
|
572
|
-
"claude-line",
|
|
573
|
-
"clipboard-fill",
|
|
574
|
-
"clipboard-line",
|
|
575
|
-
"clockwise-2-fill",
|
|
576
|
-
"clockwise-2-line",
|
|
577
|
-
"clockwise-fill",
|
|
578
|
-
"clockwise-line",
|
|
579
|
-
"close-circle-fill",
|
|
580
|
-
"close-circle-line",
|
|
581
|
-
"close-fill",
|
|
582
|
-
"close-large-fill",
|
|
583
|
-
"close-large-line",
|
|
584
|
-
"close-line",
|
|
585
|
-
"closed-captioning-ai-fill",
|
|
586
|
-
"closed-captioning-ai-line",
|
|
587
|
-
"closed-captioning-fill",
|
|
588
|
-
"closed-captioning-line",
|
|
589
|
-
"cloud-fill",
|
|
590
|
-
"cloud-line",
|
|
591
|
-
"cloud-off-fill",
|
|
592
|
-
"cloud-off-line",
|
|
593
|
-
"cloud-windy-fill",
|
|
594
|
-
"cloud-windy-line",
|
|
595
|
-
"cloudy-2-fill",
|
|
596
|
-
"cloudy-2-line",
|
|
597
|
-
"cloudy-fill",
|
|
598
|
-
"cloudy-line",
|
|
599
|
-
"code-ai-fill",
|
|
600
|
-
"code-ai-line",
|
|
601
|
-
"code-block",
|
|
602
|
-
"code-box-fill",
|
|
603
|
-
"code-box-line",
|
|
604
|
-
"code-fill",
|
|
605
|
-
"code-line",
|
|
606
|
-
"code-s-fill",
|
|
607
|
-
"code-s-line",
|
|
608
|
-
"code-s-slash-fill",
|
|
609
|
-
"code-s-slash-line",
|
|
610
|
-
"code-view",
|
|
611
|
-
"codepen-fill",
|
|
612
|
-
"codepen-line",
|
|
613
|
-
"coin-fill",
|
|
614
|
-
"coin-line",
|
|
615
|
-
"coins-fill",
|
|
616
|
-
"coins-line",
|
|
617
|
-
"collage-fill",
|
|
618
|
-
"collage-line",
|
|
619
|
-
"collapse-diagonal-2-fill",
|
|
620
|
-
"collapse-diagonal-2-line",
|
|
621
|
-
"collapse-diagonal-fill",
|
|
622
|
-
"collapse-diagonal-line",
|
|
623
|
-
"collapse-horizontal-fill",
|
|
624
|
-
"collapse-horizontal-line",
|
|
625
|
-
"collapse-vertical-fill",
|
|
626
|
-
"collapse-vertical-line",
|
|
627
|
-
"color-filter-ai-fill",
|
|
628
|
-
"color-filter-ai-line",
|
|
629
|
-
"color-filter-fill",
|
|
630
|
-
"color-filter-line",
|
|
631
|
-
"command-fill",
|
|
632
|
-
"command-line",
|
|
633
|
-
"community-fill",
|
|
634
|
-
"community-line",
|
|
635
|
-
"compass-2-fill",
|
|
636
|
-
"compass-2-line",
|
|
637
|
-
"compass-3-fill",
|
|
638
|
-
"compass-3-line",
|
|
639
|
-
"compass-4-fill",
|
|
640
|
-
"compass-4-line",
|
|
641
|
-
"compass-discover-fill",
|
|
642
|
-
"compass-discover-line",
|
|
643
|
-
"compass-fill",
|
|
644
|
-
"compass-line",
|
|
645
|
-
"compasses-2-fill",
|
|
646
|
-
"compasses-2-line",
|
|
647
|
-
"compasses-fill",
|
|
648
|
-
"compasses-line",
|
|
649
|
-
"computer-fill",
|
|
650
|
-
"computer-line",
|
|
651
|
-
"contacts-book-2-fill",
|
|
652
|
-
"contacts-book-2-line",
|
|
653
|
-
"contacts-book-3-fill",
|
|
654
|
-
"contacts-book-3-line",
|
|
655
|
-
"contacts-book-fill",
|
|
656
|
-
"contacts-book-line",
|
|
657
|
-
"contacts-book-upload-fill",
|
|
658
|
-
"contacts-book-upload-line",
|
|
659
|
-
"contacts-fill",
|
|
660
|
-
"contacts-line",
|
|
661
|
-
"contract-fill",
|
|
662
|
-
"contract-left-fill",
|
|
663
|
-
"contract-left-line",
|
|
664
|
-
"contract-left-right-fill",
|
|
665
|
-
"contract-left-right-line",
|
|
666
|
-
"contract-line",
|
|
667
|
-
"contract-right-fill",
|
|
668
|
-
"contract-right-line",
|
|
669
|
-
"contract-up-down-fill",
|
|
670
|
-
"contract-up-down-line",
|
|
671
|
-
"contrast-2-fill",
|
|
672
|
-
"contrast-2-line",
|
|
673
|
-
"contrast-drop-2-fill",
|
|
674
|
-
"contrast-drop-2-line",
|
|
675
|
-
"contrast-drop-fill",
|
|
676
|
-
"contrast-drop-line",
|
|
677
|
-
"contrast-fill",
|
|
678
|
-
"contrast-line",
|
|
679
|
-
"copilot-fill",
|
|
680
|
-
"copilot-line",
|
|
681
|
-
"copper-coin-fill",
|
|
682
|
-
"copper-coin-line",
|
|
683
|
-
"copper-diamond-fill",
|
|
684
|
-
"copper-diamond-line",
|
|
685
|
-
"copyleft-fill",
|
|
686
|
-
"copyleft-line",
|
|
687
|
-
"copyright-fill",
|
|
688
|
-
"copyright-line",
|
|
689
|
-
"coreos-fill",
|
|
690
|
-
"coreos-line",
|
|
691
|
-
"corner-down-left-fill",
|
|
692
|
-
"corner-down-left-line",
|
|
693
|
-
"corner-down-right-fill",
|
|
694
|
-
"corner-down-right-line",
|
|
695
|
-
"corner-left-down-fill",
|
|
696
|
-
"corner-left-down-line",
|
|
697
|
-
"corner-left-up-fill",
|
|
698
|
-
"corner-left-up-line",
|
|
699
|
-
"corner-right-down-fill",
|
|
700
|
-
"corner-right-down-line",
|
|
701
|
-
"corner-right-up-fill",
|
|
702
|
-
"corner-right-up-line",
|
|
703
|
-
"corner-up-left-double-fill",
|
|
704
|
-
"corner-up-left-double-line",
|
|
705
|
-
"corner-up-left-fill",
|
|
706
|
-
"corner-up-left-line",
|
|
707
|
-
"corner-up-right-double-fill",
|
|
708
|
-
"corner-up-right-double-line",
|
|
709
|
-
"corner-up-right-fill",
|
|
710
|
-
"corner-up-right-line",
|
|
711
|
-
"coupon-2-fill",
|
|
712
|
-
"coupon-2-line",
|
|
713
|
-
"coupon-3-fill",
|
|
714
|
-
"coupon-3-line",
|
|
715
|
-
"coupon-4-fill",
|
|
716
|
-
"coupon-4-line",
|
|
717
|
-
"coupon-5-fill",
|
|
718
|
-
"coupon-5-line",
|
|
719
|
-
"coupon-fill",
|
|
720
|
-
"coupon-line",
|
|
721
|
-
"cpu-fill",
|
|
722
|
-
"cpu-line",
|
|
723
|
-
"creative-commons-by-fill",
|
|
724
|
-
"creative-commons-by-line",
|
|
725
|
-
"creative-commons-fill",
|
|
726
|
-
"creative-commons-line",
|
|
727
|
-
"creative-commons-nc-fill",
|
|
728
|
-
"creative-commons-nc-line",
|
|
729
|
-
"creative-commons-nd-fill",
|
|
730
|
-
"creative-commons-nd-line",
|
|
731
|
-
"creative-commons-sa-fill",
|
|
732
|
-
"creative-commons-sa-line",
|
|
733
|
-
"creative-commons-zero-fill",
|
|
734
|
-
"creative-commons-zero-line",
|
|
735
|
-
"criminal-fill",
|
|
736
|
-
"criminal-line",
|
|
737
|
-
"crop-2-fill",
|
|
738
|
-
"crop-2-line",
|
|
739
|
-
"crop-fill",
|
|
740
|
-
"crop-line",
|
|
741
|
-
"cross-fill",
|
|
742
|
-
"cross-line",
|
|
743
|
-
"crosshair-2-fill",
|
|
744
|
-
"crosshair-2-line",
|
|
745
|
-
"crosshair-fill",
|
|
746
|
-
"crosshair-line",
|
|
747
|
-
"css3-fill",
|
|
748
|
-
"css3-line",
|
|
749
|
-
"cup-fill",
|
|
750
|
-
"cup-line",
|
|
751
|
-
"currency-fill",
|
|
752
|
-
"currency-line",
|
|
753
|
-
"cursor-fill",
|
|
754
|
-
"cursor-line",
|
|
755
|
-
"custom-size",
|
|
756
|
-
"customer-service-2-fill",
|
|
757
|
-
"customer-service-2-line",
|
|
758
|
-
"customer-service-fill",
|
|
759
|
-
"customer-service-line",
|
|
760
|
-
"dashboard-2-fill",
|
|
761
|
-
"dashboard-2-line",
|
|
762
|
-
"dashboard-3-fill",
|
|
763
|
-
"dashboard-3-line",
|
|
764
|
-
"dashboard-fill",
|
|
765
|
-
"dashboard-horizontal-fill",
|
|
766
|
-
"dashboard-horizontal-line",
|
|
767
|
-
"dashboard-line",
|
|
768
|
-
"database-2-fill",
|
|
769
|
-
"database-2-line",
|
|
770
|
-
"database-fill",
|
|
771
|
-
"database-line",
|
|
772
|
-
"delete-back-2-fill",
|
|
773
|
-
"delete-back-2-line",
|
|
774
|
-
"delete-back-fill",
|
|
775
|
-
"delete-back-line",
|
|
776
|
-
"delete-bin-2-fill",
|
|
777
|
-
"delete-bin-2-line",
|
|
778
|
-
"delete-bin-3-fill",
|
|
779
|
-
"delete-bin-3-line",
|
|
780
|
-
"delete-bin-4-fill",
|
|
781
|
-
"delete-bin-4-line",
|
|
782
|
-
"delete-bin-5-fill",
|
|
783
|
-
"delete-bin-5-line",
|
|
784
|
-
"delete-bin-6-fill",
|
|
785
|
-
"delete-bin-6-line",
|
|
786
|
-
"delete-bin-7-fill",
|
|
787
|
-
"delete-bin-7-line",
|
|
788
|
-
"delete-bin-fill",
|
|
789
|
-
"delete-bin-line",
|
|
790
|
-
"delete-column",
|
|
791
|
-
"delete-row",
|
|
792
|
-
"device-fill",
|
|
793
|
-
"device-line",
|
|
794
|
-
"device-recover-fill",
|
|
795
|
-
"device-recover-line",
|
|
796
|
-
"diamond-fill",
|
|
797
|
-
"diamond-line",
|
|
798
|
-
"diamond-ring-fill",
|
|
799
|
-
"diamond-ring-line",
|
|
800
|
-
"dice-1-fill",
|
|
801
|
-
"dice-1-line",
|
|
802
|
-
"dice-2-fill",
|
|
803
|
-
"dice-2-line",
|
|
804
|
-
"dice-3-fill",
|
|
805
|
-
"dice-3-line",
|
|
806
|
-
"dice-4-fill",
|
|
807
|
-
"dice-4-line",
|
|
808
|
-
"dice-5-fill",
|
|
809
|
-
"dice-5-line",
|
|
810
|
-
"dice-6-fill",
|
|
811
|
-
"dice-6-line",
|
|
812
|
-
"dice-fill",
|
|
813
|
-
"dice-line",
|
|
814
|
-
"dingding-fill",
|
|
815
|
-
"dingding-line",
|
|
816
|
-
"direction-fill",
|
|
817
|
-
"direction-line",
|
|
818
|
-
"disc-fill",
|
|
819
|
-
"disc-line",
|
|
820
|
-
"discord-fill",
|
|
821
|
-
"discord-line",
|
|
822
|
-
"discount-percent-fill",
|
|
823
|
-
"discount-percent-line",
|
|
824
|
-
"discuss-fill",
|
|
825
|
-
"discuss-line",
|
|
826
|
-
"dislike-fill",
|
|
827
|
-
"dislike-line",
|
|
828
|
-
"disqus-fill",
|
|
829
|
-
"disqus-line",
|
|
830
|
-
"divide-fill",
|
|
831
|
-
"divide-line",
|
|
832
|
-
"dna-fill",
|
|
833
|
-
"dna-line",
|
|
834
|
-
"donut-chart-fill",
|
|
835
|
-
"donut-chart-line",
|
|
836
|
-
"door-closed-fill",
|
|
837
|
-
"door-closed-line",
|
|
838
|
-
"door-fill",
|
|
839
|
-
"door-line",
|
|
840
|
-
"door-lock-box-fill",
|
|
841
|
-
"door-lock-box-line",
|
|
842
|
-
"door-lock-fill",
|
|
843
|
-
"door-lock-line",
|
|
844
|
-
"door-open-fill",
|
|
845
|
-
"door-open-line",
|
|
846
|
-
"dossier-fill",
|
|
847
|
-
"dossier-line",
|
|
848
|
-
"douban-fill",
|
|
849
|
-
"douban-line",
|
|
850
|
-
"double-quotes-l",
|
|
851
|
-
"double-quotes-r",
|
|
852
|
-
"download-2-fill",
|
|
853
|
-
"download-2-line",
|
|
854
|
-
"download-cloud-2-fill",
|
|
855
|
-
"download-cloud-2-line",
|
|
856
|
-
"download-cloud-fill",
|
|
857
|
-
"download-cloud-line",
|
|
858
|
-
"download-fill",
|
|
859
|
-
"download-line",
|
|
860
|
-
"draft-fill",
|
|
861
|
-
"draft-line",
|
|
862
|
-
"drag-drop-fill",
|
|
863
|
-
"drag-drop-line",
|
|
864
|
-
"drag-move-2-fill",
|
|
865
|
-
"drag-move-2-line",
|
|
866
|
-
"drag-move-fill",
|
|
867
|
-
"drag-move-line",
|
|
868
|
-
"draggable",
|
|
869
|
-
"dribbble-fill",
|
|
870
|
-
"dribbble-line",
|
|
871
|
-
"drinks-2-fill",
|
|
872
|
-
"drinks-2-line",
|
|
873
|
-
"drinks-fill",
|
|
874
|
-
"drinks-line",
|
|
875
|
-
"drive-fill",
|
|
876
|
-
"drive-line",
|
|
877
|
-
"drizzle-fill",
|
|
878
|
-
"drizzle-line",
|
|
879
|
-
"drop-fill",
|
|
880
|
-
"drop-line",
|
|
881
|
-
"dropbox-fill",
|
|
882
|
-
"dropbox-line",
|
|
883
|
-
"dropdown-list",
|
|
884
|
-
"dropper-fill",
|
|
885
|
-
"dropper-line",
|
|
886
|
-
"dual-sim-1-fill",
|
|
887
|
-
"dual-sim-1-line",
|
|
888
|
-
"dual-sim-2-fill",
|
|
889
|
-
"dual-sim-2-line",
|
|
890
|
-
"dv-fill",
|
|
891
|
-
"dv-line",
|
|
892
|
-
"dvd-ai-fill",
|
|
893
|
-
"dvd-ai-line",
|
|
894
|
-
"dvd-fill",
|
|
895
|
-
"dvd-line",
|
|
896
|
-
"e-bike-2-fill",
|
|
897
|
-
"e-bike-2-line",
|
|
898
|
-
"e-bike-fill",
|
|
899
|
-
"e-bike-line",
|
|
900
|
-
"earth-fill",
|
|
901
|
-
"earth-line",
|
|
902
|
-
"earthquake-fill",
|
|
903
|
-
"earthquake-line",
|
|
904
|
-
"edge-fill",
|
|
905
|
-
"edge-line",
|
|
906
|
-
"edge-new-fill",
|
|
907
|
-
"edge-new-line",
|
|
908
|
-
"edit-2-fill",
|
|
909
|
-
"edit-2-line",
|
|
910
|
-
"edit-box-fill",
|
|
911
|
-
"edit-box-line",
|
|
912
|
-
"edit-circle-fill",
|
|
913
|
-
"edit-circle-line",
|
|
914
|
-
"edit-fill",
|
|
915
|
-
"edit-line",
|
|
916
|
-
"eject-fill",
|
|
917
|
-
"eject-line",
|
|
918
|
-
"emoji-sticker-fill",
|
|
919
|
-
"emoji-sticker-line",
|
|
920
|
-
"emotion-2-fill",
|
|
921
|
-
"emotion-2-line",
|
|
922
|
-
"emotion-fill",
|
|
923
|
-
"emotion-happy-fill",
|
|
924
|
-
"emotion-happy-line",
|
|
925
|
-
"emotion-laugh-fill",
|
|
926
|
-
"emotion-laugh-line",
|
|
927
|
-
"emotion-line",
|
|
928
|
-
"emotion-normal-fill",
|
|
929
|
-
"emotion-normal-line",
|
|
930
|
-
"emotion-sad-fill",
|
|
931
|
-
"emotion-sad-line",
|
|
932
|
-
"emotion-unhappy-fill",
|
|
933
|
-
"emotion-unhappy-line",
|
|
934
|
-
"empathize-fill",
|
|
935
|
-
"empathize-line",
|
|
936
|
-
"emphasis",
|
|
937
|
-
"emphasis-cn",
|
|
938
|
-
"english-input",
|
|
939
|
-
"equal-fill",
|
|
940
|
-
"equal-line",
|
|
941
|
-
"equalizer-2-fill",
|
|
942
|
-
"equalizer-2-line",
|
|
943
|
-
"equalizer-3-fill",
|
|
944
|
-
"equalizer-3-line",
|
|
945
|
-
"equalizer-fill",
|
|
946
|
-
"equalizer-line",
|
|
947
|
-
"eraser-fill",
|
|
948
|
-
"eraser-line",
|
|
949
|
-
"error-warning-fill",
|
|
950
|
-
"error-warning-line",
|
|
951
|
-
"eth-fill",
|
|
952
|
-
"eth-line",
|
|
953
|
-
"evernote-fill",
|
|
954
|
-
"evernote-line",
|
|
955
|
-
"exchange-2-fill",
|
|
956
|
-
"exchange-2-line",
|
|
957
|
-
"exchange-box-fill",
|
|
958
|
-
"exchange-box-line",
|
|
959
|
-
"exchange-cny-fill",
|
|
960
|
-
"exchange-cny-line",
|
|
961
|
-
"exchange-dollar-fill",
|
|
962
|
-
"exchange-dollar-line",
|
|
963
|
-
"exchange-fill",
|
|
964
|
-
"exchange-funds-fill",
|
|
965
|
-
"exchange-funds-line",
|
|
966
|
-
"exchange-line",
|
|
967
|
-
"expand-diagonal-2-fill",
|
|
968
|
-
"expand-diagonal-2-line",
|
|
969
|
-
"expand-diagonal-fill",
|
|
970
|
-
"expand-diagonal-line",
|
|
971
|
-
"expand-diagonal-s-2-fill",
|
|
972
|
-
"expand-diagonal-s-2-line",
|
|
973
|
-
"expand-diagonal-s-fill",
|
|
974
|
-
"expand-diagonal-s-line",
|
|
975
|
-
"expand-height-fill",
|
|
976
|
-
"expand-height-line",
|
|
977
|
-
"expand-horizontal-fill",
|
|
978
|
-
"expand-horizontal-line",
|
|
979
|
-
"expand-horizontal-s-fill",
|
|
980
|
-
"expand-horizontal-s-line",
|
|
981
|
-
"expand-left-fill",
|
|
982
|
-
"expand-left-line",
|
|
983
|
-
"expand-left-right-fill",
|
|
984
|
-
"expand-left-right-line",
|
|
985
|
-
"expand-right-fill",
|
|
986
|
-
"expand-right-line",
|
|
987
|
-
"expand-up-down-fill",
|
|
988
|
-
"expand-up-down-line",
|
|
989
|
-
"expand-vertical-fill",
|
|
990
|
-
"expand-vertical-line",
|
|
991
|
-
"expand-vertical-s-fill",
|
|
992
|
-
"expand-vertical-s-line",
|
|
993
|
-
"expand-width-fill",
|
|
994
|
-
"expand-width-line",
|
|
995
|
-
"export-fill",
|
|
996
|
-
"export-line",
|
|
997
|
-
"external-link-fill",
|
|
998
|
-
"external-link-line",
|
|
999
|
-
"eye-2-fill",
|
|
1000
|
-
"eye-2-line",
|
|
1001
|
-
"eye-close-fill",
|
|
1002
|
-
"eye-close-line",
|
|
1003
|
-
"eye-fill",
|
|
1004
|
-
"eye-line",
|
|
1005
|
-
"eye-off-fill",
|
|
1006
|
-
"eye-off-line",
|
|
1007
|
-
"facebook-box-fill",
|
|
1008
|
-
"facebook-box-line",
|
|
1009
|
-
"facebook-circle-fill",
|
|
1010
|
-
"facebook-circle-line",
|
|
1011
|
-
"facebook-fill",
|
|
1012
|
-
"facebook-line",
|
|
1013
|
-
"fahrenheit-fill",
|
|
1014
|
-
"fahrenheit-line",
|
|
1015
|
-
"fediverse-fill",
|
|
1016
|
-
"fediverse-line",
|
|
1017
|
-
"feedback-fill",
|
|
1018
|
-
"feedback-line",
|
|
1019
|
-
"figma-fill",
|
|
1020
|
-
"figma-line",
|
|
1021
|
-
"file-2-fill",
|
|
1022
|
-
"file-2-line",
|
|
1023
|
-
"file-3-fill",
|
|
1024
|
-
"file-3-line",
|
|
1025
|
-
"file-4-fill",
|
|
1026
|
-
"file-4-line",
|
|
1027
|
-
"file-add-fill",
|
|
1028
|
-
"file-add-line",
|
|
1029
|
-
"file-chart-2-fill",
|
|
1030
|
-
"file-chart-2-line",
|
|
1031
|
-
"file-chart-fill",
|
|
1032
|
-
"file-chart-line",
|
|
1033
|
-
"file-check-fill",
|
|
1034
|
-
"file-check-line",
|
|
1035
|
-
"file-close-fill",
|
|
1036
|
-
"file-close-line",
|
|
1037
|
-
"file-cloud-fill",
|
|
1038
|
-
"file-cloud-line",
|
|
1039
|
-
"file-code-fill",
|
|
1040
|
-
"file-code-line",
|
|
1041
|
-
"file-copy-2-fill",
|
|
1042
|
-
"file-copy-2-line",
|
|
1043
|
-
"file-copy-fill",
|
|
1044
|
-
"file-copy-line",
|
|
1045
|
-
"file-damage-fill",
|
|
1046
|
-
"file-damage-line",
|
|
1047
|
-
"file-download-fill",
|
|
1048
|
-
"file-download-line",
|
|
1049
|
-
"file-edit-fill",
|
|
1050
|
-
"file-edit-line",
|
|
1051
|
-
"file-excel-2-fill",
|
|
1052
|
-
"file-excel-2-line",
|
|
1053
|
-
"file-excel-fill",
|
|
1054
|
-
"file-excel-line",
|
|
1055
|
-
"file-fill",
|
|
1056
|
-
"file-forbid-fill",
|
|
1057
|
-
"file-forbid-line",
|
|
1058
|
-
"file-gif-fill",
|
|
1059
|
-
"file-gif-line",
|
|
1060
|
-
"file-history-fill",
|
|
1061
|
-
"file-history-line",
|
|
1062
|
-
"file-hwp-fill",
|
|
1063
|
-
"file-hwp-line",
|
|
1064
|
-
"file-image-fill",
|
|
1065
|
-
"file-image-line",
|
|
1066
|
-
"file-info-fill",
|
|
1067
|
-
"file-info-line",
|
|
1068
|
-
"file-line",
|
|
1069
|
-
"file-list-2-fill",
|
|
1070
|
-
"file-list-2-line",
|
|
1071
|
-
"file-list-3-fill",
|
|
1072
|
-
"file-list-3-line",
|
|
1073
|
-
"file-list-fill",
|
|
1074
|
-
"file-list-line",
|
|
1075
|
-
"file-lock-fill",
|
|
1076
|
-
"file-lock-line",
|
|
1077
|
-
"file-marked-fill",
|
|
1078
|
-
"file-marked-line",
|
|
1079
|
-
"file-music-fill",
|
|
1080
|
-
"file-music-line",
|
|
1081
|
-
"file-paper-2-fill",
|
|
1082
|
-
"file-paper-2-line",
|
|
1083
|
-
"file-paper-fill",
|
|
1084
|
-
"file-paper-line",
|
|
1085
|
-
"file-pdf-2-fill",
|
|
1086
|
-
"file-pdf-2-line",
|
|
1087
|
-
"file-pdf-fill",
|
|
1088
|
-
"file-pdf-line",
|
|
1089
|
-
"file-ppt-2-fill",
|
|
1090
|
-
"file-ppt-2-line",
|
|
1091
|
-
"file-ppt-fill",
|
|
1092
|
-
"file-ppt-line",
|
|
1093
|
-
"file-reduce-fill",
|
|
1094
|
-
"file-reduce-line",
|
|
1095
|
-
"file-search-fill",
|
|
1096
|
-
"file-search-line",
|
|
1097
|
-
"file-settings-fill",
|
|
1098
|
-
"file-settings-line",
|
|
1099
|
-
"file-shield-2-fill",
|
|
1100
|
-
"file-shield-2-line",
|
|
1101
|
-
"file-shield-fill",
|
|
1102
|
-
"file-shield-line",
|
|
1103
|
-
"file-shred-fill",
|
|
1104
|
-
"file-shred-line",
|
|
1105
|
-
"file-text-fill",
|
|
1106
|
-
"file-text-line",
|
|
1107
|
-
"file-transfer-fill",
|
|
1108
|
-
"file-transfer-line",
|
|
1109
|
-
"file-unknow-fill",
|
|
1110
|
-
"file-unknow-line",
|
|
1111
|
-
"file-upload-fill",
|
|
1112
|
-
"file-upload-line",
|
|
1113
|
-
"file-user-fill",
|
|
1114
|
-
"file-user-line",
|
|
1115
|
-
"file-video-fill",
|
|
1116
|
-
"file-video-line",
|
|
1117
|
-
"file-warning-fill",
|
|
1118
|
-
"file-warning-line",
|
|
1119
|
-
"file-word-2-fill",
|
|
1120
|
-
"file-word-2-line",
|
|
1121
|
-
"file-word-fill",
|
|
1122
|
-
"file-word-line",
|
|
1123
|
-
"file-zip-fill",
|
|
1124
|
-
"file-zip-line",
|
|
1125
|
-
"film-ai-fill",
|
|
1126
|
-
"film-ai-line",
|
|
1127
|
-
"film-fill",
|
|
1128
|
-
"film-line",
|
|
1129
|
-
"filter-2-fill",
|
|
1130
|
-
"filter-2-line",
|
|
1131
|
-
"filter-3-fill",
|
|
1132
|
-
"filter-3-line",
|
|
1133
|
-
"filter-fill",
|
|
1134
|
-
"filter-line",
|
|
1135
|
-
"filter-off-fill",
|
|
1136
|
-
"filter-off-line",
|
|
1137
|
-
"find-replace-fill",
|
|
1138
|
-
"find-replace-line",
|
|
1139
|
-
"finder-fill",
|
|
1140
|
-
"finder-line",
|
|
1141
|
-
"fingerprint-2-fill",
|
|
1142
|
-
"fingerprint-2-line",
|
|
1143
|
-
"fingerprint-fill",
|
|
1144
|
-
"fingerprint-line",
|
|
1145
|
-
"fire-fill",
|
|
1146
|
-
"fire-line",
|
|
1147
|
-
"firebase-fill",
|
|
1148
|
-
"firebase-line",
|
|
1149
|
-
"firefox-browser-fill",
|
|
1150
|
-
"firefox-browser-line",
|
|
1151
|
-
"firefox-fill",
|
|
1152
|
-
"firefox-line",
|
|
1153
|
-
"first-aid-kit-fill",
|
|
1154
|
-
"first-aid-kit-line",
|
|
1155
|
-
"flag-2-fill",
|
|
1156
|
-
"flag-2-line",
|
|
1157
|
-
"flag-fill",
|
|
1158
|
-
"flag-line",
|
|
1159
|
-
"flag-off-fill",
|
|
1160
|
-
"flag-off-line",
|
|
1161
|
-
"flashlight-fill",
|
|
1162
|
-
"flashlight-line",
|
|
1163
|
-
"flask-fill",
|
|
1164
|
-
"flask-line",
|
|
1165
|
-
"flickr-fill",
|
|
1166
|
-
"flickr-line",
|
|
1167
|
-
"flight-land-fill",
|
|
1168
|
-
"flight-land-line",
|
|
1169
|
-
"flight-takeoff-fill",
|
|
1170
|
-
"flight-takeoff-line",
|
|
1171
|
-
"flip-horizontal-2-fill",
|
|
1172
|
-
"flip-horizontal-2-line",
|
|
1173
|
-
"flip-horizontal-fill",
|
|
1174
|
-
"flip-horizontal-line",
|
|
1175
|
-
"flip-vertical-2-fill",
|
|
1176
|
-
"flip-vertical-2-line",
|
|
1177
|
-
"flip-vertical-fill",
|
|
1178
|
-
"flip-vertical-line",
|
|
1179
|
-
"flood-fill",
|
|
1180
|
-
"flood-line",
|
|
1181
|
-
"flow-chart",
|
|
1182
|
-
"flower-fill",
|
|
1183
|
-
"flower-line",
|
|
1184
|
-
"flutter-fill",
|
|
1185
|
-
"flutter-line",
|
|
1186
|
-
"focus-2-fill",
|
|
1187
|
-
"focus-2-line",
|
|
1188
|
-
"focus-3-fill",
|
|
1189
|
-
"focus-3-line",
|
|
1190
|
-
"focus-fill",
|
|
1191
|
-
"focus-line",
|
|
1192
|
-
"focus-mode",
|
|
1193
|
-
"foggy-fill",
|
|
1194
|
-
"foggy-line",
|
|
1195
|
-
"folder-2-fill",
|
|
1196
|
-
"folder-2-line",
|
|
1197
|
-
"folder-3-fill",
|
|
1198
|
-
"folder-3-line",
|
|
1199
|
-
"folder-4-fill",
|
|
1200
|
-
"folder-4-line",
|
|
1201
|
-
"folder-5-fill",
|
|
1202
|
-
"folder-5-line",
|
|
1203
|
-
"folder-6-fill",
|
|
1204
|
-
"folder-6-line",
|
|
1205
|
-
"folder-add-fill",
|
|
1206
|
-
"folder-add-line",
|
|
1207
|
-
"folder-chart-2-fill",
|
|
1208
|
-
"folder-chart-2-line",
|
|
1209
|
-
"folder-chart-fill",
|
|
1210
|
-
"folder-chart-line",
|
|
1211
|
-
"folder-check-fill",
|
|
1212
|
-
"folder-check-line",
|
|
1213
|
-
"folder-close-fill",
|
|
1214
|
-
"folder-close-line",
|
|
1215
|
-
"folder-cloud-fill",
|
|
1216
|
-
"folder-cloud-line",
|
|
1217
|
-
"folder-download-fill",
|
|
1218
|
-
"folder-download-line",
|
|
1219
|
-
"folder-fill",
|
|
1220
|
-
"folder-forbid-fill",
|
|
1221
|
-
"folder-forbid-line",
|
|
1222
|
-
"folder-history-fill",
|
|
1223
|
-
"folder-history-line",
|
|
1224
|
-
"folder-image-fill",
|
|
1225
|
-
"folder-image-line",
|
|
1226
|
-
"folder-info-fill",
|
|
1227
|
-
"folder-info-line",
|
|
1228
|
-
"folder-keyhole-fill",
|
|
1229
|
-
"folder-keyhole-line",
|
|
1230
|
-
"folder-line",
|
|
1231
|
-
"folder-lock-fill",
|
|
1232
|
-
"folder-lock-line",
|
|
1233
|
-
"folder-music-fill",
|
|
1234
|
-
"folder-music-line",
|
|
1235
|
-
"folder-open-fill",
|
|
1236
|
-
"folder-open-line",
|
|
1237
|
-
"folder-received-fill",
|
|
1238
|
-
"folder-received-line",
|
|
1239
|
-
"folder-reduce-fill",
|
|
1240
|
-
"folder-reduce-line",
|
|
1241
|
-
"folder-settings-fill",
|
|
1242
|
-
"folder-settings-line",
|
|
1243
|
-
"folder-shared-fill",
|
|
1244
|
-
"folder-shared-line",
|
|
1245
|
-
"folder-shield-2-fill",
|
|
1246
|
-
"folder-shield-2-line",
|
|
1247
|
-
"folder-shield-fill",
|
|
1248
|
-
"folder-shield-line",
|
|
1249
|
-
"folder-transfer-fill",
|
|
1250
|
-
"folder-transfer-line",
|
|
1251
|
-
"folder-unknow-fill",
|
|
1252
|
-
"folder-unknow-line",
|
|
1253
|
-
"folder-upload-fill",
|
|
1254
|
-
"folder-upload-line",
|
|
1255
|
-
"folder-user-fill",
|
|
1256
|
-
"folder-user-line",
|
|
1257
|
-
"folder-video-fill",
|
|
1258
|
-
"folder-video-line",
|
|
1259
|
-
"folder-warning-fill",
|
|
1260
|
-
"folder-warning-line",
|
|
1261
|
-
"folder-zip-fill",
|
|
1262
|
-
"folder-zip-line",
|
|
1263
|
-
"folders-fill",
|
|
1264
|
-
"folders-line",
|
|
1265
|
-
"font-color",
|
|
1266
|
-
"font-family",
|
|
1267
|
-
"font-mono",
|
|
1268
|
-
"font-sans",
|
|
1269
|
-
"font-sans-serif",
|
|
1270
|
-
"font-size",
|
|
1271
|
-
"font-size-2",
|
|
1272
|
-
"font-size-ai",
|
|
1273
|
-
"football-fill",
|
|
1274
|
-
"football-line",
|
|
1275
|
-
"footprint-fill",
|
|
1276
|
-
"footprint-line",
|
|
1277
|
-
"forbid-2-fill",
|
|
1278
|
-
"forbid-2-line",
|
|
1279
|
-
"forbid-fill",
|
|
1280
|
-
"forbid-line",
|
|
1281
|
-
"format-clear",
|
|
1282
|
-
"formula",
|
|
1283
|
-
"forward-10-fill",
|
|
1284
|
-
"forward-10-line",
|
|
1285
|
-
"forward-15-fill",
|
|
1286
|
-
"forward-15-line",
|
|
1287
|
-
"forward-30-fill",
|
|
1288
|
-
"forward-30-line",
|
|
1289
|
-
"forward-5-fill",
|
|
1290
|
-
"forward-5-line",
|
|
1291
|
-
"forward-end-fill",
|
|
1292
|
-
"forward-end-line",
|
|
1293
|
-
"forward-end-mini-fill",
|
|
1294
|
-
"forward-end-mini-line",
|
|
1295
|
-
"fridge-fill",
|
|
1296
|
-
"fridge-line",
|
|
1297
|
-
"friendica-fill",
|
|
1298
|
-
"friendica-line",
|
|
1299
|
-
"fullscreen-exit-fill",
|
|
1300
|
-
"fullscreen-exit-line",
|
|
1301
|
-
"fullscreen-fill",
|
|
1302
|
-
"fullscreen-line",
|
|
1303
|
-
"function-add-fill",
|
|
1304
|
-
"function-add-line",
|
|
1305
|
-
"function-fill",
|
|
1306
|
-
"function-line",
|
|
1307
|
-
"functions",
|
|
1308
|
-
"funds-box-fill",
|
|
1309
|
-
"funds-box-line",
|
|
1310
|
-
"funds-fill",
|
|
1311
|
-
"funds-line",
|
|
1312
|
-
"gallery-fill",
|
|
1313
|
-
"gallery-line",
|
|
1314
|
-
"gallery-upload-fill",
|
|
1315
|
-
"gallery-upload-line",
|
|
1316
|
-
"gallery-view",
|
|
1317
|
-
"gallery-view-2",
|
|
1318
|
-
"game-fill",
|
|
1319
|
-
"game-line",
|
|
1320
|
-
"gamepad-fill",
|
|
1321
|
-
"gamepad-line",
|
|
1322
|
-
"gas-station-fill",
|
|
1323
|
-
"gas-station-line",
|
|
1324
|
-
"gatsby-fill",
|
|
1325
|
-
"gatsby-line",
|
|
1326
|
-
"gemini-fill",
|
|
1327
|
-
"gemini-line",
|
|
1328
|
-
"genderless-fill",
|
|
1329
|
-
"genderless-line",
|
|
1330
|
-
"ghost-2-fill",
|
|
1331
|
-
"ghost-2-line",
|
|
1332
|
-
"ghost-fill",
|
|
1333
|
-
"ghost-line",
|
|
1334
|
-
"ghost-smile-fill",
|
|
1335
|
-
"ghost-smile-line",
|
|
1336
|
-
"gift-2-fill",
|
|
1337
|
-
"gift-2-line",
|
|
1338
|
-
"gift-fill",
|
|
1339
|
-
"gift-line",
|
|
1340
|
-
"git-branch-fill",
|
|
1341
|
-
"git-branch-line",
|
|
1342
|
-
"git-close-pull-request-fill",
|
|
1343
|
-
"git-close-pull-request-line",
|
|
1344
|
-
"git-commit-fill",
|
|
1345
|
-
"git-commit-line",
|
|
1346
|
-
"git-fork-fill",
|
|
1347
|
-
"git-fork-line",
|
|
1348
|
-
"git-merge-fill",
|
|
1349
|
-
"git-merge-line",
|
|
1350
|
-
"git-pr-draft-fill",
|
|
1351
|
-
"git-pr-draft-line",
|
|
1352
|
-
"git-pull-request-fill",
|
|
1353
|
-
"git-pull-request-line",
|
|
1354
|
-
"git-repository-commits-fill",
|
|
1355
|
-
"git-repository-commits-line",
|
|
1356
|
-
"git-repository-fill",
|
|
1357
|
-
"git-repository-line",
|
|
1358
|
-
"git-repository-private-fill",
|
|
1359
|
-
"git-repository-private-line",
|
|
1360
|
-
"github-fill",
|
|
1361
|
-
"github-line",
|
|
1362
|
-
"gitlab-fill",
|
|
1363
|
-
"gitlab-line",
|
|
1364
|
-
"glasses-2-fill",
|
|
1365
|
-
"glasses-2-line",
|
|
1366
|
-
"glasses-fill",
|
|
1367
|
-
"glasses-line",
|
|
1368
|
-
"global-fill",
|
|
1369
|
-
"global-line",
|
|
1370
|
-
"globe-fill",
|
|
1371
|
-
"globe-line",
|
|
1372
|
-
"goblet-2-fill",
|
|
1373
|
-
"goblet-2-line",
|
|
1374
|
-
"goblet-fill",
|
|
1375
|
-
"goblet-line",
|
|
1376
|
-
"goggles-fill",
|
|
1377
|
-
"goggles-line",
|
|
1378
|
-
"golf-ball-fill",
|
|
1379
|
-
"golf-ball-line",
|
|
1380
|
-
"google-fill",
|
|
1381
|
-
"google-line",
|
|
1382
|
-
"google-play-fill",
|
|
1383
|
-
"google-play-line",
|
|
1384
|
-
"government-fill",
|
|
1385
|
-
"government-line",
|
|
1386
|
-
"gps-fill",
|
|
1387
|
-
"gps-line",
|
|
1388
|
-
"gradienter-fill",
|
|
1389
|
-
"gradienter-line",
|
|
1390
|
-
"graduation-cap-fill",
|
|
1391
|
-
"graduation-cap-line",
|
|
1392
|
-
"grid-fill",
|
|
1393
|
-
"grid-line",
|
|
1394
|
-
"group-2-fill",
|
|
1395
|
-
"group-2-line",
|
|
1396
|
-
"group-3-fill",
|
|
1397
|
-
"group-3-line",
|
|
1398
|
-
"group-fill",
|
|
1399
|
-
"group-line",
|
|
1400
|
-
"guide-fill",
|
|
1401
|
-
"guide-line",
|
|
1402
|
-
"h-1",
|
|
1403
|
-
"h-2",
|
|
1404
|
-
"h-3",
|
|
1405
|
-
"h-4",
|
|
1406
|
-
"h-5",
|
|
1407
|
-
"h-6",
|
|
1408
|
-
"hail-fill",
|
|
1409
|
-
"hail-line",
|
|
1410
|
-
"hammer-fill",
|
|
1411
|
-
"hammer-line",
|
|
1412
|
-
"hand",
|
|
1413
|
-
"hand-coin-fill",
|
|
1414
|
-
"hand-coin-line",
|
|
1415
|
-
"hand-heart-fill",
|
|
1416
|
-
"hand-heart-line",
|
|
1417
|
-
"hand-sanitizer-fill",
|
|
1418
|
-
"hand-sanitizer-line",
|
|
1419
|
-
"handbag-fill",
|
|
1420
|
-
"handbag-line",
|
|
1421
|
-
"hard-drive-2-fill",
|
|
1422
|
-
"hard-drive-2-line",
|
|
1423
|
-
"hard-drive-3-fill",
|
|
1424
|
-
"hard-drive-3-line",
|
|
1425
|
-
"hard-drive-fill",
|
|
1426
|
-
"hard-drive-line",
|
|
1427
|
-
"hashtag",
|
|
1428
|
-
"haze-2-fill",
|
|
1429
|
-
"haze-2-line",
|
|
1430
|
-
"haze-fill",
|
|
1431
|
-
"haze-line",
|
|
1432
|
-
"hd-fill",
|
|
1433
|
-
"hd-line",
|
|
1434
|
-
"heading",
|
|
1435
|
-
"headphone-fill",
|
|
1436
|
-
"headphone-line",
|
|
1437
|
-
"health-book-fill",
|
|
1438
|
-
"health-book-line",
|
|
1439
|
-
"heart-2-fill",
|
|
1440
|
-
"heart-2-line",
|
|
1441
|
-
"heart-3-fill",
|
|
1442
|
-
"heart-3-line",
|
|
1443
|
-
"heart-add-2-fill",
|
|
1444
|
-
"heart-add-2-line",
|
|
1445
|
-
"heart-add-fill",
|
|
1446
|
-
"heart-add-line",
|
|
1447
|
-
"heart-fill",
|
|
1448
|
-
"heart-line",
|
|
1449
|
-
"heart-pulse-fill",
|
|
1450
|
-
"heart-pulse-line",
|
|
1451
|
-
"hearts-fill",
|
|
1452
|
-
"hearts-line",
|
|
1453
|
-
"heavy-showers-fill",
|
|
1454
|
-
"heavy-showers-line",
|
|
1455
|
-
"hexagon-fill",
|
|
1456
|
-
"hexagon-line",
|
|
1457
|
-
"history-fill",
|
|
1458
|
-
"history-line",
|
|
1459
|
-
"home-2-fill",
|
|
1460
|
-
"home-2-line",
|
|
1461
|
-
"home-3-fill",
|
|
1462
|
-
"home-3-line",
|
|
1463
|
-
"home-4-fill",
|
|
1464
|
-
"home-4-line",
|
|
1465
|
-
"home-5-fill",
|
|
1466
|
-
"home-5-line",
|
|
1467
|
-
"home-6-fill",
|
|
1468
|
-
"home-6-line",
|
|
1469
|
-
"home-7-fill",
|
|
1470
|
-
"home-7-line",
|
|
1471
|
-
"home-8-fill",
|
|
1472
|
-
"home-8-line",
|
|
1473
|
-
"home-9-fill",
|
|
1474
|
-
"home-9-line",
|
|
1475
|
-
"home-fill",
|
|
1476
|
-
"home-gear-fill",
|
|
1477
|
-
"home-gear-line",
|
|
1478
|
-
"home-heart-fill",
|
|
1479
|
-
"home-heart-line",
|
|
1480
|
-
"home-line",
|
|
1481
|
-
"home-office-fill",
|
|
1482
|
-
"home-office-line",
|
|
1483
|
-
"home-smile-2-fill",
|
|
1484
|
-
"home-smile-2-line",
|
|
1485
|
-
"home-smile-fill",
|
|
1486
|
-
"home-smile-line",
|
|
1487
|
-
"home-wifi-fill",
|
|
1488
|
-
"home-wifi-line",
|
|
1489
|
-
"honor-of-kings-fill",
|
|
1490
|
-
"honor-of-kings-line",
|
|
1491
|
-
"honour-fill",
|
|
1492
|
-
"honour-line",
|
|
1493
|
-
"hospital-fill",
|
|
1494
|
-
"hospital-line",
|
|
1495
|
-
"hotel-bed-fill",
|
|
1496
|
-
"hotel-bed-line",
|
|
1497
|
-
"hotel-fill",
|
|
1498
|
-
"hotel-line",
|
|
1499
|
-
"hotspot-fill",
|
|
1500
|
-
"hotspot-line",
|
|
1501
|
-
"hourglass-2-fill",
|
|
1502
|
-
"hourglass-2-line",
|
|
1503
|
-
"hourglass-fill",
|
|
1504
|
-
"hourglass-line",
|
|
1505
|
-
"hq-fill",
|
|
1506
|
-
"hq-line",
|
|
1507
|
-
"html5-fill",
|
|
1508
|
-
"html5-line",
|
|
1509
|
-
"id-card-fill",
|
|
1510
|
-
"id-card-line",
|
|
1511
|
-
"ie-fill",
|
|
1512
|
-
"ie-line",
|
|
1513
|
-
"image-2-fill",
|
|
1514
|
-
"image-2-line",
|
|
1515
|
-
"image-add-fill",
|
|
1516
|
-
"image-add-line",
|
|
1517
|
-
"image-ai-fill",
|
|
1518
|
-
"image-ai-line",
|
|
1519
|
-
"image-circle-ai-fill",
|
|
1520
|
-
"image-circle-ai-line",
|
|
1521
|
-
"image-circle-fill",
|
|
1522
|
-
"image-circle-line",
|
|
1523
|
-
"image-edit-fill",
|
|
1524
|
-
"image-edit-line",
|
|
1525
|
-
"image-fill",
|
|
1526
|
-
"image-line",
|
|
1527
|
-
"import-fill",
|
|
1528
|
-
"import-line",
|
|
1529
|
-
"inbox-2-fill",
|
|
1530
|
-
"inbox-2-line",
|
|
1531
|
-
"inbox-archive-fill",
|
|
1532
|
-
"inbox-archive-line",
|
|
1533
|
-
"inbox-fill",
|
|
1534
|
-
"inbox-line",
|
|
1535
|
-
"inbox-unarchive-fill",
|
|
1536
|
-
"inbox-unarchive-line",
|
|
1537
|
-
"increase-decrease-fill",
|
|
1538
|
-
"increase-decrease-line",
|
|
1539
|
-
"indent-decrease",
|
|
1540
|
-
"indent-increase",
|
|
1541
|
-
"indeterminate-circle-fill",
|
|
1542
|
-
"indeterminate-circle-line",
|
|
1543
|
-
"infinity-fill",
|
|
1544
|
-
"infinity-line",
|
|
1545
|
-
"info-card-fill",
|
|
1546
|
-
"info-card-line",
|
|
1547
|
-
"info-i",
|
|
1548
|
-
"information-2-fill",
|
|
1549
|
-
"information-2-line",
|
|
1550
|
-
"information-fill",
|
|
1551
|
-
"information-line",
|
|
1552
|
-
"information-off-fill",
|
|
1553
|
-
"information-off-line",
|
|
1554
|
-
"infrared-thermometer-fill",
|
|
1555
|
-
"infrared-thermometer-line",
|
|
1556
|
-
"ink-bottle-fill",
|
|
1557
|
-
"ink-bottle-line",
|
|
1558
|
-
"input-cursor-move",
|
|
1559
|
-
"input-field",
|
|
1560
|
-
"input-method-fill",
|
|
1561
|
-
"input-method-line",
|
|
1562
|
-
"insert-column-left",
|
|
1563
|
-
"insert-column-right",
|
|
1564
|
-
"insert-row-bottom",
|
|
1565
|
-
"insert-row-top",
|
|
1566
|
-
"instagram-fill",
|
|
1567
|
-
"instagram-line",
|
|
1568
|
-
"install-fill",
|
|
1569
|
-
"install-line",
|
|
1570
|
-
"instance-fill",
|
|
1571
|
-
"instance-line",
|
|
1572
|
-
"invision-fill",
|
|
1573
|
-
"invision-line",
|
|
1574
|
-
"italic",
|
|
1575
|
-
"java-fill",
|
|
1576
|
-
"java-line",
|
|
1577
|
-
"javascript-fill",
|
|
1578
|
-
"javascript-line",
|
|
1579
|
-
"jewelry-fill",
|
|
1580
|
-
"jewelry-line",
|
|
1581
|
-
"kakao-talk-fill",
|
|
1582
|
-
"kakao-talk-line",
|
|
1583
|
-
"kanban-view",
|
|
1584
|
-
"kanban-view-2",
|
|
1585
|
-
"key-2-fill",
|
|
1586
|
-
"key-2-line",
|
|
1587
|
-
"key-fill",
|
|
1588
|
-
"key-line",
|
|
1589
|
-
"keyboard-box-fill",
|
|
1590
|
-
"keyboard-box-line",
|
|
1591
|
-
"keyboard-fill",
|
|
1592
|
-
"keyboard-line",
|
|
1593
|
-
"keynote-fill",
|
|
1594
|
-
"keynote-line",
|
|
1595
|
-
"kick-fill",
|
|
1596
|
-
"kick-line",
|
|
1597
|
-
"knife-blood-fill",
|
|
1598
|
-
"knife-blood-line",
|
|
1599
|
-
"knife-fill",
|
|
1600
|
-
"knife-line",
|
|
1601
|
-
"landscape-ai-fill",
|
|
1602
|
-
"landscape-ai-line",
|
|
1603
|
-
"landscape-fill",
|
|
1604
|
-
"landscape-line",
|
|
1605
|
-
"layout-2-fill",
|
|
1606
|
-
"layout-2-line",
|
|
1607
|
-
"layout-3-fill",
|
|
1608
|
-
"layout-3-line",
|
|
1609
|
-
"layout-4-fill",
|
|
1610
|
-
"layout-4-line",
|
|
1611
|
-
"layout-5-fill",
|
|
1612
|
-
"layout-5-line",
|
|
1613
|
-
"layout-6-fill",
|
|
1614
|
-
"layout-6-line",
|
|
1615
|
-
"layout-bottom-2-fill",
|
|
1616
|
-
"layout-bottom-2-line",
|
|
1617
|
-
"layout-bottom-fill",
|
|
1618
|
-
"layout-bottom-line",
|
|
1619
|
-
"layout-column-fill",
|
|
1620
|
-
"layout-column-line",
|
|
1621
|
-
"layout-fill",
|
|
1622
|
-
"layout-grid-2-fill",
|
|
1623
|
-
"layout-grid-2-line",
|
|
1624
|
-
"layout-grid-fill",
|
|
1625
|
-
"layout-grid-line",
|
|
1626
|
-
"layout-horizontal-fill",
|
|
1627
|
-
"layout-horizontal-line",
|
|
1628
|
-
"layout-left-2-fill",
|
|
1629
|
-
"layout-left-2-line",
|
|
1630
|
-
"layout-left-fill",
|
|
1631
|
-
"layout-left-line",
|
|
1632
|
-
"layout-line",
|
|
1633
|
-
"layout-masonry-fill",
|
|
1634
|
-
"layout-masonry-line",
|
|
1635
|
-
"layout-right-2-fill",
|
|
1636
|
-
"layout-right-2-line",
|
|
1637
|
-
"layout-right-fill",
|
|
1638
|
-
"layout-right-line",
|
|
1639
|
-
"layout-row-fill",
|
|
1640
|
-
"layout-row-line",
|
|
1641
|
-
"layout-top-2-fill",
|
|
1642
|
-
"layout-top-2-line",
|
|
1643
|
-
"layout-top-fill",
|
|
1644
|
-
"layout-top-line",
|
|
1645
|
-
"layout-vertical-fill",
|
|
1646
|
-
"layout-vertical-line",
|
|
1647
|
-
"leaf-fill",
|
|
1648
|
-
"leaf-line",
|
|
1649
|
-
"letter-spacing-2",
|
|
1650
|
-
"lifebuoy-fill",
|
|
1651
|
-
"lifebuoy-line",
|
|
1652
|
-
"lightbulb-fill",
|
|
1653
|
-
"lightbulb-flash-fill",
|
|
1654
|
-
"lightbulb-flash-line",
|
|
1655
|
-
"lightbulb-line",
|
|
1656
|
-
"line-chart-fill",
|
|
1657
|
-
"line-chart-line",
|
|
1658
|
-
"line-fill",
|
|
1659
|
-
"line-height",
|
|
1660
|
-
"line-height-2",
|
|
1661
|
-
"line-line",
|
|
1662
|
-
"link",
|
|
1663
|
-
"link-m",
|
|
1664
|
-
"link-unlink",
|
|
1665
|
-
"link-unlink-m",
|
|
1666
|
-
"linkedin-box-fill",
|
|
1667
|
-
"linkedin-box-line",
|
|
1668
|
-
"linkedin-fill",
|
|
1669
|
-
"linkedin-line",
|
|
1670
|
-
"links-fill",
|
|
1671
|
-
"links-line",
|
|
1672
|
-
"list-check",
|
|
1673
|
-
"list-check-2",
|
|
1674
|
-
"list-check-3",
|
|
1675
|
-
"list-indefinite",
|
|
1676
|
-
"list-ordered",
|
|
1677
|
-
"list-ordered-2",
|
|
1678
|
-
"list-radio",
|
|
1679
|
-
"list-settings-fill",
|
|
1680
|
-
"list-settings-line",
|
|
1681
|
-
"list-unordered",
|
|
1682
|
-
"list-view",
|
|
1683
|
-
"live-fill",
|
|
1684
|
-
"live-line",
|
|
1685
|
-
"loader-2-fill",
|
|
1686
|
-
"loader-2-line",
|
|
1687
|
-
"loader-3-fill",
|
|
1688
|
-
"loader-3-line",
|
|
1689
|
-
"loader-4-fill",
|
|
1690
|
-
"loader-4-line",
|
|
1691
|
-
"loader-5-fill",
|
|
1692
|
-
"loader-5-line",
|
|
1693
|
-
"loader-fill",
|
|
1694
|
-
"loader-line",
|
|
1695
|
-
"lock-2-fill",
|
|
1696
|
-
"lock-2-line",
|
|
1697
|
-
"lock-fill",
|
|
1698
|
-
"lock-line",
|
|
1699
|
-
"lock-password-fill",
|
|
1700
|
-
"lock-password-line",
|
|
1701
|
-
"lock-star-fill",
|
|
1702
|
-
"lock-star-line",
|
|
1703
|
-
"lock-unlock-fill",
|
|
1704
|
-
"lock-unlock-line",
|
|
1705
|
-
"login-box-fill",
|
|
1706
|
-
"login-box-line",
|
|
1707
|
-
"login-circle-fill",
|
|
1708
|
-
"login-circle-line",
|
|
1709
|
-
"logout-box-fill",
|
|
1710
|
-
"logout-box-line",
|
|
1711
|
-
"logout-box-r-fill",
|
|
1712
|
-
"logout-box-r-line",
|
|
1713
|
-
"logout-circle-fill",
|
|
1714
|
-
"logout-circle-line",
|
|
1715
|
-
"logout-circle-r-fill",
|
|
1716
|
-
"logout-circle-r-line",
|
|
1717
|
-
"loop-left-fill",
|
|
1718
|
-
"loop-left-line",
|
|
1719
|
-
"loop-right-fill",
|
|
1720
|
-
"loop-right-line",
|
|
1721
|
-
"luggage-cart-fill",
|
|
1722
|
-
"luggage-cart-line",
|
|
1723
|
-
"luggage-deposit-fill",
|
|
1724
|
-
"luggage-deposit-line",
|
|
1725
|
-
"lungs-fill",
|
|
1726
|
-
"lungs-line",
|
|
1727
|
-
"mac-fill",
|
|
1728
|
-
"mac-line",
|
|
1729
|
-
"macbook-fill",
|
|
1730
|
-
"macbook-line",
|
|
1731
|
-
"magic-fill",
|
|
1732
|
-
"magic-line",
|
|
1733
|
-
"mail-add-fill",
|
|
1734
|
-
"mail-add-line",
|
|
1735
|
-
"mail-ai-fill",
|
|
1736
|
-
"mail-ai-line",
|
|
1737
|
-
"mail-check-fill",
|
|
1738
|
-
"mail-check-line",
|
|
1739
|
-
"mail-close-fill",
|
|
1740
|
-
"mail-close-line",
|
|
1741
|
-
"mail-download-fill",
|
|
1742
|
-
"mail-download-line",
|
|
1743
|
-
"mail-fill",
|
|
1744
|
-
"mail-forbid-fill",
|
|
1745
|
-
"mail-forbid-line",
|
|
1746
|
-
"mail-line",
|
|
1747
|
-
"mail-lock-fill",
|
|
1748
|
-
"mail-lock-line",
|
|
1749
|
-
"mail-open-fill",
|
|
1750
|
-
"mail-open-line",
|
|
1751
|
-
"mail-send-fill",
|
|
1752
|
-
"mail-send-line",
|
|
1753
|
-
"mail-settings-fill",
|
|
1754
|
-
"mail-settings-line",
|
|
1755
|
-
"mail-star-fill",
|
|
1756
|
-
"mail-star-line",
|
|
1757
|
-
"mail-unread-fill",
|
|
1758
|
-
"mail-unread-line",
|
|
1759
|
-
"mail-volume-fill",
|
|
1760
|
-
"mail-volume-line",
|
|
1761
|
-
"map-2-fill",
|
|
1762
|
-
"map-2-line",
|
|
1763
|
-
"map-fill",
|
|
1764
|
-
"map-line",
|
|
1765
|
-
"map-pin-2-fill",
|
|
1766
|
-
"map-pin-2-line",
|
|
1767
|
-
"map-pin-3-fill",
|
|
1768
|
-
"map-pin-3-line",
|
|
1769
|
-
"map-pin-4-fill",
|
|
1770
|
-
"map-pin-4-line",
|
|
1771
|
-
"map-pin-5-fill",
|
|
1772
|
-
"map-pin-5-line",
|
|
1773
|
-
"map-pin-add-fill",
|
|
1774
|
-
"map-pin-add-line",
|
|
1775
|
-
"map-pin-fill",
|
|
1776
|
-
"map-pin-line",
|
|
1777
|
-
"map-pin-range-fill",
|
|
1778
|
-
"map-pin-range-line",
|
|
1779
|
-
"map-pin-time-fill",
|
|
1780
|
-
"map-pin-time-line",
|
|
1781
|
-
"map-pin-user-fill",
|
|
1782
|
-
"map-pin-user-line",
|
|
1783
|
-
"mark-pen-fill",
|
|
1784
|
-
"mark-pen-line",
|
|
1785
|
-
"markdown-fill",
|
|
1786
|
-
"markdown-line",
|
|
1787
|
-
"markup-fill",
|
|
1788
|
-
"markup-line",
|
|
1789
|
-
"mastercard-fill",
|
|
1790
|
-
"mastercard-line",
|
|
1791
|
-
"mastodon-fill",
|
|
1792
|
-
"mastodon-line",
|
|
1793
|
-
"medal-2-fill",
|
|
1794
|
-
"medal-2-line",
|
|
1795
|
-
"medal-fill",
|
|
1796
|
-
"medal-line",
|
|
1797
|
-
"medicine-bottle-fill",
|
|
1798
|
-
"medicine-bottle-line",
|
|
1799
|
-
"medium-fill",
|
|
1800
|
-
"medium-line",
|
|
1801
|
-
"megaphone-fill",
|
|
1802
|
-
"megaphone-line",
|
|
1803
|
-
"memories-fill",
|
|
1804
|
-
"memories-line",
|
|
1805
|
-
"men-fill",
|
|
1806
|
-
"men-line",
|
|
1807
|
-
"mental-health-fill",
|
|
1808
|
-
"mental-health-line",
|
|
1809
|
-
"menu-2-fill",
|
|
1810
|
-
"menu-2-line",
|
|
1811
|
-
"menu-3-fill",
|
|
1812
|
-
"menu-3-line",
|
|
1813
|
-
"menu-4-fill",
|
|
1814
|
-
"menu-4-line",
|
|
1815
|
-
"menu-5-fill",
|
|
1816
|
-
"menu-5-line",
|
|
1817
|
-
"menu-add-fill",
|
|
1818
|
-
"menu-add-line",
|
|
1819
|
-
"menu-fill",
|
|
1820
|
-
"menu-fold-2-fill",
|
|
1821
|
-
"menu-fold-2-line",
|
|
1822
|
-
"menu-fold-3-fill",
|
|
1823
|
-
"menu-fold-3-line",
|
|
1824
|
-
"menu-fold-4-fill",
|
|
1825
|
-
"menu-fold-4-line",
|
|
1826
|
-
"menu-fold-fill",
|
|
1827
|
-
"menu-fold-line",
|
|
1828
|
-
"menu-line",
|
|
1829
|
-
"menu-search-fill",
|
|
1830
|
-
"menu-search-line",
|
|
1831
|
-
"menu-unfold-2-fill",
|
|
1832
|
-
"menu-unfold-2-line",
|
|
1833
|
-
"menu-unfold-3-fill",
|
|
1834
|
-
"menu-unfold-3-line",
|
|
1835
|
-
"menu-unfold-4-fill",
|
|
1836
|
-
"menu-unfold-4-line",
|
|
1837
|
-
"menu-unfold-fill",
|
|
1838
|
-
"menu-unfold-line",
|
|
1839
|
-
"merge-cells-horizontal",
|
|
1840
|
-
"merge-cells-vertical",
|
|
1841
|
-
"message-2-fill",
|
|
1842
|
-
"message-2-line",
|
|
1843
|
-
"message-3-fill",
|
|
1844
|
-
"message-3-line",
|
|
1845
|
-
"message-fill",
|
|
1846
|
-
"message-line",
|
|
1847
|
-
"messenger-fill",
|
|
1848
|
-
"messenger-line",
|
|
1849
|
-
"meta-fill",
|
|
1850
|
-
"meta-line",
|
|
1851
|
-
"meteor-fill",
|
|
1852
|
-
"meteor-line",
|
|
1853
|
-
"mic-2-ai-fill",
|
|
1854
|
-
"mic-2-ai-line",
|
|
1855
|
-
"mic-2-fill",
|
|
1856
|
-
"mic-2-line",
|
|
1857
|
-
"mic-ai-fill",
|
|
1858
|
-
"mic-ai-line",
|
|
1859
|
-
"mic-fill",
|
|
1860
|
-
"mic-line",
|
|
1861
|
-
"mic-off-fill",
|
|
1862
|
-
"mic-off-line",
|
|
1863
|
-
"mickey-fill",
|
|
1864
|
-
"mickey-line",
|
|
1865
|
-
"microscope-fill",
|
|
1866
|
-
"microscope-line",
|
|
1867
|
-
"microsoft-fill",
|
|
1868
|
-
"microsoft-line",
|
|
1869
|
-
"microsoft-loop-fill",
|
|
1870
|
-
"microsoft-loop-line",
|
|
1871
|
-
"mind-map",
|
|
1872
|
-
"mini-program-fill",
|
|
1873
|
-
"mini-program-line",
|
|
1874
|
-
"mist-fill",
|
|
1875
|
-
"mist-line",
|
|
1876
|
-
"mixtral-fill",
|
|
1877
|
-
"mixtral-line",
|
|
1878
|
-
"mobile-download-fill",
|
|
1879
|
-
"mobile-download-line",
|
|
1880
|
-
"money-cny-box-fill",
|
|
1881
|
-
"money-cny-box-line",
|
|
1882
|
-
"money-cny-circle-fill",
|
|
1883
|
-
"money-cny-circle-line",
|
|
1884
|
-
"money-dollar-box-fill",
|
|
1885
|
-
"money-dollar-box-line",
|
|
1886
|
-
"money-dollar-circle-fill",
|
|
1887
|
-
"money-dollar-circle-line",
|
|
1888
|
-
"money-euro-box-fill",
|
|
1889
|
-
"money-euro-box-line",
|
|
1890
|
-
"money-euro-circle-fill",
|
|
1891
|
-
"money-euro-circle-line",
|
|
1892
|
-
"money-pound-box-fill",
|
|
1893
|
-
"money-pound-box-line",
|
|
1894
|
-
"money-pound-circle-fill",
|
|
1895
|
-
"money-pound-circle-line",
|
|
1896
|
-
"money-rupee-circle-fill",
|
|
1897
|
-
"money-rupee-circle-line",
|
|
1898
|
-
"moon-clear-fill",
|
|
1899
|
-
"moon-clear-line",
|
|
1900
|
-
"moon-cloudy-fill",
|
|
1901
|
-
"moon-cloudy-line",
|
|
1902
|
-
"moon-fill",
|
|
1903
|
-
"moon-foggy-fill",
|
|
1904
|
-
"moon-foggy-line",
|
|
1905
|
-
"moon-line",
|
|
1906
|
-
"more-2-fill",
|
|
1907
|
-
"more-2-line",
|
|
1908
|
-
"more-fill",
|
|
1909
|
-
"more-line",
|
|
1910
|
-
"motorbike-fill",
|
|
1911
|
-
"motorbike-line",
|
|
1912
|
-
"mouse-fill",
|
|
1913
|
-
"mouse-line",
|
|
1914
|
-
"movie-2-ai-fill",
|
|
1915
|
-
"movie-2-ai-line",
|
|
1916
|
-
"movie-2-fill",
|
|
1917
|
-
"movie-2-line",
|
|
1918
|
-
"movie-ai-fill",
|
|
1919
|
-
"movie-ai-line",
|
|
1920
|
-
"movie-fill",
|
|
1921
|
-
"movie-line",
|
|
1922
|
-
"multi-image-fill",
|
|
1923
|
-
"multi-image-line",
|
|
1924
|
-
"music-2-fill",
|
|
1925
|
-
"music-2-line",
|
|
1926
|
-
"music-ai-fill",
|
|
1927
|
-
"music-ai-line",
|
|
1928
|
-
"music-fill",
|
|
1929
|
-
"music-line",
|
|
1930
|
-
"mv-ai-fill",
|
|
1931
|
-
"mv-ai-line",
|
|
1932
|
-
"mv-fill",
|
|
1933
|
-
"mv-line",
|
|
1934
|
-
"navigation-fill",
|
|
1935
|
-
"navigation-line",
|
|
1936
|
-
"netease-cloud-music-fill",
|
|
1937
|
-
"netease-cloud-music-line",
|
|
1938
|
-
"netflix-fill",
|
|
1939
|
-
"netflix-line",
|
|
1940
|
-
"news-fill",
|
|
1941
|
-
"news-line",
|
|
1942
|
-
"newspaper-fill",
|
|
1943
|
-
"newspaper-line",
|
|
1944
|
-
"nextjs-fill",
|
|
1945
|
-
"nextjs-line",
|
|
1946
|
-
"nft-fill",
|
|
1947
|
-
"nft-line",
|
|
1948
|
-
"no-credit-card-fill",
|
|
1949
|
-
"no-credit-card-line",
|
|
1950
|
-
"node-tree",
|
|
1951
|
-
"nodejs-fill",
|
|
1952
|
-
"nodejs-line",
|
|
1953
|
-
"notification-2-fill",
|
|
1954
|
-
"notification-2-line",
|
|
1955
|
-
"notification-3-fill",
|
|
1956
|
-
"notification-3-line",
|
|
1957
|
-
"notification-4-fill",
|
|
1958
|
-
"notification-4-line",
|
|
1959
|
-
"notification-badge-fill",
|
|
1960
|
-
"notification-badge-line",
|
|
1961
|
-
"notification-fill",
|
|
1962
|
-
"notification-line",
|
|
1963
|
-
"notification-off-fill",
|
|
1964
|
-
"notification-off-line",
|
|
1965
|
-
"notification-snooze-fill",
|
|
1966
|
-
"notification-snooze-line",
|
|
1967
|
-
"notion-fill",
|
|
1968
|
-
"notion-line",
|
|
1969
|
-
"npmjs-fill",
|
|
1970
|
-
"npmjs-line",
|
|
1971
|
-
"number-0",
|
|
1972
|
-
"number-1",
|
|
1973
|
-
"number-2",
|
|
1974
|
-
"number-3",
|
|
1975
|
-
"number-4",
|
|
1976
|
-
"number-5",
|
|
1977
|
-
"number-6",
|
|
1978
|
-
"number-7",
|
|
1979
|
-
"number-8",
|
|
1980
|
-
"number-9",
|
|
1981
|
-
"numbers-fill",
|
|
1982
|
-
"numbers-line",
|
|
1983
|
-
"nurse-fill",
|
|
1984
|
-
"nurse-line",
|
|
1985
|
-
"octagon-fill",
|
|
1986
|
-
"octagon-line",
|
|
1987
|
-
"oil-fill",
|
|
1988
|
-
"oil-line",
|
|
1989
|
-
"omega",
|
|
1990
|
-
"open-arm-fill",
|
|
1991
|
-
"open-arm-line",
|
|
1992
|
-
"open-source-fill",
|
|
1993
|
-
"open-source-line",
|
|
1994
|
-
"openai-fill",
|
|
1995
|
-
"openai-line",
|
|
1996
|
-
"openbase-fill",
|
|
1997
|
-
"openbase-line",
|
|
1998
|
-
"opera-fill",
|
|
1999
|
-
"opera-line",
|
|
2000
|
-
"order-play-fill",
|
|
2001
|
-
"order-play-line",
|
|
2002
|
-
"organization-chart",
|
|
2003
|
-
"outlet-2-fill",
|
|
2004
|
-
"outlet-2-line",
|
|
2005
|
-
"outlet-fill",
|
|
2006
|
-
"outlet-line",
|
|
2007
|
-
"overline",
|
|
2008
|
-
"p2p-fill",
|
|
2009
|
-
"p2p-line",
|
|
2010
|
-
"page-separator",
|
|
2011
|
-
"pages-fill",
|
|
2012
|
-
"pages-line",
|
|
2013
|
-
"paint-brush-fill",
|
|
2014
|
-
"paint-brush-line",
|
|
2015
|
-
"paint-fill",
|
|
2016
|
-
"paint-line",
|
|
2017
|
-
"palette-fill",
|
|
2018
|
-
"palette-line",
|
|
2019
|
-
"pantone-fill",
|
|
2020
|
-
"pantone-line",
|
|
2021
|
-
"paragraph",
|
|
2022
|
-
"parent-fill",
|
|
2023
|
-
"parent-line",
|
|
2024
|
-
"parentheses-fill",
|
|
2025
|
-
"parentheses-line",
|
|
2026
|
-
"parking-box-fill",
|
|
2027
|
-
"parking-box-line",
|
|
2028
|
-
"parking-fill",
|
|
2029
|
-
"parking-line",
|
|
2030
|
-
"pass-expired-fill",
|
|
2031
|
-
"pass-expired-line",
|
|
2032
|
-
"pass-pending-fill",
|
|
2033
|
-
"pass-pending-line",
|
|
2034
|
-
"pass-valid-fill",
|
|
2035
|
-
"pass-valid-line",
|
|
2036
|
-
"passport-fill",
|
|
2037
|
-
"passport-line",
|
|
2038
|
-
"patreon-fill",
|
|
2039
|
-
"patreon-line",
|
|
2040
|
-
"pause-circle-fill",
|
|
2041
|
-
"pause-circle-line",
|
|
2042
|
-
"pause-fill",
|
|
2043
|
-
"pause-large-fill",
|
|
2044
|
-
"pause-large-line",
|
|
2045
|
-
"pause-line",
|
|
2046
|
-
"pause-mini-fill",
|
|
2047
|
-
"pause-mini-line",
|
|
2048
|
-
"paypal-fill",
|
|
2049
|
-
"paypal-line",
|
|
2050
|
-
"pen-nib-fill",
|
|
2051
|
-
"pen-nib-line",
|
|
2052
|
-
"pencil-fill",
|
|
2053
|
-
"pencil-line",
|
|
2054
|
-
"pencil-ruler-2-fill",
|
|
2055
|
-
"pencil-ruler-2-line",
|
|
2056
|
-
"pencil-ruler-fill",
|
|
2057
|
-
"pencil-ruler-line",
|
|
2058
|
-
"pentagon-fill",
|
|
2059
|
-
"pentagon-line",
|
|
2060
|
-
"percent-fill",
|
|
2061
|
-
"percent-line",
|
|
2062
|
-
"perplexity-fill",
|
|
2063
|
-
"perplexity-line",
|
|
2064
|
-
"phone-camera-fill",
|
|
2065
|
-
"phone-camera-line",
|
|
2066
|
-
"phone-fill",
|
|
2067
|
-
"phone-find-fill",
|
|
2068
|
-
"phone-find-line",
|
|
2069
|
-
"phone-line",
|
|
2070
|
-
"phone-lock-fill",
|
|
2071
|
-
"phone-lock-line",
|
|
2072
|
-
"php-fill",
|
|
2073
|
-
"php-line",
|
|
2074
|
-
"picture-in-picture-2-fill",
|
|
2075
|
-
"picture-in-picture-2-line",
|
|
2076
|
-
"picture-in-picture-exit-fill",
|
|
2077
|
-
"picture-in-picture-exit-line",
|
|
2078
|
-
"picture-in-picture-fill",
|
|
2079
|
-
"picture-in-picture-line",
|
|
2080
|
-
"pie-chart-2-fill",
|
|
2081
|
-
"pie-chart-2-line",
|
|
2082
|
-
"pie-chart-box-fill",
|
|
2083
|
-
"pie-chart-box-line",
|
|
2084
|
-
"pie-chart-fill",
|
|
2085
|
-
"pie-chart-line",
|
|
2086
|
-
"pin-distance-fill",
|
|
2087
|
-
"pin-distance-line",
|
|
2088
|
-
"ping-pong-fill",
|
|
2089
|
-
"ping-pong-line",
|
|
2090
|
-
"pinterest-fill",
|
|
2091
|
-
"pinterest-line",
|
|
2092
|
-
"pinyin-input",
|
|
2093
|
-
"pix-fill",
|
|
2094
|
-
"pix-line",
|
|
2095
|
-
"pixelfed-fill",
|
|
2096
|
-
"pixelfed-line",
|
|
2097
|
-
"plane-fill",
|
|
2098
|
-
"plane-line",
|
|
2099
|
-
"planet-fill",
|
|
2100
|
-
"planet-line",
|
|
2101
|
-
"plant-fill",
|
|
2102
|
-
"plant-line",
|
|
2103
|
-
"play-circle-fill",
|
|
2104
|
-
"play-circle-line",
|
|
2105
|
-
"play-fill",
|
|
2106
|
-
"play-large-fill",
|
|
2107
|
-
"play-large-line",
|
|
2108
|
-
"play-line",
|
|
2109
|
-
"play-list-2-fill",
|
|
2110
|
-
"play-list-2-line",
|
|
2111
|
-
"play-list-add-fill",
|
|
2112
|
-
"play-list-add-line",
|
|
2113
|
-
"play-list-fill",
|
|
2114
|
-
"play-list-line",
|
|
2115
|
-
"play-mini-fill",
|
|
2116
|
-
"play-mini-line",
|
|
2117
|
-
"play-reverse-fill",
|
|
2118
|
-
"play-reverse-large-fill",
|
|
2119
|
-
"play-reverse-large-line",
|
|
2120
|
-
"play-reverse-line",
|
|
2121
|
-
"play-reverse-mini-fill",
|
|
2122
|
-
"play-reverse-mini-line",
|
|
2123
|
-
"playstation-fill",
|
|
2124
|
-
"playstation-line",
|
|
2125
|
-
"plug-2-fill",
|
|
2126
|
-
"plug-2-line",
|
|
2127
|
-
"plug-fill",
|
|
2128
|
-
"plug-line",
|
|
2129
|
-
"poker-clubs-fill",
|
|
2130
|
-
"poker-clubs-line",
|
|
2131
|
-
"poker-diamonds-fill",
|
|
2132
|
-
"poker-diamonds-line",
|
|
2133
|
-
"poker-hearts-fill",
|
|
2134
|
-
"poker-hearts-line",
|
|
2135
|
-
"poker-spades-fill",
|
|
2136
|
-
"poker-spades-line",
|
|
2137
|
-
"polaroid-2-fill",
|
|
2138
|
-
"polaroid-2-line",
|
|
2139
|
-
"polaroid-fill",
|
|
2140
|
-
"polaroid-line",
|
|
2141
|
-
"police-badge-fill",
|
|
2142
|
-
"police-badge-line",
|
|
2143
|
-
"police-car-fill",
|
|
2144
|
-
"police-car-line",
|
|
2145
|
-
"presentation-fill",
|
|
2146
|
-
"presentation-line",
|
|
2147
|
-
"price-tag-2-fill",
|
|
2148
|
-
"price-tag-2-line",
|
|
2149
|
-
"price-tag-3-fill",
|
|
2150
|
-
"price-tag-3-line",
|
|
2151
|
-
"price-tag-fill",
|
|
2152
|
-
"price-tag-line",
|
|
2153
|
-
"printer-cloud-fill",
|
|
2154
|
-
"printer-cloud-line",
|
|
2155
|
-
"printer-fill",
|
|
2156
|
-
"printer-line",
|
|
2157
|
-
"product-hunt-fill",
|
|
2158
|
-
"product-hunt-line",
|
|
2159
|
-
"profile-fill",
|
|
2160
|
-
"profile-line",
|
|
2161
|
-
"progress-1-fill",
|
|
2162
|
-
"progress-1-line",
|
|
2163
|
-
"progress-2-fill",
|
|
2164
|
-
"progress-2-line",
|
|
2165
|
-
"progress-3-fill",
|
|
2166
|
-
"progress-3-line",
|
|
2167
|
-
"progress-4-fill",
|
|
2168
|
-
"progress-4-line",
|
|
2169
|
-
"progress-5-fill",
|
|
2170
|
-
"progress-5-line",
|
|
2171
|
-
"progress-6-fill",
|
|
2172
|
-
"progress-6-line",
|
|
2173
|
-
"progress-7-fill",
|
|
2174
|
-
"progress-7-line",
|
|
2175
|
-
"progress-8-fill",
|
|
2176
|
-
"progress-8-line",
|
|
2177
|
-
"prohibited-2-fill",
|
|
2178
|
-
"prohibited-2-line",
|
|
2179
|
-
"prohibited-fill",
|
|
2180
|
-
"prohibited-line",
|
|
2181
|
-
"projector-2-fill",
|
|
2182
|
-
"projector-2-line",
|
|
2183
|
-
"projector-fill",
|
|
2184
|
-
"projector-line",
|
|
2185
|
-
"psychotherapy-fill",
|
|
2186
|
-
"psychotherapy-line",
|
|
2187
|
-
"pulse-ai-fill",
|
|
2188
|
-
"pulse-ai-line",
|
|
2189
|
-
"pulse-fill",
|
|
2190
|
-
"pulse-line",
|
|
2191
|
-
"pushpin-2-fill",
|
|
2192
|
-
"pushpin-2-line",
|
|
2193
|
-
"pushpin-fill",
|
|
2194
|
-
"pushpin-line",
|
|
2195
|
-
"puzzle-2-fill",
|
|
2196
|
-
"puzzle-2-line",
|
|
2197
|
-
"puzzle-fill",
|
|
2198
|
-
"puzzle-line",
|
|
2199
|
-
"qq-fill",
|
|
2200
|
-
"qq-line",
|
|
2201
|
-
"qr-code-fill",
|
|
2202
|
-
"qr-code-line",
|
|
2203
|
-
"qr-scan-2-fill",
|
|
2204
|
-
"qr-scan-2-line",
|
|
2205
|
-
"qr-scan-fill",
|
|
2206
|
-
"qr-scan-line",
|
|
2207
|
-
"question-answer-fill",
|
|
2208
|
-
"question-answer-line",
|
|
2209
|
-
"question-fill",
|
|
2210
|
-
"question-line",
|
|
2211
|
-
"question-mark",
|
|
2212
|
-
"questionnaire-fill",
|
|
2213
|
-
"questionnaire-line",
|
|
2214
|
-
"quill-pen-ai-fill",
|
|
2215
|
-
"quill-pen-ai-line",
|
|
2216
|
-
"quill-pen-fill",
|
|
2217
|
-
"quill-pen-line",
|
|
2218
|
-
"quote-text",
|
|
2219
|
-
"radar-fill",
|
|
2220
|
-
"radar-line",
|
|
2221
|
-
"radio-2-fill",
|
|
2222
|
-
"radio-2-line",
|
|
2223
|
-
"radio-button-fill",
|
|
2224
|
-
"radio-button-line",
|
|
2225
|
-
"radio-fill",
|
|
2226
|
-
"radio-line",
|
|
2227
|
-
"rainbow-fill",
|
|
2228
|
-
"rainbow-line",
|
|
2229
|
-
"rainy-fill",
|
|
2230
|
-
"rainy-line",
|
|
2231
|
-
"ram-2-fill",
|
|
2232
|
-
"ram-2-line",
|
|
2233
|
-
"ram-fill",
|
|
2234
|
-
"ram-line",
|
|
2235
|
-
"reactjs-fill",
|
|
2236
|
-
"reactjs-line",
|
|
2237
|
-
"receipt-fill",
|
|
2238
|
-
"receipt-line",
|
|
2239
|
-
"record-circle-fill",
|
|
2240
|
-
"record-circle-line",
|
|
2241
|
-
"record-mail-fill",
|
|
2242
|
-
"record-mail-line",
|
|
2243
|
-
"rectangle-fill",
|
|
2244
|
-
"rectangle-line",
|
|
2245
|
-
"recycle-fill",
|
|
2246
|
-
"recycle-line",
|
|
2247
|
-
"red-packet-fill",
|
|
2248
|
-
"red-packet-line",
|
|
2249
|
-
"reddit-fill",
|
|
2250
|
-
"reddit-line",
|
|
2251
|
-
"refresh-fill",
|
|
2252
|
-
"refresh-line",
|
|
2253
|
-
"refund-2-fill",
|
|
2254
|
-
"refund-2-line",
|
|
2255
|
-
"refund-fill",
|
|
2256
|
-
"refund-line",
|
|
2257
|
-
"registered-fill",
|
|
2258
|
-
"registered-line",
|
|
2259
|
-
"remix-run-fill",
|
|
2260
|
-
"remix-run-line",
|
|
2261
|
-
"remixicon-fill",
|
|
2262
|
-
"remixicon-line",
|
|
2263
|
-
"remote-control-2-fill",
|
|
2264
|
-
"remote-control-2-line",
|
|
2265
|
-
"remote-control-fill",
|
|
2266
|
-
"remote-control-line",
|
|
2267
|
-
"repeat-2-fill",
|
|
2268
|
-
"repeat-2-line",
|
|
2269
|
-
"repeat-fill",
|
|
2270
|
-
"repeat-line",
|
|
2271
|
-
"repeat-one-fill",
|
|
2272
|
-
"repeat-one-line",
|
|
2273
|
-
"replay-10-fill",
|
|
2274
|
-
"replay-10-line",
|
|
2275
|
-
"replay-15-fill",
|
|
2276
|
-
"replay-15-line",
|
|
2277
|
-
"replay-30-fill",
|
|
2278
|
-
"replay-30-line",
|
|
2279
|
-
"replay-5-fill",
|
|
2280
|
-
"replay-5-line",
|
|
2281
|
-
"reply-all-fill",
|
|
2282
|
-
"reply-all-line",
|
|
2283
|
-
"reply-fill",
|
|
2284
|
-
"reply-line",
|
|
2285
|
-
"reserved-fill",
|
|
2286
|
-
"reserved-line",
|
|
2287
|
-
"reset-left-fill",
|
|
2288
|
-
"reset-left-line",
|
|
2289
|
-
"reset-right-fill",
|
|
2290
|
-
"reset-right-line",
|
|
2291
|
-
"rest-time-fill",
|
|
2292
|
-
"rest-time-line",
|
|
2293
|
-
"restart-fill",
|
|
2294
|
-
"restart-line",
|
|
2295
|
-
"restaurant-2-fill",
|
|
2296
|
-
"restaurant-2-line",
|
|
2297
|
-
"restaurant-fill",
|
|
2298
|
-
"restaurant-line",
|
|
2299
|
-
"rewind-fill",
|
|
2300
|
-
"rewind-line",
|
|
2301
|
-
"rewind-mini-fill",
|
|
2302
|
-
"rewind-mini-line",
|
|
2303
|
-
"rewind-start-fill",
|
|
2304
|
-
"rewind-start-line",
|
|
2305
|
-
"rewind-start-mini-fill",
|
|
2306
|
-
"rewind-start-mini-line",
|
|
2307
|
-
"rfid-fill",
|
|
2308
|
-
"rfid-line",
|
|
2309
|
-
"rhythm-fill",
|
|
2310
|
-
"rhythm-line",
|
|
2311
|
-
"riding-fill",
|
|
2312
|
-
"riding-line",
|
|
2313
|
-
"road-map-fill",
|
|
2314
|
-
"road-map-line",
|
|
2315
|
-
"roadster-fill",
|
|
2316
|
-
"roadster-line",
|
|
2317
|
-
"robot-2-fill",
|
|
2318
|
-
"robot-2-line",
|
|
2319
|
-
"robot-3-fill",
|
|
2320
|
-
"robot-3-line",
|
|
2321
|
-
"robot-fill",
|
|
2322
|
-
"robot-line",
|
|
2323
|
-
"rocket-2-fill",
|
|
2324
|
-
"rocket-2-line",
|
|
2325
|
-
"rocket-fill",
|
|
2326
|
-
"rocket-line",
|
|
2327
|
-
"rotate-lock-fill",
|
|
2328
|
-
"rotate-lock-line",
|
|
2329
|
-
"rounded-corner",
|
|
2330
|
-
"route-fill",
|
|
2331
|
-
"route-line",
|
|
2332
|
-
"router-fill",
|
|
2333
|
-
"router-line",
|
|
2334
|
-
"rss-fill",
|
|
2335
|
-
"rss-line",
|
|
2336
|
-
"ruler-2-fill",
|
|
2337
|
-
"ruler-2-line",
|
|
2338
|
-
"ruler-fill",
|
|
2339
|
-
"ruler-line",
|
|
2340
|
-
"run-fill",
|
|
2341
|
-
"run-line",
|
|
2342
|
-
"safari-fill",
|
|
2343
|
-
"safari-line",
|
|
2344
|
-
"safe-2-fill",
|
|
2345
|
-
"safe-2-line",
|
|
2346
|
-
"safe-3-fill",
|
|
2347
|
-
"safe-3-line",
|
|
2348
|
-
"safe-fill",
|
|
2349
|
-
"safe-line",
|
|
2350
|
-
"sailboat-fill",
|
|
2351
|
-
"sailboat-line",
|
|
2352
|
-
"save-2-fill",
|
|
2353
|
-
"save-2-line",
|
|
2354
|
-
"save-3-fill",
|
|
2355
|
-
"save-3-line",
|
|
2356
|
-
"save-fill",
|
|
2357
|
-
"save-line",
|
|
2358
|
-
"scales-2-fill",
|
|
2359
|
-
"scales-2-line",
|
|
2360
|
-
"scales-3-fill",
|
|
2361
|
-
"scales-3-line",
|
|
2362
|
-
"scales-fill",
|
|
2363
|
-
"scales-line",
|
|
2364
|
-
"scan-2-fill",
|
|
2365
|
-
"scan-2-line",
|
|
2366
|
-
"scan-fill",
|
|
2367
|
-
"scan-line",
|
|
2368
|
-
"school-fill",
|
|
2369
|
-
"school-line",
|
|
2370
|
-
"scissors-2-fill",
|
|
2371
|
-
"scissors-2-line",
|
|
2372
|
-
"scissors-cut-fill",
|
|
2373
|
-
"scissors-cut-line",
|
|
2374
|
-
"scissors-fill",
|
|
2375
|
-
"scissors-line",
|
|
2376
|
-
"screenshot-2-fill",
|
|
2377
|
-
"screenshot-2-line",
|
|
2378
|
-
"screenshot-fill",
|
|
2379
|
-
"screenshot-line",
|
|
2380
|
-
"scroll-to-bottom-fill",
|
|
2381
|
-
"scroll-to-bottom-line",
|
|
2382
|
-
"sd-card-fill",
|
|
2383
|
-
"sd-card-line",
|
|
2384
|
-
"sd-card-mini-fill",
|
|
2385
|
-
"sd-card-mini-line",
|
|
2386
|
-
"search-2-fill",
|
|
2387
|
-
"search-2-line",
|
|
2388
|
-
"search-eye-fill",
|
|
2389
|
-
"search-eye-line",
|
|
2390
|
-
"search-fill",
|
|
2391
|
-
"search-line",
|
|
2392
|
-
"secure-payment-fill",
|
|
2393
|
-
"secure-payment-line",
|
|
2394
|
-
"seedling-fill",
|
|
2395
|
-
"seedling-line",
|
|
2396
|
-
"send-backward",
|
|
2397
|
-
"send-plane-2-fill",
|
|
2398
|
-
"send-plane-2-line",
|
|
2399
|
-
"send-plane-fill",
|
|
2400
|
-
"send-plane-line",
|
|
2401
|
-
"send-to-back",
|
|
2402
|
-
"sensor-fill",
|
|
2403
|
-
"sensor-line",
|
|
2404
|
-
"seo-fill",
|
|
2405
|
-
"seo-line",
|
|
2406
|
-
"separator",
|
|
2407
|
-
"server-fill",
|
|
2408
|
-
"server-line",
|
|
2409
|
-
"service-bell-fill",
|
|
2410
|
-
"service-bell-line",
|
|
2411
|
-
"service-fill",
|
|
2412
|
-
"service-line",
|
|
2413
|
-
"settings-2-fill",
|
|
2414
|
-
"settings-2-line",
|
|
2415
|
-
"settings-3-fill",
|
|
2416
|
-
"settings-3-line",
|
|
2417
|
-
"settings-4-fill",
|
|
2418
|
-
"settings-4-line",
|
|
2419
|
-
"settings-5-fill",
|
|
2420
|
-
"settings-5-line",
|
|
2421
|
-
"settings-6-fill",
|
|
2422
|
-
"settings-6-line",
|
|
2423
|
-
"settings-fill",
|
|
2424
|
-
"settings-line",
|
|
2425
|
-
"shadow-fill",
|
|
2426
|
-
"shadow-line",
|
|
2427
|
-
"shake-hands-fill",
|
|
2428
|
-
"shake-hands-line",
|
|
2429
|
-
"shape-2-fill",
|
|
2430
|
-
"shape-2-line",
|
|
2431
|
-
"shape-fill",
|
|
2432
|
-
"shape-line",
|
|
2433
|
-
"shapes-fill",
|
|
2434
|
-
"shapes-line",
|
|
2435
|
-
"share-2-fill",
|
|
2436
|
-
"share-2-line",
|
|
2437
|
-
"share-box-fill",
|
|
2438
|
-
"share-box-line",
|
|
2439
|
-
"share-circle-fill",
|
|
2440
|
-
"share-circle-line",
|
|
2441
|
-
"share-fill",
|
|
2442
|
-
"share-forward-2-fill",
|
|
2443
|
-
"share-forward-2-line",
|
|
2444
|
-
"share-forward-box-fill",
|
|
2445
|
-
"share-forward-box-line",
|
|
2446
|
-
"share-forward-fill",
|
|
2447
|
-
"share-forward-line",
|
|
2448
|
-
"share-line",
|
|
2449
|
-
"shield-check-fill",
|
|
2450
|
-
"shield-check-line",
|
|
2451
|
-
"shield-cross-fill",
|
|
2452
|
-
"shield-cross-line",
|
|
2453
|
-
"shield-fill",
|
|
2454
|
-
"shield-flash-fill",
|
|
2455
|
-
"shield-flash-line",
|
|
2456
|
-
"shield-keyhole-fill",
|
|
2457
|
-
"shield-keyhole-line",
|
|
2458
|
-
"shield-line",
|
|
2459
|
-
"shield-star-fill",
|
|
2460
|
-
"shield-star-line",
|
|
2461
|
-
"shield-user-fill",
|
|
2462
|
-
"shield-user-line",
|
|
2463
|
-
"shining-2-fill",
|
|
2464
|
-
"shining-2-line",
|
|
2465
|
-
"shining-fill",
|
|
2466
|
-
"shining-line",
|
|
2467
|
-
"ship-2-fill",
|
|
2468
|
-
"ship-2-line",
|
|
2469
|
-
"ship-fill",
|
|
2470
|
-
"ship-line",
|
|
2471
|
-
"shirt-fill",
|
|
2472
|
-
"shirt-line",
|
|
2473
|
-
"shopping-bag-2-fill",
|
|
2474
|
-
"shopping-bag-2-line",
|
|
2475
|
-
"shopping-bag-3-fill",
|
|
2476
|
-
"shopping-bag-3-line",
|
|
2477
|
-
"shopping-bag-4-fill",
|
|
2478
|
-
"shopping-bag-4-line",
|
|
2479
|
-
"shopping-bag-fill",
|
|
2480
|
-
"shopping-bag-line",
|
|
2481
|
-
"shopping-basket-2-fill",
|
|
2482
|
-
"shopping-basket-2-line",
|
|
2483
|
-
"shopping-basket-fill",
|
|
2484
|
-
"shopping-basket-line",
|
|
2485
|
-
"shopping-cart-2-fill",
|
|
2486
|
-
"shopping-cart-2-line",
|
|
2487
|
-
"shopping-cart-fill",
|
|
2488
|
-
"shopping-cart-line",
|
|
2489
|
-
"showers-fill",
|
|
2490
|
-
"showers-line",
|
|
2491
|
-
"shuffle-fill",
|
|
2492
|
-
"shuffle-line",
|
|
2493
|
-
"shut-down-fill",
|
|
2494
|
-
"shut-down-line",
|
|
2495
|
-
"side-bar-fill",
|
|
2496
|
-
"side-bar-line",
|
|
2497
|
-
"sidebar-fold-fill",
|
|
2498
|
-
"sidebar-fold-line",
|
|
2499
|
-
"sidebar-unfold-fill",
|
|
2500
|
-
"sidebar-unfold-line",
|
|
2501
|
-
"signal-tower-fill",
|
|
2502
|
-
"signal-tower-line",
|
|
2503
|
-
"signal-wifi-1-fill",
|
|
2504
|
-
"signal-wifi-1-line",
|
|
2505
|
-
"signal-wifi-2-fill",
|
|
2506
|
-
"signal-wifi-2-line",
|
|
2507
|
-
"signal-wifi-3-fill",
|
|
2508
|
-
"signal-wifi-3-line",
|
|
2509
|
-
"signal-wifi-error-fill",
|
|
2510
|
-
"signal-wifi-error-line",
|
|
2511
|
-
"signal-wifi-fill",
|
|
2512
|
-
"signal-wifi-line",
|
|
2513
|
-
"signal-wifi-off-fill",
|
|
2514
|
-
"signal-wifi-off-line",
|
|
2515
|
-
"signpost-fill",
|
|
2516
|
-
"signpost-line",
|
|
2517
|
-
"sim-card-2-fill",
|
|
2518
|
-
"sim-card-2-line",
|
|
2519
|
-
"sim-card-fill",
|
|
2520
|
-
"sim-card-line",
|
|
2521
|
-
"single-quotes-l",
|
|
2522
|
-
"single-quotes-r",
|
|
2523
|
-
"sip-fill",
|
|
2524
|
-
"sip-line",
|
|
2525
|
-
"sketching",
|
|
2526
|
-
"skip-back-fill",
|
|
2527
|
-
"skip-back-line",
|
|
2528
|
-
"skip-back-mini-fill",
|
|
2529
|
-
"skip-back-mini-line",
|
|
2530
|
-
"skip-down-fill",
|
|
2531
|
-
"skip-down-line",
|
|
2532
|
-
"skip-forward-fill",
|
|
2533
|
-
"skip-forward-line",
|
|
2534
|
-
"skip-forward-mini-fill",
|
|
2535
|
-
"skip-forward-mini-line",
|
|
2536
|
-
"skip-left-fill",
|
|
2537
|
-
"skip-left-line",
|
|
2538
|
-
"skip-right-fill",
|
|
2539
|
-
"skip-right-line",
|
|
2540
|
-
"skip-up-fill",
|
|
2541
|
-
"skip-up-line",
|
|
2542
|
-
"skull-2-fill",
|
|
2543
|
-
"skull-2-line",
|
|
2544
|
-
"skull-fill",
|
|
2545
|
-
"skull-line",
|
|
2546
|
-
"skype-fill",
|
|
2547
|
-
"skype-line",
|
|
2548
|
-
"slack-fill",
|
|
2549
|
-
"slack-line",
|
|
2550
|
-
"slash-commands",
|
|
2551
|
-
"slash-commands-2",
|
|
2552
|
-
"slice-fill",
|
|
2553
|
-
"slice-line",
|
|
2554
|
-
"slideshow-2-fill",
|
|
2555
|
-
"slideshow-2-line",
|
|
2556
|
-
"slideshow-3-fill",
|
|
2557
|
-
"slideshow-3-line",
|
|
2558
|
-
"slideshow-4-fill",
|
|
2559
|
-
"slideshow-4-line",
|
|
2560
|
-
"slideshow-fill",
|
|
2561
|
-
"slideshow-line",
|
|
2562
|
-
"slideshow-view",
|
|
2563
|
-
"slow-down-fill",
|
|
2564
|
-
"slow-down-line",
|
|
2565
|
-
"smartphone-fill",
|
|
2566
|
-
"smartphone-line",
|
|
2567
|
-
"snapchat-fill",
|
|
2568
|
-
"snapchat-line",
|
|
2569
|
-
"snowflake-fill",
|
|
2570
|
-
"snowflake-line",
|
|
2571
|
-
"snowy-fill",
|
|
2572
|
-
"snowy-line",
|
|
2573
|
-
"sofa-fill",
|
|
2574
|
-
"sofa-line",
|
|
2575
|
-
"sort-alphabet-asc",
|
|
2576
|
-
"sort-alphabet-desc",
|
|
2577
|
-
"sort-asc",
|
|
2578
|
-
"sort-desc",
|
|
2579
|
-
"sort-number-asc",
|
|
2580
|
-
"sort-number-desc",
|
|
2581
|
-
"sound-module-fill",
|
|
2582
|
-
"sound-module-line",
|
|
2583
|
-
"soundcloud-fill",
|
|
2584
|
-
"soundcloud-line",
|
|
2585
|
-
"space",
|
|
2586
|
-
"space-ship-fill",
|
|
2587
|
-
"space-ship-line",
|
|
2588
|
-
"spam-2-fill",
|
|
2589
|
-
"spam-2-line",
|
|
2590
|
-
"spam-3-fill",
|
|
2591
|
-
"spam-3-line",
|
|
2592
|
-
"spam-fill",
|
|
2593
|
-
"spam-line",
|
|
2594
|
-
"sparkling-2-fill",
|
|
2595
|
-
"sparkling-2-line",
|
|
2596
|
-
"sparkling-fill",
|
|
2597
|
-
"sparkling-line",
|
|
2598
|
-
"speak-ai-fill",
|
|
2599
|
-
"speak-ai-line",
|
|
2600
|
-
"speak-fill",
|
|
2601
|
-
"speak-line",
|
|
2602
|
-
"speaker-2-fill",
|
|
2603
|
-
"speaker-2-line",
|
|
2604
|
-
"speaker-3-fill",
|
|
2605
|
-
"speaker-3-line",
|
|
2606
|
-
"speaker-fill",
|
|
2607
|
-
"speaker-line",
|
|
2608
|
-
"spectrum-fill",
|
|
2609
|
-
"spectrum-line",
|
|
2610
|
-
"speed-fill",
|
|
2611
|
-
"speed-line",
|
|
2612
|
-
"speed-mini-fill",
|
|
2613
|
-
"speed-mini-line",
|
|
2614
|
-
"speed-up-fill",
|
|
2615
|
-
"speed-up-line",
|
|
2616
|
-
"split-cells-horizontal",
|
|
2617
|
-
"split-cells-vertical",
|
|
2618
|
-
"spotify-fill",
|
|
2619
|
-
"spotify-line",
|
|
2620
|
-
"spy-fill",
|
|
2621
|
-
"spy-line",
|
|
2622
|
-
"square-fill",
|
|
2623
|
-
"square-line",
|
|
2624
|
-
"square-root",
|
|
2625
|
-
"stack-fill",
|
|
2626
|
-
"stack-line",
|
|
2627
|
-
"stack-overflow-fill",
|
|
2628
|
-
"stack-overflow-line",
|
|
2629
|
-
"stacked-view",
|
|
2630
|
-
"stackshare-fill",
|
|
2631
|
-
"stackshare-line",
|
|
2632
|
-
"stairs-fill",
|
|
2633
|
-
"stairs-line",
|
|
2634
|
-
"star-fill",
|
|
2635
|
-
"star-half-fill",
|
|
2636
|
-
"star-half-line",
|
|
2637
|
-
"star-half-s-fill",
|
|
2638
|
-
"star-half-s-line",
|
|
2639
|
-
"star-line",
|
|
2640
|
-
"star-off-fill",
|
|
2641
|
-
"star-off-line",
|
|
2642
|
-
"star-s-fill",
|
|
2643
|
-
"star-s-line",
|
|
2644
|
-
"star-smile-fill",
|
|
2645
|
-
"star-smile-line",
|
|
2646
|
-
"steam-fill",
|
|
2647
|
-
"steam-line",
|
|
2648
|
-
"steering-2-fill",
|
|
2649
|
-
"steering-2-line",
|
|
2650
|
-
"steering-fill",
|
|
2651
|
-
"steering-line",
|
|
2652
|
-
"stethoscope-fill",
|
|
2653
|
-
"stethoscope-line",
|
|
2654
|
-
"sticky-note-2-fill",
|
|
2655
|
-
"sticky-note-2-line",
|
|
2656
|
-
"sticky-note-add-fill",
|
|
2657
|
-
"sticky-note-add-line",
|
|
2658
|
-
"sticky-note-fill",
|
|
2659
|
-
"sticky-note-line",
|
|
2660
|
-
"stock-fill",
|
|
2661
|
-
"stock-line",
|
|
2662
|
-
"stop-circle-fill",
|
|
2663
|
-
"stop-circle-line",
|
|
2664
|
-
"stop-fill",
|
|
2665
|
-
"stop-large-fill",
|
|
2666
|
-
"stop-large-line",
|
|
2667
|
-
"stop-line",
|
|
2668
|
-
"stop-mini-fill",
|
|
2669
|
-
"stop-mini-line",
|
|
2670
|
-
"store-2-fill",
|
|
2671
|
-
"store-2-line",
|
|
2672
|
-
"store-3-fill",
|
|
2673
|
-
"store-3-line",
|
|
2674
|
-
"store-fill",
|
|
2675
|
-
"store-line",
|
|
2676
|
-
"strikethrough",
|
|
2677
|
-
"strikethrough-2",
|
|
2678
|
-
"subscript",
|
|
2679
|
-
"subscript-2",
|
|
2680
|
-
"subtract-fill",
|
|
2681
|
-
"subtract-line",
|
|
2682
|
-
"subway-fill",
|
|
2683
|
-
"subway-line",
|
|
2684
|
-
"subway-wifi-fill",
|
|
2685
|
-
"subway-wifi-line",
|
|
2686
|
-
"suitcase-2-fill",
|
|
2687
|
-
"suitcase-2-line",
|
|
2688
|
-
"suitcase-3-fill",
|
|
2689
|
-
"suitcase-3-line",
|
|
2690
|
-
"suitcase-fill",
|
|
2691
|
-
"suitcase-line",
|
|
2692
|
-
"sun-cloudy-fill",
|
|
2693
|
-
"sun-cloudy-line",
|
|
2694
|
-
"sun-fill",
|
|
2695
|
-
"sun-foggy-fill",
|
|
2696
|
-
"sun-foggy-line",
|
|
2697
|
-
"sun-line",
|
|
2698
|
-
"supabase-fill",
|
|
2699
|
-
"supabase-line",
|
|
2700
|
-
"superscript",
|
|
2701
|
-
"superscript-2",
|
|
2702
|
-
"surgical-mask-fill",
|
|
2703
|
-
"surgical-mask-line",
|
|
2704
|
-
"surround-sound-fill",
|
|
2705
|
-
"surround-sound-line",
|
|
2706
|
-
"survey-fill",
|
|
2707
|
-
"survey-line",
|
|
2708
|
-
"svelte-fill",
|
|
2709
|
-
"svelte-line",
|
|
2710
|
-
"swap-2-fill",
|
|
2711
|
-
"swap-2-line",
|
|
2712
|
-
"swap-3-fill",
|
|
2713
|
-
"swap-3-line",
|
|
2714
|
-
"swap-box-fill",
|
|
2715
|
-
"swap-box-line",
|
|
2716
|
-
"swap-fill",
|
|
2717
|
-
"swap-line",
|
|
2718
|
-
"switch-fill",
|
|
2719
|
-
"switch-line",
|
|
2720
|
-
"sword-fill",
|
|
2721
|
-
"sword-line",
|
|
2722
|
-
"syringe-fill",
|
|
2723
|
-
"syringe-line",
|
|
2724
|
-
"t-box-fill",
|
|
2725
|
-
"t-box-line",
|
|
2726
|
-
"t-shirt-2-fill",
|
|
2727
|
-
"t-shirt-2-line",
|
|
2728
|
-
"t-shirt-air-fill",
|
|
2729
|
-
"t-shirt-air-line",
|
|
2730
|
-
"t-shirt-fill",
|
|
2731
|
-
"t-shirt-line",
|
|
2732
|
-
"table-2",
|
|
2733
|
-
"table-3",
|
|
2734
|
-
"table-alt-fill",
|
|
2735
|
-
"table-alt-line",
|
|
2736
|
-
"table-fill",
|
|
2737
|
-
"table-line",
|
|
2738
|
-
"table-view",
|
|
2739
|
-
"tablet-fill",
|
|
2740
|
-
"tablet-line",
|
|
2741
|
-
"tailwind-css-fill",
|
|
2742
|
-
"tailwind-css-line",
|
|
2743
|
-
"takeaway-fill",
|
|
2744
|
-
"takeaway-line",
|
|
2745
|
-
"taobao-fill",
|
|
2746
|
-
"taobao-line",
|
|
2747
|
-
"tape-fill",
|
|
2748
|
-
"tape-line",
|
|
2749
|
-
"task-fill",
|
|
2750
|
-
"task-line",
|
|
2751
|
-
"taxi-fill",
|
|
2752
|
-
"taxi-line",
|
|
2753
|
-
"taxi-wifi-fill",
|
|
2754
|
-
"taxi-wifi-line",
|
|
2755
|
-
"team-fill",
|
|
2756
|
-
"team-line",
|
|
2757
|
-
"telegram-2-fill",
|
|
2758
|
-
"telegram-2-line",
|
|
2759
|
-
"telegram-fill",
|
|
2760
|
-
"telegram-line",
|
|
2761
|
-
"temp-cold-fill",
|
|
2762
|
-
"temp-cold-line",
|
|
2763
|
-
"temp-hot-fill",
|
|
2764
|
-
"temp-hot-line",
|
|
2765
|
-
"tent-fill",
|
|
2766
|
-
"tent-line",
|
|
2767
|
-
"terminal-box-fill",
|
|
2768
|
-
"terminal-box-line",
|
|
2769
|
-
"terminal-fill",
|
|
2770
|
-
"terminal-line",
|
|
2771
|
-
"terminal-window-fill",
|
|
2772
|
-
"terminal-window-line",
|
|
2773
|
-
"test-tube-fill",
|
|
2774
|
-
"test-tube-line",
|
|
2775
|
-
"text",
|
|
2776
|
-
"text-block",
|
|
2777
|
-
"text-direction-l",
|
|
2778
|
-
"text-direction-r",
|
|
2779
|
-
"text-snippet",
|
|
2780
|
-
"text-spacing",
|
|
2781
|
-
"text-wrap",
|
|
2782
|
-
"thermometer-fill",
|
|
2783
|
-
"thermometer-line",
|
|
2784
|
-
"threads-fill",
|
|
2785
|
-
"threads-line",
|
|
2786
|
-
"thumb-down-fill",
|
|
2787
|
-
"thumb-down-line",
|
|
2788
|
-
"thumb-up-fill",
|
|
2789
|
-
"thumb-up-line",
|
|
2790
|
-
"thunderstorms-fill",
|
|
2791
|
-
"thunderstorms-line",
|
|
2792
|
-
"ticket-2-fill",
|
|
2793
|
-
"ticket-2-line",
|
|
2794
|
-
"ticket-fill",
|
|
2795
|
-
"ticket-line",
|
|
2796
|
-
"tiktok-fill",
|
|
2797
|
-
"tiktok-line",
|
|
2798
|
-
"time-fill",
|
|
2799
|
-
"time-line",
|
|
2800
|
-
"time-zone-fill",
|
|
2801
|
-
"time-zone-line",
|
|
2802
|
-
"timeline-view",
|
|
2803
|
-
"timer-2-fill",
|
|
2804
|
-
"timer-2-line",
|
|
2805
|
-
"timer-fill",
|
|
2806
|
-
"timer-flash-fill",
|
|
2807
|
-
"timer-flash-line",
|
|
2808
|
-
"timer-line",
|
|
2809
|
-
"todo-fill",
|
|
2810
|
-
"todo-line",
|
|
2811
|
-
"toggle-fill",
|
|
2812
|
-
"toggle-line",
|
|
2813
|
-
"token-swap-fill",
|
|
2814
|
-
"token-swap-line",
|
|
2815
|
-
"tools-fill",
|
|
2816
|
-
"tools-line",
|
|
2817
|
-
"tooth-fill",
|
|
2818
|
-
"tooth-line",
|
|
2819
|
-
"tornado-fill",
|
|
2820
|
-
"tornado-line",
|
|
2821
|
-
"trademark-fill",
|
|
2822
|
-
"trademark-line",
|
|
2823
|
-
"traffic-light-fill",
|
|
2824
|
-
"traffic-light-line",
|
|
2825
|
-
"train-fill",
|
|
2826
|
-
"train-line",
|
|
2827
|
-
"train-wifi-fill",
|
|
2828
|
-
"train-wifi-line",
|
|
2829
|
-
"translate",
|
|
2830
|
-
"translate-2",
|
|
2831
|
-
"translate-ai",
|
|
2832
|
-
"translate-ai-2",
|
|
2833
|
-
"travesti-fill",
|
|
2834
|
-
"travesti-line",
|
|
2835
|
-
"treasure-map-fill",
|
|
2836
|
-
"treasure-map-line",
|
|
2837
|
-
"tree-fill",
|
|
2838
|
-
"tree-line",
|
|
2839
|
-
"trello-fill",
|
|
2840
|
-
"trello-line",
|
|
2841
|
-
"triangle-fill",
|
|
2842
|
-
"triangle-line",
|
|
2843
|
-
"triangular-flag-fill",
|
|
2844
|
-
"triangular-flag-line",
|
|
2845
|
-
"trophy-fill",
|
|
2846
|
-
"trophy-line",
|
|
2847
|
-
"truck-fill",
|
|
2848
|
-
"truck-line",
|
|
2849
|
-
"tumblr-fill",
|
|
2850
|
-
"tumblr-line",
|
|
2851
|
-
"tv-2-fill",
|
|
2852
|
-
"tv-2-line",
|
|
2853
|
-
"tv-fill",
|
|
2854
|
-
"tv-line",
|
|
2855
|
-
"twitch-fill",
|
|
2856
|
-
"twitch-line",
|
|
2857
|
-
"twitter-fill",
|
|
2858
|
-
"twitter-line",
|
|
2859
|
-
"twitter-x-fill",
|
|
2860
|
-
"twitter-x-line",
|
|
2861
|
-
"typhoon-fill",
|
|
2862
|
-
"typhoon-line",
|
|
2863
|
-
"u-disk-fill",
|
|
2864
|
-
"u-disk-line",
|
|
2865
|
-
"ubuntu-fill",
|
|
2866
|
-
"ubuntu-line",
|
|
2867
|
-
"umbrella-fill",
|
|
2868
|
-
"umbrella-line",
|
|
2869
|
-
"underline",
|
|
2870
|
-
"uninstall-fill",
|
|
2871
|
-
"uninstall-line",
|
|
2872
|
-
"unpin-fill",
|
|
2873
|
-
"unpin-line",
|
|
2874
|
-
"unsplash-fill",
|
|
2875
|
-
"unsplash-line",
|
|
2876
|
-
"upload-2-fill",
|
|
2877
|
-
"upload-2-line",
|
|
2878
|
-
"upload-cloud-2-fill",
|
|
2879
|
-
"upload-cloud-2-line",
|
|
2880
|
-
"upload-cloud-fill",
|
|
2881
|
-
"upload-cloud-line",
|
|
2882
|
-
"upload-fill",
|
|
2883
|
-
"upload-line",
|
|
2884
|
-
"usb-fill",
|
|
2885
|
-
"usb-line",
|
|
2886
|
-
"user-2-fill",
|
|
2887
|
-
"user-2-line",
|
|
2888
|
-
"user-3-fill",
|
|
2889
|
-
"user-3-line",
|
|
2890
|
-
"user-4-fill",
|
|
2891
|
-
"user-4-line",
|
|
2892
|
-
"user-5-fill",
|
|
2893
|
-
"user-5-line",
|
|
2894
|
-
"user-6-fill",
|
|
2895
|
-
"user-6-line",
|
|
2896
|
-
"user-add-fill",
|
|
2897
|
-
"user-add-line",
|
|
2898
|
-
"user-community-fill",
|
|
2899
|
-
"user-community-line",
|
|
2900
|
-
"user-fill",
|
|
2901
|
-
"user-follow-fill",
|
|
2902
|
-
"user-follow-line",
|
|
2903
|
-
"user-forbid-fill",
|
|
2904
|
-
"user-forbid-line",
|
|
2905
|
-
"user-heart-fill",
|
|
2906
|
-
"user-heart-line",
|
|
2907
|
-
"user-line",
|
|
2908
|
-
"user-location-fill",
|
|
2909
|
-
"user-location-line",
|
|
2910
|
-
"user-minus-fill",
|
|
2911
|
-
"user-minus-line",
|
|
2912
|
-
"user-received-2-fill",
|
|
2913
|
-
"user-received-2-line",
|
|
2914
|
-
"user-received-fill",
|
|
2915
|
-
"user-received-line",
|
|
2916
|
-
"user-search-fill",
|
|
2917
|
-
"user-search-line",
|
|
2918
|
-
"user-settings-fill",
|
|
2919
|
-
"user-settings-line",
|
|
2920
|
-
"user-shared-2-fill",
|
|
2921
|
-
"user-shared-2-line",
|
|
2922
|
-
"user-shared-fill",
|
|
2923
|
-
"user-shared-line",
|
|
2924
|
-
"user-smile-fill",
|
|
2925
|
-
"user-smile-line",
|
|
2926
|
-
"user-star-fill",
|
|
2927
|
-
"user-star-line",
|
|
2928
|
-
"user-unfollow-fill",
|
|
2929
|
-
"user-unfollow-line",
|
|
2930
|
-
"user-voice-fill",
|
|
2931
|
-
"user-voice-line",
|
|
2932
|
-
"vercel-fill",
|
|
2933
|
-
"vercel-line",
|
|
2934
|
-
"verified-badge-fill",
|
|
2935
|
-
"verified-badge-line",
|
|
2936
|
-
"video-add-fill",
|
|
2937
|
-
"video-add-line",
|
|
2938
|
-
"video-ai-fill",
|
|
2939
|
-
"video-ai-line",
|
|
2940
|
-
"video-chat-fill",
|
|
2941
|
-
"video-chat-line",
|
|
2942
|
-
"video-download-fill",
|
|
2943
|
-
"video-download-line",
|
|
2944
|
-
"video-fill",
|
|
2945
|
-
"video-line",
|
|
2946
|
-
"video-off-fill",
|
|
2947
|
-
"video-off-line",
|
|
2948
|
-
"video-on-ai-fill",
|
|
2949
|
-
"video-on-ai-line",
|
|
2950
|
-
"video-on-fill",
|
|
2951
|
-
"video-on-line",
|
|
2952
|
-
"video-upload-fill",
|
|
2953
|
-
"video-upload-line",
|
|
2954
|
-
"vidicon-2-fill",
|
|
2955
|
-
"vidicon-2-line",
|
|
2956
|
-
"vidicon-fill",
|
|
2957
|
-
"vidicon-line",
|
|
2958
|
-
"vimeo-fill",
|
|
2959
|
-
"vimeo-line",
|
|
2960
|
-
"vip-crown-2-fill",
|
|
2961
|
-
"vip-crown-2-line",
|
|
2962
|
-
"vip-crown-fill",
|
|
2963
|
-
"vip-crown-line",
|
|
2964
|
-
"vip-diamond-fill",
|
|
2965
|
-
"vip-diamond-line",
|
|
2966
|
-
"vip-fill",
|
|
2967
|
-
"vip-line",
|
|
2968
|
-
"virus-fill",
|
|
2969
|
-
"virus-line",
|
|
2970
|
-
"visa-fill",
|
|
2971
|
-
"visa-line",
|
|
2972
|
-
"vk-fill",
|
|
2973
|
-
"vk-line",
|
|
2974
|
-
"voice-ai-fill",
|
|
2975
|
-
"voice-ai-line",
|
|
2976
|
-
"voice-recognition-fill",
|
|
2977
|
-
"voice-recognition-line",
|
|
2978
|
-
"voiceprint-fill",
|
|
2979
|
-
"voiceprint-line",
|
|
2980
|
-
"volume-down-fill",
|
|
2981
|
-
"volume-down-line",
|
|
2982
|
-
"volume-mute-fill",
|
|
2983
|
-
"volume-mute-line",
|
|
2984
|
-
"volume-off-vibrate-fill",
|
|
2985
|
-
"volume-off-vibrate-line",
|
|
2986
|
-
"volume-up-fill",
|
|
2987
|
-
"volume-up-line",
|
|
2988
|
-
"volume-vibrate-fill",
|
|
2989
|
-
"volume-vibrate-line",
|
|
2990
|
-
"vuejs-fill",
|
|
2991
|
-
"vuejs-line",
|
|
2992
|
-
"walk-fill",
|
|
2993
|
-
"walk-line",
|
|
2994
|
-
"wallet-2-fill",
|
|
2995
|
-
"wallet-2-line",
|
|
2996
|
-
"wallet-3-fill",
|
|
2997
|
-
"wallet-3-line",
|
|
2998
|
-
"wallet-fill",
|
|
2999
|
-
"wallet-line",
|
|
3000
|
-
"water-flash-fill",
|
|
3001
|
-
"water-flash-line",
|
|
3002
|
-
"water-percent-fill",
|
|
3003
|
-
"water-percent-line",
|
|
3004
|
-
"webcam-fill",
|
|
3005
|
-
"webcam-line",
|
|
3006
|
-
"webhook-fill",
|
|
3007
|
-
"webhook-line",
|
|
3008
|
-
"wechat-2-fill",
|
|
3009
|
-
"wechat-2-line",
|
|
3010
|
-
"wechat-channels-fill",
|
|
3011
|
-
"wechat-channels-line",
|
|
3012
|
-
"wechat-fill",
|
|
3013
|
-
"wechat-line",
|
|
3014
|
-
"wechat-pay-fill",
|
|
3015
|
-
"wechat-pay-line",
|
|
3016
|
-
"weibo-fill",
|
|
3017
|
-
"weibo-line",
|
|
3018
|
-
"weight-fill",
|
|
3019
|
-
"weight-line",
|
|
3020
|
-
"whatsapp-fill",
|
|
3021
|
-
"whatsapp-line",
|
|
3022
|
-
"wheelchair-fill",
|
|
3023
|
-
"wheelchair-line",
|
|
3024
|
-
"wifi-fill",
|
|
3025
|
-
"wifi-line",
|
|
3026
|
-
"wifi-off-fill",
|
|
3027
|
-
"wifi-off-line",
|
|
3028
|
-
"window-2-fill",
|
|
3029
|
-
"window-2-line",
|
|
3030
|
-
"window-fill",
|
|
3031
|
-
"window-line",
|
|
3032
|
-
"windows-fill",
|
|
3033
|
-
"windows-line",
|
|
3034
|
-
"windy-fill",
|
|
3035
|
-
"windy-line",
|
|
3036
|
-
"wireless-charging-fill",
|
|
3037
|
-
"wireless-charging-line",
|
|
3038
|
-
"women-fill",
|
|
3039
|
-
"women-line",
|
|
3040
|
-
"wordpress-fill",
|
|
3041
|
-
"wordpress-line",
|
|
3042
|
-
"wubi-input",
|
|
3043
|
-
"xbox-fill",
|
|
3044
|
-
"xbox-line",
|
|
3045
|
-
"xing-fill",
|
|
3046
|
-
"xing-line",
|
|
3047
|
-
"xrp-fill",
|
|
3048
|
-
"xrp-line",
|
|
3049
|
-
"xtz-fill",
|
|
3050
|
-
"xtz-line",
|
|
3051
|
-
"youtube-fill",
|
|
3052
|
-
"youtube-line",
|
|
3053
|
-
"yuque-fill",
|
|
3054
|
-
"yuque-line",
|
|
3055
|
-
"zcool-fill",
|
|
3056
|
-
"zcool-line",
|
|
3057
|
-
"zhihu-fill",
|
|
3058
|
-
"zhihu-line",
|
|
3059
|
-
"zoom-in-fill",
|
|
3060
|
-
"zoom-in-line",
|
|
3061
|
-
"zoom-out-fill",
|
|
3062
|
-
"zoom-out-line",
|
|
3063
|
-
"zzz-fill",
|
|
3064
|
-
"zzz-line"
|
|
3065
|
-
]
|
|
3066
|
-
|
|
3067
|
-
export const iconLibraryMeta = {
|
|
3068
|
-
id: 'remix',
|
|
3069
|
-
name: 'Remix Icon',
|
|
3070
|
-
license: 'Apache-2.0',
|
|
3071
|
-
count: 3058,
|
|
3072
|
-
} as const
|