@m5kdev/web-ui 0.1.2 → 0.1.4
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/src/animations/card.motion.d.ts +3 -0
- package/dist/src/animations/card.motion.d.ts.map +1 -0
- package/dist/src/animations/card.motion.js +7 -0
- package/dist/src/components/AvatarUpload.d.ts +8 -0
- package/dist/src/components/AvatarUpload.d.ts.map +1 -0
- package/dist/src/components/AvatarUpload.js +67 -0
- package/dist/src/components/Button.d.ts +6 -0
- package/dist/src/components/Button.d.ts.map +1 -0
- package/dist/src/components/Button.js +5 -0
- package/dist/src/components/Calendar.d.ts +36 -0
- package/dist/src/components/Calendar.d.ts.map +1 -0
- package/dist/src/components/Calendar.js +10 -0
- package/dist/src/components/CardsSelect.d.ts +24 -0
- package/dist/src/components/CardsSelect.d.ts.map +1 -0
- package/dist/src/components/CardsSelect.js +46 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +10 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts.map +1 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.js +11 -0
- package/dist/src/components/ColorPicker.d.ts +5 -0
- package/dist/src/components/ColorPicker.d.ts.map +1 -0
- package/dist/src/components/ColorPicker.js +21 -0
- package/dist/src/components/CopyButton.d.ts +7 -0
- package/dist/src/components/CopyButton.d.ts.map +1 -0
- package/dist/src/components/CopyButton.js +24 -0
- package/dist/src/components/CropDialog.d.ts +11 -0
- package/dist/src/components/CropDialog.d.ts.map +1 -0
- package/dist/src/components/CropDialog.js +67 -0
- package/dist/src/components/DialogProvider.d.ts +16 -0
- package/dist/src/components/DialogProvider.d.ts.map +1 -0
- package/dist/src/components/DialogProvider.js +50 -0
- package/dist/src/components/ErrorFallback.d.ts +5 -0
- package/dist/src/components/ErrorFallback.d.ts.map +1 -0
- package/dist/src/components/ErrorFallback.js +5 -0
- package/dist/src/components/FileDropzone.d.ts +7 -0
- package/dist/src/components/FileDropzone.d.ts.map +1 -0
- package/dist/src/components/FileDropzone.js +63 -0
- package/dist/src/components/MultiSelectDropdown.d.ts +27 -0
- package/dist/src/components/MultiSelectDropdown.d.ts.map +1 -0
- package/dist/src/components/MultiSelectDropdown.js +53 -0
- package/dist/src/components/Orb.d.ts +7 -0
- package/dist/src/components/Orb.d.ts.map +1 -0
- package/dist/src/components/Orb.js +259 -0
- package/dist/src/components/PageAlert.d.ts +19 -0
- package/dist/src/components/PageAlert.d.ts.map +1 -0
- package/dist/src/components/PageAlert.js +48 -0
- package/dist/src/components/SelectChips.d.ts +11 -0
- package/dist/src/components/SelectChips.d.ts.map +1 -0
- package/dist/src/components/SelectChips.js +11 -0
- package/dist/src/components/SidebarItem.d.ts +8 -0
- package/dist/src/components/SidebarItem.d.ts.map +1 -0
- package/dist/src/components/SidebarItem.js +6 -0
- package/dist/src/components/Steps.d.ts +20 -0
- package/dist/src/components/Steps.d.ts.map +1 -0
- package/dist/src/components/Steps.js +34 -0
- package/dist/src/components/TablerIconPicker.d.ts +3 -0
- package/dist/src/components/TablerIconPicker.d.ts.map +1 -0
- package/dist/src/components/TablerIconPicker.js +4238 -0
- package/dist/src/components/app-header.d.ts +7 -0
- package/dist/src/components/app-header.d.ts.map +1 -0
- package/dist/src/components/app-header.js +8 -0
- package/dist/src/components/blur-card.d.ts +14 -0
- package/dist/src/components/blur-card.d.ts.map +1 -0
- package/dist/src/components/blur-card.js +34 -0
- package/dist/src/components/features-section-demo-1.d.ts +7 -0
- package/dist/src/components/features-section-demo-1.d.ts.map +1 -0
- package/dist/src/components/features-section-demo-1.js +53 -0
- package/dist/src/components/features-section-demo-2.d.ts +2 -0
- package/dist/src/components/features-section-demo-2.d.ts.map +1 -0
- package/dist/src/components/features-section-demo-2.js +51 -0
- package/dist/src/components/features-section-demo-3.d.ts +9 -0
- package/dist/src/components/features-section-demo-3.d.ts.map +1 -0
- package/dist/src/components/features-section-demo-3.js +116 -0
- package/dist/src/components/mode-toggle.d.ts +2 -0
- package/dist/src/components/mode-toggle.d.ts.map +1 -0
- package/dist/src/components/mode-toggle.js +9 -0
- package/dist/src/components/nav-main.d.ts +14 -0
- package/dist/src/components/nav-main.d.ts.map +1 -0
- package/dist/src/components/nav-main.js +9 -0
- package/dist/src/components/pricing-cards.d.ts +2 -0
- package/dist/src/components/pricing-cards.d.ts.map +1 -0
- package/dist/src/components/pricing-cards.js +27 -0
- package/dist/src/components/shared/ButtonCopy.d.ts +7 -0
- package/dist/src/components/shared/ButtonCopy.d.ts.map +1 -0
- package/dist/src/components/shared/ButtonCopy.js +24 -0
- package/dist/src/components/team-switcher.d.ts +9 -0
- package/dist/src/components/team-switcher.d.ts.map +1 -0
- package/dist/src/components/team-switcher.js +10 -0
- package/dist/src/components/theme-provider.d.ts +14 -0
- package/dist/src/components/theme-provider.d.ts.map +1 -0
- package/dist/src/components/theme-provider.js +41 -0
- package/dist/src/components/typewriter.d.ts +19 -0
- package/dist/src/components/typewriter.d.ts.map +1 -0
- package/dist/src/components/typewriter.js +38 -0
- package/dist/src/components/ui/alert-dialog.d.ts +15 -0
- package/dist/src/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/src/components/ui/alert-dialog.js +38 -0
- package/dist/src/components/ui/alert.d.ts +10 -0
- package/dist/src/components/ui/alert.d.ts.map +1 -0
- package/dist/src/components/ui/alert.js +24 -0
- package/dist/src/components/ui/avatar.d.ts +7 -0
- package/dist/src/components/ui/avatar.d.ts.map +1 -0
- package/dist/src/components/ui/avatar.js +12 -0
- package/dist/src/components/ui/badge.d.ts +10 -0
- package/dist/src/components/ui/badge.d.ts.map +1 -0
- package/dist/src/components/ui/badge.js +20 -0
- package/dist/src/components/ui/bento-grid.d.ts +12 -0
- package/dist/src/components/ui/bento-grid.d.ts.map +1 -0
- package/dist/src/components/ui/bento-grid.js +8 -0
- package/dist/src/components/ui/bento-grid2.d.ts +16 -0
- package/dist/src/components/ui/bento-grid2.d.ts.map +1 -0
- package/dist/src/components/ui/bento-grid2.js +13 -0
- package/dist/src/components/ui/breadcrumb.d.ts +20 -0
- package/dist/src/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/src/components/ui/breadcrumb.js +23 -0
- package/dist/src/components/ui/button.d.ts +12 -0
- package/dist/src/components/ui/button.d.ts.map +1 -0
- package/dist/src/components/ui/button.js +33 -0
- package/dist/src/components/ui/card.d.ts +9 -0
- package/dist/src/components/ui/card.d.ts.map +1 -0
- package/dist/src/components/ui/card.js +16 -0
- package/dist/src/components/ui/checkbox.d.ts +5 -0
- package/dist/src/components/ui/checkbox.d.ts.map +1 -0
- package/dist/src/components/ui/checkbox.js +8 -0
- package/dist/src/components/ui/collapsible.d.ts +6 -0
- package/dist/src/components/ui/collapsible.d.ts.map +1 -0
- package/dist/src/components/ui/collapsible.js +5 -0
- package/dist/src/components/ui/dialog.d.ts +14 -0
- package/dist/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/src/components/ui/dialog.js +35 -0
- package/dist/src/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/src/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/src/components/ui/dropdown-menu.js +32 -0
- package/dist/src/components/ui/floating-navbar.d.ts +10 -0
- package/dist/src/components/ui/floating-navbar.d.ts.map +1 -0
- package/dist/src/components/ui/floating-navbar.js +38 -0
- package/dist/src/components/ui/form.d.ts +24 -0
- package/dist/src/components/ui/form.d.ts.map +1 -0
- package/dist/src/components/ui/form.js +60 -0
- package/dist/src/components/ui/image.d.ts +7 -0
- package/dist/src/components/ui/image.d.ts.map +1 -0
- package/dist/src/components/ui/image.js +15 -0
- package/dist/src/components/ui/input.d.ts +4 -0
- package/dist/src/components/ui/input.d.ts.map +1 -0
- package/dist/src/components/ui/input.js +8 -0
- package/dist/src/components/ui/label.d.ts +6 -0
- package/dist/src/components/ui/label.d.ts.map +1 -0
- package/dist/src/components/ui/label.js +9 -0
- package/dist/src/components/ui/pagination.d.ts +14 -0
- package/dist/src/components/ui/pagination.d.ts.map +1 -0
- package/dist/src/components/ui/pagination.js +29 -0
- package/dist/src/components/ui/progress.d.ts +5 -0
- package/dist/src/components/ui/progress.d.ts.map +1 -0
- package/dist/src/components/ui/progress.js +7 -0
- package/dist/src/components/ui/resizable-navbar.d.ts +57 -0
- package/dist/src/components/ui/resizable-navbar.d.ts.map +1 -0
- package/dist/src/components/ui/resizable-navbar.js +86 -0
- package/dist/src/components/ui/segment-control.d.ts +10 -0
- package/dist/src/components/ui/segment-control.d.ts.map +1 -0
- package/dist/src/components/ui/segment-control.js +42 -0
- package/dist/src/components/ui/select.d.ts +14 -0
- package/dist/src/components/ui/select.d.ts.map +1 -0
- package/dist/src/components/ui/select.js +26 -0
- package/dist/src/components/ui/separator.d.ts +5 -0
- package/dist/src/components/ui/separator.d.ts.map +1 -0
- package/dist/src/components/ui/separator.js +7 -0
- package/dist/src/components/ui/sheet.d.ts +26 -0
- package/dist/src/components/ui/sheet.d.ts.map +1 -0
- package/dist/src/components/ui/sheet.js +37 -0
- package/dist/src/components/ui/sidebar.d.ts +67 -0
- package/dist/src/components/ui/sidebar.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar.js +222 -0
- package/dist/src/components/ui/skeleton.d.ts +3 -0
- package/dist/src/components/ui/skeleton.d.ts.map +1 -0
- package/dist/src/components/ui/skeleton.js +6 -0
- package/dist/src/components/ui/slider.d.ts +5 -0
- package/dist/src/components/ui/slider.d.ts.map +1 -0
- package/dist/src/components/ui/slider.js +7 -0
- package/dist/src/components/ui/sonner.d.ts +5 -0
- package/dist/src/components/ui/sonner.d.ts.map +1 -0
- package/dist/src/components/ui/sonner.js +15 -0
- package/dist/src/components/ui/spinner.d.ts +15 -0
- package/dist/src/components/ui/spinner.d.ts.map +1 -0
- package/dist/src/components/ui/spinner.js +30 -0
- package/dist/src/components/ui/switch.d.ts +5 -0
- package/dist/src/components/ui/switch.d.ts.map +1 -0
- package/dist/src/components/ui/switch.js +7 -0
- package/dist/src/components/ui/table.d.ts +11 -0
- package/dist/src/components/ui/table.d.ts.map +1 -0
- package/dist/src/components/ui/table.js +27 -0
- package/dist/src/components/ui/tabs.d.ts +8 -0
- package/dist/src/components/ui/tabs.d.ts.map +1 -0
- package/dist/src/components/ui/tabs.js +16 -0
- package/dist/src/components/ui/textarea.d.ts +4 -0
- package/dist/src/components/ui/textarea.d.ts.map +1 -0
- package/dist/src/components/ui/textarea.js +6 -0
- package/dist/src/components/ui/timeline.d.ts +12 -0
- package/dist/src/components/ui/timeline.d.ts.map +1 -0
- package/dist/src/components/ui/timeline.js +27 -0
- package/dist/src/components/ui/toast.d.ts +16 -0
- package/dist/src/components/ui/toast.d.ts.map +1 -0
- package/dist/src/components/ui/toast.js +33 -0
- package/dist/src/components/ui/tooltip.d.ts +8 -0
- package/dist/src/components/ui/tooltip.d.ts.map +1 -0
- package/dist/src/components/ui/tooltip.js +16 -0
- package/dist/src/components/ui/typewriter-effect.d.ts +17 -0
- package/dist/src/components/ui/typewriter-effect.d.ts.map +1 -0
- package/dist/src/components/ui/typewriter-effect.js +76 -0
- package/dist/src/hooks/use-mobile.d.ts +2 -0
- package/dist/src/hooks/use-mobile.d.ts.map +1 -0
- package/dist/src/hooks/use-mobile.js +15 -0
- package/dist/src/hooks/useDialog.d.ts +5 -0
- package/dist/src/hooks/useDialog.d.ts.map +1 -0
- package/dist/src/hooks/useDialog.js +22 -0
- package/dist/src/icons/GoogleIcon.d.ts +6 -0
- package/dist/src/icons/GoogleIcon.d.ts.map +1 -0
- package/dist/src/icons/GoogleIcon.js +4 -0
- package/dist/src/icons/LinkedInIcon.d.ts +6 -0
- package/dist/src/icons/LinkedInIcon.d.ts.map +1 -0
- package/dist/src/icons/LinkedInIcon.js +4 -0
- package/dist/src/icons/MicrosoftIcon.d.ts +6 -0
- package/dist/src/icons/MicrosoftIcon.d.ts.map +1 -0
- package/dist/src/icons/MicrosoftIcon.js +4 -0
- package/dist/src/lib/chatwoot.d.ts +12 -0
- package/dist/src/lib/chatwoot.d.ts.map +1 -0
- package/dist/src/lib/chatwoot.js +28 -0
- package/dist/src/lib/utils.d.ts +3 -0
- package/dist/src/lib/utils.d.ts.map +1 -0
- package/dist/src/lib/utils.js +5 -0
- package/dist/src/modules/app/components/AppLoader.d.ts +3 -0
- package/dist/src/modules/app/components/AppLoader.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppLoader.js +5 -0
- package/dist/src/modules/app/components/AppShell.d.ts +8 -0
- package/dist/src/modules/app/components/AppShell.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppShell.js +7 -0
- package/dist/src/modules/app/components/AppSidebar.d.ts +8 -0
- package/dist/src/modules/app/components/AppSidebar.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebar.js +5 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.ts +17 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarContent.js +7 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts +9 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarHeader.js +10 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts +4 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarInvites.js +12 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.ts +12 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarUser.js +16 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +7 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AdminUserManagement.js +422 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +7 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AdminWaitlist.js +118 -0
- package/dist/src/modules/auth/components/AuthLayout.d.ts +5 -0
- package/dist/src/modules/auth/components/AuthLayout.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AuthLayout.js +5 -0
- package/dist/src/modules/auth/components/AuthProviders.d.ts +7 -0
- package/dist/src/modules/auth/components/AuthProviders.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AuthProviders.js +45 -0
- package/dist/src/modules/auth/components/AuthRouter.d.ts +10 -0
- package/dist/src/modules/auth/components/AuthRouter.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AuthRouter.js +12 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +5 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +143 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.js +93 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +2 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.js +27 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +9 -0
- package/dist/src/modules/auth/components/InviteFriends.d.ts +6 -0
- package/dist/src/modules/auth/components/InviteFriends.d.ts.map +1 -0
- package/dist/src/modules/auth/components/InviteFriends.js +74 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +6 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LastUsedBadge.js +9 -0
- package/dist/src/modules/auth/components/LoginForm.d.ts +4 -0
- package/dist/src/modules/auth/components/LoginForm.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LoginForm.js +44 -0
- package/dist/src/modules/auth/components/LoginRoute.d.ts +4 -0
- package/dist/src/modules/auth/components/LoginRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LoginRoute.js +11 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LogoutRoute.js +15 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +10 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +102 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +52 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js +359 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +21 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +153 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +8 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +74 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ProfileRoute.js +42 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +32 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts.map +1 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +236 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +2 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.js +39 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +9 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts +6 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/SignupFormRoute.js +106 -0
- package/dist/src/modules/auth/components/SignupRoute.d.ts +8 -0
- package/dist/src/modules/auth/components/SignupRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/SignupRoute.js +16 -0
- package/dist/src/modules/auth/components/UserPreferences.d.ts +31 -0
- package/dist/src/modules/auth/components/UserPreferences.d.ts.map +1 -0
- package/dist/src/modules/auth/components/UserPreferences.js +60 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +7 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.ts.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCard.js +32 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +8 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js +43 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts +9 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingBetaPage.js +11 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +8 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.js +32 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +7 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.js +8 -0
- package/dist/src/modules/billing/components/BillingRouter.d.ts +10 -0
- package/dist/src/modules/billing/components/BillingRouter.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingRouter.js +8 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +9 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +46 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +11 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts.map +1 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +42 -0
- package/dist/src/modules/table/components/NuqsTable.d.ts +24 -0
- package/dist/src/modules/table/components/NuqsTable.d.ts.map +1 -0
- package/dist/src/modules/table/components/NuqsTable.js +198 -0
- package/dist/src/modules/table/components/TableFiltering.d.ts +24 -0
- package/dist/src/modules/table/components/TableFiltering.d.ts.map +1 -0
- package/dist/src/modules/table/components/TableFiltering.js +236 -0
- package/dist/src/modules/table/components/TablePagination.d.ts +10 -0
- package/dist/src/modules/table/components/TablePagination.d.ts.map +1 -0
- package/dist/src/modules/table/components/TablePagination.js +21 -0
- package/dist/src/modules/table/components/table.types.d.ts +13 -0
- package/dist/src/modules/table/components/table.types.d.ts.map +1 -0
- package/dist/src/modules/table/components/table.types.js +1 -0
- package/dist/src/modules/table/filterTransformers.d.ts +54 -0
- package/dist/src/modules/table/filterTransformers.d.ts.map +1 -0
- package/dist/src/modules/table/filterTransformers.js +276 -0
- package/dist/src/types.d.ts +4 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/tsconfig.json +4 -1
|
@@ -0,0 +1,4238 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Select, SelectItem } from "@heroui/react";
|
|
3
|
+
export function TablerIconPicker({ value, onSelectionChange, isVirtualized = true, ...props }) {
|
|
4
|
+
return (_jsx(Select, { ...props, items: tiIcons.map((icon) => ({ key: icon, value: icon })), renderValue: (items) => items.map((item) => _jsx("i", { className: `ti ${item.data?.value} text-2xl` })), children: (icon) => (_jsx(SelectItem, { hideSelectedIcon: true, textValue: icon.value, children: _jsx("span", { className: "flex justify-center items-center", children: _jsx("i", { className: `ti ${icon.value} text-2xl` }) }) }, icon.key)) }));
|
|
5
|
+
}
|
|
6
|
+
const tiIcons = [
|
|
7
|
+
"ti-123",
|
|
8
|
+
"ti-24-hours",
|
|
9
|
+
"ti-2fa",
|
|
10
|
+
"ti-360",
|
|
11
|
+
"ti-360-view",
|
|
12
|
+
"ti-3d-cube-sphere",
|
|
13
|
+
"ti-3d-cube-sphere-off",
|
|
14
|
+
"ti-3d-rotate",
|
|
15
|
+
"ti-a-b",
|
|
16
|
+
"ti-a-b-2",
|
|
17
|
+
"ti-a-b-off",
|
|
18
|
+
"ti-abacus",
|
|
19
|
+
"ti-abacus-off",
|
|
20
|
+
"ti-abc",
|
|
21
|
+
"ti-access-point",
|
|
22
|
+
"ti-access-point-off",
|
|
23
|
+
"ti-accessible",
|
|
24
|
+
"ti-accessible-off",
|
|
25
|
+
"ti-accessible-off-filled",
|
|
26
|
+
"ti-activity",
|
|
27
|
+
"ti-activity-heartbeat",
|
|
28
|
+
"ti-ad",
|
|
29
|
+
"ti-ad-2",
|
|
30
|
+
"ti-ad-circle",
|
|
31
|
+
"ti-ad-circle-filled",
|
|
32
|
+
"ti-ad-circle-off",
|
|
33
|
+
"ti-ad-filled",
|
|
34
|
+
"ti-ad-off",
|
|
35
|
+
"ti-address-book",
|
|
36
|
+
"ti-address-book-off",
|
|
37
|
+
"ti-adjustments",
|
|
38
|
+
"ti-adjustments-alt",
|
|
39
|
+
"ti-adjustments-bolt",
|
|
40
|
+
"ti-adjustments-cancel",
|
|
41
|
+
"ti-adjustments-check",
|
|
42
|
+
"ti-adjustments-code",
|
|
43
|
+
"ti-adjustments-cog",
|
|
44
|
+
"ti-adjustments-dollar",
|
|
45
|
+
"ti-adjustments-down",
|
|
46
|
+
"ti-adjustments-exclamation",
|
|
47
|
+
"ti-adjustments-filled",
|
|
48
|
+
"ti-adjustments-heart",
|
|
49
|
+
"ti-adjustments-horizontal",
|
|
50
|
+
"ti-adjustments-minus",
|
|
51
|
+
"ti-adjustments-off",
|
|
52
|
+
"ti-adjustments-pause",
|
|
53
|
+
"ti-adjustments-pin",
|
|
54
|
+
"ti-adjustments-plus",
|
|
55
|
+
"ti-adjustments-question",
|
|
56
|
+
"ti-adjustments-search",
|
|
57
|
+
"ti-adjustments-share",
|
|
58
|
+
"ti-adjustments-star",
|
|
59
|
+
"ti-adjustments-up",
|
|
60
|
+
"ti-adjustments-x",
|
|
61
|
+
"ti-aerial-lift",
|
|
62
|
+
"ti-affiliate",
|
|
63
|
+
"ti-affiliate-filled",
|
|
64
|
+
"ti-air-balloon",
|
|
65
|
+
"ti-air-conditioning",
|
|
66
|
+
"ti-air-conditioning-disabled",
|
|
67
|
+
"ti-alarm",
|
|
68
|
+
"ti-alarm-filled",
|
|
69
|
+
"ti-alarm-minus",
|
|
70
|
+
"ti-alarm-minus-filled",
|
|
71
|
+
"ti-alarm-off",
|
|
72
|
+
"ti-alarm-plus",
|
|
73
|
+
"ti-alarm-plus-filled",
|
|
74
|
+
"ti-alarm-snooze",
|
|
75
|
+
"ti-alarm-snooze-filled",
|
|
76
|
+
"ti-album",
|
|
77
|
+
"ti-album-off",
|
|
78
|
+
"ti-alert-circle",
|
|
79
|
+
"ti-alert-circle-filled",
|
|
80
|
+
"ti-alert-hexagon",
|
|
81
|
+
"ti-alert-hexagon-filled",
|
|
82
|
+
"ti-alert-octagon",
|
|
83
|
+
"ti-alert-octagon-filled",
|
|
84
|
+
"ti-alert-small",
|
|
85
|
+
"ti-alert-square",
|
|
86
|
+
"ti-alert-square-filled",
|
|
87
|
+
"ti-alert-square-rounded",
|
|
88
|
+
"ti-alert-square-rounded-filled",
|
|
89
|
+
"ti-alert-triangle",
|
|
90
|
+
"ti-alert-triangle-filled",
|
|
91
|
+
"ti-alien",
|
|
92
|
+
"ti-alien-filled",
|
|
93
|
+
"ti-align-box-bottom-center",
|
|
94
|
+
"ti-align-box-bottom-center-filled",
|
|
95
|
+
"ti-align-box-bottom-left",
|
|
96
|
+
"ti-align-box-bottom-left-filled",
|
|
97
|
+
"ti-align-box-bottom-right",
|
|
98
|
+
"ti-align-box-bottom-right-filled",
|
|
99
|
+
"ti-align-box-center-middle",
|
|
100
|
+
"ti-align-box-center-middle-filled",
|
|
101
|
+
"ti-align-box-left-bottom",
|
|
102
|
+
"ti-align-box-left-bottom-filled",
|
|
103
|
+
"ti-align-box-left-middle",
|
|
104
|
+
"ti-align-box-left-middle-filled",
|
|
105
|
+
"ti-align-box-left-top",
|
|
106
|
+
"ti-align-box-left-top-filled",
|
|
107
|
+
"ti-align-box-right-bottom",
|
|
108
|
+
"ti-align-box-right-bottom-filled",
|
|
109
|
+
"ti-align-box-right-middle",
|
|
110
|
+
"ti-align-box-right-middle-filled",
|
|
111
|
+
"ti-align-box-right-top",
|
|
112
|
+
"ti-align-box-right-top-filled",
|
|
113
|
+
"ti-align-box-top-center",
|
|
114
|
+
"ti-align-box-top-center-filled",
|
|
115
|
+
"ti-align-box-top-left",
|
|
116
|
+
"ti-align-box-top-left-filled",
|
|
117
|
+
"ti-align-box-top-right",
|
|
118
|
+
"ti-align-box-top-right-filled",
|
|
119
|
+
"ti-align-center",
|
|
120
|
+
"ti-align-justified",
|
|
121
|
+
"ti-align-left",
|
|
122
|
+
"ti-align-right",
|
|
123
|
+
"ti-alpha",
|
|
124
|
+
"ti-alphabet-cyrillic",
|
|
125
|
+
"ti-alphabet-greek",
|
|
126
|
+
"ti-alphabet-latin",
|
|
127
|
+
"ti-ambulance",
|
|
128
|
+
"ti-ampersand",
|
|
129
|
+
"ti-analyze",
|
|
130
|
+
"ti-analyze-filled",
|
|
131
|
+
"ti-analyze-off",
|
|
132
|
+
"ti-anchor",
|
|
133
|
+
"ti-anchor-off",
|
|
134
|
+
"ti-angle",
|
|
135
|
+
"ti-ankh",
|
|
136
|
+
"ti-antenna",
|
|
137
|
+
"ti-antenna-bars-1",
|
|
138
|
+
"ti-antenna-bars-2",
|
|
139
|
+
"ti-antenna-bars-3",
|
|
140
|
+
"ti-antenna-bars-4",
|
|
141
|
+
"ti-antenna-bars-5",
|
|
142
|
+
"ti-antenna-bars-off",
|
|
143
|
+
"ti-antenna-off",
|
|
144
|
+
"ti-aperture",
|
|
145
|
+
"ti-aperture-off",
|
|
146
|
+
"ti-api",
|
|
147
|
+
"ti-api-app",
|
|
148
|
+
"ti-api-app-off",
|
|
149
|
+
"ti-api-off",
|
|
150
|
+
"ti-app-window",
|
|
151
|
+
"ti-app-window-filled",
|
|
152
|
+
"ti-apple",
|
|
153
|
+
"ti-apps",
|
|
154
|
+
"ti-apps-filled",
|
|
155
|
+
"ti-apps-off",
|
|
156
|
+
"ti-archive",
|
|
157
|
+
"ti-archive-filled",
|
|
158
|
+
"ti-archive-off",
|
|
159
|
+
"ti-armchair",
|
|
160
|
+
"ti-armchair-2",
|
|
161
|
+
"ti-armchair-2-off",
|
|
162
|
+
"ti-armchair-off",
|
|
163
|
+
"ti-arrow-autofit-content",
|
|
164
|
+
"ti-arrow-autofit-content-filled",
|
|
165
|
+
"ti-arrow-autofit-down",
|
|
166
|
+
"ti-arrow-autofit-height",
|
|
167
|
+
"ti-arrow-autofit-left",
|
|
168
|
+
"ti-arrow-autofit-right",
|
|
169
|
+
"ti-arrow-autofit-up",
|
|
170
|
+
"ti-arrow-autofit-width",
|
|
171
|
+
"ti-arrow-back",
|
|
172
|
+
"ti-arrow-back-up",
|
|
173
|
+
"ti-arrow-back-up-double",
|
|
174
|
+
"ti-arrow-badge-down",
|
|
175
|
+
"ti-arrow-badge-down-filled",
|
|
176
|
+
"ti-arrow-badge-left",
|
|
177
|
+
"ti-arrow-badge-left-filled",
|
|
178
|
+
"ti-arrow-badge-right",
|
|
179
|
+
"ti-arrow-badge-right-filled",
|
|
180
|
+
"ti-arrow-badge-up",
|
|
181
|
+
"ti-arrow-badge-up-filled",
|
|
182
|
+
"ti-arrow-bar-down",
|
|
183
|
+
"ti-arrow-bar-left",
|
|
184
|
+
"ti-arrow-bar-right",
|
|
185
|
+
"ti-arrow-bar-to-down",
|
|
186
|
+
"ti-arrow-bar-to-left",
|
|
187
|
+
"ti-arrow-bar-to-right",
|
|
188
|
+
"ti-arrow-bar-to-up",
|
|
189
|
+
"ti-arrow-bar-up",
|
|
190
|
+
"ti-arrow-bear-left",
|
|
191
|
+
"ti-arrow-bear-left-2",
|
|
192
|
+
"ti-arrow-bear-right",
|
|
193
|
+
"ti-arrow-bear-right-2",
|
|
194
|
+
"ti-arrow-big-down",
|
|
195
|
+
"ti-arrow-big-down-filled",
|
|
196
|
+
"ti-arrow-big-down-line",
|
|
197
|
+
"ti-arrow-big-down-line-filled",
|
|
198
|
+
"ti-arrow-big-down-lines",
|
|
199
|
+
"ti-arrow-big-down-lines-filled",
|
|
200
|
+
"ti-arrow-big-left",
|
|
201
|
+
"ti-arrow-big-left-filled",
|
|
202
|
+
"ti-arrow-big-left-line",
|
|
203
|
+
"ti-arrow-big-left-line-filled",
|
|
204
|
+
"ti-arrow-big-left-lines",
|
|
205
|
+
"ti-arrow-big-left-lines-filled",
|
|
206
|
+
"ti-arrow-big-right",
|
|
207
|
+
"ti-arrow-big-right-filled",
|
|
208
|
+
"ti-arrow-big-right-line",
|
|
209
|
+
"ti-arrow-big-right-line-filled",
|
|
210
|
+
"ti-arrow-big-right-lines",
|
|
211
|
+
"ti-arrow-big-right-lines-filled",
|
|
212
|
+
"ti-arrow-big-up",
|
|
213
|
+
"ti-arrow-big-up-filled",
|
|
214
|
+
"ti-arrow-big-up-line",
|
|
215
|
+
"ti-arrow-big-up-line-filled",
|
|
216
|
+
"ti-arrow-big-up-lines",
|
|
217
|
+
"ti-arrow-big-up-lines-filled",
|
|
218
|
+
"ti-arrow-bounce",
|
|
219
|
+
"ti-arrow-curve-left",
|
|
220
|
+
"ti-arrow-curve-right",
|
|
221
|
+
"ti-arrow-down",
|
|
222
|
+
"ti-arrow-down-bar",
|
|
223
|
+
"ti-arrow-down-circle",
|
|
224
|
+
"ti-arrow-down-left",
|
|
225
|
+
"ti-arrow-down-left-circle",
|
|
226
|
+
"ti-arrow-down-rhombus",
|
|
227
|
+
"ti-arrow-down-right",
|
|
228
|
+
"ti-arrow-down-right-circle",
|
|
229
|
+
"ti-arrow-down-square",
|
|
230
|
+
"ti-arrow-down-tail",
|
|
231
|
+
"ti-arrow-elbow-left",
|
|
232
|
+
"ti-arrow-elbow-right",
|
|
233
|
+
"ti-arrow-fork",
|
|
234
|
+
"ti-arrow-forward",
|
|
235
|
+
"ti-arrow-forward-up",
|
|
236
|
+
"ti-arrow-forward-up-double",
|
|
237
|
+
"ti-arrow-guide",
|
|
238
|
+
"ti-arrow-iteration",
|
|
239
|
+
"ti-arrow-left",
|
|
240
|
+
"ti-arrow-left-bar",
|
|
241
|
+
"ti-arrow-left-circle",
|
|
242
|
+
"ti-arrow-left-rhombus",
|
|
243
|
+
"ti-arrow-left-right",
|
|
244
|
+
"ti-arrow-left-square",
|
|
245
|
+
"ti-arrow-left-tail",
|
|
246
|
+
"ti-arrow-loop-left",
|
|
247
|
+
"ti-arrow-loop-left-2",
|
|
248
|
+
"ti-arrow-loop-right",
|
|
249
|
+
"ti-arrow-loop-right-2",
|
|
250
|
+
"ti-arrow-merge",
|
|
251
|
+
"ti-arrow-merge-both",
|
|
252
|
+
"ti-arrow-merge-left",
|
|
253
|
+
"ti-arrow-merge-right",
|
|
254
|
+
"ti-arrow-move-down",
|
|
255
|
+
"ti-arrow-move-left",
|
|
256
|
+
"ti-arrow-move-right",
|
|
257
|
+
"ti-arrow-move-up",
|
|
258
|
+
"ti-arrow-narrow-down",
|
|
259
|
+
"ti-arrow-narrow-left",
|
|
260
|
+
"ti-arrow-narrow-right",
|
|
261
|
+
"ti-arrow-narrow-up",
|
|
262
|
+
"ti-arrow-ramp-left",
|
|
263
|
+
"ti-arrow-ramp-left-2",
|
|
264
|
+
"ti-arrow-ramp-left-3",
|
|
265
|
+
"ti-arrow-ramp-right",
|
|
266
|
+
"ti-arrow-ramp-right-2",
|
|
267
|
+
"ti-arrow-ramp-right-3",
|
|
268
|
+
"ti-arrow-right",
|
|
269
|
+
"ti-arrow-right-bar",
|
|
270
|
+
"ti-arrow-right-circle",
|
|
271
|
+
"ti-arrow-right-rhombus",
|
|
272
|
+
"ti-arrow-right-square",
|
|
273
|
+
"ti-arrow-right-tail",
|
|
274
|
+
"ti-arrow-rotary-first-left",
|
|
275
|
+
"ti-arrow-rotary-first-right",
|
|
276
|
+
"ti-arrow-rotary-last-left",
|
|
277
|
+
"ti-arrow-rotary-last-right",
|
|
278
|
+
"ti-arrow-rotary-left",
|
|
279
|
+
"ti-arrow-rotary-right",
|
|
280
|
+
"ti-arrow-rotary-straight",
|
|
281
|
+
"ti-arrow-roundabout-left",
|
|
282
|
+
"ti-arrow-roundabout-right",
|
|
283
|
+
"ti-arrow-sharp-turn-left",
|
|
284
|
+
"ti-arrow-sharp-turn-right",
|
|
285
|
+
"ti-arrow-up",
|
|
286
|
+
"ti-arrow-up-bar",
|
|
287
|
+
"ti-arrow-up-circle",
|
|
288
|
+
"ti-arrow-up-left",
|
|
289
|
+
"ti-arrow-up-left-circle",
|
|
290
|
+
"ti-arrow-up-rhombus",
|
|
291
|
+
"ti-arrow-up-right",
|
|
292
|
+
"ti-arrow-up-right-circle",
|
|
293
|
+
"ti-arrow-up-square",
|
|
294
|
+
"ti-arrow-up-tail",
|
|
295
|
+
"ti-arrow-wave-left-down",
|
|
296
|
+
"ti-arrow-wave-left-up",
|
|
297
|
+
"ti-arrow-wave-right-down",
|
|
298
|
+
"ti-arrow-wave-right-up",
|
|
299
|
+
"ti-arrow-zig-zag",
|
|
300
|
+
"ti-arrows-cross",
|
|
301
|
+
"ti-arrows-diagonal",
|
|
302
|
+
"ti-arrows-diagonal-2",
|
|
303
|
+
"ti-arrows-diagonal-minimize",
|
|
304
|
+
"ti-arrows-diagonal-minimize-2",
|
|
305
|
+
"ti-arrows-diff",
|
|
306
|
+
"ti-arrows-double-ne-sw",
|
|
307
|
+
"ti-arrows-double-nw-se",
|
|
308
|
+
"ti-arrows-double-se-nw",
|
|
309
|
+
"ti-arrows-double-sw-ne",
|
|
310
|
+
"ti-arrows-down",
|
|
311
|
+
"ti-arrows-down-up",
|
|
312
|
+
"ti-arrows-exchange",
|
|
313
|
+
"ti-arrows-exchange-2",
|
|
314
|
+
"ti-arrows-horizontal",
|
|
315
|
+
"ti-arrows-join",
|
|
316
|
+
"ti-arrows-join-2",
|
|
317
|
+
"ti-arrows-left",
|
|
318
|
+
"ti-arrows-left-down",
|
|
319
|
+
"ti-arrows-left-right",
|
|
320
|
+
"ti-arrows-maximize",
|
|
321
|
+
"ti-arrows-minimize",
|
|
322
|
+
"ti-arrows-move",
|
|
323
|
+
"ti-arrows-move-horizontal",
|
|
324
|
+
"ti-arrows-move-vertical",
|
|
325
|
+
"ti-arrows-random",
|
|
326
|
+
"ti-arrows-right",
|
|
327
|
+
"ti-arrows-right-down",
|
|
328
|
+
"ti-arrows-right-left",
|
|
329
|
+
"ti-arrows-shuffle",
|
|
330
|
+
"ti-arrows-shuffle-2",
|
|
331
|
+
"ti-arrows-sort",
|
|
332
|
+
"ti-arrows-split",
|
|
333
|
+
"ti-arrows-split-2",
|
|
334
|
+
"ti-arrows-transfer-down",
|
|
335
|
+
"ti-arrows-transfer-up",
|
|
336
|
+
"ti-arrows-up",
|
|
337
|
+
"ti-arrows-up-down",
|
|
338
|
+
"ti-arrows-up-left",
|
|
339
|
+
"ti-arrows-up-right",
|
|
340
|
+
"ti-arrows-vertical",
|
|
341
|
+
"ti-artboard",
|
|
342
|
+
"ti-artboard-filled",
|
|
343
|
+
"ti-artboard-off",
|
|
344
|
+
"ti-article",
|
|
345
|
+
"ti-article-filled-filled",
|
|
346
|
+
"ti-article-off",
|
|
347
|
+
"ti-aspect-ratio",
|
|
348
|
+
"ti-aspect-ratio-filled",
|
|
349
|
+
"ti-aspect-ratio-off",
|
|
350
|
+
"ti-assembly",
|
|
351
|
+
"ti-assembly-off",
|
|
352
|
+
"ti-asset",
|
|
353
|
+
"ti-asterisk",
|
|
354
|
+
"ti-asterisk-simple",
|
|
355
|
+
"ti-at",
|
|
356
|
+
"ti-at-off",
|
|
357
|
+
"ti-atom",
|
|
358
|
+
"ti-atom-2",
|
|
359
|
+
"ti-atom-2-filled",
|
|
360
|
+
"ti-atom-off",
|
|
361
|
+
"ti-augmented-reality",
|
|
362
|
+
"ti-augmented-reality-2",
|
|
363
|
+
"ti-augmented-reality-off",
|
|
364
|
+
"ti-award",
|
|
365
|
+
"ti-award-filled",
|
|
366
|
+
"ti-award-off",
|
|
367
|
+
"ti-axe",
|
|
368
|
+
"ti-axis-x",
|
|
369
|
+
"ti-axis-y",
|
|
370
|
+
"ti-baby-bottle",
|
|
371
|
+
"ti-baby-carriage",
|
|
372
|
+
"ti-backhoe",
|
|
373
|
+
"ti-backpack",
|
|
374
|
+
"ti-backpack-off",
|
|
375
|
+
"ti-backslash",
|
|
376
|
+
"ti-backspace",
|
|
377
|
+
"ti-backspace-filled",
|
|
378
|
+
"ti-badge",
|
|
379
|
+
"ti-badge-3d",
|
|
380
|
+
"ti-badge-4k",
|
|
381
|
+
"ti-badge-8k",
|
|
382
|
+
"ti-badge-ad",
|
|
383
|
+
"ti-badge-ar",
|
|
384
|
+
"ti-badge-cc",
|
|
385
|
+
"ti-badge-filled",
|
|
386
|
+
"ti-badge-hd",
|
|
387
|
+
"ti-badge-off",
|
|
388
|
+
"ti-badge-sd",
|
|
389
|
+
"ti-badge-tm",
|
|
390
|
+
"ti-badge-vo",
|
|
391
|
+
"ti-badge-vr",
|
|
392
|
+
"ti-badge-wc",
|
|
393
|
+
"ti-badges",
|
|
394
|
+
"ti-badges-filled",
|
|
395
|
+
"ti-badges-off",
|
|
396
|
+
"ti-baguette",
|
|
397
|
+
"ti-ball-american-football",
|
|
398
|
+
"ti-ball-american-football-off",
|
|
399
|
+
"ti-ball-baseball",
|
|
400
|
+
"ti-ball-basketball",
|
|
401
|
+
"ti-ball-bowling",
|
|
402
|
+
"ti-ball-football",
|
|
403
|
+
"ti-ball-football-off",
|
|
404
|
+
"ti-ball-tennis",
|
|
405
|
+
"ti-ball-volleyball",
|
|
406
|
+
"ti-balloon",
|
|
407
|
+
"ti-balloon-filled",
|
|
408
|
+
"ti-balloon-off",
|
|
409
|
+
"ti-ballpen",
|
|
410
|
+
"ti-ballpen-filled",
|
|
411
|
+
"ti-ballpen-off",
|
|
412
|
+
"ti-ban",
|
|
413
|
+
"ti-bandage",
|
|
414
|
+
"ti-bandage-filled",
|
|
415
|
+
"ti-bandage-off",
|
|
416
|
+
"ti-barbell",
|
|
417
|
+
"ti-barbell-off",
|
|
418
|
+
"ti-barcode",
|
|
419
|
+
"ti-barcode-off",
|
|
420
|
+
"ti-barrel",
|
|
421
|
+
"ti-barrel-off",
|
|
422
|
+
"ti-barrier-block",
|
|
423
|
+
"ti-barrier-block-off",
|
|
424
|
+
"ti-baseline",
|
|
425
|
+
"ti-baseline-density-large",
|
|
426
|
+
"ti-baseline-density-medium",
|
|
427
|
+
"ti-baseline-density-small",
|
|
428
|
+
"ti-basket",
|
|
429
|
+
"ti-basket-filled",
|
|
430
|
+
"ti-basket-off",
|
|
431
|
+
"ti-bat",
|
|
432
|
+
"ti-bath",
|
|
433
|
+
"ti-bath-filled",
|
|
434
|
+
"ti-bath-off",
|
|
435
|
+
"ti-battery",
|
|
436
|
+
"ti-battery-1",
|
|
437
|
+
"ti-battery-1-filled",
|
|
438
|
+
"ti-battery-2",
|
|
439
|
+
"ti-battery-2-filled",
|
|
440
|
+
"ti-battery-3",
|
|
441
|
+
"ti-battery-3-filled",
|
|
442
|
+
"ti-battery-4",
|
|
443
|
+
"ti-battery-4-filled",
|
|
444
|
+
"ti-battery-automotive",
|
|
445
|
+
"ti-battery-charging",
|
|
446
|
+
"ti-battery-charging-2",
|
|
447
|
+
"ti-battery-eco",
|
|
448
|
+
"ti-battery-filled",
|
|
449
|
+
"ti-battery-off",
|
|
450
|
+
"ti-beach",
|
|
451
|
+
"ti-beach-off",
|
|
452
|
+
"ti-bed",
|
|
453
|
+
"ti-bed-filled",
|
|
454
|
+
"ti-bed-off",
|
|
455
|
+
"ti-beer",
|
|
456
|
+
"ti-beer-filled",
|
|
457
|
+
"ti-beer-off",
|
|
458
|
+
"ti-bell",
|
|
459
|
+
"ti-bell-bolt",
|
|
460
|
+
"ti-bell-cancel",
|
|
461
|
+
"ti-bell-check",
|
|
462
|
+
"ti-bell-code",
|
|
463
|
+
"ti-bell-cog",
|
|
464
|
+
"ti-bell-dollar",
|
|
465
|
+
"ti-bell-down",
|
|
466
|
+
"ti-bell-exclamation",
|
|
467
|
+
"ti-bell-filled",
|
|
468
|
+
"ti-bell-heart",
|
|
469
|
+
"ti-bell-minus",
|
|
470
|
+
"ti-bell-minus-filled",
|
|
471
|
+
"ti-bell-off",
|
|
472
|
+
"ti-bell-pause",
|
|
473
|
+
"ti-bell-pin",
|
|
474
|
+
"ti-bell-plus",
|
|
475
|
+
"ti-bell-plus-filled",
|
|
476
|
+
"ti-bell-question",
|
|
477
|
+
"ti-bell-ringing",
|
|
478
|
+
"ti-bell-ringing-2",
|
|
479
|
+
"ti-bell-ringing-2-filled",
|
|
480
|
+
"ti-bell-ringing-filled",
|
|
481
|
+
"ti-bell-school",
|
|
482
|
+
"ti-bell-search",
|
|
483
|
+
"ti-bell-share",
|
|
484
|
+
"ti-bell-star",
|
|
485
|
+
"ti-bell-up",
|
|
486
|
+
"ti-bell-x",
|
|
487
|
+
"ti-bell-x-filled",
|
|
488
|
+
"ti-bell-z",
|
|
489
|
+
"ti-bell-z-filled",
|
|
490
|
+
"ti-beta",
|
|
491
|
+
"ti-bible",
|
|
492
|
+
"ti-bike",
|
|
493
|
+
"ti-bike-off",
|
|
494
|
+
"ti-binary",
|
|
495
|
+
"ti-binary-off",
|
|
496
|
+
"ti-binary-tree",
|
|
497
|
+
"ti-binary-tree-2",
|
|
498
|
+
"ti-biohazard",
|
|
499
|
+
"ti-biohazard-off",
|
|
500
|
+
"ti-blade",
|
|
501
|
+
"ti-blade-filled",
|
|
502
|
+
"ti-bleach",
|
|
503
|
+
"ti-bleach-chlorine",
|
|
504
|
+
"ti-bleach-no-chlorine",
|
|
505
|
+
"ti-bleach-off",
|
|
506
|
+
"ti-blockquote",
|
|
507
|
+
"ti-bluetooth",
|
|
508
|
+
"ti-bluetooth-connected",
|
|
509
|
+
"ti-bluetooth-off",
|
|
510
|
+
"ti-bluetooth-x",
|
|
511
|
+
"ti-blur",
|
|
512
|
+
"ti-blur-off",
|
|
513
|
+
"ti-bmp",
|
|
514
|
+
"ti-bold",
|
|
515
|
+
"ti-bold-off",
|
|
516
|
+
"ti-bolt",
|
|
517
|
+
"ti-bolt-off",
|
|
518
|
+
"ti-bomb",
|
|
519
|
+
"ti-bomb-filled",
|
|
520
|
+
"ti-bone",
|
|
521
|
+
"ti-bone-off",
|
|
522
|
+
"ti-bong",
|
|
523
|
+
"ti-bong-off",
|
|
524
|
+
"ti-book",
|
|
525
|
+
"ti-book-2",
|
|
526
|
+
"ti-book-download",
|
|
527
|
+
"ti-book-filled",
|
|
528
|
+
"ti-book-off",
|
|
529
|
+
"ti-book-upload",
|
|
530
|
+
"ti-bookmark",
|
|
531
|
+
"ti-bookmark-edit",
|
|
532
|
+
"ti-bookmark-filled",
|
|
533
|
+
"ti-bookmark-minus",
|
|
534
|
+
"ti-bookmark-off",
|
|
535
|
+
"ti-bookmark-plus",
|
|
536
|
+
"ti-bookmark-question",
|
|
537
|
+
"ti-bookmarks",
|
|
538
|
+
"ti-bookmarks-off",
|
|
539
|
+
"ti-books",
|
|
540
|
+
"ti-books-off",
|
|
541
|
+
"ti-border-all",
|
|
542
|
+
"ti-border-bottom",
|
|
543
|
+
"ti-border-corners",
|
|
544
|
+
"ti-border-horizontal",
|
|
545
|
+
"ti-border-inner",
|
|
546
|
+
"ti-border-left",
|
|
547
|
+
"ti-border-none",
|
|
548
|
+
"ti-border-outer",
|
|
549
|
+
"ti-border-radius",
|
|
550
|
+
"ti-border-right",
|
|
551
|
+
"ti-border-sides",
|
|
552
|
+
"ti-border-style",
|
|
553
|
+
"ti-border-style-2",
|
|
554
|
+
"ti-border-top",
|
|
555
|
+
"ti-border-vertical",
|
|
556
|
+
"ti-bottle",
|
|
557
|
+
"ti-bottle-filled",
|
|
558
|
+
"ti-bottle-off",
|
|
559
|
+
"ti-bounce-left",
|
|
560
|
+
"ti-bounce-right",
|
|
561
|
+
"ti-bow",
|
|
562
|
+
"ti-bowl",
|
|
563
|
+
"ti-box",
|
|
564
|
+
"ti-box-align-bottom",
|
|
565
|
+
"ti-box-align-bottom-filled",
|
|
566
|
+
"ti-box-align-bottom-left",
|
|
567
|
+
"ti-box-align-bottom-left-filled",
|
|
568
|
+
"ti-box-align-bottom-right",
|
|
569
|
+
"ti-box-align-bottom-right-filled",
|
|
570
|
+
"ti-box-align-left",
|
|
571
|
+
"ti-box-align-left-filled",
|
|
572
|
+
"ti-box-align-right",
|
|
573
|
+
"ti-box-align-right-filled",
|
|
574
|
+
"ti-box-align-top",
|
|
575
|
+
"ti-box-align-top-filled",
|
|
576
|
+
"ti-box-align-top-left",
|
|
577
|
+
"ti-box-align-top-left-filled",
|
|
578
|
+
"ti-box-align-top-right",
|
|
579
|
+
"ti-box-align-top-right-filled",
|
|
580
|
+
"ti-box-margin",
|
|
581
|
+
"ti-box-model",
|
|
582
|
+
"ti-box-model-2",
|
|
583
|
+
"ti-box-model-2-off",
|
|
584
|
+
"ti-box-model-off",
|
|
585
|
+
"ti-box-multiple",
|
|
586
|
+
"ti-box-multiple-0",
|
|
587
|
+
"ti-box-multiple-1",
|
|
588
|
+
"ti-box-multiple-2",
|
|
589
|
+
"ti-box-multiple-3",
|
|
590
|
+
"ti-box-multiple-4",
|
|
591
|
+
"ti-box-multiple-5",
|
|
592
|
+
"ti-box-multiple-6",
|
|
593
|
+
"ti-box-multiple-7",
|
|
594
|
+
"ti-box-multiple-8",
|
|
595
|
+
"ti-box-multiple-9",
|
|
596
|
+
"ti-box-off",
|
|
597
|
+
"ti-box-padding",
|
|
598
|
+
"ti-box-seam",
|
|
599
|
+
"ti-braces",
|
|
600
|
+
"ti-braces-off",
|
|
601
|
+
"ti-brackets",
|
|
602
|
+
"ti-brackets-contain",
|
|
603
|
+
"ti-brackets-contain-end",
|
|
604
|
+
"ti-brackets-contain-start",
|
|
605
|
+
"ti-brackets-off",
|
|
606
|
+
"ti-braille",
|
|
607
|
+
"ti-brain",
|
|
608
|
+
"ti-brand-4chan",
|
|
609
|
+
"ti-brand-abstract",
|
|
610
|
+
"ti-brand-adobe",
|
|
611
|
+
"ti-brand-adonis-js",
|
|
612
|
+
"ti-brand-airbnb",
|
|
613
|
+
"ti-brand-airtable",
|
|
614
|
+
"ti-brand-algolia",
|
|
615
|
+
"ti-brand-alipay",
|
|
616
|
+
"ti-brand-alpine-js",
|
|
617
|
+
"ti-brand-amazon",
|
|
618
|
+
"ti-brand-amd",
|
|
619
|
+
"ti-brand-amigo",
|
|
620
|
+
"ti-brand-among-us",
|
|
621
|
+
"ti-brand-android",
|
|
622
|
+
"ti-brand-angular",
|
|
623
|
+
"ti-brand-ansible",
|
|
624
|
+
"ti-brand-ao3",
|
|
625
|
+
"ti-brand-appgallery",
|
|
626
|
+
"ti-brand-apple",
|
|
627
|
+
"ti-brand-apple-arcade",
|
|
628
|
+
"ti-brand-apple-podcast",
|
|
629
|
+
"ti-brand-appstore",
|
|
630
|
+
"ti-brand-asana",
|
|
631
|
+
"ti-brand-aws",
|
|
632
|
+
"ti-brand-azure",
|
|
633
|
+
"ti-brand-backbone",
|
|
634
|
+
"ti-brand-badoo",
|
|
635
|
+
"ti-brand-baidu",
|
|
636
|
+
"ti-brand-bandcamp",
|
|
637
|
+
"ti-brand-bandlab",
|
|
638
|
+
"ti-brand-beats",
|
|
639
|
+
"ti-brand-behance",
|
|
640
|
+
"ti-brand-bilibili",
|
|
641
|
+
"ti-brand-binance",
|
|
642
|
+
"ti-brand-bing",
|
|
643
|
+
"ti-brand-bitbucket",
|
|
644
|
+
"ti-brand-blackberry",
|
|
645
|
+
"ti-brand-blender",
|
|
646
|
+
"ti-brand-blogger",
|
|
647
|
+
"ti-brand-booking",
|
|
648
|
+
"ti-brand-bootstrap",
|
|
649
|
+
"ti-brand-bulma",
|
|
650
|
+
"ti-brand-bumble",
|
|
651
|
+
"ti-brand-bunpo",
|
|
652
|
+
"ti-brand-c-sharp",
|
|
653
|
+
"ti-brand-cake",
|
|
654
|
+
"ti-brand-cakephp",
|
|
655
|
+
"ti-brand-campaignmonitor",
|
|
656
|
+
"ti-brand-carbon",
|
|
657
|
+
"ti-brand-cashapp",
|
|
658
|
+
"ti-brand-chrome",
|
|
659
|
+
"ti-brand-cinema-4d",
|
|
660
|
+
"ti-brand-citymapper",
|
|
661
|
+
"ti-brand-cloudflare",
|
|
662
|
+
"ti-brand-codecov",
|
|
663
|
+
"ti-brand-codepen",
|
|
664
|
+
"ti-brand-codesandbox",
|
|
665
|
+
"ti-brand-cohost",
|
|
666
|
+
"ti-brand-coinbase",
|
|
667
|
+
"ti-brand-comedy-central",
|
|
668
|
+
"ti-brand-coreos",
|
|
669
|
+
"ti-brand-couchdb",
|
|
670
|
+
"ti-brand-couchsurfing",
|
|
671
|
+
"ti-brand-cpp",
|
|
672
|
+
"ti-brand-craft",
|
|
673
|
+
"ti-brand-crunchbase",
|
|
674
|
+
"ti-brand-css3",
|
|
675
|
+
"ti-brand-ctemplar",
|
|
676
|
+
"ti-brand-cucumber",
|
|
677
|
+
"ti-brand-cupra",
|
|
678
|
+
"ti-brand-cypress",
|
|
679
|
+
"ti-brand-d3",
|
|
680
|
+
"ti-brand-days-counter",
|
|
681
|
+
"ti-brand-dcos",
|
|
682
|
+
"ti-brand-debian",
|
|
683
|
+
"ti-brand-deezer",
|
|
684
|
+
"ti-brand-deliveroo",
|
|
685
|
+
"ti-brand-deno",
|
|
686
|
+
"ti-brand-denodo",
|
|
687
|
+
"ti-brand-deviantart",
|
|
688
|
+
"ti-brand-digg",
|
|
689
|
+
"ti-brand-dingtalk",
|
|
690
|
+
"ti-brand-discord",
|
|
691
|
+
"ti-brand-discord-filled",
|
|
692
|
+
"ti-brand-disney",
|
|
693
|
+
"ti-brand-disqus",
|
|
694
|
+
"ti-brand-django",
|
|
695
|
+
"ti-brand-docker",
|
|
696
|
+
"ti-brand-doctrine",
|
|
697
|
+
"ti-brand-dolby-digital",
|
|
698
|
+
"ti-brand-douban",
|
|
699
|
+
"ti-brand-dribbble",
|
|
700
|
+
"ti-brand-dribbble-filled",
|
|
701
|
+
"ti-brand-drops",
|
|
702
|
+
"ti-brand-drupal",
|
|
703
|
+
"ti-brand-edge",
|
|
704
|
+
"ti-brand-elastic",
|
|
705
|
+
"ti-brand-electronic-arts",
|
|
706
|
+
"ti-brand-ember",
|
|
707
|
+
"ti-brand-envato",
|
|
708
|
+
"ti-brand-etsy",
|
|
709
|
+
"ti-brand-evernote",
|
|
710
|
+
"ti-brand-facebook",
|
|
711
|
+
"ti-brand-facebook-filled",
|
|
712
|
+
"ti-brand-feedly",
|
|
713
|
+
"ti-brand-figma",
|
|
714
|
+
"ti-brand-filezilla",
|
|
715
|
+
"ti-brand-finder",
|
|
716
|
+
"ti-brand-firebase",
|
|
717
|
+
"ti-brand-firefox",
|
|
718
|
+
"ti-brand-fiverr",
|
|
719
|
+
"ti-brand-flickr",
|
|
720
|
+
"ti-brand-flightradar24",
|
|
721
|
+
"ti-brand-flipboard",
|
|
722
|
+
"ti-brand-flutter",
|
|
723
|
+
"ti-brand-fortnite",
|
|
724
|
+
"ti-brand-foursquare",
|
|
725
|
+
"ti-brand-framer",
|
|
726
|
+
"ti-brand-framer-motion",
|
|
727
|
+
"ti-brand-funimation",
|
|
728
|
+
"ti-brand-gatsby",
|
|
729
|
+
"ti-brand-git",
|
|
730
|
+
"ti-brand-github",
|
|
731
|
+
"ti-brand-github-copilot",
|
|
732
|
+
"ti-brand-github-filled",
|
|
733
|
+
"ti-brand-gitlab",
|
|
734
|
+
"ti-brand-gmail",
|
|
735
|
+
"ti-brand-golang",
|
|
736
|
+
"ti-brand-google",
|
|
737
|
+
"ti-brand-google-analytics",
|
|
738
|
+
"ti-brand-google-big-query",
|
|
739
|
+
"ti-brand-google-drive",
|
|
740
|
+
"ti-brand-google-fit",
|
|
741
|
+
"ti-brand-google-home",
|
|
742
|
+
"ti-brand-google-maps",
|
|
743
|
+
"ti-brand-google-one",
|
|
744
|
+
"ti-brand-google-photos",
|
|
745
|
+
"ti-brand-google-play",
|
|
746
|
+
"ti-brand-google-podcasts",
|
|
747
|
+
"ti-brand-grammarly",
|
|
748
|
+
"ti-brand-graphql",
|
|
749
|
+
"ti-brand-gravatar",
|
|
750
|
+
"ti-brand-grindr",
|
|
751
|
+
"ti-brand-guardian",
|
|
752
|
+
"ti-brand-gumroad",
|
|
753
|
+
"ti-brand-hbo",
|
|
754
|
+
"ti-brand-headlessui",
|
|
755
|
+
"ti-brand-hexo",
|
|
756
|
+
"ti-brand-hipchat",
|
|
757
|
+
"ti-brand-html5",
|
|
758
|
+
"ti-brand-inertia",
|
|
759
|
+
"ti-brand-instagram",
|
|
760
|
+
"ti-brand-intercom",
|
|
761
|
+
"ti-brand-itch",
|
|
762
|
+
"ti-brand-javascript",
|
|
763
|
+
"ti-brand-juejin",
|
|
764
|
+
"ti-brand-kick",
|
|
765
|
+
"ti-brand-kickstarter",
|
|
766
|
+
"ti-brand-kotlin",
|
|
767
|
+
"ti-brand-laravel",
|
|
768
|
+
"ti-brand-lastfm",
|
|
769
|
+
"ti-brand-leetcode",
|
|
770
|
+
"ti-brand-letterboxd",
|
|
771
|
+
"ti-brand-line",
|
|
772
|
+
"ti-brand-linkedin",
|
|
773
|
+
"ti-brand-linktree",
|
|
774
|
+
"ti-brand-linqpad",
|
|
775
|
+
"ti-brand-loom",
|
|
776
|
+
"ti-brand-mailgun",
|
|
777
|
+
"ti-brand-mantine",
|
|
778
|
+
"ti-brand-mastercard",
|
|
779
|
+
"ti-brand-mastodon",
|
|
780
|
+
"ti-brand-matrix",
|
|
781
|
+
"ti-brand-mcdonalds",
|
|
782
|
+
"ti-brand-medium",
|
|
783
|
+
"ti-brand-mercedes",
|
|
784
|
+
"ti-brand-messenger",
|
|
785
|
+
"ti-brand-meta",
|
|
786
|
+
"ti-brand-miniprogram",
|
|
787
|
+
"ti-brand-mixpanel",
|
|
788
|
+
"ti-brand-monday",
|
|
789
|
+
"ti-brand-mongodb",
|
|
790
|
+
"ti-brand-my-oppo",
|
|
791
|
+
"ti-brand-mysql",
|
|
792
|
+
"ti-brand-national-geographic",
|
|
793
|
+
"ti-brand-nem",
|
|
794
|
+
"ti-brand-netbeans",
|
|
795
|
+
"ti-brand-netease-music",
|
|
796
|
+
"ti-brand-netflix",
|
|
797
|
+
"ti-brand-nexo",
|
|
798
|
+
"ti-brand-nextcloud",
|
|
799
|
+
"ti-brand-nextjs",
|
|
800
|
+
"ti-brand-nord-vpn",
|
|
801
|
+
"ti-brand-notion",
|
|
802
|
+
"ti-brand-npm",
|
|
803
|
+
"ti-brand-nuxt",
|
|
804
|
+
"ti-brand-nytimes",
|
|
805
|
+
"ti-brand-oauth",
|
|
806
|
+
"ti-brand-office",
|
|
807
|
+
"ti-brand-ok-ru",
|
|
808
|
+
"ti-brand-onedrive",
|
|
809
|
+
"ti-brand-onlyfans",
|
|
810
|
+
"ti-brand-open-source",
|
|
811
|
+
"ti-brand-openai",
|
|
812
|
+
"ti-brand-openvpn",
|
|
813
|
+
"ti-brand-opera",
|
|
814
|
+
"ti-brand-pagekit",
|
|
815
|
+
"ti-brand-patreon",
|
|
816
|
+
"ti-brand-paypal",
|
|
817
|
+
"ti-brand-paypal-filled",
|
|
818
|
+
"ti-brand-paypay",
|
|
819
|
+
"ti-brand-peanut",
|
|
820
|
+
"ti-brand-pepsi",
|
|
821
|
+
"ti-brand-php",
|
|
822
|
+
"ti-brand-picsart",
|
|
823
|
+
"ti-brand-pinterest",
|
|
824
|
+
"ti-brand-planetscale",
|
|
825
|
+
"ti-brand-pocket",
|
|
826
|
+
"ti-brand-polymer",
|
|
827
|
+
"ti-brand-powershell",
|
|
828
|
+
"ti-brand-prisma",
|
|
829
|
+
"ti-brand-producthunt",
|
|
830
|
+
"ti-brand-pushbullet",
|
|
831
|
+
"ti-brand-pushover",
|
|
832
|
+
"ti-brand-python",
|
|
833
|
+
"ti-brand-qq",
|
|
834
|
+
"ti-brand-radix-ui",
|
|
835
|
+
"ti-brand-react",
|
|
836
|
+
"ti-brand-react-native",
|
|
837
|
+
"ti-brand-reason",
|
|
838
|
+
"ti-brand-reddit",
|
|
839
|
+
"ti-brand-redhat",
|
|
840
|
+
"ti-brand-redux",
|
|
841
|
+
"ti-brand-revolut",
|
|
842
|
+
"ti-brand-rust",
|
|
843
|
+
"ti-brand-safari",
|
|
844
|
+
"ti-brand-samsungpass",
|
|
845
|
+
"ti-brand-sass",
|
|
846
|
+
"ti-brand-sentry",
|
|
847
|
+
"ti-brand-sharik",
|
|
848
|
+
"ti-brand-shazam",
|
|
849
|
+
"ti-brand-shopee",
|
|
850
|
+
"ti-brand-sketch",
|
|
851
|
+
"ti-brand-skype",
|
|
852
|
+
"ti-brand-slack",
|
|
853
|
+
"ti-brand-snapchat",
|
|
854
|
+
"ti-brand-snapseed",
|
|
855
|
+
"ti-brand-snowflake",
|
|
856
|
+
"ti-brand-socket-io",
|
|
857
|
+
"ti-brand-solidjs",
|
|
858
|
+
"ti-brand-soundcloud",
|
|
859
|
+
"ti-brand-spacehey",
|
|
860
|
+
"ti-brand-speedtest",
|
|
861
|
+
"ti-brand-spotify",
|
|
862
|
+
"ti-brand-stackoverflow",
|
|
863
|
+
"ti-brand-stackshare",
|
|
864
|
+
"ti-brand-steam",
|
|
865
|
+
"ti-brand-storj",
|
|
866
|
+
"ti-brand-storybook",
|
|
867
|
+
"ti-brand-storytel",
|
|
868
|
+
"ti-brand-strava",
|
|
869
|
+
"ti-brand-stripe",
|
|
870
|
+
"ti-brand-sublime-text",
|
|
871
|
+
"ti-brand-sugarizer",
|
|
872
|
+
"ti-brand-supabase",
|
|
873
|
+
"ti-brand-superhuman",
|
|
874
|
+
"ti-brand-supernova",
|
|
875
|
+
"ti-brand-surfshark",
|
|
876
|
+
"ti-brand-svelte",
|
|
877
|
+
"ti-brand-swift",
|
|
878
|
+
"ti-brand-symfony",
|
|
879
|
+
"ti-brand-tabler",
|
|
880
|
+
"ti-brand-tailwind",
|
|
881
|
+
"ti-brand-taobao",
|
|
882
|
+
"ti-brand-ted",
|
|
883
|
+
"ti-brand-telegram",
|
|
884
|
+
"ti-brand-terraform",
|
|
885
|
+
"ti-brand-tether",
|
|
886
|
+
"ti-brand-threejs",
|
|
887
|
+
"ti-brand-tidal",
|
|
888
|
+
"ti-brand-tikto-filled",
|
|
889
|
+
"ti-brand-tiktok",
|
|
890
|
+
"ti-brand-tinder",
|
|
891
|
+
"ti-brand-topbuzz",
|
|
892
|
+
"ti-brand-torchain",
|
|
893
|
+
"ti-brand-toyota",
|
|
894
|
+
"ti-brand-trello",
|
|
895
|
+
"ti-brand-tripadvisor",
|
|
896
|
+
"ti-brand-tumblr",
|
|
897
|
+
"ti-brand-twilio",
|
|
898
|
+
"ti-brand-twitch",
|
|
899
|
+
"ti-brand-twitter",
|
|
900
|
+
"ti-brand-twitter-filled",
|
|
901
|
+
"ti-brand-typescript",
|
|
902
|
+
"ti-brand-uber",
|
|
903
|
+
"ti-brand-ubuntu",
|
|
904
|
+
"ti-brand-unity",
|
|
905
|
+
"ti-brand-unsplash",
|
|
906
|
+
"ti-brand-upwork",
|
|
907
|
+
"ti-brand-valorant",
|
|
908
|
+
"ti-brand-vercel",
|
|
909
|
+
"ti-brand-vimeo",
|
|
910
|
+
"ti-brand-vinted",
|
|
911
|
+
"ti-brand-visa",
|
|
912
|
+
"ti-brand-visual-studio",
|
|
913
|
+
"ti-brand-vite",
|
|
914
|
+
"ti-brand-vivaldi",
|
|
915
|
+
"ti-brand-vk",
|
|
916
|
+
"ti-brand-vlc",
|
|
917
|
+
"ti-brand-volkswagen",
|
|
918
|
+
"ti-brand-vsco",
|
|
919
|
+
"ti-brand-vscode",
|
|
920
|
+
"ti-brand-vue",
|
|
921
|
+
"ti-brand-walmart",
|
|
922
|
+
"ti-brand-waze",
|
|
923
|
+
"ti-brand-webflow",
|
|
924
|
+
"ti-brand-wechat",
|
|
925
|
+
"ti-brand-weibo",
|
|
926
|
+
"ti-brand-whatsapp",
|
|
927
|
+
"ti-brand-wikipedia",
|
|
928
|
+
"ti-brand-windows",
|
|
929
|
+
"ti-brand-windy",
|
|
930
|
+
"ti-brand-wish",
|
|
931
|
+
"ti-brand-wix",
|
|
932
|
+
"ti-brand-wordpress",
|
|
933
|
+
"ti-brand-xamarin",
|
|
934
|
+
"ti-brand-xbox",
|
|
935
|
+
"ti-brand-xing",
|
|
936
|
+
"ti-brand-yahoo",
|
|
937
|
+
"ti-brand-yatse",
|
|
938
|
+
"ti-brand-ycombinator",
|
|
939
|
+
"ti-brand-youtube",
|
|
940
|
+
"ti-brand-youtube-kids",
|
|
941
|
+
"ti-brand-zalando",
|
|
942
|
+
"ti-brand-zapier",
|
|
943
|
+
"ti-brand-zeit",
|
|
944
|
+
"ti-brand-zhihu",
|
|
945
|
+
"ti-brand-zoom",
|
|
946
|
+
"ti-brand-zulip",
|
|
947
|
+
"ti-brand-zwift",
|
|
948
|
+
"ti-bread",
|
|
949
|
+
"ti-bread-off",
|
|
950
|
+
"ti-briefcase",
|
|
951
|
+
"ti-briefcase-off",
|
|
952
|
+
"ti-brightness",
|
|
953
|
+
"ti-brightness-2",
|
|
954
|
+
"ti-brightness-down",
|
|
955
|
+
"ti-brightness-half",
|
|
956
|
+
"ti-brightness-off",
|
|
957
|
+
"ti-brightness-up",
|
|
958
|
+
"ti-broadcast",
|
|
959
|
+
"ti-broadcast-off",
|
|
960
|
+
"ti-browser",
|
|
961
|
+
"ti-browser-check",
|
|
962
|
+
"ti-browser-off",
|
|
963
|
+
"ti-browser-plus",
|
|
964
|
+
"ti-browser-x",
|
|
965
|
+
"ti-brush",
|
|
966
|
+
"ti-brush-off",
|
|
967
|
+
"ti-bucket",
|
|
968
|
+
"ti-bucket-droplet",
|
|
969
|
+
"ti-bucket-off",
|
|
970
|
+
"ti-bug",
|
|
971
|
+
"ti-bug-off",
|
|
972
|
+
"ti-building",
|
|
973
|
+
"ti-building-arch",
|
|
974
|
+
"ti-building-bank",
|
|
975
|
+
"ti-building-bridge",
|
|
976
|
+
"ti-building-bridge-2",
|
|
977
|
+
"ti-building-broadcast-tower",
|
|
978
|
+
"ti-building-carousel",
|
|
979
|
+
"ti-building-castle",
|
|
980
|
+
"ti-building-church",
|
|
981
|
+
"ti-building-circus",
|
|
982
|
+
"ti-building-community",
|
|
983
|
+
"ti-building-cottage",
|
|
984
|
+
"ti-building-estate",
|
|
985
|
+
"ti-building-factory",
|
|
986
|
+
"ti-building-factory-2",
|
|
987
|
+
"ti-building-fortress",
|
|
988
|
+
"ti-building-hospital",
|
|
989
|
+
"ti-building-lighthouse",
|
|
990
|
+
"ti-building-monument",
|
|
991
|
+
"ti-building-mosque",
|
|
992
|
+
"ti-building-pavilion",
|
|
993
|
+
"ti-building-skyscraper",
|
|
994
|
+
"ti-building-stadium",
|
|
995
|
+
"ti-building-store",
|
|
996
|
+
"ti-building-tunnel",
|
|
997
|
+
"ti-building-warehouse",
|
|
998
|
+
"ti-building-wind-turbine",
|
|
999
|
+
"ti-bulb",
|
|
1000
|
+
"ti-bulb-filled",
|
|
1001
|
+
"ti-bulb-off",
|
|
1002
|
+
"ti-bulldozer",
|
|
1003
|
+
"ti-bus",
|
|
1004
|
+
"ti-bus-off",
|
|
1005
|
+
"ti-bus-stop",
|
|
1006
|
+
"ti-businessplan",
|
|
1007
|
+
"ti-butterfly",
|
|
1008
|
+
"ti-cactus",
|
|
1009
|
+
"ti-cactus-off",
|
|
1010
|
+
"ti-cake",
|
|
1011
|
+
"ti-cake-off",
|
|
1012
|
+
"ti-calculator",
|
|
1013
|
+
"ti-calculator-off",
|
|
1014
|
+
"ti-calendar",
|
|
1015
|
+
"ti-calendar-bolt",
|
|
1016
|
+
"ti-calendar-cancel",
|
|
1017
|
+
"ti-calendar-check",
|
|
1018
|
+
"ti-calendar-code",
|
|
1019
|
+
"ti-calendar-cog",
|
|
1020
|
+
"ti-calendar-dollar",
|
|
1021
|
+
"ti-calendar-down",
|
|
1022
|
+
"ti-calendar-due",
|
|
1023
|
+
"ti-calendar-event",
|
|
1024
|
+
"ti-calendar-exclamation",
|
|
1025
|
+
"ti-calendar-heart",
|
|
1026
|
+
"ti-calendar-minus",
|
|
1027
|
+
"ti-calendar-off",
|
|
1028
|
+
"ti-calendar-pause",
|
|
1029
|
+
"ti-calendar-pin",
|
|
1030
|
+
"ti-calendar-plus",
|
|
1031
|
+
"ti-calendar-question",
|
|
1032
|
+
"ti-calendar-search",
|
|
1033
|
+
"ti-calendar-share",
|
|
1034
|
+
"ti-calendar-star",
|
|
1035
|
+
"ti-calendar-stats",
|
|
1036
|
+
"ti-calendar-time",
|
|
1037
|
+
"ti-calendar-up",
|
|
1038
|
+
"ti-calendar-x",
|
|
1039
|
+
"ti-camera",
|
|
1040
|
+
"ti-camera-bolt",
|
|
1041
|
+
"ti-camera-cancel",
|
|
1042
|
+
"ti-camera-check",
|
|
1043
|
+
"ti-camera-code",
|
|
1044
|
+
"ti-camera-cog",
|
|
1045
|
+
"ti-camera-dollar",
|
|
1046
|
+
"ti-camera-down",
|
|
1047
|
+
"ti-camera-exclamation",
|
|
1048
|
+
"ti-camera-filled",
|
|
1049
|
+
"ti-camera-heart",
|
|
1050
|
+
"ti-camera-minus",
|
|
1051
|
+
"ti-camera-off",
|
|
1052
|
+
"ti-camera-pause",
|
|
1053
|
+
"ti-camera-pin",
|
|
1054
|
+
"ti-camera-plus",
|
|
1055
|
+
"ti-camera-question",
|
|
1056
|
+
"ti-camera-rotate",
|
|
1057
|
+
"ti-camera-search",
|
|
1058
|
+
"ti-camera-selfie",
|
|
1059
|
+
"ti-camera-share",
|
|
1060
|
+
"ti-camera-star",
|
|
1061
|
+
"ti-camera-up",
|
|
1062
|
+
"ti-camera-x",
|
|
1063
|
+
"ti-camper",
|
|
1064
|
+
"ti-campfire",
|
|
1065
|
+
"ti-candle",
|
|
1066
|
+
"ti-candy",
|
|
1067
|
+
"ti-candy-off",
|
|
1068
|
+
"ti-cane",
|
|
1069
|
+
"ti-cannabis",
|
|
1070
|
+
"ti-capture",
|
|
1071
|
+
"ti-capture-off",
|
|
1072
|
+
"ti-car",
|
|
1073
|
+
"ti-car-crane",
|
|
1074
|
+
"ti-car-crash",
|
|
1075
|
+
"ti-car-off",
|
|
1076
|
+
"ti-car-turbine",
|
|
1077
|
+
"ti-caravan",
|
|
1078
|
+
"ti-cardboards",
|
|
1079
|
+
"ti-cardboards-off",
|
|
1080
|
+
"ti-cards",
|
|
1081
|
+
"ti-caret-down",
|
|
1082
|
+
"ti-caret-left",
|
|
1083
|
+
"ti-caret-right",
|
|
1084
|
+
"ti-caret-up",
|
|
1085
|
+
"ti-carousel-horizontal",
|
|
1086
|
+
"ti-carousel-horizontal-filled",
|
|
1087
|
+
"ti-carousel-vertical",
|
|
1088
|
+
"ti-carousel-vertical-filled",
|
|
1089
|
+
"ti-carrot",
|
|
1090
|
+
"ti-carrot-off",
|
|
1091
|
+
"ti-cash",
|
|
1092
|
+
"ti-cash-banknote",
|
|
1093
|
+
"ti-cash-banknote-off",
|
|
1094
|
+
"ti-cash-off",
|
|
1095
|
+
"ti-cast",
|
|
1096
|
+
"ti-cast-off",
|
|
1097
|
+
"ti-cat",
|
|
1098
|
+
"ti-category",
|
|
1099
|
+
"ti-category-2",
|
|
1100
|
+
"ti-ce",
|
|
1101
|
+
"ti-ce-off",
|
|
1102
|
+
"ti-cell",
|
|
1103
|
+
"ti-cell-signal-1",
|
|
1104
|
+
"ti-cell-signal-2",
|
|
1105
|
+
"ti-cell-signal-3",
|
|
1106
|
+
"ti-cell-signal-4",
|
|
1107
|
+
"ti-cell-signal-5",
|
|
1108
|
+
"ti-cell-signal-off",
|
|
1109
|
+
"ti-certificate",
|
|
1110
|
+
"ti-certificate-2",
|
|
1111
|
+
"ti-certificate-2-off",
|
|
1112
|
+
"ti-certificate-off",
|
|
1113
|
+
"ti-chair-director",
|
|
1114
|
+
"ti-chalkboard",
|
|
1115
|
+
"ti-chalkboard-off",
|
|
1116
|
+
"ti-charging-pile",
|
|
1117
|
+
"ti-chart-arcs",
|
|
1118
|
+
"ti-chart-arcs-3",
|
|
1119
|
+
"ti-chart-area",
|
|
1120
|
+
"ti-chart-area-filled",
|
|
1121
|
+
"ti-chart-area-line",
|
|
1122
|
+
"ti-chart-area-line-filled",
|
|
1123
|
+
"ti-chart-arrows",
|
|
1124
|
+
"ti-chart-arrows-vertical",
|
|
1125
|
+
"ti-chart-bar",
|
|
1126
|
+
"ti-chart-bar-off",
|
|
1127
|
+
"ti-chart-bubble",
|
|
1128
|
+
"ti-chart-bubble-filled",
|
|
1129
|
+
"ti-chart-candle",
|
|
1130
|
+
"ti-chart-candle-filled",
|
|
1131
|
+
"ti-chart-circles",
|
|
1132
|
+
"ti-chart-donut",
|
|
1133
|
+
"ti-chart-donut-2",
|
|
1134
|
+
"ti-chart-donut-3",
|
|
1135
|
+
"ti-chart-donut-4",
|
|
1136
|
+
"ti-chart-donut-filled",
|
|
1137
|
+
"ti-chart-dots",
|
|
1138
|
+
"ti-chart-dots-2",
|
|
1139
|
+
"ti-chart-dots-3",
|
|
1140
|
+
"ti-chart-grid-dots",
|
|
1141
|
+
"ti-chart-histogram",
|
|
1142
|
+
"ti-chart-infographic",
|
|
1143
|
+
"ti-chart-line",
|
|
1144
|
+
"ti-chart-pie",
|
|
1145
|
+
"ti-chart-pie-2",
|
|
1146
|
+
"ti-chart-pie-3",
|
|
1147
|
+
"ti-chart-pie-4",
|
|
1148
|
+
"ti-chart-pie-filled",
|
|
1149
|
+
"ti-chart-pie-off",
|
|
1150
|
+
"ti-chart-ppf",
|
|
1151
|
+
"ti-chart-radar",
|
|
1152
|
+
"ti-chart-sankey",
|
|
1153
|
+
"ti-chart-treemap",
|
|
1154
|
+
"ti-check",
|
|
1155
|
+
"ti-checkbox",
|
|
1156
|
+
"ti-checklist",
|
|
1157
|
+
"ti-checks",
|
|
1158
|
+
"ti-checkup-list",
|
|
1159
|
+
"ti-cheese",
|
|
1160
|
+
"ti-chef-hat",
|
|
1161
|
+
"ti-chef-hat-off",
|
|
1162
|
+
"ti-cherry",
|
|
1163
|
+
"ti-cherry-filled",
|
|
1164
|
+
"ti-chess",
|
|
1165
|
+
"ti-chess-bishop",
|
|
1166
|
+
"ti-chess-bishop-filled",
|
|
1167
|
+
"ti-chess-filled",
|
|
1168
|
+
"ti-chess-king",
|
|
1169
|
+
"ti-chess-king-filled",
|
|
1170
|
+
"ti-chess-knight",
|
|
1171
|
+
"ti-chess-knight-filled",
|
|
1172
|
+
"ti-chess-queen",
|
|
1173
|
+
"ti-chess-queen-filled",
|
|
1174
|
+
"ti-chess-rook",
|
|
1175
|
+
"ti-chess-rook-filled",
|
|
1176
|
+
"ti-chevron-down",
|
|
1177
|
+
"ti-chevron-down-left",
|
|
1178
|
+
"ti-chevron-down-right",
|
|
1179
|
+
"ti-chevron-left",
|
|
1180
|
+
"ti-chevron-right",
|
|
1181
|
+
"ti-chevron-up",
|
|
1182
|
+
"ti-chevron-up-left",
|
|
1183
|
+
"ti-chevron-up-right",
|
|
1184
|
+
"ti-chevrons-down",
|
|
1185
|
+
"ti-chevrons-down-left",
|
|
1186
|
+
"ti-chevrons-down-right",
|
|
1187
|
+
"ti-chevrons-left",
|
|
1188
|
+
"ti-chevrons-right",
|
|
1189
|
+
"ti-chevrons-up",
|
|
1190
|
+
"ti-chevrons-up-left",
|
|
1191
|
+
"ti-chevrons-up-right",
|
|
1192
|
+
"ti-chisel",
|
|
1193
|
+
"ti-christmas-tree",
|
|
1194
|
+
"ti-christmas-tree-off",
|
|
1195
|
+
"ti-circle",
|
|
1196
|
+
"ti-circle-0-filled",
|
|
1197
|
+
"ti-circle-1-filled",
|
|
1198
|
+
"ti-circle-2-filled",
|
|
1199
|
+
"ti-circle-3-filled",
|
|
1200
|
+
"ti-circle-4-filled",
|
|
1201
|
+
"ti-circle-5-filled",
|
|
1202
|
+
"ti-circle-6-filled",
|
|
1203
|
+
"ti-circle-7-filled",
|
|
1204
|
+
"ti-circle-8-filled",
|
|
1205
|
+
"ti-circle-9-filled",
|
|
1206
|
+
"ti-circle-arrow-down",
|
|
1207
|
+
"ti-circle-arrow-down-filled",
|
|
1208
|
+
"ti-circle-arrow-down-left",
|
|
1209
|
+
"ti-circle-arrow-down-left-filled",
|
|
1210
|
+
"ti-circle-arrow-down-right",
|
|
1211
|
+
"ti-circle-arrow-down-right-filled",
|
|
1212
|
+
"ti-circle-arrow-left",
|
|
1213
|
+
"ti-circle-arrow-left-filled",
|
|
1214
|
+
"ti-circle-arrow-right",
|
|
1215
|
+
"ti-circle-arrow-right-filled",
|
|
1216
|
+
"ti-circle-arrow-up",
|
|
1217
|
+
"ti-circle-arrow-up-filled",
|
|
1218
|
+
"ti-circle-arrow-up-left",
|
|
1219
|
+
"ti-circle-arrow-up-left-filled",
|
|
1220
|
+
"ti-circle-arrow-up-right",
|
|
1221
|
+
"ti-circle-arrow-up-right-filled",
|
|
1222
|
+
"ti-circle-caret-down",
|
|
1223
|
+
"ti-circle-caret-left",
|
|
1224
|
+
"ti-circle-caret-right",
|
|
1225
|
+
"ti-circle-caret-up",
|
|
1226
|
+
"ti-circle-check",
|
|
1227
|
+
"ti-circle-check-filled",
|
|
1228
|
+
"ti-circle-chevron-down",
|
|
1229
|
+
"ti-circle-chevron-left",
|
|
1230
|
+
"ti-circle-chevron-right",
|
|
1231
|
+
"ti-circle-chevron-up",
|
|
1232
|
+
"ti-circle-chevrons-down",
|
|
1233
|
+
"ti-circle-chevrons-left",
|
|
1234
|
+
"ti-circle-chevrons-right",
|
|
1235
|
+
"ti-circle-chevrons-up",
|
|
1236
|
+
"ti-circle-dashed",
|
|
1237
|
+
"ti-circle-dot",
|
|
1238
|
+
"ti-circle-dot-filled",
|
|
1239
|
+
"ti-circle-dotted",
|
|
1240
|
+
"ti-circle-filled",
|
|
1241
|
+
"ti-circle-half",
|
|
1242
|
+
"ti-circle-half-2",
|
|
1243
|
+
"ti-circle-half-vertical",
|
|
1244
|
+
"ti-circle-key",
|
|
1245
|
+
"ti-circle-key-filled",
|
|
1246
|
+
"ti-circle-letter-a",
|
|
1247
|
+
"ti-circle-letter-b",
|
|
1248
|
+
"ti-circle-letter-c",
|
|
1249
|
+
"ti-circle-letter-d",
|
|
1250
|
+
"ti-circle-letter-e",
|
|
1251
|
+
"ti-circle-letter-f",
|
|
1252
|
+
"ti-circle-letter-g",
|
|
1253
|
+
"ti-circle-letter-h",
|
|
1254
|
+
"ti-circle-letter-i",
|
|
1255
|
+
"ti-circle-letter-j",
|
|
1256
|
+
"ti-circle-letter-k",
|
|
1257
|
+
"ti-circle-letter-l",
|
|
1258
|
+
"ti-circle-letter-m",
|
|
1259
|
+
"ti-circle-letter-n",
|
|
1260
|
+
"ti-circle-letter-o",
|
|
1261
|
+
"ti-circle-letter-p",
|
|
1262
|
+
"ti-circle-letter-q",
|
|
1263
|
+
"ti-circle-letter-r",
|
|
1264
|
+
"ti-circle-letter-s",
|
|
1265
|
+
"ti-circle-letter-t",
|
|
1266
|
+
"ti-circle-letter-u",
|
|
1267
|
+
"ti-circle-letter-v",
|
|
1268
|
+
"ti-circle-letter-w",
|
|
1269
|
+
"ti-circle-letter-x",
|
|
1270
|
+
"ti-circle-letter-y",
|
|
1271
|
+
"ti-circle-letter-z",
|
|
1272
|
+
"ti-circle-minus",
|
|
1273
|
+
"ti-circle-number-0",
|
|
1274
|
+
"ti-circle-number-1",
|
|
1275
|
+
"ti-circle-number-2",
|
|
1276
|
+
"ti-circle-number-3",
|
|
1277
|
+
"ti-circle-number-4",
|
|
1278
|
+
"ti-circle-number-5",
|
|
1279
|
+
"ti-circle-number-6",
|
|
1280
|
+
"ti-circle-number-7",
|
|
1281
|
+
"ti-circle-number-8",
|
|
1282
|
+
"ti-circle-number-9",
|
|
1283
|
+
"ti-circle-off",
|
|
1284
|
+
"ti-circle-plus",
|
|
1285
|
+
"ti-circle-rectangle",
|
|
1286
|
+
"ti-circle-rectangle-off",
|
|
1287
|
+
"ti-circle-square",
|
|
1288
|
+
"ti-circle-triangle",
|
|
1289
|
+
"ti-circle-x",
|
|
1290
|
+
"ti-circle-x-filled",
|
|
1291
|
+
"ti-circles",
|
|
1292
|
+
"ti-circles-filled",
|
|
1293
|
+
"ti-circles-relation",
|
|
1294
|
+
"ti-circuit-ammeter",
|
|
1295
|
+
"ti-circuit-battery",
|
|
1296
|
+
"ti-circuit-bulb",
|
|
1297
|
+
"ti-circuit-capacitor",
|
|
1298
|
+
"ti-circuit-capacitor-polarized",
|
|
1299
|
+
"ti-circuit-cell",
|
|
1300
|
+
"ti-circuit-cell-plus",
|
|
1301
|
+
"ti-circuit-changeover",
|
|
1302
|
+
"ti-circuit-diode",
|
|
1303
|
+
"ti-circuit-diode-zener",
|
|
1304
|
+
"ti-circuit-ground",
|
|
1305
|
+
"ti-circuit-ground-digital",
|
|
1306
|
+
"ti-circuit-inductor",
|
|
1307
|
+
"ti-circuit-motor",
|
|
1308
|
+
"ti-circuit-pushbutton",
|
|
1309
|
+
"ti-circuit-resistor",
|
|
1310
|
+
"ti-circuit-switch-closed",
|
|
1311
|
+
"ti-circuit-switch-open",
|
|
1312
|
+
"ti-circuit-voltmeter",
|
|
1313
|
+
"ti-clear-all",
|
|
1314
|
+
"ti-clear-formatting",
|
|
1315
|
+
"ti-click",
|
|
1316
|
+
"ti-clipboard",
|
|
1317
|
+
"ti-clipboard-check",
|
|
1318
|
+
"ti-clipboard-copy",
|
|
1319
|
+
"ti-clipboard-data",
|
|
1320
|
+
"ti-clipboard-heart",
|
|
1321
|
+
"ti-clipboard-list",
|
|
1322
|
+
"ti-clipboard-off",
|
|
1323
|
+
"ti-clipboard-plus",
|
|
1324
|
+
"ti-clipboard-text",
|
|
1325
|
+
"ti-clipboard-typography",
|
|
1326
|
+
"ti-clipboard-x",
|
|
1327
|
+
"ti-clock",
|
|
1328
|
+
"ti-clock-2",
|
|
1329
|
+
"ti-clock-bolt",
|
|
1330
|
+
"ti-clock-cancel",
|
|
1331
|
+
"ti-clock-check",
|
|
1332
|
+
"ti-clock-code",
|
|
1333
|
+
"ti-clock-cog",
|
|
1334
|
+
"ti-clock-dollar",
|
|
1335
|
+
"ti-clock-down",
|
|
1336
|
+
"ti-clock-edit",
|
|
1337
|
+
"ti-clock-exclamation",
|
|
1338
|
+
"ti-clock-filled",
|
|
1339
|
+
"ti-clock-heart",
|
|
1340
|
+
"ti-clock-hour-1",
|
|
1341
|
+
"ti-clock-hour-10",
|
|
1342
|
+
"ti-clock-hour-11",
|
|
1343
|
+
"ti-clock-hour-12",
|
|
1344
|
+
"ti-clock-hour-2",
|
|
1345
|
+
"ti-clock-hour-3",
|
|
1346
|
+
"ti-clock-hour-4",
|
|
1347
|
+
"ti-clock-hour-5",
|
|
1348
|
+
"ti-clock-hour-6",
|
|
1349
|
+
"ti-clock-hour-7",
|
|
1350
|
+
"ti-clock-hour-8",
|
|
1351
|
+
"ti-clock-hour-9",
|
|
1352
|
+
"ti-clock-minus",
|
|
1353
|
+
"ti-clock-off",
|
|
1354
|
+
"ti-clock-pause",
|
|
1355
|
+
"ti-clock-pin",
|
|
1356
|
+
"ti-clock-play",
|
|
1357
|
+
"ti-clock-plus",
|
|
1358
|
+
"ti-clock-question",
|
|
1359
|
+
"ti-clock-record",
|
|
1360
|
+
"ti-clock-search",
|
|
1361
|
+
"ti-clock-share",
|
|
1362
|
+
"ti-clock-shield",
|
|
1363
|
+
"ti-clock-star",
|
|
1364
|
+
"ti-clock-stop",
|
|
1365
|
+
"ti-clock-up",
|
|
1366
|
+
"ti-clock-x",
|
|
1367
|
+
"ti-clothes-rack",
|
|
1368
|
+
"ti-clothes-rack-off",
|
|
1369
|
+
"ti-cloud",
|
|
1370
|
+
"ti-cloud-bolt",
|
|
1371
|
+
"ti-cloud-cancel",
|
|
1372
|
+
"ti-cloud-check",
|
|
1373
|
+
"ti-cloud-code",
|
|
1374
|
+
"ti-cloud-cog",
|
|
1375
|
+
"ti-cloud-computing",
|
|
1376
|
+
"ti-cloud-data-connection",
|
|
1377
|
+
"ti-cloud-dollar",
|
|
1378
|
+
"ti-cloud-down",
|
|
1379
|
+
"ti-cloud-download",
|
|
1380
|
+
"ti-cloud-exclamation",
|
|
1381
|
+
"ti-cloud-filled",
|
|
1382
|
+
"ti-cloud-fog",
|
|
1383
|
+
"ti-cloud-heart",
|
|
1384
|
+
"ti-cloud-lock",
|
|
1385
|
+
"ti-cloud-lock-open",
|
|
1386
|
+
"ti-cloud-minus",
|
|
1387
|
+
"ti-cloud-off",
|
|
1388
|
+
"ti-cloud-pause",
|
|
1389
|
+
"ti-cloud-pin",
|
|
1390
|
+
"ti-cloud-plus",
|
|
1391
|
+
"ti-cloud-question",
|
|
1392
|
+
"ti-cloud-rain",
|
|
1393
|
+
"ti-cloud-search",
|
|
1394
|
+
"ti-cloud-share",
|
|
1395
|
+
"ti-cloud-snow",
|
|
1396
|
+
"ti-cloud-star",
|
|
1397
|
+
"ti-cloud-storm",
|
|
1398
|
+
"ti-cloud-up",
|
|
1399
|
+
"ti-cloud-upload",
|
|
1400
|
+
"ti-cloud-x",
|
|
1401
|
+
"ti-clover",
|
|
1402
|
+
"ti-clover-2",
|
|
1403
|
+
"ti-clubs",
|
|
1404
|
+
"ti-clubs-filled",
|
|
1405
|
+
"ti-code",
|
|
1406
|
+
"ti-code-asterix",
|
|
1407
|
+
"ti-code-circle",
|
|
1408
|
+
"ti-code-circle-2",
|
|
1409
|
+
"ti-code-dots",
|
|
1410
|
+
"ti-code-minus",
|
|
1411
|
+
"ti-code-off",
|
|
1412
|
+
"ti-code-plus",
|
|
1413
|
+
"ti-coffee",
|
|
1414
|
+
"ti-coffee-off",
|
|
1415
|
+
"ti-coffin",
|
|
1416
|
+
"ti-coin",
|
|
1417
|
+
"ti-coin-bitcoin",
|
|
1418
|
+
"ti-coin-euro",
|
|
1419
|
+
"ti-coin-monero",
|
|
1420
|
+
"ti-coin-off",
|
|
1421
|
+
"ti-coin-pound",
|
|
1422
|
+
"ti-coin-rupee",
|
|
1423
|
+
"ti-coin-yen",
|
|
1424
|
+
"ti-coin-yuan",
|
|
1425
|
+
"ti-coins",
|
|
1426
|
+
"ti-color-filter",
|
|
1427
|
+
"ti-color-picker",
|
|
1428
|
+
"ti-color-picker-off",
|
|
1429
|
+
"ti-color-swatch",
|
|
1430
|
+
"ti-color-swatch-off",
|
|
1431
|
+
"ti-column-insert-left",
|
|
1432
|
+
"ti-column-insert-right",
|
|
1433
|
+
"ti-columns",
|
|
1434
|
+
"ti-columns-1",
|
|
1435
|
+
"ti-columns-2",
|
|
1436
|
+
"ti-columns-3",
|
|
1437
|
+
"ti-columns-off",
|
|
1438
|
+
"ti-comet",
|
|
1439
|
+
"ti-command",
|
|
1440
|
+
"ti-command-off",
|
|
1441
|
+
"ti-compass",
|
|
1442
|
+
"ti-compass-off",
|
|
1443
|
+
"ti-components",
|
|
1444
|
+
"ti-components-off",
|
|
1445
|
+
"ti-cone",
|
|
1446
|
+
"ti-cone-2",
|
|
1447
|
+
"ti-cone-off",
|
|
1448
|
+
"ti-cone-plus",
|
|
1449
|
+
"ti-confetti",
|
|
1450
|
+
"ti-confetti-off",
|
|
1451
|
+
"ti-confucius",
|
|
1452
|
+
"ti-container",
|
|
1453
|
+
"ti-container-off",
|
|
1454
|
+
"ti-contrast",
|
|
1455
|
+
"ti-contrast-2",
|
|
1456
|
+
"ti-contrast-2-off",
|
|
1457
|
+
"ti-contrast-off",
|
|
1458
|
+
"ti-cooker",
|
|
1459
|
+
"ti-cookie",
|
|
1460
|
+
"ti-cookie-man",
|
|
1461
|
+
"ti-cookie-off",
|
|
1462
|
+
"ti-copy",
|
|
1463
|
+
"ti-copy-off",
|
|
1464
|
+
"ti-copyleft",
|
|
1465
|
+
"ti-copyleft-filled",
|
|
1466
|
+
"ti-copyleft-off",
|
|
1467
|
+
"ti-copyright",
|
|
1468
|
+
"ti-copyright-filled",
|
|
1469
|
+
"ti-copyright-off",
|
|
1470
|
+
"ti-corner-down-left",
|
|
1471
|
+
"ti-corner-down-left-double",
|
|
1472
|
+
"ti-corner-down-right",
|
|
1473
|
+
"ti-corner-down-right-double",
|
|
1474
|
+
"ti-corner-left-down",
|
|
1475
|
+
"ti-corner-left-down-double",
|
|
1476
|
+
"ti-corner-left-up",
|
|
1477
|
+
"ti-corner-left-up-double",
|
|
1478
|
+
"ti-corner-right-down",
|
|
1479
|
+
"ti-corner-right-down-double",
|
|
1480
|
+
"ti-corner-right-up",
|
|
1481
|
+
"ti-corner-right-up-double",
|
|
1482
|
+
"ti-corner-up-left",
|
|
1483
|
+
"ti-corner-up-left-double",
|
|
1484
|
+
"ti-corner-up-right",
|
|
1485
|
+
"ti-corner-up-right-double",
|
|
1486
|
+
"ti-cpu",
|
|
1487
|
+
"ti-cpu-2",
|
|
1488
|
+
"ti-cpu-off",
|
|
1489
|
+
"ti-crane",
|
|
1490
|
+
"ti-crane-off",
|
|
1491
|
+
"ti-creative-commons",
|
|
1492
|
+
"ti-creative-commons-by",
|
|
1493
|
+
"ti-creative-commons-nc",
|
|
1494
|
+
"ti-creative-commons-nd",
|
|
1495
|
+
"ti-creative-commons-off",
|
|
1496
|
+
"ti-creative-commons-sa",
|
|
1497
|
+
"ti-creative-commons-zero",
|
|
1498
|
+
"ti-credit-card",
|
|
1499
|
+
"ti-credit-card-off",
|
|
1500
|
+
"ti-cricket",
|
|
1501
|
+
"ti-crop",
|
|
1502
|
+
"ti-cross",
|
|
1503
|
+
"ti-cross-filled",
|
|
1504
|
+
"ti-cross-off",
|
|
1505
|
+
"ti-crosshair",
|
|
1506
|
+
"ti-crown",
|
|
1507
|
+
"ti-crown-off",
|
|
1508
|
+
"ti-crutches",
|
|
1509
|
+
"ti-crutches-off",
|
|
1510
|
+
"ti-crystal-ball",
|
|
1511
|
+
"ti-csv",
|
|
1512
|
+
"ti-cube",
|
|
1513
|
+
"ti-cube-off",
|
|
1514
|
+
"ti-cube-plus",
|
|
1515
|
+
"ti-cube-send",
|
|
1516
|
+
"ti-cube-unfolded",
|
|
1517
|
+
"ti-cup",
|
|
1518
|
+
"ti-cup-off",
|
|
1519
|
+
"ti-curling",
|
|
1520
|
+
"ti-curly-loop",
|
|
1521
|
+
"ti-currency",
|
|
1522
|
+
"ti-currency-afghani",
|
|
1523
|
+
"ti-currency-bahraini",
|
|
1524
|
+
"ti-currency-baht",
|
|
1525
|
+
"ti-currency-bitcoin",
|
|
1526
|
+
"ti-currency-cent",
|
|
1527
|
+
"ti-currency-dinar",
|
|
1528
|
+
"ti-currency-dirham",
|
|
1529
|
+
"ti-currency-dogecoin",
|
|
1530
|
+
"ti-currency-dollar",
|
|
1531
|
+
"ti-currency-dollar-australian",
|
|
1532
|
+
"ti-currency-dollar-brunei",
|
|
1533
|
+
"ti-currency-dollar-canadian",
|
|
1534
|
+
"ti-currency-dollar-guyanese",
|
|
1535
|
+
"ti-currency-dollar-off",
|
|
1536
|
+
"ti-currency-dollar-singapore",
|
|
1537
|
+
"ti-currency-dollar-zimbabwean",
|
|
1538
|
+
"ti-currency-dong",
|
|
1539
|
+
"ti-currency-dram",
|
|
1540
|
+
"ti-currency-ethereum",
|
|
1541
|
+
"ti-currency-euro",
|
|
1542
|
+
"ti-currency-euro-off",
|
|
1543
|
+
"ti-currency-forint",
|
|
1544
|
+
"ti-currency-frank",
|
|
1545
|
+
"ti-currency-guarani",
|
|
1546
|
+
"ti-currency-hryvnia",
|
|
1547
|
+
"ti-currency-iranian-rial",
|
|
1548
|
+
"ti-currency-kip",
|
|
1549
|
+
"ti-currency-krone-czech",
|
|
1550
|
+
"ti-currency-krone-danish",
|
|
1551
|
+
"ti-currency-krone-swedish",
|
|
1552
|
+
"ti-currency-lari",
|
|
1553
|
+
"ti-currency-leu",
|
|
1554
|
+
"ti-currency-lira",
|
|
1555
|
+
"ti-currency-litecoin",
|
|
1556
|
+
"ti-currency-lyd",
|
|
1557
|
+
"ti-currency-manat",
|
|
1558
|
+
"ti-currency-monero",
|
|
1559
|
+
"ti-currency-naira",
|
|
1560
|
+
"ti-currency-nano",
|
|
1561
|
+
"ti-currency-off",
|
|
1562
|
+
"ti-currency-paanga",
|
|
1563
|
+
"ti-currency-peso",
|
|
1564
|
+
"ti-currency-pound",
|
|
1565
|
+
"ti-currency-pound-off",
|
|
1566
|
+
"ti-currency-quetzal",
|
|
1567
|
+
"ti-currency-real",
|
|
1568
|
+
"ti-currency-renminbi",
|
|
1569
|
+
"ti-currency-ripple",
|
|
1570
|
+
"ti-currency-riyal",
|
|
1571
|
+
"ti-currency-rubel",
|
|
1572
|
+
"ti-currency-rufiyaa",
|
|
1573
|
+
"ti-currency-rupee",
|
|
1574
|
+
"ti-currency-rupee-nepalese",
|
|
1575
|
+
"ti-currency-shekel",
|
|
1576
|
+
"ti-currency-solana",
|
|
1577
|
+
"ti-currency-som",
|
|
1578
|
+
"ti-currency-taka",
|
|
1579
|
+
"ti-currency-tenge",
|
|
1580
|
+
"ti-currency-tugrik",
|
|
1581
|
+
"ti-currency-won",
|
|
1582
|
+
"ti-currency-yen",
|
|
1583
|
+
"ti-currency-yen-off",
|
|
1584
|
+
"ti-currency-yuan",
|
|
1585
|
+
"ti-currency-zloty",
|
|
1586
|
+
"ti-current-location",
|
|
1587
|
+
"ti-current-location-off",
|
|
1588
|
+
"ti-cursor-off",
|
|
1589
|
+
"ti-cursor-text",
|
|
1590
|
+
"ti-cut",
|
|
1591
|
+
"ti-cylinder",
|
|
1592
|
+
"ti-cylinder-off",
|
|
1593
|
+
"ti-cylinder-plus",
|
|
1594
|
+
"ti-dashboard",
|
|
1595
|
+
"ti-dashboard-off",
|
|
1596
|
+
"ti-database",
|
|
1597
|
+
"ti-database-cog",
|
|
1598
|
+
"ti-database-dollar",
|
|
1599
|
+
"ti-database-edit",
|
|
1600
|
+
"ti-database-exclamation",
|
|
1601
|
+
"ti-database-export",
|
|
1602
|
+
"ti-database-heart",
|
|
1603
|
+
"ti-database-import",
|
|
1604
|
+
"ti-database-leak",
|
|
1605
|
+
"ti-database-minus",
|
|
1606
|
+
"ti-database-off",
|
|
1607
|
+
"ti-database-plus",
|
|
1608
|
+
"ti-database-search",
|
|
1609
|
+
"ti-database-share",
|
|
1610
|
+
"ti-database-star",
|
|
1611
|
+
"ti-database-x",
|
|
1612
|
+
"ti-decimal",
|
|
1613
|
+
"ti-deer",
|
|
1614
|
+
"ti-delta",
|
|
1615
|
+
"ti-dental",
|
|
1616
|
+
"ti-dental-broken",
|
|
1617
|
+
"ti-dental-off",
|
|
1618
|
+
"ti-deselect",
|
|
1619
|
+
"ti-details",
|
|
1620
|
+
"ti-details-off",
|
|
1621
|
+
"ti-device-airpods",
|
|
1622
|
+
"ti-device-airpods-case",
|
|
1623
|
+
"ti-device-analytics",
|
|
1624
|
+
"ti-device-audio-tape",
|
|
1625
|
+
"ti-device-camera-phone",
|
|
1626
|
+
"ti-device-cctv",
|
|
1627
|
+
"ti-device-cctv-off",
|
|
1628
|
+
"ti-device-computer-camera",
|
|
1629
|
+
"ti-device-computer-camera-off",
|
|
1630
|
+
"ti-device-desktop",
|
|
1631
|
+
"ti-device-desktop-analytics",
|
|
1632
|
+
"ti-device-desktop-bolt",
|
|
1633
|
+
"ti-device-desktop-cancel",
|
|
1634
|
+
"ti-device-desktop-check",
|
|
1635
|
+
"ti-device-desktop-code",
|
|
1636
|
+
"ti-device-desktop-cog",
|
|
1637
|
+
"ti-device-desktop-dollar",
|
|
1638
|
+
"ti-device-desktop-down",
|
|
1639
|
+
"ti-device-desktop-exclamation",
|
|
1640
|
+
"ti-device-desktop-heart",
|
|
1641
|
+
"ti-device-desktop-minus",
|
|
1642
|
+
"ti-device-desktop-off",
|
|
1643
|
+
"ti-device-desktop-pause",
|
|
1644
|
+
"ti-device-desktop-pin",
|
|
1645
|
+
"ti-device-desktop-plus",
|
|
1646
|
+
"ti-device-desktop-question",
|
|
1647
|
+
"ti-device-desktop-search",
|
|
1648
|
+
"ti-device-desktop-share",
|
|
1649
|
+
"ti-device-desktop-star",
|
|
1650
|
+
"ti-device-desktop-up",
|
|
1651
|
+
"ti-device-desktop-x",
|
|
1652
|
+
"ti-device-floppy",
|
|
1653
|
+
"ti-device-gamepad",
|
|
1654
|
+
"ti-device-gamepad-2",
|
|
1655
|
+
"ti-device-heart-monitor",
|
|
1656
|
+
"ti-device-heart-monitor-filled",
|
|
1657
|
+
"ti-device-imac",
|
|
1658
|
+
"ti-device-imac-bolt",
|
|
1659
|
+
"ti-device-imac-cancel",
|
|
1660
|
+
"ti-device-imac-check",
|
|
1661
|
+
"ti-device-imac-code",
|
|
1662
|
+
"ti-device-imac-cog",
|
|
1663
|
+
"ti-device-imac-dollar",
|
|
1664
|
+
"ti-device-imac-down",
|
|
1665
|
+
"ti-device-imac-exclamation",
|
|
1666
|
+
"ti-device-imac-heart",
|
|
1667
|
+
"ti-device-imac-minus",
|
|
1668
|
+
"ti-device-imac-off",
|
|
1669
|
+
"ti-device-imac-pause",
|
|
1670
|
+
"ti-device-imac-pin",
|
|
1671
|
+
"ti-device-imac-plus",
|
|
1672
|
+
"ti-device-imac-question",
|
|
1673
|
+
"ti-device-imac-search",
|
|
1674
|
+
"ti-device-imac-share",
|
|
1675
|
+
"ti-device-imac-star",
|
|
1676
|
+
"ti-device-imac-up",
|
|
1677
|
+
"ti-device-imac-x",
|
|
1678
|
+
"ti-device-ipad",
|
|
1679
|
+
"ti-device-ipad-bolt",
|
|
1680
|
+
"ti-device-ipad-cancel",
|
|
1681
|
+
"ti-device-ipad-check",
|
|
1682
|
+
"ti-device-ipad-code",
|
|
1683
|
+
"ti-device-ipad-cog",
|
|
1684
|
+
"ti-device-ipad-dollar",
|
|
1685
|
+
"ti-device-ipad-down",
|
|
1686
|
+
"ti-device-ipad-exclamation",
|
|
1687
|
+
"ti-device-ipad-heart",
|
|
1688
|
+
"ti-device-ipad-horizontal",
|
|
1689
|
+
"ti-device-ipad-horizontal-bolt",
|
|
1690
|
+
"ti-device-ipad-horizontal-cancel",
|
|
1691
|
+
"ti-device-ipad-horizontal-check",
|
|
1692
|
+
"ti-device-ipad-horizontal-code",
|
|
1693
|
+
"ti-device-ipad-horizontal-cog",
|
|
1694
|
+
"ti-device-ipad-horizontal-dollar",
|
|
1695
|
+
"ti-device-ipad-horizontal-down",
|
|
1696
|
+
"ti-device-ipad-horizontal-exclamation",
|
|
1697
|
+
"ti-device-ipad-horizontal-heart",
|
|
1698
|
+
"ti-device-ipad-horizontal-minus",
|
|
1699
|
+
"ti-device-ipad-horizontal-off",
|
|
1700
|
+
"ti-device-ipad-horizontal-pause",
|
|
1701
|
+
"ti-device-ipad-horizontal-pin",
|
|
1702
|
+
"ti-device-ipad-horizontal-plus",
|
|
1703
|
+
"ti-device-ipad-horizontal-question",
|
|
1704
|
+
"ti-device-ipad-horizontal-search",
|
|
1705
|
+
"ti-device-ipad-horizontal-share",
|
|
1706
|
+
"ti-device-ipad-horizontal-star",
|
|
1707
|
+
"ti-device-ipad-horizontal-up",
|
|
1708
|
+
"ti-device-ipad-horizontal-x",
|
|
1709
|
+
"ti-device-ipad-minus",
|
|
1710
|
+
"ti-device-ipad-off",
|
|
1711
|
+
"ti-device-ipad-pause",
|
|
1712
|
+
"ti-device-ipad-pin",
|
|
1713
|
+
"ti-device-ipad-plus",
|
|
1714
|
+
"ti-device-ipad-question",
|
|
1715
|
+
"ti-device-ipad-search",
|
|
1716
|
+
"ti-device-ipad-share",
|
|
1717
|
+
"ti-device-ipad-star",
|
|
1718
|
+
"ti-device-ipad-up",
|
|
1719
|
+
"ti-device-ipad-x",
|
|
1720
|
+
"ti-device-landline-phone",
|
|
1721
|
+
"ti-device-laptop",
|
|
1722
|
+
"ti-device-laptop-off",
|
|
1723
|
+
"ti-device-mobile",
|
|
1724
|
+
"ti-device-mobile-bolt",
|
|
1725
|
+
"ti-device-mobile-cancel",
|
|
1726
|
+
"ti-device-mobile-charging",
|
|
1727
|
+
"ti-device-mobile-check",
|
|
1728
|
+
"ti-device-mobile-code",
|
|
1729
|
+
"ti-device-mobile-cog",
|
|
1730
|
+
"ti-device-mobile-dollar",
|
|
1731
|
+
"ti-device-mobile-down",
|
|
1732
|
+
"ti-device-mobile-exclamation",
|
|
1733
|
+
"ti-device-mobile-filled",
|
|
1734
|
+
"ti-device-mobile-heart",
|
|
1735
|
+
"ti-device-mobile-message",
|
|
1736
|
+
"ti-device-mobile-minus",
|
|
1737
|
+
"ti-device-mobile-off",
|
|
1738
|
+
"ti-device-mobile-pause",
|
|
1739
|
+
"ti-device-mobile-pin",
|
|
1740
|
+
"ti-device-mobile-plus",
|
|
1741
|
+
"ti-device-mobile-question",
|
|
1742
|
+
"ti-device-mobile-rotated",
|
|
1743
|
+
"ti-device-mobile-search",
|
|
1744
|
+
"ti-device-mobile-share",
|
|
1745
|
+
"ti-device-mobile-star",
|
|
1746
|
+
"ti-device-mobile-up",
|
|
1747
|
+
"ti-device-mobile-vibration",
|
|
1748
|
+
"ti-device-mobile-x",
|
|
1749
|
+
"ti-device-nintendo",
|
|
1750
|
+
"ti-device-nintendo-off",
|
|
1751
|
+
"ti-device-remote",
|
|
1752
|
+
"ti-device-sd-card",
|
|
1753
|
+
"ti-device-sim",
|
|
1754
|
+
"ti-device-sim-1",
|
|
1755
|
+
"ti-device-sim-2",
|
|
1756
|
+
"ti-device-sim-3",
|
|
1757
|
+
"ti-device-speaker",
|
|
1758
|
+
"ti-device-speaker-off",
|
|
1759
|
+
"ti-device-tablet",
|
|
1760
|
+
"ti-device-tablet-bolt",
|
|
1761
|
+
"ti-device-tablet-cancel",
|
|
1762
|
+
"ti-device-tablet-check",
|
|
1763
|
+
"ti-device-tablet-code",
|
|
1764
|
+
"ti-device-tablet-cog",
|
|
1765
|
+
"ti-device-tablet-dollar",
|
|
1766
|
+
"ti-device-tablet-down",
|
|
1767
|
+
"ti-device-tablet-exclamation",
|
|
1768
|
+
"ti-device-tablet-filled",
|
|
1769
|
+
"ti-device-tablet-heart",
|
|
1770
|
+
"ti-device-tablet-minus",
|
|
1771
|
+
"ti-device-tablet-off",
|
|
1772
|
+
"ti-device-tablet-pause",
|
|
1773
|
+
"ti-device-tablet-pin",
|
|
1774
|
+
"ti-device-tablet-plus",
|
|
1775
|
+
"ti-device-tablet-question",
|
|
1776
|
+
"ti-device-tablet-search",
|
|
1777
|
+
"ti-device-tablet-share",
|
|
1778
|
+
"ti-device-tablet-star",
|
|
1779
|
+
"ti-device-tablet-up",
|
|
1780
|
+
"ti-device-tablet-x",
|
|
1781
|
+
"ti-device-tv",
|
|
1782
|
+
"ti-device-tv-off",
|
|
1783
|
+
"ti-device-tv-old",
|
|
1784
|
+
"ti-device-watch",
|
|
1785
|
+
"ti-device-watch-bolt",
|
|
1786
|
+
"ti-device-watch-cancel",
|
|
1787
|
+
"ti-device-watch-check",
|
|
1788
|
+
"ti-device-watch-code",
|
|
1789
|
+
"ti-device-watch-cog",
|
|
1790
|
+
"ti-device-watch-dollar",
|
|
1791
|
+
"ti-device-watch-down",
|
|
1792
|
+
"ti-device-watch-exclamation",
|
|
1793
|
+
"ti-device-watch-heart",
|
|
1794
|
+
"ti-device-watch-minus",
|
|
1795
|
+
"ti-device-watch-off",
|
|
1796
|
+
"ti-device-watch-pause",
|
|
1797
|
+
"ti-device-watch-pin",
|
|
1798
|
+
"ti-device-watch-plus",
|
|
1799
|
+
"ti-device-watch-question",
|
|
1800
|
+
"ti-device-watch-search",
|
|
1801
|
+
"ti-device-watch-share",
|
|
1802
|
+
"ti-device-watch-star",
|
|
1803
|
+
"ti-device-watch-stats",
|
|
1804
|
+
"ti-device-watch-stats-2",
|
|
1805
|
+
"ti-device-watch-up",
|
|
1806
|
+
"ti-device-watch-x",
|
|
1807
|
+
"ti-devices",
|
|
1808
|
+
"ti-devices-2",
|
|
1809
|
+
"ti-devices-bolt",
|
|
1810
|
+
"ti-devices-cancel",
|
|
1811
|
+
"ti-devices-check",
|
|
1812
|
+
"ti-devices-code",
|
|
1813
|
+
"ti-devices-cog",
|
|
1814
|
+
"ti-devices-dollar",
|
|
1815
|
+
"ti-devices-down",
|
|
1816
|
+
"ti-devices-exclamation",
|
|
1817
|
+
"ti-devices-heart",
|
|
1818
|
+
"ti-devices-minus",
|
|
1819
|
+
"ti-devices-off",
|
|
1820
|
+
"ti-devices-pause",
|
|
1821
|
+
"ti-devices-pc",
|
|
1822
|
+
"ti-devices-pc-off",
|
|
1823
|
+
"ti-devices-pin",
|
|
1824
|
+
"ti-devices-plus",
|
|
1825
|
+
"ti-devices-question",
|
|
1826
|
+
"ti-devices-search",
|
|
1827
|
+
"ti-devices-share",
|
|
1828
|
+
"ti-devices-star",
|
|
1829
|
+
"ti-devices-up",
|
|
1830
|
+
"ti-devices-x",
|
|
1831
|
+
"ti-diabolo",
|
|
1832
|
+
"ti-diabolo-off",
|
|
1833
|
+
"ti-diabolo-plus",
|
|
1834
|
+
"ti-dialpad",
|
|
1835
|
+
"ti-dialpad-filled",
|
|
1836
|
+
"ti-dialpad-off",
|
|
1837
|
+
"ti-diamond",
|
|
1838
|
+
"ti-diamond-filled",
|
|
1839
|
+
"ti-diamond-off",
|
|
1840
|
+
"ti-diamonds",
|
|
1841
|
+
"ti-diamonds-filled",
|
|
1842
|
+
"ti-dice",
|
|
1843
|
+
"ti-dice-1",
|
|
1844
|
+
"ti-dice-1-filled",
|
|
1845
|
+
"ti-dice-2",
|
|
1846
|
+
"ti-dice-2-filled",
|
|
1847
|
+
"ti-dice-3",
|
|
1848
|
+
"ti-dice-3-filled",
|
|
1849
|
+
"ti-dice-4",
|
|
1850
|
+
"ti-dice-4-filled",
|
|
1851
|
+
"ti-dice-5",
|
|
1852
|
+
"ti-dice-5-filled",
|
|
1853
|
+
"ti-dice-6",
|
|
1854
|
+
"ti-dice-6-filled",
|
|
1855
|
+
"ti-dice-filled",
|
|
1856
|
+
"ti-dimensions",
|
|
1857
|
+
"ti-direction",
|
|
1858
|
+
"ti-direction-horizontal",
|
|
1859
|
+
"ti-direction-sign",
|
|
1860
|
+
"ti-direction-sign-filled",
|
|
1861
|
+
"ti-direction-sign-off",
|
|
1862
|
+
"ti-directions",
|
|
1863
|
+
"ti-directions-off",
|
|
1864
|
+
"ti-disabled",
|
|
1865
|
+
"ti-disabled-2",
|
|
1866
|
+
"ti-disabled-off",
|
|
1867
|
+
"ti-disc",
|
|
1868
|
+
"ti-disc-golf",
|
|
1869
|
+
"ti-disc-off",
|
|
1870
|
+
"ti-discount",
|
|
1871
|
+
"ti-discount-2",
|
|
1872
|
+
"ti-discount-2-off",
|
|
1873
|
+
"ti-discount-check",
|
|
1874
|
+
"ti-discount-check-filled",
|
|
1875
|
+
"ti-discount-off",
|
|
1876
|
+
"ti-divide",
|
|
1877
|
+
"ti-dna",
|
|
1878
|
+
"ti-dna-2",
|
|
1879
|
+
"ti-dna-2-off",
|
|
1880
|
+
"ti-dna-off",
|
|
1881
|
+
"ti-dog",
|
|
1882
|
+
"ti-dog-bowl",
|
|
1883
|
+
"ti-door",
|
|
1884
|
+
"ti-door-enter",
|
|
1885
|
+
"ti-door-exit",
|
|
1886
|
+
"ti-door-off",
|
|
1887
|
+
"ti-dots",
|
|
1888
|
+
"ti-dots-circle-horizontal",
|
|
1889
|
+
"ti-dots-diagonal",
|
|
1890
|
+
"ti-dots-diagonal-2",
|
|
1891
|
+
"ti-dots-vertical",
|
|
1892
|
+
"ti-download",
|
|
1893
|
+
"ti-download-off",
|
|
1894
|
+
"ti-drag-drop",
|
|
1895
|
+
"ti-drag-drop-2",
|
|
1896
|
+
"ti-drone",
|
|
1897
|
+
"ti-drone-off",
|
|
1898
|
+
"ti-drop-circle",
|
|
1899
|
+
"ti-droplet",
|
|
1900
|
+
"ti-droplet-bolt",
|
|
1901
|
+
"ti-droplet-cancel",
|
|
1902
|
+
"ti-droplet-check",
|
|
1903
|
+
"ti-droplet-code",
|
|
1904
|
+
"ti-droplet-cog",
|
|
1905
|
+
"ti-droplet-dollar",
|
|
1906
|
+
"ti-droplet-down",
|
|
1907
|
+
"ti-droplet-exclamation",
|
|
1908
|
+
"ti-droplet-filled",
|
|
1909
|
+
"ti-droplet-filled-2",
|
|
1910
|
+
"ti-droplet-half",
|
|
1911
|
+
"ti-droplet-half-2",
|
|
1912
|
+
"ti-droplet-half-filled",
|
|
1913
|
+
"ti-droplet-heart",
|
|
1914
|
+
"ti-droplet-minus",
|
|
1915
|
+
"ti-droplet-off",
|
|
1916
|
+
"ti-droplet-pause",
|
|
1917
|
+
"ti-droplet-pin",
|
|
1918
|
+
"ti-droplet-plus",
|
|
1919
|
+
"ti-droplet-question",
|
|
1920
|
+
"ti-droplet-search",
|
|
1921
|
+
"ti-droplet-share",
|
|
1922
|
+
"ti-droplet-star",
|
|
1923
|
+
"ti-droplet-up",
|
|
1924
|
+
"ti-droplet-x",
|
|
1925
|
+
"ti-dual-screen",
|
|
1926
|
+
"ti-e-passport",
|
|
1927
|
+
"ti-ear",
|
|
1928
|
+
"ti-ear-off",
|
|
1929
|
+
"ti-ease-in",
|
|
1930
|
+
"ti-ease-in-control-point",
|
|
1931
|
+
"ti-ease-in-out",
|
|
1932
|
+
"ti-ease-in-out-control-points",
|
|
1933
|
+
"ti-ease-out",
|
|
1934
|
+
"ti-ease-out-control-point",
|
|
1935
|
+
"ti-edit",
|
|
1936
|
+
"ti-edit-circle",
|
|
1937
|
+
"ti-edit-circle-off",
|
|
1938
|
+
"ti-edit-off",
|
|
1939
|
+
"ti-egg",
|
|
1940
|
+
"ti-egg-cracked",
|
|
1941
|
+
"ti-egg-filled",
|
|
1942
|
+
"ti-egg-fried",
|
|
1943
|
+
"ti-egg-off",
|
|
1944
|
+
"ti-eggs",
|
|
1945
|
+
"ti-elevator",
|
|
1946
|
+
"ti-elevator-off",
|
|
1947
|
+
"ti-emergency-bed",
|
|
1948
|
+
"ti-empathize",
|
|
1949
|
+
"ti-empathize-off",
|
|
1950
|
+
"ti-emphasis",
|
|
1951
|
+
"ti-engine",
|
|
1952
|
+
"ti-engine-off",
|
|
1953
|
+
"ti-equal",
|
|
1954
|
+
"ti-equal-double",
|
|
1955
|
+
"ti-equal-not",
|
|
1956
|
+
"ti-eraser",
|
|
1957
|
+
"ti-eraser-off",
|
|
1958
|
+
"ti-error-404",
|
|
1959
|
+
"ti-error-404-off",
|
|
1960
|
+
"ti-exchange",
|
|
1961
|
+
"ti-exchange-off",
|
|
1962
|
+
"ti-exclamation-circle",
|
|
1963
|
+
"ti-exclamation-mark",
|
|
1964
|
+
"ti-exclamation-mark-off",
|
|
1965
|
+
"ti-explicit",
|
|
1966
|
+
"ti-explicit-off",
|
|
1967
|
+
"ti-exposure",
|
|
1968
|
+
"ti-exposure-0",
|
|
1969
|
+
"ti-exposure-minus-1",
|
|
1970
|
+
"ti-exposure-minus-2",
|
|
1971
|
+
"ti-exposure-off",
|
|
1972
|
+
"ti-exposure-plus-1",
|
|
1973
|
+
"ti-exposure-plus-2",
|
|
1974
|
+
"ti-external-link",
|
|
1975
|
+
"ti-external-link-off",
|
|
1976
|
+
"ti-eye",
|
|
1977
|
+
"ti-eye-check",
|
|
1978
|
+
"ti-eye-closed",
|
|
1979
|
+
"ti-eye-cog",
|
|
1980
|
+
"ti-eye-edit",
|
|
1981
|
+
"ti-eye-exclamation",
|
|
1982
|
+
"ti-eye-filled",
|
|
1983
|
+
"ti-eye-heart",
|
|
1984
|
+
"ti-eye-off",
|
|
1985
|
+
"ti-eye-table",
|
|
1986
|
+
"ti-eye-x",
|
|
1987
|
+
"ti-eyeglass",
|
|
1988
|
+
"ti-eyeglass-2",
|
|
1989
|
+
"ti-eyeglass-off",
|
|
1990
|
+
"ti-face-id",
|
|
1991
|
+
"ti-face-id-error",
|
|
1992
|
+
"ti-face-mask",
|
|
1993
|
+
"ti-face-mask-off",
|
|
1994
|
+
"ti-fall",
|
|
1995
|
+
"ti-feather",
|
|
1996
|
+
"ti-feather-off",
|
|
1997
|
+
"ti-fence",
|
|
1998
|
+
"ti-fence-off",
|
|
1999
|
+
"ti-fidget-spinner",
|
|
2000
|
+
"ti-file",
|
|
2001
|
+
"ti-file-3d",
|
|
2002
|
+
"ti-file-alert",
|
|
2003
|
+
"ti-file-analytics",
|
|
2004
|
+
"ti-file-arrow-left",
|
|
2005
|
+
"ti-file-arrow-right",
|
|
2006
|
+
"ti-file-barcode",
|
|
2007
|
+
"ti-file-broken",
|
|
2008
|
+
"ti-file-certificate",
|
|
2009
|
+
"ti-file-chart",
|
|
2010
|
+
"ti-file-check",
|
|
2011
|
+
"ti-file-code",
|
|
2012
|
+
"ti-file-code-2",
|
|
2013
|
+
"ti-file-cv",
|
|
2014
|
+
"ti-file-database",
|
|
2015
|
+
"ti-file-delta",
|
|
2016
|
+
"ti-file-description",
|
|
2017
|
+
"ti-file-diff",
|
|
2018
|
+
"ti-file-digit",
|
|
2019
|
+
"ti-file-dislike",
|
|
2020
|
+
"ti-file-dollar",
|
|
2021
|
+
"ti-file-dots",
|
|
2022
|
+
"ti-file-download",
|
|
2023
|
+
"ti-file-euro",
|
|
2024
|
+
"ti-file-export",
|
|
2025
|
+
"ti-file-filled",
|
|
2026
|
+
"ti-file-function",
|
|
2027
|
+
"ti-file-horizontal",
|
|
2028
|
+
"ti-file-import",
|
|
2029
|
+
"ti-file-infinity",
|
|
2030
|
+
"ti-file-info",
|
|
2031
|
+
"ti-file-invoice",
|
|
2032
|
+
"ti-file-lambda",
|
|
2033
|
+
"ti-file-like",
|
|
2034
|
+
"ti-file-minus",
|
|
2035
|
+
"ti-file-music",
|
|
2036
|
+
"ti-file-off",
|
|
2037
|
+
"ti-file-orientation",
|
|
2038
|
+
"ti-file-pencil",
|
|
2039
|
+
"ti-file-percent",
|
|
2040
|
+
"ti-file-phone",
|
|
2041
|
+
"ti-file-plus",
|
|
2042
|
+
"ti-file-power",
|
|
2043
|
+
"ti-file-report",
|
|
2044
|
+
"ti-file-rss",
|
|
2045
|
+
"ti-file-scissors",
|
|
2046
|
+
"ti-file-search",
|
|
2047
|
+
"ti-file-settings",
|
|
2048
|
+
"ti-file-shredder",
|
|
2049
|
+
"ti-file-signal",
|
|
2050
|
+
"ti-file-spreadsheet",
|
|
2051
|
+
"ti-file-stack",
|
|
2052
|
+
"ti-file-star",
|
|
2053
|
+
"ti-file-symlink",
|
|
2054
|
+
"ti-file-text",
|
|
2055
|
+
"ti-file-text-ai",
|
|
2056
|
+
"ti-file-time",
|
|
2057
|
+
"ti-file-typography",
|
|
2058
|
+
"ti-file-unknown",
|
|
2059
|
+
"ti-file-upload",
|
|
2060
|
+
"ti-file-vector",
|
|
2061
|
+
"ti-file-x",
|
|
2062
|
+
"ti-file-x-filled",
|
|
2063
|
+
"ti-file-zip",
|
|
2064
|
+
"ti-files",
|
|
2065
|
+
"ti-files-off",
|
|
2066
|
+
"ti-filter",
|
|
2067
|
+
"ti-filter-cog",
|
|
2068
|
+
"ti-filter-dollar",
|
|
2069
|
+
"ti-filter-edit",
|
|
2070
|
+
"ti-filter-minus",
|
|
2071
|
+
"ti-filter-off",
|
|
2072
|
+
"ti-filter-plus",
|
|
2073
|
+
"ti-filter-star",
|
|
2074
|
+
"ti-filter-x",
|
|
2075
|
+
"ti-filters",
|
|
2076
|
+
"ti-fingerprint",
|
|
2077
|
+
"ti-fingerprint-off",
|
|
2078
|
+
"ti-fire-hydrant",
|
|
2079
|
+
"ti-fire-hydrant-off",
|
|
2080
|
+
"ti-firetruck",
|
|
2081
|
+
"ti-first-aid-kit",
|
|
2082
|
+
"ti-first-aid-kit-off",
|
|
2083
|
+
"ti-fish",
|
|
2084
|
+
"ti-fish-bone",
|
|
2085
|
+
"ti-fish-christianity",
|
|
2086
|
+
"ti-fish-hook",
|
|
2087
|
+
"ti-fish-hook-off",
|
|
2088
|
+
"ti-fish-off",
|
|
2089
|
+
"ti-flag",
|
|
2090
|
+
"ti-flag-2",
|
|
2091
|
+
"ti-flag-2-filled",
|
|
2092
|
+
"ti-flag-2-off",
|
|
2093
|
+
"ti-flag-3",
|
|
2094
|
+
"ti-flag-3-filled",
|
|
2095
|
+
"ti-flag-filled",
|
|
2096
|
+
"ti-flag-off",
|
|
2097
|
+
"ti-flame",
|
|
2098
|
+
"ti-flame-off",
|
|
2099
|
+
"ti-flare",
|
|
2100
|
+
"ti-flask",
|
|
2101
|
+
"ti-flask-2",
|
|
2102
|
+
"ti-flask-2-off",
|
|
2103
|
+
"ti-flask-off",
|
|
2104
|
+
"ti-flip-flops",
|
|
2105
|
+
"ti-flip-horizontal",
|
|
2106
|
+
"ti-flip-vertical",
|
|
2107
|
+
"ti-float-center",
|
|
2108
|
+
"ti-float-left",
|
|
2109
|
+
"ti-float-none",
|
|
2110
|
+
"ti-float-right",
|
|
2111
|
+
"ti-flower",
|
|
2112
|
+
"ti-flower-off",
|
|
2113
|
+
"ti-focus",
|
|
2114
|
+
"ti-focus-2",
|
|
2115
|
+
"ti-focus-auto",
|
|
2116
|
+
"ti-focus-centered",
|
|
2117
|
+
"ti-fold",
|
|
2118
|
+
"ti-fold-down",
|
|
2119
|
+
"ti-fold-up",
|
|
2120
|
+
"ti-folder",
|
|
2121
|
+
"ti-folder-bolt",
|
|
2122
|
+
"ti-folder-cancel",
|
|
2123
|
+
"ti-folder-check",
|
|
2124
|
+
"ti-folder-code",
|
|
2125
|
+
"ti-folder-cog",
|
|
2126
|
+
"ti-folder-dollar",
|
|
2127
|
+
"ti-folder-down",
|
|
2128
|
+
"ti-folder-exclamation",
|
|
2129
|
+
"ti-folder-filled",
|
|
2130
|
+
"ti-folder-heart",
|
|
2131
|
+
"ti-folder-minus",
|
|
2132
|
+
"ti-folder-off",
|
|
2133
|
+
"ti-folder-pause",
|
|
2134
|
+
"ti-folder-pin",
|
|
2135
|
+
"ti-folder-plus",
|
|
2136
|
+
"ti-folder-question",
|
|
2137
|
+
"ti-folder-search",
|
|
2138
|
+
"ti-folder-share",
|
|
2139
|
+
"ti-folder-star",
|
|
2140
|
+
"ti-folder-symlink",
|
|
2141
|
+
"ti-folder-up",
|
|
2142
|
+
"ti-folder-x",
|
|
2143
|
+
"ti-folders",
|
|
2144
|
+
"ti-folders-off",
|
|
2145
|
+
"ti-forbid",
|
|
2146
|
+
"ti-forbid-2",
|
|
2147
|
+
"ti-forklift",
|
|
2148
|
+
"ti-forms",
|
|
2149
|
+
"ti-fountain",
|
|
2150
|
+
"ti-fountain-off",
|
|
2151
|
+
"ti-frame",
|
|
2152
|
+
"ti-frame-off",
|
|
2153
|
+
"ti-free-rights",
|
|
2154
|
+
"ti-freeze-column",
|
|
2155
|
+
"ti-freeze-row",
|
|
2156
|
+
"ti-freeze-row-column",
|
|
2157
|
+
"ti-fridge",
|
|
2158
|
+
"ti-fridge-off",
|
|
2159
|
+
"ti-friends",
|
|
2160
|
+
"ti-friends-off",
|
|
2161
|
+
"ti-frustum",
|
|
2162
|
+
"ti-frustum-off",
|
|
2163
|
+
"ti-frustum-plus",
|
|
2164
|
+
"ti-function",
|
|
2165
|
+
"ti-function-off",
|
|
2166
|
+
"ti-garden-cart",
|
|
2167
|
+
"ti-garden-cart-off",
|
|
2168
|
+
"ti-gas-station",
|
|
2169
|
+
"ti-gas-station-off",
|
|
2170
|
+
"ti-gauge",
|
|
2171
|
+
"ti-gauge-off",
|
|
2172
|
+
"ti-gavel",
|
|
2173
|
+
"ti-gender-agender",
|
|
2174
|
+
"ti-gender-androgyne",
|
|
2175
|
+
"ti-gender-bigender",
|
|
2176
|
+
"ti-gender-demiboy",
|
|
2177
|
+
"ti-gender-demigirl",
|
|
2178
|
+
"ti-gender-epicene",
|
|
2179
|
+
"ti-gender-female",
|
|
2180
|
+
"ti-gender-femme",
|
|
2181
|
+
"ti-gender-genderfluid",
|
|
2182
|
+
"ti-gender-genderless",
|
|
2183
|
+
"ti-gender-genderqueer",
|
|
2184
|
+
"ti-gender-hermaphrodite",
|
|
2185
|
+
"ti-gender-intergender",
|
|
2186
|
+
"ti-gender-male",
|
|
2187
|
+
"ti-gender-neutrois",
|
|
2188
|
+
"ti-gender-third",
|
|
2189
|
+
"ti-gender-transgender",
|
|
2190
|
+
"ti-gender-trasvesti",
|
|
2191
|
+
"ti-geometry",
|
|
2192
|
+
"ti-ghost",
|
|
2193
|
+
"ti-ghost-2",
|
|
2194
|
+
"ti-ghost-2-filled",
|
|
2195
|
+
"ti-ghost-filled",
|
|
2196
|
+
"ti-ghost-off",
|
|
2197
|
+
"ti-gif",
|
|
2198
|
+
"ti-gift",
|
|
2199
|
+
"ti-gift-card",
|
|
2200
|
+
"ti-gift-off",
|
|
2201
|
+
"ti-git-branch",
|
|
2202
|
+
"ti-git-branch-deleted",
|
|
2203
|
+
"ti-git-cherry-pick",
|
|
2204
|
+
"ti-git-commit",
|
|
2205
|
+
"ti-git-compare",
|
|
2206
|
+
"ti-git-fork",
|
|
2207
|
+
"ti-git-merge",
|
|
2208
|
+
"ti-git-pull-request",
|
|
2209
|
+
"ti-git-pull-request-closed",
|
|
2210
|
+
"ti-git-pull-request-draft",
|
|
2211
|
+
"ti-gizmo",
|
|
2212
|
+
"ti-glass",
|
|
2213
|
+
"ti-glass-full",
|
|
2214
|
+
"ti-glass-off",
|
|
2215
|
+
"ti-globe",
|
|
2216
|
+
"ti-globe-off",
|
|
2217
|
+
"ti-go-game",
|
|
2218
|
+
"ti-golf",
|
|
2219
|
+
"ti-golf-off",
|
|
2220
|
+
"ti-gps",
|
|
2221
|
+
"ti-gradienter",
|
|
2222
|
+
"ti-grain",
|
|
2223
|
+
"ti-graph",
|
|
2224
|
+
"ti-graph-off",
|
|
2225
|
+
"ti-grave",
|
|
2226
|
+
"ti-grave-2",
|
|
2227
|
+
"ti-grid-dots",
|
|
2228
|
+
"ti-grid-pattern",
|
|
2229
|
+
"ti-grill",
|
|
2230
|
+
"ti-grill-fork",
|
|
2231
|
+
"ti-grill-off",
|
|
2232
|
+
"ti-grill-spatula",
|
|
2233
|
+
"ti-grip-horizontal",
|
|
2234
|
+
"ti-grip-vertical",
|
|
2235
|
+
"ti-growth",
|
|
2236
|
+
"ti-guitar-pick",
|
|
2237
|
+
"ti-guitar-pick-filled",
|
|
2238
|
+
"ti-h-1",
|
|
2239
|
+
"ti-h-2",
|
|
2240
|
+
"ti-h-3",
|
|
2241
|
+
"ti-h-4",
|
|
2242
|
+
"ti-h-5",
|
|
2243
|
+
"ti-h-6",
|
|
2244
|
+
"ti-hammer",
|
|
2245
|
+
"ti-hammer-off",
|
|
2246
|
+
"ti-hand-click",
|
|
2247
|
+
"ti-hand-finger",
|
|
2248
|
+
"ti-hand-finger-off",
|
|
2249
|
+
"ti-hand-grab",
|
|
2250
|
+
"ti-hand-little-finger",
|
|
2251
|
+
"ti-hand-middle-finger",
|
|
2252
|
+
"ti-hand-move",
|
|
2253
|
+
"ti-hand-off",
|
|
2254
|
+
"ti-hand-ring-finger",
|
|
2255
|
+
"ti-hand-rock",
|
|
2256
|
+
"ti-hand-sanitizer",
|
|
2257
|
+
"ti-hand-stop",
|
|
2258
|
+
"ti-hand-three-fingers",
|
|
2259
|
+
"ti-hand-two-fingers",
|
|
2260
|
+
"ti-hanger",
|
|
2261
|
+
"ti-hanger-2",
|
|
2262
|
+
"ti-hanger-off",
|
|
2263
|
+
"ti-hash",
|
|
2264
|
+
"ti-haze",
|
|
2265
|
+
"ti-hdr",
|
|
2266
|
+
"ti-heading",
|
|
2267
|
+
"ti-heading-off",
|
|
2268
|
+
"ti-headphones",
|
|
2269
|
+
"ti-headphones-filled",
|
|
2270
|
+
"ti-headphones-off",
|
|
2271
|
+
"ti-headset",
|
|
2272
|
+
"ti-headset-off",
|
|
2273
|
+
"ti-health-recognition",
|
|
2274
|
+
"ti-heart",
|
|
2275
|
+
"ti-heart-broken",
|
|
2276
|
+
"ti-heart-filled",
|
|
2277
|
+
"ti-heart-handshake",
|
|
2278
|
+
"ti-heart-minus",
|
|
2279
|
+
"ti-heart-off",
|
|
2280
|
+
"ti-heart-plus",
|
|
2281
|
+
"ti-heart-rate-monitor",
|
|
2282
|
+
"ti-heartbeat",
|
|
2283
|
+
"ti-hearts",
|
|
2284
|
+
"ti-hearts-off",
|
|
2285
|
+
"ti-helicopter",
|
|
2286
|
+
"ti-helicopter-landing",
|
|
2287
|
+
"ti-helmet",
|
|
2288
|
+
"ti-helmet-off",
|
|
2289
|
+
"ti-help",
|
|
2290
|
+
"ti-help-circle",
|
|
2291
|
+
"ti-help-circle-filled",
|
|
2292
|
+
"ti-help-hexagon",
|
|
2293
|
+
"ti-help-hexagon-filled",
|
|
2294
|
+
"ti-help-octagon",
|
|
2295
|
+
"ti-help-octagon-filled",
|
|
2296
|
+
"ti-help-off",
|
|
2297
|
+
"ti-help-small",
|
|
2298
|
+
"ti-help-square",
|
|
2299
|
+
"ti-help-square-filled",
|
|
2300
|
+
"ti-help-square-rounded",
|
|
2301
|
+
"ti-help-square-rounded-filled",
|
|
2302
|
+
"ti-help-triangle",
|
|
2303
|
+
"ti-help-triangle-filled",
|
|
2304
|
+
"ti-hemisphere",
|
|
2305
|
+
"ti-hemisphere-off",
|
|
2306
|
+
"ti-hemisphere-plus",
|
|
2307
|
+
"ti-hexagon",
|
|
2308
|
+
"ti-hexagon-0-filled",
|
|
2309
|
+
"ti-hexagon-1-filled",
|
|
2310
|
+
"ti-hexagon-2-filled",
|
|
2311
|
+
"ti-hexagon-3-filled",
|
|
2312
|
+
"ti-hexagon-3d",
|
|
2313
|
+
"ti-hexagon-4-filled",
|
|
2314
|
+
"ti-hexagon-5-filled",
|
|
2315
|
+
"ti-hexagon-6-filled",
|
|
2316
|
+
"ti-hexagon-7-filled",
|
|
2317
|
+
"ti-hexagon-8-filled",
|
|
2318
|
+
"ti-hexagon-9-filled",
|
|
2319
|
+
"ti-hexagon-filled",
|
|
2320
|
+
"ti-hexagon-letter-a",
|
|
2321
|
+
"ti-hexagon-letter-b",
|
|
2322
|
+
"ti-hexagon-letter-c",
|
|
2323
|
+
"ti-hexagon-letter-d",
|
|
2324
|
+
"ti-hexagon-letter-e",
|
|
2325
|
+
"ti-hexagon-letter-f",
|
|
2326
|
+
"ti-hexagon-letter-g",
|
|
2327
|
+
"ti-hexagon-letter-h",
|
|
2328
|
+
"ti-hexagon-letter-i",
|
|
2329
|
+
"ti-hexagon-letter-j",
|
|
2330
|
+
"ti-hexagon-letter-k",
|
|
2331
|
+
"ti-hexagon-letter-l",
|
|
2332
|
+
"ti-hexagon-letter-m",
|
|
2333
|
+
"ti-hexagon-letter-n",
|
|
2334
|
+
"ti-hexagon-letter-o",
|
|
2335
|
+
"ti-hexagon-letter-p",
|
|
2336
|
+
"ti-hexagon-letter-q",
|
|
2337
|
+
"ti-hexagon-letter-r",
|
|
2338
|
+
"ti-hexagon-letter-s",
|
|
2339
|
+
"ti-hexagon-letter-t",
|
|
2340
|
+
"ti-hexagon-letter-u",
|
|
2341
|
+
"ti-hexagon-letter-v",
|
|
2342
|
+
"ti-hexagon-letter-w",
|
|
2343
|
+
"ti-hexagon-letter-x",
|
|
2344
|
+
"ti-hexagon-letter-y",
|
|
2345
|
+
"ti-hexagon-letter-z",
|
|
2346
|
+
"ti-hexagon-number-0",
|
|
2347
|
+
"ti-hexagon-number-1",
|
|
2348
|
+
"ti-hexagon-number-2",
|
|
2349
|
+
"ti-hexagon-number-3",
|
|
2350
|
+
"ti-hexagon-number-4",
|
|
2351
|
+
"ti-hexagon-number-5",
|
|
2352
|
+
"ti-hexagon-number-6",
|
|
2353
|
+
"ti-hexagon-number-7",
|
|
2354
|
+
"ti-hexagon-number-8",
|
|
2355
|
+
"ti-hexagon-number-9",
|
|
2356
|
+
"ti-hexagon-off",
|
|
2357
|
+
"ti-hexagonal-prism",
|
|
2358
|
+
"ti-hexagonal-prism-off",
|
|
2359
|
+
"ti-hexagonal-prism-plus",
|
|
2360
|
+
"ti-hexagonal-pyramid",
|
|
2361
|
+
"ti-hexagonal-pyramid-off",
|
|
2362
|
+
"ti-hexagonal-pyramid-plus",
|
|
2363
|
+
"ti-hexagons",
|
|
2364
|
+
"ti-hexagons-off",
|
|
2365
|
+
"ti-hierarchy",
|
|
2366
|
+
"ti-hierarchy-2",
|
|
2367
|
+
"ti-hierarchy-3",
|
|
2368
|
+
"ti-hierarchy-off",
|
|
2369
|
+
"ti-highlight",
|
|
2370
|
+
"ti-highlight-off",
|
|
2371
|
+
"ti-history",
|
|
2372
|
+
"ti-history-off",
|
|
2373
|
+
"ti-history-toggle",
|
|
2374
|
+
"ti-home",
|
|
2375
|
+
"ti-home-2",
|
|
2376
|
+
"ti-home-bolt",
|
|
2377
|
+
"ti-home-cancel",
|
|
2378
|
+
"ti-home-check",
|
|
2379
|
+
"ti-home-cog",
|
|
2380
|
+
"ti-home-dollar",
|
|
2381
|
+
"ti-home-dot",
|
|
2382
|
+
"ti-home-down",
|
|
2383
|
+
"ti-home-eco",
|
|
2384
|
+
"ti-home-edit",
|
|
2385
|
+
"ti-home-exclamation",
|
|
2386
|
+
"ti-home-hand",
|
|
2387
|
+
"ti-home-heart",
|
|
2388
|
+
"ti-home-infinity",
|
|
2389
|
+
"ti-home-link",
|
|
2390
|
+
"ti-home-minus",
|
|
2391
|
+
"ti-home-move",
|
|
2392
|
+
"ti-home-off",
|
|
2393
|
+
"ti-home-plus",
|
|
2394
|
+
"ti-home-question",
|
|
2395
|
+
"ti-home-ribbon",
|
|
2396
|
+
"ti-home-search",
|
|
2397
|
+
"ti-home-share",
|
|
2398
|
+
"ti-home-shield",
|
|
2399
|
+
"ti-home-signal",
|
|
2400
|
+
"ti-home-star",
|
|
2401
|
+
"ti-home-stats",
|
|
2402
|
+
"ti-home-up",
|
|
2403
|
+
"ti-home-x",
|
|
2404
|
+
"ti-horse-toy",
|
|
2405
|
+
"ti-hotel-service",
|
|
2406
|
+
"ti-hourglass",
|
|
2407
|
+
"ti-hourglass-empty",
|
|
2408
|
+
"ti-hourglass-filled",
|
|
2409
|
+
"ti-hourglass-high",
|
|
2410
|
+
"ti-hourglass-low",
|
|
2411
|
+
"ti-hourglass-off",
|
|
2412
|
+
"ti-html",
|
|
2413
|
+
"ti-http-connect",
|
|
2414
|
+
"ti-http-delete",
|
|
2415
|
+
"ti-http-get",
|
|
2416
|
+
"ti-http-head",
|
|
2417
|
+
"ti-http-options",
|
|
2418
|
+
"ti-http-patch",
|
|
2419
|
+
"ti-http-post",
|
|
2420
|
+
"ti-http-put",
|
|
2421
|
+
"ti-http-que",
|
|
2422
|
+
"ti-http-trace",
|
|
2423
|
+
"ti-ice-cream",
|
|
2424
|
+
"ti-ice-cream-2",
|
|
2425
|
+
"ti-ice-cream-off",
|
|
2426
|
+
"ti-ice-skating",
|
|
2427
|
+
"ti-icons",
|
|
2428
|
+
"ti-icons-off",
|
|
2429
|
+
"ti-id",
|
|
2430
|
+
"ti-id-badge",
|
|
2431
|
+
"ti-id-badge-2",
|
|
2432
|
+
"ti-id-badge-off",
|
|
2433
|
+
"ti-id-off",
|
|
2434
|
+
"ti-inbox",
|
|
2435
|
+
"ti-inbox-off",
|
|
2436
|
+
"ti-indent-decrease",
|
|
2437
|
+
"ti-indent-increase",
|
|
2438
|
+
"ti-infinity",
|
|
2439
|
+
"ti-infinity-off",
|
|
2440
|
+
"ti-info-circle",
|
|
2441
|
+
"ti-info-circle-filled",
|
|
2442
|
+
"ti-info-hexagon",
|
|
2443
|
+
"ti-info-hexagon-filled",
|
|
2444
|
+
"ti-info-octagon",
|
|
2445
|
+
"ti-info-octagon-filled",
|
|
2446
|
+
"ti-info-small",
|
|
2447
|
+
"ti-info-square",
|
|
2448
|
+
"ti-info-square-filled",
|
|
2449
|
+
"ti-info-square-rounded",
|
|
2450
|
+
"ti-info-square-rounded-filled",
|
|
2451
|
+
"ti-info-triangle",
|
|
2452
|
+
"ti-info-triangle-filled",
|
|
2453
|
+
"ti-inner-shadow-bottom",
|
|
2454
|
+
"ti-inner-shadow-bottom-filled",
|
|
2455
|
+
"ti-inner-shadow-bottom-left",
|
|
2456
|
+
"ti-inner-shadow-bottom-left-filled",
|
|
2457
|
+
"ti-inner-shadow-bottom-right",
|
|
2458
|
+
"ti-inner-shadow-bottom-right-filled",
|
|
2459
|
+
"ti-inner-shadow-left",
|
|
2460
|
+
"ti-inner-shadow-left-filled",
|
|
2461
|
+
"ti-inner-shadow-right",
|
|
2462
|
+
"ti-inner-shadow-right-filled",
|
|
2463
|
+
"ti-inner-shadow-top",
|
|
2464
|
+
"ti-inner-shadow-top-filled",
|
|
2465
|
+
"ti-inner-shadow-top-left",
|
|
2466
|
+
"ti-inner-shadow-top-left-filled",
|
|
2467
|
+
"ti-inner-shadow-top-right",
|
|
2468
|
+
"ti-inner-shadow-top-right-filled",
|
|
2469
|
+
"ti-input-search",
|
|
2470
|
+
"ti-ironing",
|
|
2471
|
+
"ti-ironing-1",
|
|
2472
|
+
"ti-ironing-2",
|
|
2473
|
+
"ti-ironing-3",
|
|
2474
|
+
"ti-ironing-off",
|
|
2475
|
+
"ti-ironing-steam",
|
|
2476
|
+
"ti-ironing-steam-off",
|
|
2477
|
+
"ti-irregular-polyhedron",
|
|
2478
|
+
"ti-irregular-polyhedron-off",
|
|
2479
|
+
"ti-irregular-polyhedron-plus",
|
|
2480
|
+
"ti-italic",
|
|
2481
|
+
"ti-jacket",
|
|
2482
|
+
"ti-jetpack",
|
|
2483
|
+
"ti-jewish-star",
|
|
2484
|
+
"ti-jewish-star-filled",
|
|
2485
|
+
"ti-jpg",
|
|
2486
|
+
"ti-json",
|
|
2487
|
+
"ti-jump-rope",
|
|
2488
|
+
"ti-karate",
|
|
2489
|
+
"ti-kayak",
|
|
2490
|
+
"ti-kering",
|
|
2491
|
+
"ti-key",
|
|
2492
|
+
"ti-key-off",
|
|
2493
|
+
"ti-keyboard",
|
|
2494
|
+
"ti-keyboard-hide",
|
|
2495
|
+
"ti-keyboard-off",
|
|
2496
|
+
"ti-keyboard-show",
|
|
2497
|
+
"ti-keyframe",
|
|
2498
|
+
"ti-keyframe-align-center",
|
|
2499
|
+
"ti-keyframe-align-horizontal",
|
|
2500
|
+
"ti-keyframe-align-vertical",
|
|
2501
|
+
"ti-keyframes",
|
|
2502
|
+
"ti-ladder",
|
|
2503
|
+
"ti-ladder-off",
|
|
2504
|
+
"ti-lambda",
|
|
2505
|
+
"ti-lamp",
|
|
2506
|
+
"ti-lamp-2",
|
|
2507
|
+
"ti-lamp-off",
|
|
2508
|
+
"ti-language",
|
|
2509
|
+
"ti-language-hiragana",
|
|
2510
|
+
"ti-language-katakana",
|
|
2511
|
+
"ti-language-off",
|
|
2512
|
+
"ti-lasso",
|
|
2513
|
+
"ti-lasso-off",
|
|
2514
|
+
"ti-lasso-polygon",
|
|
2515
|
+
"ti-layers-difference",
|
|
2516
|
+
"ti-layers-intersect",
|
|
2517
|
+
"ti-layers-intersect-2",
|
|
2518
|
+
"ti-layers-linked",
|
|
2519
|
+
"ti-layers-off",
|
|
2520
|
+
"ti-layers-subtract",
|
|
2521
|
+
"ti-layers-union",
|
|
2522
|
+
"ti-layout",
|
|
2523
|
+
"ti-layout-2",
|
|
2524
|
+
"ti-layout-align-bottom",
|
|
2525
|
+
"ti-layout-align-center",
|
|
2526
|
+
"ti-layout-align-left",
|
|
2527
|
+
"ti-layout-align-middle",
|
|
2528
|
+
"ti-layout-align-right",
|
|
2529
|
+
"ti-layout-align-top",
|
|
2530
|
+
"ti-layout-board",
|
|
2531
|
+
"ti-layout-board-split",
|
|
2532
|
+
"ti-layout-bottombar",
|
|
2533
|
+
"ti-layout-bottombar-collapse",
|
|
2534
|
+
"ti-layout-bottombar-expand",
|
|
2535
|
+
"ti-layout-cards",
|
|
2536
|
+
"ti-layout-collage",
|
|
2537
|
+
"ti-layout-columns",
|
|
2538
|
+
"ti-layout-dashboard",
|
|
2539
|
+
"ti-layout-distribute-horizontal",
|
|
2540
|
+
"ti-layout-distribute-vertical",
|
|
2541
|
+
"ti-layout-grid",
|
|
2542
|
+
"ti-layout-grid-add",
|
|
2543
|
+
"ti-layout-grid-remove",
|
|
2544
|
+
"ti-layout-kanban",
|
|
2545
|
+
"ti-layout-list",
|
|
2546
|
+
"ti-layout-navbar",
|
|
2547
|
+
"ti-layout-navbar-collapse",
|
|
2548
|
+
"ti-layout-navbar-expand",
|
|
2549
|
+
"ti-layout-off",
|
|
2550
|
+
"ti-layout-rows",
|
|
2551
|
+
"ti-layout-sidebar",
|
|
2552
|
+
"ti-layout-sidebar-left-collapse",
|
|
2553
|
+
"ti-layout-sidebar-left-expand",
|
|
2554
|
+
"ti-layout-sidebar-right",
|
|
2555
|
+
"ti-layout-sidebar-right-collapse",
|
|
2556
|
+
"ti-layout-sidebar-right-expand",
|
|
2557
|
+
"ti-leaf",
|
|
2558
|
+
"ti-leaf-off",
|
|
2559
|
+
"ti-lego",
|
|
2560
|
+
"ti-lego-off",
|
|
2561
|
+
"ti-lemon",
|
|
2562
|
+
"ti-lemon-2",
|
|
2563
|
+
"ti-letter-a",
|
|
2564
|
+
"ti-letter-b",
|
|
2565
|
+
"ti-letter-c",
|
|
2566
|
+
"ti-letter-case",
|
|
2567
|
+
"ti-letter-case-lower",
|
|
2568
|
+
"ti-letter-case-toggle",
|
|
2569
|
+
"ti-letter-case-upper",
|
|
2570
|
+
"ti-letter-d",
|
|
2571
|
+
"ti-letter-e",
|
|
2572
|
+
"ti-letter-f",
|
|
2573
|
+
"ti-letter-g",
|
|
2574
|
+
"ti-letter-h",
|
|
2575
|
+
"ti-letter-i",
|
|
2576
|
+
"ti-letter-j",
|
|
2577
|
+
"ti-letter-k",
|
|
2578
|
+
"ti-letter-l",
|
|
2579
|
+
"ti-letter-m",
|
|
2580
|
+
"ti-letter-n",
|
|
2581
|
+
"ti-letter-o",
|
|
2582
|
+
"ti-letter-p",
|
|
2583
|
+
"ti-letter-q",
|
|
2584
|
+
"ti-letter-r",
|
|
2585
|
+
"ti-letter-s",
|
|
2586
|
+
"ti-letter-spacing",
|
|
2587
|
+
"ti-letter-t",
|
|
2588
|
+
"ti-letter-u",
|
|
2589
|
+
"ti-letter-v",
|
|
2590
|
+
"ti-letter-w",
|
|
2591
|
+
"ti-letter-x",
|
|
2592
|
+
"ti-letter-y",
|
|
2593
|
+
"ti-letter-z",
|
|
2594
|
+
"ti-license",
|
|
2595
|
+
"ti-license-off",
|
|
2596
|
+
"ti-lifebuoy",
|
|
2597
|
+
"ti-lifebuoy-off",
|
|
2598
|
+
"ti-lighter",
|
|
2599
|
+
"ti-line",
|
|
2600
|
+
"ti-line-dashed",
|
|
2601
|
+
"ti-line-dotted",
|
|
2602
|
+
"ti-line-height",
|
|
2603
|
+
"ti-link",
|
|
2604
|
+
"ti-link-off",
|
|
2605
|
+
"ti-list",
|
|
2606
|
+
"ti-list-check",
|
|
2607
|
+
"ti-list-details",
|
|
2608
|
+
"ti-list-numbers",
|
|
2609
|
+
"ti-list-search",
|
|
2610
|
+
"ti-live-photo",
|
|
2611
|
+
"ti-live-photo-off",
|
|
2612
|
+
"ti-live-view",
|
|
2613
|
+
"ti-load-balancer",
|
|
2614
|
+
"ti-loader",
|
|
2615
|
+
"ti-loader-2",
|
|
2616
|
+
"ti-loader-3",
|
|
2617
|
+
"ti-loader-quarter",
|
|
2618
|
+
"ti-location",
|
|
2619
|
+
"ti-location-broken",
|
|
2620
|
+
"ti-location-filled",
|
|
2621
|
+
"ti-location-off",
|
|
2622
|
+
"ti-lock",
|
|
2623
|
+
"ti-lock-access",
|
|
2624
|
+
"ti-lock-access-off",
|
|
2625
|
+
"ti-lock-bolt",
|
|
2626
|
+
"ti-lock-cancel",
|
|
2627
|
+
"ti-lock-check",
|
|
2628
|
+
"ti-lock-code",
|
|
2629
|
+
"ti-lock-cog",
|
|
2630
|
+
"ti-lock-dollar",
|
|
2631
|
+
"ti-lock-down",
|
|
2632
|
+
"ti-lock-exclamation",
|
|
2633
|
+
"ti-lock-heart",
|
|
2634
|
+
"ti-lock-minus",
|
|
2635
|
+
"ti-lock-off",
|
|
2636
|
+
"ti-lock-open",
|
|
2637
|
+
"ti-lock-open-off",
|
|
2638
|
+
"ti-lock-pause",
|
|
2639
|
+
"ti-lock-pin",
|
|
2640
|
+
"ti-lock-plus",
|
|
2641
|
+
"ti-lock-question",
|
|
2642
|
+
"ti-lock-search",
|
|
2643
|
+
"ti-lock-share",
|
|
2644
|
+
"ti-lock-square",
|
|
2645
|
+
"ti-lock-square-rounded",
|
|
2646
|
+
"ti-lock-square-rounded-filled",
|
|
2647
|
+
"ti-lock-star",
|
|
2648
|
+
"ti-lock-up",
|
|
2649
|
+
"ti-lock-x",
|
|
2650
|
+
"ti-logic-and",
|
|
2651
|
+
"ti-logic-buffer",
|
|
2652
|
+
"ti-logic-nand",
|
|
2653
|
+
"ti-logic-nor",
|
|
2654
|
+
"ti-logic-not",
|
|
2655
|
+
"ti-logic-or",
|
|
2656
|
+
"ti-logic-xnor",
|
|
2657
|
+
"ti-logic-xor",
|
|
2658
|
+
"ti-login",
|
|
2659
|
+
"ti-logout",
|
|
2660
|
+
"ti-logout-2",
|
|
2661
|
+
"ti-lollipop",
|
|
2662
|
+
"ti-lollipop-off",
|
|
2663
|
+
"ti-luggage",
|
|
2664
|
+
"ti-luggage-off",
|
|
2665
|
+
"ti-lungs",
|
|
2666
|
+
"ti-lungs-off",
|
|
2667
|
+
"ti-macro",
|
|
2668
|
+
"ti-macro-off",
|
|
2669
|
+
"ti-magnet",
|
|
2670
|
+
"ti-magnet-off",
|
|
2671
|
+
"ti-mail",
|
|
2672
|
+
"ti-mail-ai",
|
|
2673
|
+
"ti-mail-bolt",
|
|
2674
|
+
"ti-mail-cancel",
|
|
2675
|
+
"ti-mail-check",
|
|
2676
|
+
"ti-mail-code",
|
|
2677
|
+
"ti-mail-cog",
|
|
2678
|
+
"ti-mail-dollar",
|
|
2679
|
+
"ti-mail-down",
|
|
2680
|
+
"ti-mail-exclamation",
|
|
2681
|
+
"ti-mail-fast",
|
|
2682
|
+
"ti-mail-filled",
|
|
2683
|
+
"ti-mail-forward",
|
|
2684
|
+
"ti-mail-heart",
|
|
2685
|
+
"ti-mail-minus",
|
|
2686
|
+
"ti-mail-off",
|
|
2687
|
+
"ti-mail-opened",
|
|
2688
|
+
"ti-mail-opened-filled",
|
|
2689
|
+
"ti-mail-pause",
|
|
2690
|
+
"ti-mail-pin",
|
|
2691
|
+
"ti-mail-plus",
|
|
2692
|
+
"ti-mail-question",
|
|
2693
|
+
"ti-mail-search",
|
|
2694
|
+
"ti-mail-share",
|
|
2695
|
+
"ti-mail-star",
|
|
2696
|
+
"ti-mail-up",
|
|
2697
|
+
"ti-mail-x",
|
|
2698
|
+
"ti-mailbox",
|
|
2699
|
+
"ti-mailbox-off",
|
|
2700
|
+
"ti-man",
|
|
2701
|
+
"ti-manual-gearbox",
|
|
2702
|
+
"ti-map",
|
|
2703
|
+
"ti-map-2",
|
|
2704
|
+
"ti-map-off",
|
|
2705
|
+
"ti-map-pin",
|
|
2706
|
+
"ti-map-pin-bolt",
|
|
2707
|
+
"ti-map-pin-cancel",
|
|
2708
|
+
"ti-map-pin-check",
|
|
2709
|
+
"ti-map-pin-code",
|
|
2710
|
+
"ti-map-pin-cog",
|
|
2711
|
+
"ti-map-pin-dollar",
|
|
2712
|
+
"ti-map-pin-down",
|
|
2713
|
+
"ti-map-pin-exclamation",
|
|
2714
|
+
"ti-map-pin-filled",
|
|
2715
|
+
"ti-map-pin-heart",
|
|
2716
|
+
"ti-map-pin-minus",
|
|
2717
|
+
"ti-map-pin-off",
|
|
2718
|
+
"ti-map-pin-pause",
|
|
2719
|
+
"ti-map-pin-pin",
|
|
2720
|
+
"ti-map-pin-plus",
|
|
2721
|
+
"ti-map-pin-question",
|
|
2722
|
+
"ti-map-pin-search",
|
|
2723
|
+
"ti-map-pin-share",
|
|
2724
|
+
"ti-map-pin-star",
|
|
2725
|
+
"ti-map-pin-up",
|
|
2726
|
+
"ti-map-pin-x",
|
|
2727
|
+
"ti-map-pins",
|
|
2728
|
+
"ti-map-search",
|
|
2729
|
+
"ti-markdown",
|
|
2730
|
+
"ti-markdown-off",
|
|
2731
|
+
"ti-marquee",
|
|
2732
|
+
"ti-marquee-2",
|
|
2733
|
+
"ti-marquee-off",
|
|
2734
|
+
"ti-mars",
|
|
2735
|
+
"ti-mask",
|
|
2736
|
+
"ti-mask-off",
|
|
2737
|
+
"ti-masks-theater",
|
|
2738
|
+
"ti-masks-theater-off",
|
|
2739
|
+
"ti-massage",
|
|
2740
|
+
"ti-matchstick",
|
|
2741
|
+
"ti-math",
|
|
2742
|
+
"ti-math-1-divide-2",
|
|
2743
|
+
"ti-math-1-divide-3",
|
|
2744
|
+
"ti-math-avg",
|
|
2745
|
+
"ti-math-equal-greater",
|
|
2746
|
+
"ti-math-equal-lower",
|
|
2747
|
+
"ti-math-function",
|
|
2748
|
+
"ti-math-function-off",
|
|
2749
|
+
"ti-math-function-y",
|
|
2750
|
+
"ti-math-greater",
|
|
2751
|
+
"ti-math-integral",
|
|
2752
|
+
"ti-math-integral-x",
|
|
2753
|
+
"ti-math-integrals",
|
|
2754
|
+
"ti-math-lower",
|
|
2755
|
+
"ti-math-max",
|
|
2756
|
+
"ti-math-min",
|
|
2757
|
+
"ti-math-not",
|
|
2758
|
+
"ti-math-off",
|
|
2759
|
+
"ti-math-pi",
|
|
2760
|
+
"ti-math-pi-divide-2",
|
|
2761
|
+
"ti-math-symbols",
|
|
2762
|
+
"ti-math-x-divide-2",
|
|
2763
|
+
"ti-math-x-divide-y",
|
|
2764
|
+
"ti-math-x-divide-y-2",
|
|
2765
|
+
"ti-math-x-minus-x",
|
|
2766
|
+
"ti-math-x-minus-y",
|
|
2767
|
+
"ti-math-x-plus-x",
|
|
2768
|
+
"ti-math-x-plus-y",
|
|
2769
|
+
"ti-math-xy",
|
|
2770
|
+
"ti-math-y-minus-y",
|
|
2771
|
+
"ti-math-y-plus-y",
|
|
2772
|
+
"ti-maximize",
|
|
2773
|
+
"ti-maximize-off",
|
|
2774
|
+
"ti-meat",
|
|
2775
|
+
"ti-meat-off",
|
|
2776
|
+
"ti-medal",
|
|
2777
|
+
"ti-medal-2",
|
|
2778
|
+
"ti-medical-cross",
|
|
2779
|
+
"ti-medical-cross-filled",
|
|
2780
|
+
"ti-medical-cross-off",
|
|
2781
|
+
"ti-medicine-syrup",
|
|
2782
|
+
"ti-meeple",
|
|
2783
|
+
"ti-menorah",
|
|
2784
|
+
"ti-menu",
|
|
2785
|
+
"ti-menu-2",
|
|
2786
|
+
"ti-menu-order",
|
|
2787
|
+
"ti-message",
|
|
2788
|
+
"ti-message-2",
|
|
2789
|
+
"ti-message-2-bolt",
|
|
2790
|
+
"ti-message-2-cancel",
|
|
2791
|
+
"ti-message-2-check",
|
|
2792
|
+
"ti-message-2-code",
|
|
2793
|
+
"ti-message-2-cog",
|
|
2794
|
+
"ti-message-2-dollar",
|
|
2795
|
+
"ti-message-2-down",
|
|
2796
|
+
"ti-message-2-exclamation",
|
|
2797
|
+
"ti-message-2-heart",
|
|
2798
|
+
"ti-message-2-minus",
|
|
2799
|
+
"ti-message-2-off",
|
|
2800
|
+
"ti-message-2-pause",
|
|
2801
|
+
"ti-message-2-pin",
|
|
2802
|
+
"ti-message-2-plus",
|
|
2803
|
+
"ti-message-2-question",
|
|
2804
|
+
"ti-message-2-search",
|
|
2805
|
+
"ti-message-2-share",
|
|
2806
|
+
"ti-message-2-star",
|
|
2807
|
+
"ti-message-2-up",
|
|
2808
|
+
"ti-message-2-x",
|
|
2809
|
+
"ti-message-bolt",
|
|
2810
|
+
"ti-message-cancel",
|
|
2811
|
+
"ti-message-chatbot",
|
|
2812
|
+
"ti-message-check",
|
|
2813
|
+
"ti-message-circle",
|
|
2814
|
+
"ti-message-circle-2",
|
|
2815
|
+
"ti-message-circle-2-filled",
|
|
2816
|
+
"ti-message-circle-bolt",
|
|
2817
|
+
"ti-message-circle-cancel",
|
|
2818
|
+
"ti-message-circle-check",
|
|
2819
|
+
"ti-message-circle-code",
|
|
2820
|
+
"ti-message-circle-cog",
|
|
2821
|
+
"ti-message-circle-dollar",
|
|
2822
|
+
"ti-message-circle-down",
|
|
2823
|
+
"ti-message-circle-exclamation",
|
|
2824
|
+
"ti-message-circle-heart",
|
|
2825
|
+
"ti-message-circle-minus",
|
|
2826
|
+
"ti-message-circle-off",
|
|
2827
|
+
"ti-message-circle-pause",
|
|
2828
|
+
"ti-message-circle-pin",
|
|
2829
|
+
"ti-message-circle-plus",
|
|
2830
|
+
"ti-message-circle-question",
|
|
2831
|
+
"ti-message-circle-search",
|
|
2832
|
+
"ti-message-circle-share",
|
|
2833
|
+
"ti-message-circle-star",
|
|
2834
|
+
"ti-message-circle-up",
|
|
2835
|
+
"ti-message-circle-x",
|
|
2836
|
+
"ti-message-code",
|
|
2837
|
+
"ti-message-cog",
|
|
2838
|
+
"ti-message-dollar",
|
|
2839
|
+
"ti-message-dots",
|
|
2840
|
+
"ti-message-down",
|
|
2841
|
+
"ti-message-exclamation",
|
|
2842
|
+
"ti-message-forward",
|
|
2843
|
+
"ti-message-heart",
|
|
2844
|
+
"ti-message-language",
|
|
2845
|
+
"ti-message-minus",
|
|
2846
|
+
"ti-message-off",
|
|
2847
|
+
"ti-message-pause",
|
|
2848
|
+
"ti-message-pin",
|
|
2849
|
+
"ti-message-plus",
|
|
2850
|
+
"ti-message-question",
|
|
2851
|
+
"ti-message-report",
|
|
2852
|
+
"ti-message-search",
|
|
2853
|
+
"ti-message-share",
|
|
2854
|
+
"ti-message-star",
|
|
2855
|
+
"ti-message-up",
|
|
2856
|
+
"ti-message-x",
|
|
2857
|
+
"ti-messages",
|
|
2858
|
+
"ti-messages-off",
|
|
2859
|
+
"ti-meteor",
|
|
2860
|
+
"ti-meteor-off",
|
|
2861
|
+
"ti-mickey",
|
|
2862
|
+
"ti-mickey-filled",
|
|
2863
|
+
"ti-microphone",
|
|
2864
|
+
"ti-microphone-2",
|
|
2865
|
+
"ti-microphone-2-off",
|
|
2866
|
+
"ti-microphone-off",
|
|
2867
|
+
"ti-microscope",
|
|
2868
|
+
"ti-microscope-off",
|
|
2869
|
+
"ti-microwave",
|
|
2870
|
+
"ti-microwave-off",
|
|
2871
|
+
"ti-military-award",
|
|
2872
|
+
"ti-military-rank",
|
|
2873
|
+
"ti-milk",
|
|
2874
|
+
"ti-milk-off",
|
|
2875
|
+
"ti-milkshake",
|
|
2876
|
+
"ti-minimize",
|
|
2877
|
+
"ti-minus",
|
|
2878
|
+
"ti-minus-vertical",
|
|
2879
|
+
"ti-mist",
|
|
2880
|
+
"ti-mist-off",
|
|
2881
|
+
"ti-mobiledata",
|
|
2882
|
+
"ti-mobiledata-off",
|
|
2883
|
+
"ti-moneybag",
|
|
2884
|
+
"ti-mood-angry",
|
|
2885
|
+
"ti-mood-annoyed",
|
|
2886
|
+
"ti-mood-annoyed-2",
|
|
2887
|
+
"ti-mood-boy",
|
|
2888
|
+
"ti-mood-check",
|
|
2889
|
+
"ti-mood-cog",
|
|
2890
|
+
"ti-mood-confuzed",
|
|
2891
|
+
"ti-mood-confuzed-filled",
|
|
2892
|
+
"ti-mood-crazy-happy",
|
|
2893
|
+
"ti-mood-cry",
|
|
2894
|
+
"ti-mood-dollar",
|
|
2895
|
+
"ti-mood-edit",
|
|
2896
|
+
"ti-mood-empty",
|
|
2897
|
+
"ti-mood-empty-filled",
|
|
2898
|
+
"ti-mood-happy",
|
|
2899
|
+
"ti-mood-happy-filled",
|
|
2900
|
+
"ti-mood-heart",
|
|
2901
|
+
"ti-mood-kid",
|
|
2902
|
+
"ti-mood-kid-filled",
|
|
2903
|
+
"ti-mood-look-left",
|
|
2904
|
+
"ti-mood-look-right",
|
|
2905
|
+
"ti-mood-minus",
|
|
2906
|
+
"ti-mood-nerd",
|
|
2907
|
+
"ti-mood-nervous",
|
|
2908
|
+
"ti-mood-neutral",
|
|
2909
|
+
"ti-mood-neutral-filled",
|
|
2910
|
+
"ti-mood-off",
|
|
2911
|
+
"ti-mood-pin",
|
|
2912
|
+
"ti-mood-plus",
|
|
2913
|
+
"ti-mood-sad",
|
|
2914
|
+
"ti-mood-sad-2",
|
|
2915
|
+
"ti-mood-sad-dizzy",
|
|
2916
|
+
"ti-mood-sad-filled",
|
|
2917
|
+
"ti-mood-sad-squint",
|
|
2918
|
+
"ti-mood-search",
|
|
2919
|
+
"ti-mood-share",
|
|
2920
|
+
"ti-mood-sick",
|
|
2921
|
+
"ti-mood-silence",
|
|
2922
|
+
"ti-mood-sing",
|
|
2923
|
+
"ti-mood-smile",
|
|
2924
|
+
"ti-mood-smile-beam",
|
|
2925
|
+
"ti-mood-smile-dizzy",
|
|
2926
|
+
"ti-mood-smile-filled",
|
|
2927
|
+
"ti-mood-suprised",
|
|
2928
|
+
"ti-mood-tongue",
|
|
2929
|
+
"ti-mood-tongue-wink",
|
|
2930
|
+
"ti-mood-tongue-wink-2",
|
|
2931
|
+
"ti-mood-unamused",
|
|
2932
|
+
"ti-mood-up",
|
|
2933
|
+
"ti-mood-wink",
|
|
2934
|
+
"ti-mood-wink-2",
|
|
2935
|
+
"ti-mood-wrrr",
|
|
2936
|
+
"ti-mood-x",
|
|
2937
|
+
"ti-mood-xd",
|
|
2938
|
+
"ti-moon",
|
|
2939
|
+
"ti-moon-2",
|
|
2940
|
+
"ti-moon-filled",
|
|
2941
|
+
"ti-moon-off",
|
|
2942
|
+
"ti-moon-stars",
|
|
2943
|
+
"ti-moped",
|
|
2944
|
+
"ti-motorbike",
|
|
2945
|
+
"ti-mountain",
|
|
2946
|
+
"ti-mountain-off",
|
|
2947
|
+
"ti-mouse",
|
|
2948
|
+
"ti-mouse-2",
|
|
2949
|
+
"ti-mouse-off",
|
|
2950
|
+
"ti-moustache",
|
|
2951
|
+
"ti-movie",
|
|
2952
|
+
"ti-movie-off",
|
|
2953
|
+
"ti-mug",
|
|
2954
|
+
"ti-mug-off",
|
|
2955
|
+
"ti-multiplier-0-5x",
|
|
2956
|
+
"ti-multiplier-1-5x",
|
|
2957
|
+
"ti-multiplier-1x",
|
|
2958
|
+
"ti-multiplier-2x",
|
|
2959
|
+
"ti-mushroom",
|
|
2960
|
+
"ti-mushroom-filled",
|
|
2961
|
+
"ti-mushroom-off",
|
|
2962
|
+
"ti-music",
|
|
2963
|
+
"ti-music-off",
|
|
2964
|
+
"ti-navigation",
|
|
2965
|
+
"ti-navigation-filled",
|
|
2966
|
+
"ti-navigation-off",
|
|
2967
|
+
"ti-needle",
|
|
2968
|
+
"ti-needle-thread",
|
|
2969
|
+
"ti-network",
|
|
2970
|
+
"ti-network-off",
|
|
2971
|
+
"ti-new-section",
|
|
2972
|
+
"ti-news",
|
|
2973
|
+
"ti-news-off",
|
|
2974
|
+
"ti-nfc",
|
|
2975
|
+
"ti-nfc-off",
|
|
2976
|
+
"ti-no-copyright",
|
|
2977
|
+
"ti-no-creative-commons",
|
|
2978
|
+
"ti-no-derivatives",
|
|
2979
|
+
"ti-north-star",
|
|
2980
|
+
"ti-note",
|
|
2981
|
+
"ti-note-off",
|
|
2982
|
+
"ti-notebook",
|
|
2983
|
+
"ti-notebook-off",
|
|
2984
|
+
"ti-notes",
|
|
2985
|
+
"ti-notes-off",
|
|
2986
|
+
"ti-notification",
|
|
2987
|
+
"ti-notification-off",
|
|
2988
|
+
"ti-number",
|
|
2989
|
+
"ti-number-0",
|
|
2990
|
+
"ti-number-1",
|
|
2991
|
+
"ti-number-2",
|
|
2992
|
+
"ti-number-3",
|
|
2993
|
+
"ti-number-4",
|
|
2994
|
+
"ti-number-5",
|
|
2995
|
+
"ti-number-6",
|
|
2996
|
+
"ti-number-7",
|
|
2997
|
+
"ti-number-8",
|
|
2998
|
+
"ti-number-9",
|
|
2999
|
+
"ti-numbers",
|
|
3000
|
+
"ti-nurse",
|
|
3001
|
+
"ti-octagon",
|
|
3002
|
+
"ti-octagon-filled",
|
|
3003
|
+
"ti-octagon-off",
|
|
3004
|
+
"ti-octahedron",
|
|
3005
|
+
"ti-octahedron-off",
|
|
3006
|
+
"ti-octahedron-plus",
|
|
3007
|
+
"ti-old",
|
|
3008
|
+
"ti-olympics",
|
|
3009
|
+
"ti-olympics-off",
|
|
3010
|
+
"ti-om",
|
|
3011
|
+
"ti-omega",
|
|
3012
|
+
"ti-outbound",
|
|
3013
|
+
"ti-outlet",
|
|
3014
|
+
"ti-oval",
|
|
3015
|
+
"ti-oval-filled",
|
|
3016
|
+
"ti-oval-vertical",
|
|
3017
|
+
"ti-oval-vertical-filled",
|
|
3018
|
+
"ti-overline",
|
|
3019
|
+
"ti-package",
|
|
3020
|
+
"ti-package-export",
|
|
3021
|
+
"ti-package-import",
|
|
3022
|
+
"ti-package-off",
|
|
3023
|
+
"ti-packages",
|
|
3024
|
+
"ti-pacman",
|
|
3025
|
+
"ti-page-break",
|
|
3026
|
+
"ti-paint",
|
|
3027
|
+
"ti-paint-filled",
|
|
3028
|
+
"ti-paint-off",
|
|
3029
|
+
"ti-palette",
|
|
3030
|
+
"ti-palette-off",
|
|
3031
|
+
"ti-panorama-horizontal",
|
|
3032
|
+
"ti-panorama-horizontal-off",
|
|
3033
|
+
"ti-panorama-vertical",
|
|
3034
|
+
"ti-panorama-vertical-off",
|
|
3035
|
+
"ti-paper-bag",
|
|
3036
|
+
"ti-paper-bag-off",
|
|
3037
|
+
"ti-paperclip",
|
|
3038
|
+
"ti-parachute",
|
|
3039
|
+
"ti-parachute-off",
|
|
3040
|
+
"ti-parentheses",
|
|
3041
|
+
"ti-parentheses-off",
|
|
3042
|
+
"ti-parking",
|
|
3043
|
+
"ti-parking-off",
|
|
3044
|
+
"ti-password",
|
|
3045
|
+
"ti-paw",
|
|
3046
|
+
"ti-paw-filled",
|
|
3047
|
+
"ti-paw-off",
|
|
3048
|
+
"ti-pdf",
|
|
3049
|
+
"ti-peace",
|
|
3050
|
+
"ti-pencil",
|
|
3051
|
+
"ti-pencil-minus",
|
|
3052
|
+
"ti-pencil-off",
|
|
3053
|
+
"ti-pencil-plus",
|
|
3054
|
+
"ti-pennant",
|
|
3055
|
+
"ti-pennant-2",
|
|
3056
|
+
"ti-pennant-2-filled",
|
|
3057
|
+
"ti-pennant-filled",
|
|
3058
|
+
"ti-pennant-off",
|
|
3059
|
+
"ti-pentagon",
|
|
3060
|
+
"ti-pentagon-filled",
|
|
3061
|
+
"ti-pentagon-off",
|
|
3062
|
+
"ti-pentagram",
|
|
3063
|
+
"ti-pepper",
|
|
3064
|
+
"ti-pepper-off",
|
|
3065
|
+
"ti-percentage",
|
|
3066
|
+
"ti-perfume",
|
|
3067
|
+
"ti-perspective",
|
|
3068
|
+
"ti-perspective-off",
|
|
3069
|
+
"ti-phone",
|
|
3070
|
+
"ti-phone-call",
|
|
3071
|
+
"ti-phone-calling",
|
|
3072
|
+
"ti-phone-check",
|
|
3073
|
+
"ti-phone-filled",
|
|
3074
|
+
"ti-phone-incoming",
|
|
3075
|
+
"ti-phone-off",
|
|
3076
|
+
"ti-phone-outgoing",
|
|
3077
|
+
"ti-phone-pause",
|
|
3078
|
+
"ti-phone-plus",
|
|
3079
|
+
"ti-phone-x",
|
|
3080
|
+
"ti-photo",
|
|
3081
|
+
"ti-photo-ai",
|
|
3082
|
+
"ti-photo-bolt",
|
|
3083
|
+
"ti-photo-cancel",
|
|
3084
|
+
"ti-photo-check",
|
|
3085
|
+
"ti-photo-code",
|
|
3086
|
+
"ti-photo-cog",
|
|
3087
|
+
"ti-photo-dollar",
|
|
3088
|
+
"ti-photo-down",
|
|
3089
|
+
"ti-photo-edit",
|
|
3090
|
+
"ti-photo-exclamation",
|
|
3091
|
+
"ti-photo-filled",
|
|
3092
|
+
"ti-photo-heart",
|
|
3093
|
+
"ti-photo-minus",
|
|
3094
|
+
"ti-photo-off",
|
|
3095
|
+
"ti-photo-pause",
|
|
3096
|
+
"ti-photo-pin",
|
|
3097
|
+
"ti-photo-plus",
|
|
3098
|
+
"ti-photo-question",
|
|
3099
|
+
"ti-photo-search",
|
|
3100
|
+
"ti-photo-sensor",
|
|
3101
|
+
"ti-photo-sensor-2",
|
|
3102
|
+
"ti-photo-sensor-3",
|
|
3103
|
+
"ti-photo-share",
|
|
3104
|
+
"ti-photo-shield",
|
|
3105
|
+
"ti-photo-star",
|
|
3106
|
+
"ti-photo-up",
|
|
3107
|
+
"ti-photo-x",
|
|
3108
|
+
"ti-physotherapist",
|
|
3109
|
+
"ti-picture-in-picture",
|
|
3110
|
+
"ti-picture-in-picture-off",
|
|
3111
|
+
"ti-picture-in-picture-on",
|
|
3112
|
+
"ti-picture-in-picture-top",
|
|
3113
|
+
"ti-pig",
|
|
3114
|
+
"ti-pig-money",
|
|
3115
|
+
"ti-pig-off",
|
|
3116
|
+
"ti-pilcrow",
|
|
3117
|
+
"ti-pill",
|
|
3118
|
+
"ti-pill-off",
|
|
3119
|
+
"ti-pills",
|
|
3120
|
+
"ti-pin",
|
|
3121
|
+
"ti-pin-filled",
|
|
3122
|
+
"ti-ping-pong",
|
|
3123
|
+
"ti-pinned",
|
|
3124
|
+
"ti-pinned-filled",
|
|
3125
|
+
"ti-pinned-off",
|
|
3126
|
+
"ti-pizza",
|
|
3127
|
+
"ti-pizza-off",
|
|
3128
|
+
"ti-placeholder",
|
|
3129
|
+
"ti-plane",
|
|
3130
|
+
"ti-plane-arrival",
|
|
3131
|
+
"ti-plane-departure",
|
|
3132
|
+
"ti-plane-inflight",
|
|
3133
|
+
"ti-plane-off",
|
|
3134
|
+
"ti-plane-tilt",
|
|
3135
|
+
"ti-planet",
|
|
3136
|
+
"ti-planet-off",
|
|
3137
|
+
"ti-plant",
|
|
3138
|
+
"ti-plant-2",
|
|
3139
|
+
"ti-plant-2-off",
|
|
3140
|
+
"ti-plant-off",
|
|
3141
|
+
"ti-play-basketball",
|
|
3142
|
+
"ti-play-card",
|
|
3143
|
+
"ti-play-card-off",
|
|
3144
|
+
"ti-play-football",
|
|
3145
|
+
"ti-play-handball",
|
|
3146
|
+
"ti-play-volleyball",
|
|
3147
|
+
"ti-player-eject",
|
|
3148
|
+
"ti-player-eject-filled",
|
|
3149
|
+
"ti-player-pause",
|
|
3150
|
+
"ti-player-pause-filled",
|
|
3151
|
+
"ti-player-play",
|
|
3152
|
+
"ti-player-play-filled",
|
|
3153
|
+
"ti-player-record",
|
|
3154
|
+
"ti-player-record-filled",
|
|
3155
|
+
"ti-player-skip-back",
|
|
3156
|
+
"ti-player-skip-back-filled",
|
|
3157
|
+
"ti-player-skip-forward",
|
|
3158
|
+
"ti-player-skip-forward-filled",
|
|
3159
|
+
"ti-player-stop",
|
|
3160
|
+
"ti-player-stop-filled",
|
|
3161
|
+
"ti-player-track-next",
|
|
3162
|
+
"ti-player-track-next-filled",
|
|
3163
|
+
"ti-player-track-prev",
|
|
3164
|
+
"ti-player-track-prev-filled",
|
|
3165
|
+
"ti-playlist",
|
|
3166
|
+
"ti-playlist-add",
|
|
3167
|
+
"ti-playlist-off",
|
|
3168
|
+
"ti-playlist-x",
|
|
3169
|
+
"ti-playstation-circle",
|
|
3170
|
+
"ti-playstation-square",
|
|
3171
|
+
"ti-playstation-triangle",
|
|
3172
|
+
"ti-playstation-x",
|
|
3173
|
+
"ti-plug",
|
|
3174
|
+
"ti-plug-connected",
|
|
3175
|
+
"ti-plug-connected-x",
|
|
3176
|
+
"ti-plug-off",
|
|
3177
|
+
"ti-plug-x",
|
|
3178
|
+
"ti-plus",
|
|
3179
|
+
"ti-plus-equal",
|
|
3180
|
+
"ti-plus-minus",
|
|
3181
|
+
"ti-png",
|
|
3182
|
+
"ti-podium",
|
|
3183
|
+
"ti-podium-off",
|
|
3184
|
+
"ti-point",
|
|
3185
|
+
"ti-point-filled",
|
|
3186
|
+
"ti-point-off",
|
|
3187
|
+
"ti-pointer",
|
|
3188
|
+
"ti-pointer-bolt",
|
|
3189
|
+
"ti-pointer-cancel",
|
|
3190
|
+
"ti-pointer-check",
|
|
3191
|
+
"ti-pointer-code",
|
|
3192
|
+
"ti-pointer-cog",
|
|
3193
|
+
"ti-pointer-dollar",
|
|
3194
|
+
"ti-pointer-down",
|
|
3195
|
+
"ti-pointer-exclamation",
|
|
3196
|
+
"ti-pointer-heart",
|
|
3197
|
+
"ti-pointer-minus",
|
|
3198
|
+
"ti-pointer-off",
|
|
3199
|
+
"ti-pointer-pause",
|
|
3200
|
+
"ti-pointer-pin",
|
|
3201
|
+
"ti-pointer-plus",
|
|
3202
|
+
"ti-pointer-question",
|
|
3203
|
+
"ti-pointer-search",
|
|
3204
|
+
"ti-pointer-share",
|
|
3205
|
+
"ti-pointer-star",
|
|
3206
|
+
"ti-pointer-up",
|
|
3207
|
+
"ti-pointer-x",
|
|
3208
|
+
"ti-pokeball",
|
|
3209
|
+
"ti-pokeball-off",
|
|
3210
|
+
"ti-poker-chip",
|
|
3211
|
+
"ti-polaroid",
|
|
3212
|
+
"ti-polaroid-filled",
|
|
3213
|
+
"ti-polygon",
|
|
3214
|
+
"ti-polygon-off",
|
|
3215
|
+
"ti-poo",
|
|
3216
|
+
"ti-pool",
|
|
3217
|
+
"ti-pool-off",
|
|
3218
|
+
"ti-power",
|
|
3219
|
+
"ti-pray",
|
|
3220
|
+
"ti-premium-rights",
|
|
3221
|
+
"ti-prescription",
|
|
3222
|
+
"ti-presentation",
|
|
3223
|
+
"ti-presentation-analytics",
|
|
3224
|
+
"ti-presentation-off",
|
|
3225
|
+
"ti-printer",
|
|
3226
|
+
"ti-printer-off",
|
|
3227
|
+
"ti-prism",
|
|
3228
|
+
"ti-prism-off",
|
|
3229
|
+
"ti-prism-plus",
|
|
3230
|
+
"ti-prison",
|
|
3231
|
+
"ti-progress",
|
|
3232
|
+
"ti-progress-alert",
|
|
3233
|
+
"ti-progress-bolt",
|
|
3234
|
+
"ti-progress-check",
|
|
3235
|
+
"ti-progress-down",
|
|
3236
|
+
"ti-progress-help",
|
|
3237
|
+
"ti-progress-x",
|
|
3238
|
+
"ti-prompt",
|
|
3239
|
+
"ti-propeller",
|
|
3240
|
+
"ti-propeller-off",
|
|
3241
|
+
"ti-pumpkin-scary",
|
|
3242
|
+
"ti-puzzle",
|
|
3243
|
+
"ti-puzzle-2",
|
|
3244
|
+
"ti-puzzle-filled",
|
|
3245
|
+
"ti-puzzle-off",
|
|
3246
|
+
"ti-pyramid",
|
|
3247
|
+
"ti-pyramid-off",
|
|
3248
|
+
"ti-pyramid-plus",
|
|
3249
|
+
"ti-qrcode",
|
|
3250
|
+
"ti-qrcode-off",
|
|
3251
|
+
"ti-question-mark",
|
|
3252
|
+
"ti-quote",
|
|
3253
|
+
"ti-quote-off",
|
|
3254
|
+
"ti-radar",
|
|
3255
|
+
"ti-radar-2",
|
|
3256
|
+
"ti-radar-off",
|
|
3257
|
+
"ti-radio",
|
|
3258
|
+
"ti-radio-off",
|
|
3259
|
+
"ti-radioactive",
|
|
3260
|
+
"ti-radioactive-filled",
|
|
3261
|
+
"ti-radioactive-off",
|
|
3262
|
+
"ti-radius-bottom-left",
|
|
3263
|
+
"ti-radius-bottom-right",
|
|
3264
|
+
"ti-radius-top-left",
|
|
3265
|
+
"ti-radius-top-right",
|
|
3266
|
+
"ti-rainbow",
|
|
3267
|
+
"ti-rainbow-off",
|
|
3268
|
+
"ti-rating-12-plus",
|
|
3269
|
+
"ti-rating-14-plus",
|
|
3270
|
+
"ti-rating-16-plus",
|
|
3271
|
+
"ti-rating-18-plus",
|
|
3272
|
+
"ti-rating-21-plus",
|
|
3273
|
+
"ti-razor",
|
|
3274
|
+
"ti-razor-electric",
|
|
3275
|
+
"ti-receipt",
|
|
3276
|
+
"ti-receipt-2",
|
|
3277
|
+
"ti-receipt-off",
|
|
3278
|
+
"ti-receipt-refund",
|
|
3279
|
+
"ti-receipt-tax",
|
|
3280
|
+
"ti-recharging",
|
|
3281
|
+
"ti-record-mail",
|
|
3282
|
+
"ti-record-mail-off",
|
|
3283
|
+
"ti-rectangle",
|
|
3284
|
+
"ti-rectangle-filled",
|
|
3285
|
+
"ti-rectangle-vertical",
|
|
3286
|
+
"ti-rectangle-vertical-filled",
|
|
3287
|
+
"ti-rectangular-prism",
|
|
3288
|
+
"ti-rectangular-prism-off",
|
|
3289
|
+
"ti-rectangular-prism-plus",
|
|
3290
|
+
"ti-recycle",
|
|
3291
|
+
"ti-recycle-off",
|
|
3292
|
+
"ti-refresh",
|
|
3293
|
+
"ti-refresh-alert",
|
|
3294
|
+
"ti-refresh-dot",
|
|
3295
|
+
"ti-refresh-off",
|
|
3296
|
+
"ti-regex",
|
|
3297
|
+
"ti-regex-off",
|
|
3298
|
+
"ti-registered",
|
|
3299
|
+
"ti-relation-many-to-many",
|
|
3300
|
+
"ti-relation-one-to-many",
|
|
3301
|
+
"ti-relation-one-to-one",
|
|
3302
|
+
"ti-reload",
|
|
3303
|
+
"ti-repeat",
|
|
3304
|
+
"ti-repeat-off",
|
|
3305
|
+
"ti-repeat-once",
|
|
3306
|
+
"ti-replace",
|
|
3307
|
+
"ti-replace-filled",
|
|
3308
|
+
"ti-replace-off",
|
|
3309
|
+
"ti-report",
|
|
3310
|
+
"ti-report-analytics",
|
|
3311
|
+
"ti-report-medical",
|
|
3312
|
+
"ti-report-money",
|
|
3313
|
+
"ti-report-off",
|
|
3314
|
+
"ti-report-search",
|
|
3315
|
+
"ti-reserved-line",
|
|
3316
|
+
"ti-resize",
|
|
3317
|
+
"ti-rewind-backward-10",
|
|
3318
|
+
"ti-rewind-backward-15",
|
|
3319
|
+
"ti-rewind-backward-20",
|
|
3320
|
+
"ti-rewind-backward-30",
|
|
3321
|
+
"ti-rewind-backward-40",
|
|
3322
|
+
"ti-rewind-backward-5",
|
|
3323
|
+
"ti-rewind-backward-50",
|
|
3324
|
+
"ti-rewind-backward-60",
|
|
3325
|
+
"ti-rewind-forward-10",
|
|
3326
|
+
"ti-rewind-forward-15",
|
|
3327
|
+
"ti-rewind-forward-20",
|
|
3328
|
+
"ti-rewind-forward-30",
|
|
3329
|
+
"ti-rewind-forward-40",
|
|
3330
|
+
"ti-rewind-forward-5",
|
|
3331
|
+
"ti-rewind-forward-50",
|
|
3332
|
+
"ti-rewind-forward-60",
|
|
3333
|
+
"ti-ribbon-health",
|
|
3334
|
+
"ti-rings",
|
|
3335
|
+
"ti-ripple",
|
|
3336
|
+
"ti-ripple-off",
|
|
3337
|
+
"ti-road",
|
|
3338
|
+
"ti-road-off",
|
|
3339
|
+
"ti-road-sign",
|
|
3340
|
+
"ti-robot",
|
|
3341
|
+
"ti-robot-off",
|
|
3342
|
+
"ti-rocket",
|
|
3343
|
+
"ti-rocket-off",
|
|
3344
|
+
"ti-roller-skating",
|
|
3345
|
+
"ti-rollercoaster",
|
|
3346
|
+
"ti-rollercoaster-off",
|
|
3347
|
+
"ti-rosette",
|
|
3348
|
+
"ti-rosette-filled",
|
|
3349
|
+
"ti-rosette-number-0",
|
|
3350
|
+
"ti-rosette-number-1",
|
|
3351
|
+
"ti-rosette-number-2",
|
|
3352
|
+
"ti-rosette-number-3",
|
|
3353
|
+
"ti-rosette-number-4",
|
|
3354
|
+
"ti-rosette-number-5",
|
|
3355
|
+
"ti-rosette-number-6",
|
|
3356
|
+
"ti-rosette-number-7",
|
|
3357
|
+
"ti-rosette-number-8",
|
|
3358
|
+
"ti-rosette-number-9",
|
|
3359
|
+
"ti-rotate",
|
|
3360
|
+
"ti-rotate-2",
|
|
3361
|
+
"ti-rotate-360",
|
|
3362
|
+
"ti-rotate-clockwise",
|
|
3363
|
+
"ti-rotate-clockwise-2",
|
|
3364
|
+
"ti-rotate-dot",
|
|
3365
|
+
"ti-rotate-rectangle",
|
|
3366
|
+
"ti-route",
|
|
3367
|
+
"ti-route-2",
|
|
3368
|
+
"ti-route-off",
|
|
3369
|
+
"ti-router",
|
|
3370
|
+
"ti-router-off",
|
|
3371
|
+
"ti-row-insert-bottom",
|
|
3372
|
+
"ti-row-insert-top",
|
|
3373
|
+
"ti-rss",
|
|
3374
|
+
"ti-rubber-stamp",
|
|
3375
|
+
"ti-rubber-stamp-off",
|
|
3376
|
+
"ti-ruler",
|
|
3377
|
+
"ti-ruler-2",
|
|
3378
|
+
"ti-ruler-2-off",
|
|
3379
|
+
"ti-ruler-3",
|
|
3380
|
+
"ti-ruler-measure",
|
|
3381
|
+
"ti-ruler-off",
|
|
3382
|
+
"ti-run",
|
|
3383
|
+
"ti-s-turn-down",
|
|
3384
|
+
"ti-s-turn-left",
|
|
3385
|
+
"ti-s-turn-right",
|
|
3386
|
+
"ti-s-turn-up",
|
|
3387
|
+
"ti-sailboat",
|
|
3388
|
+
"ti-sailboat-2",
|
|
3389
|
+
"ti-sailboat-off",
|
|
3390
|
+
"ti-salad",
|
|
3391
|
+
"ti-salt",
|
|
3392
|
+
"ti-satellite",
|
|
3393
|
+
"ti-satellite-off",
|
|
3394
|
+
"ti-sausage",
|
|
3395
|
+
"ti-scale",
|
|
3396
|
+
"ti-scale-off",
|
|
3397
|
+
"ti-scale-outline",
|
|
3398
|
+
"ti-scale-outline-off",
|
|
3399
|
+
"ti-scan",
|
|
3400
|
+
"ti-scan-eye",
|
|
3401
|
+
"ti-schema",
|
|
3402
|
+
"ti-schema-off",
|
|
3403
|
+
"ti-school",
|
|
3404
|
+
"ti-school-bell",
|
|
3405
|
+
"ti-school-off",
|
|
3406
|
+
"ti-scissors",
|
|
3407
|
+
"ti-scissors-off",
|
|
3408
|
+
"ti-scooter",
|
|
3409
|
+
"ti-scooter-electric",
|
|
3410
|
+
"ti-scoreboard",
|
|
3411
|
+
"ti-screen-share",
|
|
3412
|
+
"ti-screen-share-off",
|
|
3413
|
+
"ti-screenshot",
|
|
3414
|
+
"ti-scribble",
|
|
3415
|
+
"ti-scribble-off",
|
|
3416
|
+
"ti-script",
|
|
3417
|
+
"ti-script-minus",
|
|
3418
|
+
"ti-script-plus",
|
|
3419
|
+
"ti-script-x",
|
|
3420
|
+
"ti-scuba-mask",
|
|
3421
|
+
"ti-scuba-mask-off",
|
|
3422
|
+
"ti-sdk",
|
|
3423
|
+
"ti-search",
|
|
3424
|
+
"ti-search-off",
|
|
3425
|
+
"ti-section",
|
|
3426
|
+
"ti-section-sign",
|
|
3427
|
+
"ti-seeding",
|
|
3428
|
+
"ti-seeding-off",
|
|
3429
|
+
"ti-select",
|
|
3430
|
+
"ti-select-all",
|
|
3431
|
+
"ti-selector",
|
|
3432
|
+
"ti-send",
|
|
3433
|
+
"ti-send-off",
|
|
3434
|
+
"ti-seo",
|
|
3435
|
+
"ti-separator",
|
|
3436
|
+
"ti-separator-horizontal",
|
|
3437
|
+
"ti-separator-vertical",
|
|
3438
|
+
"ti-server",
|
|
3439
|
+
"ti-server-2",
|
|
3440
|
+
"ti-server-bolt",
|
|
3441
|
+
"ti-server-cog",
|
|
3442
|
+
"ti-server-off",
|
|
3443
|
+
"ti-servicemark",
|
|
3444
|
+
"ti-settings",
|
|
3445
|
+
"ti-settings-2",
|
|
3446
|
+
"ti-settings-automation",
|
|
3447
|
+
"ti-settings-bolt",
|
|
3448
|
+
"ti-settings-cancel",
|
|
3449
|
+
"ti-settings-check",
|
|
3450
|
+
"ti-settings-code",
|
|
3451
|
+
"ti-settings-cog",
|
|
3452
|
+
"ti-settings-dollar",
|
|
3453
|
+
"ti-settings-down",
|
|
3454
|
+
"ti-settings-exclamation",
|
|
3455
|
+
"ti-settings-filled",
|
|
3456
|
+
"ti-settings-heart",
|
|
3457
|
+
"ti-settings-minus",
|
|
3458
|
+
"ti-settings-off",
|
|
3459
|
+
"ti-settings-pause",
|
|
3460
|
+
"ti-settings-pin",
|
|
3461
|
+
"ti-settings-plus",
|
|
3462
|
+
"ti-settings-question",
|
|
3463
|
+
"ti-settings-search",
|
|
3464
|
+
"ti-settings-share",
|
|
3465
|
+
"ti-settings-star",
|
|
3466
|
+
"ti-settings-up",
|
|
3467
|
+
"ti-settings-x",
|
|
3468
|
+
"ti-shadow",
|
|
3469
|
+
"ti-shadow-off",
|
|
3470
|
+
"ti-shape",
|
|
3471
|
+
"ti-shape-2",
|
|
3472
|
+
"ti-shape-3",
|
|
3473
|
+
"ti-shape-off",
|
|
3474
|
+
"ti-share",
|
|
3475
|
+
"ti-share-2",
|
|
3476
|
+
"ti-share-3",
|
|
3477
|
+
"ti-share-off",
|
|
3478
|
+
"ti-shi-jumping",
|
|
3479
|
+
"ti-shield",
|
|
3480
|
+
"ti-shield-bolt",
|
|
3481
|
+
"ti-shield-cancel",
|
|
3482
|
+
"ti-shield-check",
|
|
3483
|
+
"ti-shield-check-filled",
|
|
3484
|
+
"ti-shield-checkered",
|
|
3485
|
+
"ti-shield-checkered-filled",
|
|
3486
|
+
"ti-shield-chevron",
|
|
3487
|
+
"ti-shield-code",
|
|
3488
|
+
"ti-shield-cog",
|
|
3489
|
+
"ti-shield-dollar",
|
|
3490
|
+
"ti-shield-down",
|
|
3491
|
+
"ti-shield-exclamation",
|
|
3492
|
+
"ti-shield-filled",
|
|
3493
|
+
"ti-shield-half",
|
|
3494
|
+
"ti-shield-half-filled",
|
|
3495
|
+
"ti-shield-heart",
|
|
3496
|
+
"ti-shield-lock",
|
|
3497
|
+
"ti-shield-lock-filled",
|
|
3498
|
+
"ti-shield-minus",
|
|
3499
|
+
"ti-shield-off",
|
|
3500
|
+
"ti-shield-pause",
|
|
3501
|
+
"ti-shield-pin",
|
|
3502
|
+
"ti-shield-plus",
|
|
3503
|
+
"ti-shield-question",
|
|
3504
|
+
"ti-shield-search",
|
|
3505
|
+
"ti-shield-share",
|
|
3506
|
+
"ti-shield-star",
|
|
3507
|
+
"ti-shield-up",
|
|
3508
|
+
"ti-shield-x",
|
|
3509
|
+
"ti-ship",
|
|
3510
|
+
"ti-ship-off",
|
|
3511
|
+
"ti-shirt",
|
|
3512
|
+
"ti-shirt-filled",
|
|
3513
|
+
"ti-shirt-off",
|
|
3514
|
+
"ti-shirt-sport",
|
|
3515
|
+
"ti-shoe",
|
|
3516
|
+
"ti-shoe-off",
|
|
3517
|
+
"ti-shopping-bag",
|
|
3518
|
+
"ti-shopping-cart",
|
|
3519
|
+
"ti-shopping-cart-discount",
|
|
3520
|
+
"ti-shopping-cart-off",
|
|
3521
|
+
"ti-shopping-cart-plus",
|
|
3522
|
+
"ti-shopping-cart-x",
|
|
3523
|
+
"ti-shovel",
|
|
3524
|
+
"ti-shredder",
|
|
3525
|
+
"ti-sign-left",
|
|
3526
|
+
"ti-sign-left-filled",
|
|
3527
|
+
"ti-sign-right",
|
|
3528
|
+
"ti-sign-right-filled",
|
|
3529
|
+
"ti-signal-2g",
|
|
3530
|
+
"ti-signal-3g",
|
|
3531
|
+
"ti-signal-4g",
|
|
3532
|
+
"ti-signal-4g-plus",
|
|
3533
|
+
"ti-signal-5g",
|
|
3534
|
+
"ti-signal-6g",
|
|
3535
|
+
"ti-signal-e",
|
|
3536
|
+
"ti-signal-g",
|
|
3537
|
+
"ti-signal-h",
|
|
3538
|
+
"ti-signal-h-plus",
|
|
3539
|
+
"ti-signal-lte",
|
|
3540
|
+
"ti-signature",
|
|
3541
|
+
"ti-signature-off",
|
|
3542
|
+
"ti-sitemap",
|
|
3543
|
+
"ti-sitemap-off",
|
|
3544
|
+
"ti-skateboard",
|
|
3545
|
+
"ti-skateboard-off",
|
|
3546
|
+
"ti-skateboarding",
|
|
3547
|
+
"ti-skull",
|
|
3548
|
+
"ti-slash",
|
|
3549
|
+
"ti-slashes",
|
|
3550
|
+
"ti-sleigh",
|
|
3551
|
+
"ti-slice",
|
|
3552
|
+
"ti-slideshow",
|
|
3553
|
+
"ti-smart-home",
|
|
3554
|
+
"ti-smart-home-off",
|
|
3555
|
+
"ti-smoking",
|
|
3556
|
+
"ti-smoking-no",
|
|
3557
|
+
"ti-snowflake",
|
|
3558
|
+
"ti-snowflake-off",
|
|
3559
|
+
"ti-snowman",
|
|
3560
|
+
"ti-soccer-field",
|
|
3561
|
+
"ti-social",
|
|
3562
|
+
"ti-social-off",
|
|
3563
|
+
"ti-sock",
|
|
3564
|
+
"ti-sofa",
|
|
3565
|
+
"ti-sofa-off",
|
|
3566
|
+
"ti-solar-panel",
|
|
3567
|
+
"ti-solar-panel-2",
|
|
3568
|
+
"ti-sort-0-9",
|
|
3569
|
+
"ti-sort-9-0",
|
|
3570
|
+
"ti-sort-a-z",
|
|
3571
|
+
"ti-sort-ascending",
|
|
3572
|
+
"ti-sort-ascending-2",
|
|
3573
|
+
"ti-sort-ascending-letters",
|
|
3574
|
+
"ti-sort-ascending-numbers",
|
|
3575
|
+
"ti-sort-descending",
|
|
3576
|
+
"ti-sort-descending-2",
|
|
3577
|
+
"ti-sort-descending-letters",
|
|
3578
|
+
"ti-sort-descending-numbers",
|
|
3579
|
+
"ti-sort-z-a",
|
|
3580
|
+
"ti-sos",
|
|
3581
|
+
"ti-soup",
|
|
3582
|
+
"ti-soup-off",
|
|
3583
|
+
"ti-source-code",
|
|
3584
|
+
"ti-space",
|
|
3585
|
+
"ti-space-off",
|
|
3586
|
+
"ti-spacing-horizontal",
|
|
3587
|
+
"ti-spacing-vertical",
|
|
3588
|
+
"ti-spade",
|
|
3589
|
+
"ti-spade-filled",
|
|
3590
|
+
"ti-sparkles",
|
|
3591
|
+
"ti-speakerphone",
|
|
3592
|
+
"ti-speedboat",
|
|
3593
|
+
"ti-sphere",
|
|
3594
|
+
"ti-sphere-off",
|
|
3595
|
+
"ti-sphere-plus",
|
|
3596
|
+
"ti-spider",
|
|
3597
|
+
"ti-spiral",
|
|
3598
|
+
"ti-spiral-off",
|
|
3599
|
+
"ti-sport-billard",
|
|
3600
|
+
"ti-spray",
|
|
3601
|
+
"ti-spy",
|
|
3602
|
+
"ti-spy-off",
|
|
3603
|
+
"ti-sql",
|
|
3604
|
+
"ti-square",
|
|
3605
|
+
"ti-square-0-filled",
|
|
3606
|
+
"ti-square-1-filled",
|
|
3607
|
+
"ti-square-2-filled",
|
|
3608
|
+
"ti-square-3-filled",
|
|
3609
|
+
"ti-square-4-filled",
|
|
3610
|
+
"ti-square-5-filled",
|
|
3611
|
+
"ti-square-6-filled",
|
|
3612
|
+
"ti-square-7-filled",
|
|
3613
|
+
"ti-square-8-filled",
|
|
3614
|
+
"ti-square-9-filled",
|
|
3615
|
+
"ti-square-arrow-down",
|
|
3616
|
+
"ti-square-arrow-left",
|
|
3617
|
+
"ti-square-arrow-right",
|
|
3618
|
+
"ti-square-arrow-up",
|
|
3619
|
+
"ti-square-asterisk",
|
|
3620
|
+
"ti-square-check",
|
|
3621
|
+
"ti-square-check-filled",
|
|
3622
|
+
"ti-square-chevron-down",
|
|
3623
|
+
"ti-square-chevron-left",
|
|
3624
|
+
"ti-square-chevron-right",
|
|
3625
|
+
"ti-square-chevron-up",
|
|
3626
|
+
"ti-square-chevrons-down",
|
|
3627
|
+
"ti-square-chevrons-left",
|
|
3628
|
+
"ti-square-chevrons-right",
|
|
3629
|
+
"ti-square-chevrons-up",
|
|
3630
|
+
"ti-square-dot",
|
|
3631
|
+
"ti-square-f0",
|
|
3632
|
+
"ti-square-f0-filled",
|
|
3633
|
+
"ti-square-f1",
|
|
3634
|
+
"ti-square-f1-filled",
|
|
3635
|
+
"ti-square-f2",
|
|
3636
|
+
"ti-square-f2-filled",
|
|
3637
|
+
"ti-square-f3",
|
|
3638
|
+
"ti-square-f3-filled",
|
|
3639
|
+
"ti-square-f4",
|
|
3640
|
+
"ti-square-f4-filled",
|
|
3641
|
+
"ti-square-f5",
|
|
3642
|
+
"ti-square-f5-filled",
|
|
3643
|
+
"ti-square-f6",
|
|
3644
|
+
"ti-square-f6-filled",
|
|
3645
|
+
"ti-square-f7",
|
|
3646
|
+
"ti-square-f7-filled",
|
|
3647
|
+
"ti-square-f8",
|
|
3648
|
+
"ti-square-f8-filled",
|
|
3649
|
+
"ti-square-f9",
|
|
3650
|
+
"ti-square-f9-filled",
|
|
3651
|
+
"ti-square-forbid",
|
|
3652
|
+
"ti-square-forbid-2",
|
|
3653
|
+
"ti-square-half",
|
|
3654
|
+
"ti-square-key",
|
|
3655
|
+
"ti-square-letter-a",
|
|
3656
|
+
"ti-square-letter-b",
|
|
3657
|
+
"ti-square-letter-c",
|
|
3658
|
+
"ti-square-letter-d",
|
|
3659
|
+
"ti-square-letter-e",
|
|
3660
|
+
"ti-square-letter-f",
|
|
3661
|
+
"ti-square-letter-g",
|
|
3662
|
+
"ti-square-letter-h",
|
|
3663
|
+
"ti-square-letter-i",
|
|
3664
|
+
"ti-square-letter-j",
|
|
3665
|
+
"ti-square-letter-k",
|
|
3666
|
+
"ti-square-letter-l",
|
|
3667
|
+
"ti-square-letter-m",
|
|
3668
|
+
"ti-square-letter-n",
|
|
3669
|
+
"ti-square-letter-o",
|
|
3670
|
+
"ti-square-letter-p",
|
|
3671
|
+
"ti-square-letter-q",
|
|
3672
|
+
"ti-square-letter-r",
|
|
3673
|
+
"ti-square-letter-s",
|
|
3674
|
+
"ti-square-letter-t",
|
|
3675
|
+
"ti-square-letter-u",
|
|
3676
|
+
"ti-square-letter-v",
|
|
3677
|
+
"ti-square-letter-w",
|
|
3678
|
+
"ti-square-letter-x",
|
|
3679
|
+
"ti-square-letter-y",
|
|
3680
|
+
"ti-square-letter-z",
|
|
3681
|
+
"ti-square-minus",
|
|
3682
|
+
"ti-square-number-0",
|
|
3683
|
+
"ti-square-number-1",
|
|
3684
|
+
"ti-square-number-2",
|
|
3685
|
+
"ti-square-number-3",
|
|
3686
|
+
"ti-square-number-4",
|
|
3687
|
+
"ti-square-number-5",
|
|
3688
|
+
"ti-square-number-6",
|
|
3689
|
+
"ti-square-number-7",
|
|
3690
|
+
"ti-square-number-8",
|
|
3691
|
+
"ti-square-number-9",
|
|
3692
|
+
"ti-square-off",
|
|
3693
|
+
"ti-square-plus",
|
|
3694
|
+
"ti-square-root",
|
|
3695
|
+
"ti-square-root-2",
|
|
3696
|
+
"ti-square-rotated",
|
|
3697
|
+
"ti-square-rotated-filled",
|
|
3698
|
+
"ti-square-rotated-forbid",
|
|
3699
|
+
"ti-square-rotated-forbid-2",
|
|
3700
|
+
"ti-square-rotated-off",
|
|
3701
|
+
"ti-square-rounded",
|
|
3702
|
+
"ti-square-rounded-arrow-down",
|
|
3703
|
+
"ti-square-rounded-arrow-down-filled",
|
|
3704
|
+
"ti-square-rounded-arrow-left",
|
|
3705
|
+
"ti-square-rounded-arrow-left-filled",
|
|
3706
|
+
"ti-square-rounded-arrow-right",
|
|
3707
|
+
"ti-square-rounded-arrow-right-filled",
|
|
3708
|
+
"ti-square-rounded-arrow-up",
|
|
3709
|
+
"ti-square-rounded-arrow-up-filled",
|
|
3710
|
+
"ti-square-rounded-check",
|
|
3711
|
+
"ti-square-rounded-check-filled",
|
|
3712
|
+
"ti-square-rounded-chevron-down",
|
|
3713
|
+
"ti-square-rounded-chevron-down-filled",
|
|
3714
|
+
"ti-square-rounded-chevron-left",
|
|
3715
|
+
"ti-square-rounded-chevron-left-filled",
|
|
3716
|
+
"ti-square-rounded-chevron-right",
|
|
3717
|
+
"ti-square-rounded-chevron-right-filled",
|
|
3718
|
+
"ti-square-rounded-chevron-up",
|
|
3719
|
+
"ti-square-rounded-chevron-up-filled",
|
|
3720
|
+
"ti-square-rounded-chevrons-down",
|
|
3721
|
+
"ti-square-rounded-chevrons-down-filled",
|
|
3722
|
+
"ti-square-rounded-chevrons-left",
|
|
3723
|
+
"ti-square-rounded-chevrons-left-filled",
|
|
3724
|
+
"ti-square-rounded-chevrons-right",
|
|
3725
|
+
"ti-square-rounded-chevrons-right-filled",
|
|
3726
|
+
"ti-square-rounded-chevrons-up",
|
|
3727
|
+
"ti-square-rounded-chevrons-up-filled",
|
|
3728
|
+
"ti-square-rounded-filled",
|
|
3729
|
+
"ti-square-rounded-letter-a",
|
|
3730
|
+
"ti-square-rounded-letter-b",
|
|
3731
|
+
"ti-square-rounded-letter-c",
|
|
3732
|
+
"ti-square-rounded-letter-d",
|
|
3733
|
+
"ti-square-rounded-letter-e",
|
|
3734
|
+
"ti-square-rounded-letter-f",
|
|
3735
|
+
"ti-square-rounded-letter-g",
|
|
3736
|
+
"ti-square-rounded-letter-h",
|
|
3737
|
+
"ti-square-rounded-letter-i",
|
|
3738
|
+
"ti-square-rounded-letter-j",
|
|
3739
|
+
"ti-square-rounded-letter-k",
|
|
3740
|
+
"ti-square-rounded-letter-l",
|
|
3741
|
+
"ti-square-rounded-letter-m",
|
|
3742
|
+
"ti-square-rounded-letter-n",
|
|
3743
|
+
"ti-square-rounded-letter-o",
|
|
3744
|
+
"ti-square-rounded-letter-p",
|
|
3745
|
+
"ti-square-rounded-letter-q",
|
|
3746
|
+
"ti-square-rounded-letter-r",
|
|
3747
|
+
"ti-square-rounded-letter-s",
|
|
3748
|
+
"ti-square-rounded-letter-t",
|
|
3749
|
+
"ti-square-rounded-letter-u",
|
|
3750
|
+
"ti-square-rounded-letter-v",
|
|
3751
|
+
"ti-square-rounded-letter-w",
|
|
3752
|
+
"ti-square-rounded-letter-x",
|
|
3753
|
+
"ti-square-rounded-letter-y",
|
|
3754
|
+
"ti-square-rounded-letter-z",
|
|
3755
|
+
"ti-square-rounded-minus",
|
|
3756
|
+
"ti-square-rounded-number-0",
|
|
3757
|
+
"ti-square-rounded-number-0-filled",
|
|
3758
|
+
"ti-square-rounded-number-1",
|
|
3759
|
+
"ti-square-rounded-number-1-filled",
|
|
3760
|
+
"ti-square-rounded-number-2",
|
|
3761
|
+
"ti-square-rounded-number-2-filled",
|
|
3762
|
+
"ti-square-rounded-number-3",
|
|
3763
|
+
"ti-square-rounded-number-3-filled",
|
|
3764
|
+
"ti-square-rounded-number-4",
|
|
3765
|
+
"ti-square-rounded-number-4-filled",
|
|
3766
|
+
"ti-square-rounded-number-5",
|
|
3767
|
+
"ti-square-rounded-number-5-filled",
|
|
3768
|
+
"ti-square-rounded-number-6",
|
|
3769
|
+
"ti-square-rounded-number-6-filled",
|
|
3770
|
+
"ti-square-rounded-number-7",
|
|
3771
|
+
"ti-square-rounded-number-7-filled",
|
|
3772
|
+
"ti-square-rounded-number-8",
|
|
3773
|
+
"ti-square-rounded-number-8-filled",
|
|
3774
|
+
"ti-square-rounded-number-9",
|
|
3775
|
+
"ti-square-rounded-number-9-filled",
|
|
3776
|
+
"ti-square-rounded-plus",
|
|
3777
|
+
"ti-square-rounded-plus-filled",
|
|
3778
|
+
"ti-square-rounded-x",
|
|
3779
|
+
"ti-square-rounded-x-filled",
|
|
3780
|
+
"ti-square-toggle",
|
|
3781
|
+
"ti-square-toggle-horizontal",
|
|
3782
|
+
"ti-square-x",
|
|
3783
|
+
"ti-squares-diagonal",
|
|
3784
|
+
"ti-squares-filled",
|
|
3785
|
+
"ti-stack",
|
|
3786
|
+
"ti-stack-2",
|
|
3787
|
+
"ti-stack-3",
|
|
3788
|
+
"ti-stack-pop",
|
|
3789
|
+
"ti-stack-push",
|
|
3790
|
+
"ti-stairs",
|
|
3791
|
+
"ti-stairs-down",
|
|
3792
|
+
"ti-stairs-up",
|
|
3793
|
+
"ti-star",
|
|
3794
|
+
"ti-star-filled",
|
|
3795
|
+
"ti-star-half",
|
|
3796
|
+
"ti-star-half-filled",
|
|
3797
|
+
"ti-star-off",
|
|
3798
|
+
"ti-stars",
|
|
3799
|
+
"ti-stars-filled",
|
|
3800
|
+
"ti-stars-off",
|
|
3801
|
+
"ti-status-change",
|
|
3802
|
+
"ti-steam",
|
|
3803
|
+
"ti-steering-wheel",
|
|
3804
|
+
"ti-steering-wheel-off",
|
|
3805
|
+
"ti-step-into",
|
|
3806
|
+
"ti-step-out",
|
|
3807
|
+
"ti-stereo-glasses",
|
|
3808
|
+
"ti-stethoscope",
|
|
3809
|
+
"ti-stethoscope-off",
|
|
3810
|
+
"ti-sticker",
|
|
3811
|
+
"ti-storm",
|
|
3812
|
+
"ti-storm-off",
|
|
3813
|
+
"ti-stretching",
|
|
3814
|
+
"ti-stretching-2",
|
|
3815
|
+
"ti-strikethrough",
|
|
3816
|
+
"ti-submarine",
|
|
3817
|
+
"ti-subscript",
|
|
3818
|
+
"ti-subtask",
|
|
3819
|
+
"ti-sum",
|
|
3820
|
+
"ti-sum-off",
|
|
3821
|
+
"ti-sun",
|
|
3822
|
+
"ti-sun-filled",
|
|
3823
|
+
"ti-sun-high",
|
|
3824
|
+
"ti-sun-low",
|
|
3825
|
+
"ti-sun-moon",
|
|
3826
|
+
"ti-sun-off",
|
|
3827
|
+
"ti-sun-wind",
|
|
3828
|
+
"ti-sunglasses",
|
|
3829
|
+
"ti-sunrise",
|
|
3830
|
+
"ti-sunset",
|
|
3831
|
+
"ti-sunset-2",
|
|
3832
|
+
"ti-superscript",
|
|
3833
|
+
"ti-svg",
|
|
3834
|
+
"ti-swimming",
|
|
3835
|
+
"ti-swipe",
|
|
3836
|
+
"ti-switch",
|
|
3837
|
+
"ti-switch-2",
|
|
3838
|
+
"ti-switch-3",
|
|
3839
|
+
"ti-switch-horizontal",
|
|
3840
|
+
"ti-switch-vertical",
|
|
3841
|
+
"ti-sword",
|
|
3842
|
+
"ti-sword-off",
|
|
3843
|
+
"ti-swords",
|
|
3844
|
+
"ti-table",
|
|
3845
|
+
"ti-table-alias",
|
|
3846
|
+
"ti-table-down",
|
|
3847
|
+
"ti-table-export",
|
|
3848
|
+
"ti-table-filled",
|
|
3849
|
+
"ti-table-heart",
|
|
3850
|
+
"ti-table-import",
|
|
3851
|
+
"ti-table-minus",
|
|
3852
|
+
"ti-table-off",
|
|
3853
|
+
"ti-table-options",
|
|
3854
|
+
"ti-table-plus",
|
|
3855
|
+
"ti-table-share",
|
|
3856
|
+
"ti-table-shortcut",
|
|
3857
|
+
"ti-tag",
|
|
3858
|
+
"ti-tag-off",
|
|
3859
|
+
"ti-tags",
|
|
3860
|
+
"ti-tags-off",
|
|
3861
|
+
"ti-tallymark-1",
|
|
3862
|
+
"ti-tallymark-2",
|
|
3863
|
+
"ti-tallymark-3",
|
|
3864
|
+
"ti-tallymark-4",
|
|
3865
|
+
"ti-tallymarks",
|
|
3866
|
+
"ti-tank",
|
|
3867
|
+
"ti-target",
|
|
3868
|
+
"ti-target-arrow",
|
|
3869
|
+
"ti-target-off",
|
|
3870
|
+
"ti-teapot",
|
|
3871
|
+
"ti-telescope",
|
|
3872
|
+
"ti-telescope-off",
|
|
3873
|
+
"ti-temperature",
|
|
3874
|
+
"ti-temperature-celsius",
|
|
3875
|
+
"ti-temperature-fahrenheit",
|
|
3876
|
+
"ti-temperature-minus",
|
|
3877
|
+
"ti-temperature-off",
|
|
3878
|
+
"ti-temperature-plus",
|
|
3879
|
+
"ti-template",
|
|
3880
|
+
"ti-template-off",
|
|
3881
|
+
"ti-tent",
|
|
3882
|
+
"ti-tent-off",
|
|
3883
|
+
"ti-terminal",
|
|
3884
|
+
"ti-terminal-2",
|
|
3885
|
+
"ti-test-pipe",
|
|
3886
|
+
"ti-test-pipe-2",
|
|
3887
|
+
"ti-test-pipe-off",
|
|
3888
|
+
"ti-tex",
|
|
3889
|
+
"ti-text-caption",
|
|
3890
|
+
"ti-text-color",
|
|
3891
|
+
"ti-text-decrease",
|
|
3892
|
+
"ti-text-direction-ltr",
|
|
3893
|
+
"ti-text-direction-rtl",
|
|
3894
|
+
"ti-text-increase",
|
|
3895
|
+
"ti-text-orientation",
|
|
3896
|
+
"ti-text-plus",
|
|
3897
|
+
"ti-text-recognition",
|
|
3898
|
+
"ti-text-resize",
|
|
3899
|
+
"ti-text-size",
|
|
3900
|
+
"ti-text-spellcheck",
|
|
3901
|
+
"ti-text-wrap",
|
|
3902
|
+
"ti-text-wrap-disabled",
|
|
3903
|
+
"ti-texture",
|
|
3904
|
+
"ti-theater",
|
|
3905
|
+
"ti-thermometer",
|
|
3906
|
+
"ti-thumb-down",
|
|
3907
|
+
"ti-thumb-down-filled",
|
|
3908
|
+
"ti-thumb-down-off",
|
|
3909
|
+
"ti-thumb-up",
|
|
3910
|
+
"ti-thumb-up-filled",
|
|
3911
|
+
"ti-thumb-up-off",
|
|
3912
|
+
"ti-tic-tac",
|
|
3913
|
+
"ti-ticket",
|
|
3914
|
+
"ti-ticket-off",
|
|
3915
|
+
"ti-tie",
|
|
3916
|
+
"ti-tilde",
|
|
3917
|
+
"ti-tilt-shift",
|
|
3918
|
+
"ti-tilt-shift-off",
|
|
3919
|
+
"ti-timeline",
|
|
3920
|
+
"ti-timeline-event",
|
|
3921
|
+
"ti-timeline-event-exclamation",
|
|
3922
|
+
"ti-timeline-event-minus",
|
|
3923
|
+
"ti-timeline-event-plus",
|
|
3924
|
+
"ti-timeline-event-text",
|
|
3925
|
+
"ti-timeline-event-x",
|
|
3926
|
+
"ti-tir",
|
|
3927
|
+
"ti-toggle-left",
|
|
3928
|
+
"ti-toggle-right",
|
|
3929
|
+
"ti-toilet-paper",
|
|
3930
|
+
"ti-toilet-paper-off",
|
|
3931
|
+
"ti-toml",
|
|
3932
|
+
"ti-tool",
|
|
3933
|
+
"ti-tools",
|
|
3934
|
+
"ti-tools-kitchen",
|
|
3935
|
+
"ti-tools-kitchen-2",
|
|
3936
|
+
"ti-tools-kitchen-2-off",
|
|
3937
|
+
"ti-tools-kitchen-off",
|
|
3938
|
+
"ti-tools-off",
|
|
3939
|
+
"ti-tooltip",
|
|
3940
|
+
"ti-topology-bus",
|
|
3941
|
+
"ti-topology-complex",
|
|
3942
|
+
"ti-topology-full",
|
|
3943
|
+
"ti-topology-full-hierarchy",
|
|
3944
|
+
"ti-topology-ring",
|
|
3945
|
+
"ti-topology-ring-2",
|
|
3946
|
+
"ti-topology-ring-3",
|
|
3947
|
+
"ti-topology-star",
|
|
3948
|
+
"ti-topology-star-2",
|
|
3949
|
+
"ti-topology-star-3",
|
|
3950
|
+
"ti-topology-star-ring",
|
|
3951
|
+
"ti-topology-star-ring-2",
|
|
3952
|
+
"ti-topology-star-ring-3",
|
|
3953
|
+
"ti-torii",
|
|
3954
|
+
"ti-tornado",
|
|
3955
|
+
"ti-tournament",
|
|
3956
|
+
"ti-tower",
|
|
3957
|
+
"ti-tower-off",
|
|
3958
|
+
"ti-track",
|
|
3959
|
+
"ti-tractor",
|
|
3960
|
+
"ti-trademark",
|
|
3961
|
+
"ti-traffic-cone",
|
|
3962
|
+
"ti-traffic-cone-off",
|
|
3963
|
+
"ti-traffic-lights",
|
|
3964
|
+
"ti-traffic-lights-off",
|
|
3965
|
+
"ti-train",
|
|
3966
|
+
"ti-transfer-in",
|
|
3967
|
+
"ti-transfer-out",
|
|
3968
|
+
"ti-transform",
|
|
3969
|
+
"ti-transform-filled",
|
|
3970
|
+
"ti-transition-bottom",
|
|
3971
|
+
"ti-transition-left",
|
|
3972
|
+
"ti-transition-right",
|
|
3973
|
+
"ti-transition-top",
|
|
3974
|
+
"ti-trash",
|
|
3975
|
+
"ti-trash-filled",
|
|
3976
|
+
"ti-trash-off",
|
|
3977
|
+
"ti-trash-x",
|
|
3978
|
+
"ti-trash-x-filled",
|
|
3979
|
+
"ti-treadmill",
|
|
3980
|
+
"ti-tree",
|
|
3981
|
+
"ti-trees",
|
|
3982
|
+
"ti-trekking",
|
|
3983
|
+
"ti-trending-down",
|
|
3984
|
+
"ti-trending-down-2",
|
|
3985
|
+
"ti-trending-down-3",
|
|
3986
|
+
"ti-trending-up",
|
|
3987
|
+
"ti-trending-up-2",
|
|
3988
|
+
"ti-trending-up-3",
|
|
3989
|
+
"ti-triangle",
|
|
3990
|
+
"ti-triangle-filled",
|
|
3991
|
+
"ti-triangle-inverted",
|
|
3992
|
+
"ti-triangle-inverted-filled",
|
|
3993
|
+
"ti-triangle-off",
|
|
3994
|
+
"ti-triangle-square-circle",
|
|
3995
|
+
"ti-triangles",
|
|
3996
|
+
"ti-trident",
|
|
3997
|
+
"ti-trolley",
|
|
3998
|
+
"ti-trophy",
|
|
3999
|
+
"ti-trophy-filled",
|
|
4000
|
+
"ti-trophy-off",
|
|
4001
|
+
"ti-trowel",
|
|
4002
|
+
"ti-truck",
|
|
4003
|
+
"ti-truck-delivery",
|
|
4004
|
+
"ti-truck-loading",
|
|
4005
|
+
"ti-truck-off",
|
|
4006
|
+
"ti-truck-return",
|
|
4007
|
+
"ti-txt",
|
|
4008
|
+
"ti-typography",
|
|
4009
|
+
"ti-typography-off",
|
|
4010
|
+
"ti-ufo",
|
|
4011
|
+
"ti-ufo-off",
|
|
4012
|
+
"ti-umbrella",
|
|
4013
|
+
"ti-umbrella-filled",
|
|
4014
|
+
"ti-umbrella-off",
|
|
4015
|
+
"ti-underline",
|
|
4016
|
+
"ti-unlink",
|
|
4017
|
+
"ti-upload",
|
|
4018
|
+
"ti-urgent",
|
|
4019
|
+
"ti-usb",
|
|
4020
|
+
"ti-user",
|
|
4021
|
+
"ti-user-bolt",
|
|
4022
|
+
"ti-user-cancel",
|
|
4023
|
+
"ti-user-check",
|
|
4024
|
+
"ti-user-circle",
|
|
4025
|
+
"ti-user-code",
|
|
4026
|
+
"ti-user-cog",
|
|
4027
|
+
"ti-user-dollar",
|
|
4028
|
+
"ti-user-down",
|
|
4029
|
+
"ti-user-edit",
|
|
4030
|
+
"ti-user-exclamation",
|
|
4031
|
+
"ti-user-heart",
|
|
4032
|
+
"ti-user-minus",
|
|
4033
|
+
"ti-user-off",
|
|
4034
|
+
"ti-user-pause",
|
|
4035
|
+
"ti-user-pin",
|
|
4036
|
+
"ti-user-plus",
|
|
4037
|
+
"ti-user-question",
|
|
4038
|
+
"ti-user-search",
|
|
4039
|
+
"ti-user-share",
|
|
4040
|
+
"ti-user-shield",
|
|
4041
|
+
"ti-user-star",
|
|
4042
|
+
"ti-user-up",
|
|
4043
|
+
"ti-user-x",
|
|
4044
|
+
"ti-users",
|
|
4045
|
+
"ti-users-group",
|
|
4046
|
+
"ti-users-minus",
|
|
4047
|
+
"ti-users-plus",
|
|
4048
|
+
"ti-uv-index",
|
|
4049
|
+
"ti-ux-circle",
|
|
4050
|
+
"ti-vaccine",
|
|
4051
|
+
"ti-vaccine-bottle",
|
|
4052
|
+
"ti-vaccine-bottle-off",
|
|
4053
|
+
"ti-vaccine-off",
|
|
4054
|
+
"ti-vacuum-cleaner",
|
|
4055
|
+
"ti-variable",
|
|
4056
|
+
"ti-variable-minus",
|
|
4057
|
+
"ti-variable-off",
|
|
4058
|
+
"ti-variable-plus",
|
|
4059
|
+
"ti-vector",
|
|
4060
|
+
"ti-vector-bezier",
|
|
4061
|
+
"ti-vector-bezier-2",
|
|
4062
|
+
"ti-vector-bezier-arc",
|
|
4063
|
+
"ti-vector-bezier-circle",
|
|
4064
|
+
"ti-vector-off",
|
|
4065
|
+
"ti-vector-spline",
|
|
4066
|
+
"ti-vector-triangle",
|
|
4067
|
+
"ti-vector-triangle-off",
|
|
4068
|
+
"ti-venus",
|
|
4069
|
+
"ti-versions",
|
|
4070
|
+
"ti-versions-filled",
|
|
4071
|
+
"ti-versions-off",
|
|
4072
|
+
"ti-video",
|
|
4073
|
+
"ti-video-minus",
|
|
4074
|
+
"ti-video-off",
|
|
4075
|
+
"ti-video-plus",
|
|
4076
|
+
"ti-view-360",
|
|
4077
|
+
"ti-view-360-off",
|
|
4078
|
+
"ti-viewfinder",
|
|
4079
|
+
"ti-viewfinder-off",
|
|
4080
|
+
"ti-viewport-narrow",
|
|
4081
|
+
"ti-viewport-wide",
|
|
4082
|
+
"ti-vinyl",
|
|
4083
|
+
"ti-vip",
|
|
4084
|
+
"ti-vip-off",
|
|
4085
|
+
"ti-virus",
|
|
4086
|
+
"ti-virus-off",
|
|
4087
|
+
"ti-virus-search",
|
|
4088
|
+
"ti-vocabulary",
|
|
4089
|
+
"ti-vocabulary-off",
|
|
4090
|
+
"ti-volcano",
|
|
4091
|
+
"ti-volume",
|
|
4092
|
+
"ti-volume-2",
|
|
4093
|
+
"ti-volume-3",
|
|
4094
|
+
"ti-volume-off",
|
|
4095
|
+
"ti-walk",
|
|
4096
|
+
"ti-wall",
|
|
4097
|
+
"ti-wall-off",
|
|
4098
|
+
"ti-wallet",
|
|
4099
|
+
"ti-wallet-off",
|
|
4100
|
+
"ti-wallpaper",
|
|
4101
|
+
"ti-wallpaper-off",
|
|
4102
|
+
"ti-wand",
|
|
4103
|
+
"ti-wand-off",
|
|
4104
|
+
"ti-wash",
|
|
4105
|
+
"ti-wash-dry",
|
|
4106
|
+
"ti-wash-dry-1",
|
|
4107
|
+
"ti-wash-dry-2",
|
|
4108
|
+
"ti-wash-dry-3",
|
|
4109
|
+
"ti-wash-dry-a",
|
|
4110
|
+
"ti-wash-dry-dip",
|
|
4111
|
+
"ti-wash-dry-f",
|
|
4112
|
+
"ti-wash-dry-flat",
|
|
4113
|
+
"ti-wash-dry-hang",
|
|
4114
|
+
"ti-wash-dry-off",
|
|
4115
|
+
"ti-wash-dry-p",
|
|
4116
|
+
"ti-wash-dry-shade",
|
|
4117
|
+
"ti-wash-dry-w",
|
|
4118
|
+
"ti-wash-dryclean",
|
|
4119
|
+
"ti-wash-dryclean-off",
|
|
4120
|
+
"ti-wash-eco",
|
|
4121
|
+
"ti-wash-gentle",
|
|
4122
|
+
"ti-wash-hand",
|
|
4123
|
+
"ti-wash-machine",
|
|
4124
|
+
"ti-wash-off",
|
|
4125
|
+
"ti-wash-press",
|
|
4126
|
+
"ti-wash-temperature-1",
|
|
4127
|
+
"ti-wash-temperature-2",
|
|
4128
|
+
"ti-wash-temperature-3",
|
|
4129
|
+
"ti-wash-temperature-4",
|
|
4130
|
+
"ti-wash-temperature-5",
|
|
4131
|
+
"ti-wash-temperature-6",
|
|
4132
|
+
"ti-wash-tumble-dry",
|
|
4133
|
+
"ti-wash-tumble-off",
|
|
4134
|
+
"ti-waterpolo",
|
|
4135
|
+
"ti-wave-saw-tool",
|
|
4136
|
+
"ti-wave-sine",
|
|
4137
|
+
"ti-wave-square",
|
|
4138
|
+
"ti-webhook",
|
|
4139
|
+
"ti-webhook-off",
|
|
4140
|
+
"ti-weight",
|
|
4141
|
+
"ti-wheelchair",
|
|
4142
|
+
"ti-wheelchair-off",
|
|
4143
|
+
"ti-whirl",
|
|
4144
|
+
"ti-wifi",
|
|
4145
|
+
"ti-wifi-0",
|
|
4146
|
+
"ti-wifi-1",
|
|
4147
|
+
"ti-wifi-2",
|
|
4148
|
+
"ti-wifi-off",
|
|
4149
|
+
"ti-wind",
|
|
4150
|
+
"ti-wind-off",
|
|
4151
|
+
"ti-windmill",
|
|
4152
|
+
"ti-windmill-filled",
|
|
4153
|
+
"ti-windmill-off",
|
|
4154
|
+
"ti-window",
|
|
4155
|
+
"ti-window-maximize",
|
|
4156
|
+
"ti-window-minimize",
|
|
4157
|
+
"ti-window-off",
|
|
4158
|
+
"ti-windsock",
|
|
4159
|
+
"ti-wiper",
|
|
4160
|
+
"ti-wiper-wash",
|
|
4161
|
+
"ti-woman",
|
|
4162
|
+
"ti-wood",
|
|
4163
|
+
"ti-world",
|
|
4164
|
+
"ti-world-bolt",
|
|
4165
|
+
"ti-world-cancel",
|
|
4166
|
+
"ti-world-check",
|
|
4167
|
+
"ti-world-code",
|
|
4168
|
+
"ti-world-cog",
|
|
4169
|
+
"ti-world-dollar",
|
|
4170
|
+
"ti-world-down",
|
|
4171
|
+
"ti-world-download",
|
|
4172
|
+
"ti-world-exclamation",
|
|
4173
|
+
"ti-world-heart",
|
|
4174
|
+
"ti-world-latitude",
|
|
4175
|
+
"ti-world-longitude",
|
|
4176
|
+
"ti-world-minus",
|
|
4177
|
+
"ti-world-off",
|
|
4178
|
+
"ti-world-pause",
|
|
4179
|
+
"ti-world-pin",
|
|
4180
|
+
"ti-world-plus",
|
|
4181
|
+
"ti-world-question",
|
|
4182
|
+
"ti-world-search",
|
|
4183
|
+
"ti-world-share",
|
|
4184
|
+
"ti-world-star",
|
|
4185
|
+
"ti-world-up",
|
|
4186
|
+
"ti-world-upload",
|
|
4187
|
+
"ti-world-www",
|
|
4188
|
+
"ti-world-x",
|
|
4189
|
+
"ti-wrecking-ball",
|
|
4190
|
+
"ti-writing",
|
|
4191
|
+
"ti-writing-off",
|
|
4192
|
+
"ti-writing-sign",
|
|
4193
|
+
"ti-writing-sign-off",
|
|
4194
|
+
"ti-x",
|
|
4195
|
+
"ti-xbox-a",
|
|
4196
|
+
"ti-xbox-b",
|
|
4197
|
+
"ti-xbox-x",
|
|
4198
|
+
"ti-xbox-y",
|
|
4199
|
+
"ti-xd",
|
|
4200
|
+
"ti-yin-yang",
|
|
4201
|
+
"ti-yin-yang-filled",
|
|
4202
|
+
"ti-yoga",
|
|
4203
|
+
"ti-zeppelin",
|
|
4204
|
+
"ti-zeppelin-off",
|
|
4205
|
+
"ti-zip",
|
|
4206
|
+
"ti-zodiac-aquarius",
|
|
4207
|
+
"ti-zodiac-aries",
|
|
4208
|
+
"ti-zodiac-cancer",
|
|
4209
|
+
"ti-zodiac-capricorn",
|
|
4210
|
+
"ti-zodiac-gemini",
|
|
4211
|
+
"ti-zodiac-leo",
|
|
4212
|
+
"ti-zodiac-libra",
|
|
4213
|
+
"ti-zodiac-pisces",
|
|
4214
|
+
"ti-zodiac-sagittarius",
|
|
4215
|
+
"ti-zodiac-scorpio",
|
|
4216
|
+
"ti-zodiac-taurus",
|
|
4217
|
+
"ti-zodiac-virgo",
|
|
4218
|
+
"ti-zoom-cancel",
|
|
4219
|
+
"ti-zoom-check",
|
|
4220
|
+
"ti-zoom-check-filled",
|
|
4221
|
+
"ti-zoom-code",
|
|
4222
|
+
"ti-zoom-exclamation",
|
|
4223
|
+
"ti-zoom-filled",
|
|
4224
|
+
"ti-zoom-in",
|
|
4225
|
+
"ti-zoom-in-area",
|
|
4226
|
+
"ti-zoom-in-area-filled",
|
|
4227
|
+
"ti-zoom-in-filled",
|
|
4228
|
+
"ti-zoom-money",
|
|
4229
|
+
"ti-zoom-out",
|
|
4230
|
+
"ti-zoom-out-area",
|
|
4231
|
+
"ti-zoom-out-filled",
|
|
4232
|
+
"ti-zoom-pan",
|
|
4233
|
+
"ti-zoom-question",
|
|
4234
|
+
"ti-zoom-replace",
|
|
4235
|
+
"ti-zoom-reset",
|
|
4236
|
+
"ti-zzz",
|
|
4237
|
+
"ti-zzz-off",
|
|
4238
|
+
];
|