@instructure/ui-icons 11.6.0 → 11.6.1-snapshot-129
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/CHANGELOG.md +43 -302
- package/README.md +165 -7
- package/es/IconPropsProvider/IconPropsContext.js +30 -0
- package/es/IconPropsProvider/IconPropsProvider.js +40 -0
- package/es/IconPropsProvider/index.js +27 -0
- package/es/IconPropsProvider/renderIconWithProps.js +52 -0
- package/es/IconPropsProvider/useIconProps.js +30 -0
- package/es/custom/wrapCustomIcon.js +162 -0
- package/es/generated/IconArrowLeftLine.js +59 -0
- package/es/generated/IconArrowLeftSolid.js +59 -0
- package/es/generated/IconArrowOpenLeftLine.js +59 -0
- package/es/generated/IconArrowOpenLeftSolid.js +59 -0
- package/es/generated/IconArrowOpenRightLine.js +59 -0
- package/es/generated/IconArrowOpenRightSolid.js +59 -0
- package/es/generated/IconArrowRightLine.js +59 -0
- package/es/generated/IconArrowRightSolid.js +59 -0
- package/es/generated/IconCopyCourseLine.js +58 -0
- package/es/generated/IconCopyCourseSolid.js +58 -0
- package/es/generated/IconDiscussionReplyDarkLine.js +58 -0
- package/es/generated/IconDiscussionReplyDarkSolid.js +58 -0
- package/es/generated/IconDiscussionReplyLine.js +58 -0
- package/es/generated/IconDiscussionReplySolid.js +58 -0
- package/es/generated/IconDiscussionSearchLine.js +58 -0
- package/es/generated/IconDiscussionSearchSolid.js +58 -0
- package/es/generated/IconDiscussionXLine.js +58 -0
- package/es/generated/IconDiscussionXSolid.js +58 -0
- package/es/generated/IconExpandLeftLine.js +58 -0
- package/es/generated/IconExpandLeftSolid.js +59 -0
- package/es/generated/IconInstructureLine.js +58 -0
- package/es/generated/IconInstructureSolid.js +58 -0
- package/es/generated/IconMaterialsRequiredLightLine.js +58 -0
- package/es/generated/IconMaterialsRequiredLightSolid.js +58 -0
- package/es/generated/IconMatureLightLine.js +58 -0
- package/es/generated/IconMatureLightSolid.js +58 -0
- package/es/generated/IconMiniArrowLeftLine.js +59 -0
- package/es/generated/IconMiniArrowLeftSolid.js +59 -0
- package/es/generated/IconMiniArrowRightLine.js +59 -0
- package/es/generated/IconMiniArrowRightSolid.js +59 -0
- package/es/generated/IconMoveLeftLine.js +59 -0
- package/es/generated/IconMoveLeftSolid.js +59 -0
- package/es/generated/IconMoveRightLine.js +59 -0
- package/es/generated/IconMoveRightSolid.js +59 -0
- package/es/generated/IconNoteDarkLine.js +58 -0
- package/es/generated/IconNoteDarkSolid.js +58 -0
- package/es/generated/IconNoteLightLine.js +58 -0
- package/es/generated/IconNoteLightSolid.js +58 -0
- package/es/generated/IconRssAddLine.js +58 -0
- package/es/generated/IconRssAddSolid.js +58 -0
- package/es/generated/IconSearchAddressBookLine.js +58 -0
- package/es/generated/IconSearchAddressBookSolid.js +58 -0
- package/es/generated/IconSettings2Line.js +58 -0
- package/es/generated/IconSettings2Solid.js +58 -0
- package/es/generated/IconTextLeftLine.js +59 -0
- package/es/generated/IconTextLeftSolid.js +59 -0
- package/es/generated/IconTextRightLine.js +59 -0
- package/es/generated/IconTextRightSolid.js +59 -0
- package/es/generated/IconToggleLeftLine.js +59 -0
- package/es/generated/IconToggleLeftSolid.js +59 -0
- package/es/generated/IconToggleRightLine.js +59 -0
- package/es/generated/IconToggleRightSolid.js +59 -0
- package/es/generated/IconTwitterBoxedLine.js +58 -0
- package/es/generated/IconTwitterBoxedSolid.js +58 -0
- package/es/generated/IconUnpublishLine.js +58 -0
- package/es/generated/IconUnpublishSolid.js +58 -0
- package/es/generated/IconUserAddLine.js +58 -0
- package/es/generated/IconUserAddSolid.js +58 -0
- package/es/generated/custom/index.js +1184 -0
- package/es/generated/index.js +795 -0
- package/es/generated/lucide/index.js +1930 -0
- package/es/generated/svg/index.js +2559 -0
- package/es/index.js +7 -772
- package/es/lucide/wrapLucideIcon.js +141 -0
- package/es/props.js +1 -0
- package/es/styles.js +233 -0
- package/icons.config.cjs +1 -38
- package/lib/IconPropsProvider/IconPropsContext.js +36 -0
- package/lib/IconPropsProvider/IconPropsProvider.js +47 -0
- package/lib/IconPropsProvider/index.js +33 -0
- package/lib/IconPropsProvider/renderIconWithProps.js +58 -0
- package/lib/IconPropsProvider/useIconProps.js +35 -0
- package/lib/custom/wrapCustomIcon.js +169 -0
- package/lib/generated/IconArrowLeftLine.js +65 -0
- package/lib/generated/IconArrowLeftSolid.js +65 -0
- package/lib/generated/IconArrowOpenLeftLine.js +65 -0
- package/lib/generated/IconArrowOpenLeftSolid.js +65 -0
- package/lib/generated/IconArrowOpenRightLine.js +65 -0
- package/lib/generated/IconArrowOpenRightSolid.js +65 -0
- package/lib/generated/IconArrowRightLine.js +65 -0
- package/lib/generated/IconArrowRightSolid.js +65 -0
- package/lib/generated/IconCopyCourseLine.js +64 -0
- package/lib/generated/IconCopyCourseSolid.js +64 -0
- package/lib/generated/IconDiscussionReplyDarkLine.js +64 -0
- package/lib/generated/IconDiscussionReplyDarkSolid.js +64 -0
- package/lib/generated/IconDiscussionReplyLine.js +64 -0
- package/lib/generated/IconDiscussionReplySolid.js +64 -0
- package/lib/generated/IconDiscussionSearchLine.js +64 -0
- package/lib/generated/IconDiscussionSearchSolid.js +64 -0
- package/lib/generated/IconDiscussionXLine.js +64 -0
- package/lib/generated/IconDiscussionXSolid.js +64 -0
- package/lib/generated/IconExpandLeftLine.js +64 -0
- package/lib/generated/IconExpandLeftSolid.js +65 -0
- package/lib/generated/IconInstructureLine.js +64 -0
- package/lib/generated/IconInstructureSolid.js +64 -0
- package/lib/generated/IconMaterialsRequiredLightLine.js +64 -0
- package/lib/generated/IconMaterialsRequiredLightSolid.js +64 -0
- package/lib/generated/IconMatureLightLine.js +64 -0
- package/lib/generated/IconMatureLightSolid.js +64 -0
- package/lib/generated/IconMiniArrowLeftLine.js +65 -0
- package/lib/generated/IconMiniArrowLeftSolid.js +65 -0
- package/lib/generated/IconMiniArrowRightLine.js +65 -0
- package/lib/generated/IconMiniArrowRightSolid.js +65 -0
- package/lib/generated/IconMoveLeftLine.js +65 -0
- package/lib/generated/IconMoveLeftSolid.js +65 -0
- package/lib/generated/IconMoveRightLine.js +65 -0
- package/lib/generated/IconMoveRightSolid.js +65 -0
- package/lib/generated/IconNoteDarkLine.js +64 -0
- package/lib/generated/IconNoteDarkSolid.js +64 -0
- package/lib/generated/IconNoteLightLine.js +64 -0
- package/lib/generated/IconNoteLightSolid.js +64 -0
- package/lib/generated/IconRssAddLine.js +64 -0
- package/lib/generated/IconRssAddSolid.js +64 -0
- package/lib/generated/IconSearchAddressBookLine.js +64 -0
- package/lib/generated/IconSearchAddressBookSolid.js +64 -0
- package/lib/generated/IconSettings2Line.js +64 -0
- package/lib/generated/IconSettings2Solid.js +64 -0
- package/lib/generated/IconTextLeftLine.js +65 -0
- package/lib/generated/IconTextLeftSolid.js +65 -0
- package/lib/generated/IconTextRightLine.js +65 -0
- package/lib/generated/IconTextRightSolid.js +65 -0
- package/lib/generated/IconToggleLeftLine.js +65 -0
- package/lib/generated/IconToggleLeftSolid.js +65 -0
- package/lib/generated/IconToggleRightLine.js +65 -0
- package/lib/generated/IconToggleRightSolid.js +65 -0
- package/lib/generated/IconTwitterBoxedLine.js +64 -0
- package/lib/generated/IconTwitterBoxedSolid.js +64 -0
- package/lib/generated/IconUnpublishLine.js +64 -0
- package/lib/generated/IconUnpublishSolid.js +64 -0
- package/lib/generated/IconUserAddLine.js +64 -0
- package/lib/generated/IconUserAddSolid.js +64 -0
- package/lib/generated/custom/index.js +1192 -0
- package/lib/generated/index.js +5409 -0
- package/lib/generated/lucide/index.js +1956 -0
- package/lib/generated/svg/index.js +2559 -0
- package/lib/index.js +52 -5404
- package/lib/lucide/wrapLucideIcon.js +148 -0
- package/lib/props.js +5 -0
- package/lib/styles.js +239 -0
- package/package.json +19 -14
- package/svg/Custom/accessibility-2.svg +1 -0
- package/svg/Custom/ai-info.svg +1 -0
- package/svg/Custom/apps.svg +1 -0
- package/svg/Custom/background-color.svg +1 -0
- package/svg/Custom/bell-solid.svg +1 -0
- package/svg/Custom/bookmark-solid.svg +1 -0
- package/svg/Custom/calculator-desmos.svg +1 -0
- package/svg/Custom/canvas-logo.svg +1 -0
- package/svg/Custom/captions-solid.svg +1 -0
- package/svg/Custom/circle-alpha.svg +1 -0
- package/svg/Custom/circle-arrow-down-right.svg +1 -0
- package/svg/Custom/circle-arrow-in-left.svg +1 -0
- package/svg/Custom/circle-arrow-in-right.svg +1 -0
- package/svg/Custom/circle-arrow-up-right.svg +1 -0
- package/svg/Custom/circle-mu.svg +1 -0
- package/svg/Custom/circle-sigma.svg +1 -0
- package/svg/Custom/closed-caption-check.svg +1 -0
- package/svg/Custom/closed-caption-solid.svg +1 -0
- package/svg/Custom/closed-caption-x.svg +1 -0
- package/svg/Custom/cloud-lock.svg +1 -0
- package/svg/Custom/commons.svg +1 -0
- package/svg/Custom/compare.svg +1 -0
- package/svg/Custom/copyright-fair-use.svg +1 -0
- package/svg/Custom/copyright-obtained-permission.svg +1 -0
- package/svg/Custom/copyright-public-domain.svg +1 -0
- package/svg/Custom/elevate-logo.svg +1 -0
- package/svg/Custom/fast-forward-solid.svg +1 -0
- package/svg/Custom/files-x.svg +1 -0
- package/svg/Custom/flag-solid.svg +1 -0
- package/svg/Custom/heart-solid.svg +1 -0
- package/svg/Custom/history-check.svg +1 -0
- package/svg/Custom/history-x.svg +1 -0
- package/svg/Custom/igniteai-logo.svg +1 -0
- package/svg/Custom/impact-logo.svg +1 -0
- package/svg/Custom/instructure-1-dot.svg +1 -0
- package/svg/Custom/instructure-3-dot.svg +1 -0
- package/svg/Custom/instructure-logo.svg +1 -0
- package/svg/Custom/instructure.svg +1 -0
- package/svg/Custom/line-reader.svg +1 -0
- package/svg/Custom/list-circle.svg +1 -0
- package/svg/Custom/list-down.svg +1 -0
- package/svg/Custom/list-ordered-alpha.svg +1 -0
- package/svg/Custom/list-ordered-roman.svg +1 -0
- package/svg/Custom/list-square.svg +1 -0
- package/svg/Custom/list-up.svg +1 -0
- package/svg/Custom/lock-reset.svg +1 -0
- package/svg/Custom/mail-circle.svg +1 -0
- package/svg/Custom/mastery-logo.svg +1 -0
- package/svg/Custom/media-attachment.svg +1 -0
- package/svg/Custom/media-plus.svg +1 -0
- package/svg/Custom/message-square-check.svg +1 -0
- package/svg/Custom/message-square-x.svg +1 -0
- package/svg/Custom/pause-solid.svg +1 -0
- package/svg/Custom/pencil-annotate.svg +1 -0
- package/svg/Custom/play-solid.svg +1 -0
- package/svg/Custom/post-sis.svg +1 -0
- package/svg/Custom/protractor.svg +1 -0
- package/svg/Custom/rewind-solid.svg +1 -0
- package/svg/Custom/rocket-solid.svg +1 -0
- package/svg/Custom/search-ai.svg +1 -0
- package/svg/Custom/shopping-cart-check.svg +1 -0
- package/svg/Custom/speed-grader.svg +1 -0
- package/svg/Custom/square-solid.svg +1 -0
- package/svg/Custom/squares-blueprint-lock.svg +1 -0
- package/svg/Custom/squares-blueprint.svg +1 -0
- package/svg/Custom/star-solid.svg +1 -0
- package/svg/Custom/studio.svg +1 -0
- package/svg/Custom/table-2-check.svg +1 -0
- package/svg/Custom/table-2-x.svg +1 -0
- package/svg/Custom/table-cog.svg +1 -0
- package/svg/Custom/table-column-plus-left.svg +1 -0
- package/svg/Custom/table-column-plus-right.svg +1 -0
- package/svg/Custom/table-column-x.svg +1 -0
- package/svg/Custom/table-column.svg +1 -0
- package/svg/Custom/table-row-plus-bottom.svg +1 -0
- package/svg/Custom/table-row-plus-top.svg +1 -0
- package/svg/Custom/table-row-x.svg +1 -0
- package/svg/Custom/table-row.svg +1 -0
- package/svg/Custom/text-color.svg +1 -0
- package/svg/Custom/thumbs-down-solid.svg +1 -0
- package/svg/Custom/thumbs-up-solid.svg +1 -0
- package/svg/Custom/title.svg +1 -0
- package/svg/Custom/user-round-arrow-up.svg +1 -0
- package/svg/Custom/user-round-blackboard.svg +1 -0
- package/svg/Custom/user-round-lock.svg +1 -0
- package/tsconfig.build.json +8 -3
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconPropsProvider/IconPropsContext.d.ts +5 -0
- package/types/IconPropsProvider/IconPropsContext.d.ts.map +1 -0
- package/types/IconPropsProvider/IconPropsProvider.d.ts +7 -0
- package/types/IconPropsProvider/IconPropsProvider.d.ts.map +1 -0
- package/types/IconPropsProvider/index.d.ts +6 -0
- package/types/IconPropsProvider/index.d.ts.map +1 -0
- package/types/IconPropsProvider/renderIconWithProps.d.ts +15 -0
- package/types/IconPropsProvider/renderIconWithProps.d.ts.map +1 -0
- package/types/IconPropsProvider/useIconProps.d.ts +3 -0
- package/types/IconPropsProvider/useIconProps.d.ts.map +1 -0
- package/types/custom/wrapCustomIcon.d.ts +19 -0
- package/types/custom/wrapCustomIcon.d.ts.map +1 -0
- package/types/generated/IconA11yLine.d.ts.map +1 -0
- package/types/generated/IconA11ySolid.d.ts.map +1 -0
- package/types/generated/IconAIInfoLine.d.ts.map +1 -0
- package/types/generated/IconAIInfoSolid.d.ts.map +1 -0
- package/types/generated/IconAddFolderLine.d.ts.map +1 -0
- package/types/generated/IconAddFolderSolid.d.ts.map +1 -0
- package/types/generated/IconAddLine.d.ts.map +1 -0
- package/types/generated/IconAddMediaLine.d.ts.map +1 -0
- package/types/generated/IconAddMediaSolid.d.ts.map +1 -0
- package/types/generated/IconAddSolid.d.ts.map +1 -0
- package/types/generated/IconAddressBookLine.d.ts.map +1 -0
- package/types/generated/IconAddressBookSolid.d.ts.map +1 -0
- package/types/generated/IconAdminLine.d.ts.map +1 -0
- package/types/generated/IconAdminSolid.d.ts.map +1 -0
- package/types/generated/IconAdminToolsLine.d.ts.map +1 -0
- package/types/generated/IconAdminToolsSolid.d.ts.map +1 -0
- package/types/generated/IconAiColoredLine.d.ts.map +1 -0
- package/types/generated/IconAiColoredSolid.d.ts.map +1 -0
- package/types/generated/IconAiLine.d.ts.map +1 -0
- package/types/generated/IconAiSolid.d.ts.map +1 -0
- package/types/generated/IconAlertsLine.d.ts.map +1 -0
- package/types/generated/IconAlertsSolid.d.ts.map +1 -0
- package/types/generated/IconAnalyticsLine.d.ts.map +1 -0
- package/types/generated/IconAnalyticsSolid.d.ts.map +1 -0
- package/types/generated/IconAndroidLine.d.ts.map +1 -0
- package/types/generated/IconAndroidSolid.d.ts.map +1 -0
- package/types/generated/IconAnnotateLine.d.ts.map +1 -0
- package/types/generated/IconAnnotateSolid.d.ts.map +1 -0
- package/types/generated/IconAnnouncementLine.d.ts.map +1 -0
- package/types/generated/IconAnnouncementSolid.d.ts.map +1 -0
- package/types/generated/IconAppleLine.d.ts.map +1 -0
- package/types/generated/IconAppleSolid.d.ts.map +1 -0
- package/types/generated/IconArcLine.d.ts.map +1 -0
- package/types/generated/IconArcSolid.d.ts.map +1 -0
- package/types/generated/IconArchiveLine.d.ts.map +1 -0
- package/types/generated/IconArchiveSolid.d.ts.map +1 -0
- package/types/generated/IconArrowDoubleEndLine.d.ts.map +1 -0
- package/types/generated/IconArrowDoubleEndSolid.d.ts.map +1 -0
- package/types/generated/IconArrowDoubleStartLine.d.ts.map +1 -0
- package/types/generated/IconArrowDoubleStartSolid.d.ts.map +1 -0
- package/types/generated/IconArrowDownLine.d.ts.map +1 -0
- package/types/generated/IconArrowDownSolid.d.ts.map +1 -0
- package/types/generated/IconArrowEndLine.d.ts.map +1 -0
- package/types/generated/IconArrowEndSolid.d.ts.map +1 -0
- package/types/generated/IconArrowLeftLine.d.ts +14 -0
- package/types/generated/IconArrowLeftLine.d.ts.map +1 -0
- package/types/generated/IconArrowLeftSolid.d.ts +14 -0
- package/types/generated/IconArrowLeftSolid.d.ts.map +1 -0
- package/types/generated/IconArrowNestLine.d.ts.map +1 -0
- package/types/generated/IconArrowNestSolid.d.ts.map +1 -0
- package/types/generated/IconArrowOpenDownLine.d.ts.map +1 -0
- package/types/generated/IconArrowOpenDownSolid.d.ts.map +1 -0
- package/types/generated/IconArrowOpenEndLine.d.ts.map +1 -0
- package/types/generated/IconArrowOpenEndSolid.d.ts.map +1 -0
- package/types/generated/IconArrowOpenLeftLine.d.ts +14 -0
- package/types/generated/IconArrowOpenLeftLine.d.ts.map +1 -0
- package/types/generated/IconArrowOpenLeftSolid.d.ts +14 -0
- package/types/generated/IconArrowOpenLeftSolid.d.ts.map +1 -0
- package/types/generated/IconArrowOpenRightLine.d.ts +14 -0
- package/types/generated/IconArrowOpenRightLine.d.ts.map +1 -0
- package/types/generated/IconArrowOpenRightSolid.d.ts +14 -0
- package/types/generated/IconArrowOpenRightSolid.d.ts.map +1 -0
- package/types/generated/IconArrowOpenStartLine.d.ts.map +1 -0
- package/types/generated/IconArrowOpenStartSolid.d.ts.map +1 -0
- package/types/generated/IconArrowOpenUpLine.d.ts.map +1 -0
- package/types/generated/IconArrowOpenUpSolid.d.ts.map +1 -0
- package/types/generated/IconArrowRightLine.d.ts +14 -0
- package/types/generated/IconArrowRightLine.d.ts.map +1 -0
- package/types/generated/IconArrowRightSolid.d.ts +14 -0
- package/types/generated/IconArrowRightSolid.d.ts.map +1 -0
- package/types/generated/IconArrowStartLine.d.ts.map +1 -0
- package/types/generated/IconArrowStartSolid.d.ts.map +1 -0
- package/types/generated/IconArrowUpLine.d.ts.map +1 -0
- package/types/generated/IconArrowUpSolid.d.ts.map +1 -0
- package/types/generated/IconAssignmentLine.d.ts.map +1 -0
- package/types/generated/IconAssignmentSolid.d.ts.map +1 -0
- package/types/generated/IconAttachMediaLine.d.ts.map +1 -0
- package/types/generated/IconAttachMediaSolid.d.ts.map +1 -0
- package/types/generated/IconAudioLine.d.ts.map +1 -0
- package/types/generated/IconAudioOffLine.d.ts.map +1 -0
- package/types/generated/IconAudioOffSolid.d.ts.map +1 -0
- package/types/generated/IconAudioSolid.d.ts.map +1 -0
- package/types/generated/IconAwardLine.d.ts.map +1 -0
- package/types/generated/IconAwardSolid.d.ts.map +1 -0
- package/types/generated/IconBankLine.d.ts.map +1 -0
- package/types/generated/IconBankSolid.d.ts.map +1 -0
- package/types/generated/IconBlueprintLine.d.ts.map +1 -0
- package/types/generated/IconBlueprintLockLine.d.ts.map +1 -0
- package/types/generated/IconBlueprintLockSolid.d.ts.map +1 -0
- package/types/generated/IconBlueprintSolid.d.ts.map +1 -0
- package/types/generated/IconBoldLine.d.ts.map +1 -0
- package/types/generated/IconBoldSolid.d.ts.map +1 -0
- package/types/generated/IconBookmarkLine.d.ts.map +1 -0
- package/types/generated/IconBookmarkSolid.d.ts.map +1 -0
- package/types/generated/IconBoxLine.d.ts.map +1 -0
- package/types/generated/IconBoxSolid.d.ts.map +1 -0
- package/types/generated/IconBulletListAlphaLine.d.ts.map +1 -0
- package/types/generated/IconBulletListAlphaSolid.d.ts.map +1 -0
- package/types/generated/IconBulletListCircleOutlineLine.d.ts.map +1 -0
- package/types/generated/IconBulletListCircleOutlineSolid.d.ts.map +1 -0
- package/types/generated/IconBulletListLine.d.ts.map +1 -0
- package/types/generated/IconBulletListRomanLine.d.ts.map +1 -0
- package/types/generated/IconBulletListRomanSolid.d.ts.map +1 -0
- package/types/generated/IconBulletListSolid.d.ts.map +1 -0
- package/types/generated/IconBulletListSquareLine.d.ts.map +1 -0
- package/types/generated/IconBulletListSquareSolid.d.ts.map +1 -0
- package/types/generated/IconButtonAndIconMakerLine.d.ts.map +1 -0
- package/types/generated/IconButtonAndIconMakerSolid.d.ts.map +1 -0
- package/types/generated/IconCalculatorDesmosLine.d.ts.map +1 -0
- package/types/generated/IconCalculatorDesmosSolid.d.ts.map +1 -0
- package/types/generated/IconCalculatorLine.d.ts.map +1 -0
- package/types/generated/IconCalculatorSolid.d.ts.map +1 -0
- package/types/generated/IconCalendarAddLine.d.ts.map +1 -0
- package/types/generated/IconCalendarAddSolid.d.ts.map +1 -0
- package/types/generated/IconCalendarClockLine.d.ts.map +1 -0
- package/types/generated/IconCalendarClockSolid.d.ts.map +1 -0
- package/types/generated/IconCalendarDayLine.d.ts.map +1 -0
- package/types/generated/IconCalendarDaySolid.d.ts.map +1 -0
- package/types/generated/IconCalendarDaysLine.d.ts.map +1 -0
- package/types/generated/IconCalendarDaysSolid.d.ts.map +1 -0
- package/types/generated/IconCalendarMonthLine.d.ts.map +1 -0
- package/types/generated/IconCalendarMonthSolid.d.ts.map +1 -0
- package/types/generated/IconCalendarReservedLine.d.ts.map +1 -0
- package/types/generated/IconCalendarReservedSolid.d.ts.map +1 -0
- package/types/generated/IconCanvasLogoLine.d.ts.map +1 -0
- package/types/generated/IconCanvasLogoSolid.d.ts.map +1 -0
- package/types/generated/IconCertifiedLine.d.ts.map +1 -0
- package/types/generated/IconCertifiedSolid.d.ts.map +1 -0
- package/types/generated/IconChartLineLine.d.ts.map +1 -0
- package/types/generated/IconChartLineSolid.d.ts.map +1 -0
- package/types/generated/IconChartPieLine.d.ts.map +1 -0
- package/types/generated/IconChartPieSolid.d.ts.map +1 -0
- package/types/generated/IconChartScatterLine.d.ts.map +1 -0
- package/types/generated/IconChartScatterSolid.d.ts.map +1 -0
- package/types/generated/IconChatLine.d.ts.map +1 -0
- package/types/generated/IconChatSolid.d.ts.map +1 -0
- package/types/generated/IconCheckDarkLine.d.ts.map +1 -0
- package/types/generated/IconCheckDarkSolid.d.ts.map +1 -0
- package/types/generated/IconCheckLine.d.ts.map +1 -0
- package/types/generated/IconCheckMarkIndeterminateLine.d.ts.map +1 -0
- package/types/generated/IconCheckMarkIndeterminateSolid.d.ts.map +1 -0
- package/types/generated/IconCheckMarkLine.d.ts.map +1 -0
- package/types/generated/IconCheckMarkSolid.d.ts.map +1 -0
- package/types/generated/IconCheckPlusLine.d.ts.map +1 -0
- package/types/generated/IconCheckPlusSolid.d.ts.map +1 -0
- package/types/generated/IconCheckSolid.d.ts.map +1 -0
- package/types/generated/IconCircleArrowDownLine.d.ts.map +1 -0
- package/types/generated/IconCircleArrowDownSolid.d.ts.map +1 -0
- package/types/generated/IconCircleArrowUpLine.d.ts.map +1 -0
- package/types/generated/IconCircleArrowUpSolid.d.ts.map +1 -0
- package/types/generated/IconClearTextFormattingLine.d.ts.map +1 -0
- package/types/generated/IconClearTextFormattingSolid.d.ts.map +1 -0
- package/types/generated/IconClockLine.d.ts.map +1 -0
- package/types/generated/IconClockSolid.d.ts.map +1 -0
- package/types/generated/IconClosedCaptioningLine.d.ts.map +1 -0
- package/types/generated/IconClosedCaptioningOffLine.d.ts.map +1 -0
- package/types/generated/IconClosedCaptioningOffSolid.d.ts.map +1 -0
- package/types/generated/IconClosedCaptioningOnLine.d.ts.map +1 -0
- package/types/generated/IconClosedCaptioningOnSolid.d.ts.map +1 -0
- package/types/generated/IconClosedCaptioningSolid.d.ts.map +1 -0
- package/types/generated/IconCloudDownloadLine.d.ts.map +1 -0
- package/types/generated/IconCloudDownloadSolid.d.ts.map +1 -0
- package/types/generated/IconCloudLockLine.d.ts.map +1 -0
- package/types/generated/IconCloudLockSolid.d.ts.map +1 -0
- package/types/generated/IconCloudUploadLine.d.ts.map +1 -0
- package/types/generated/IconCloudUploadSolid.d.ts.map +1 -0
- package/types/generated/IconCodeLine.d.ts.map +1 -0
- package/types/generated/IconCodeSolid.d.ts.map +1 -0
- package/types/generated/IconCollapseLine.d.ts.map +1 -0
- package/types/generated/IconCollapseSolid.d.ts.map +1 -0
- package/types/generated/IconCollectionLine.d.ts.map +1 -0
- package/types/generated/IconCollectionSaveLine.d.ts.map +1 -0
- package/types/generated/IconCollectionSaveSolid.d.ts.map +1 -0
- package/types/generated/IconCollectionSolid.d.ts.map +1 -0
- package/types/generated/IconCommentLine.d.ts.map +1 -0
- package/types/generated/IconCommentSolid.d.ts.map +1 -0
- package/types/generated/IconCommentsOffLine.d.ts.map +1 -0
- package/types/generated/IconCommentsOffSolid.d.ts.map +1 -0
- package/types/generated/IconCommentsOnLine.d.ts.map +1 -0
- package/types/generated/IconCommentsOnSolid.d.ts.map +1 -0
- package/types/generated/IconCommonsLine.d.ts.map +1 -0
- package/types/generated/IconCommonsSolid.d.ts.map +1 -0
- package/types/generated/IconCompareLine.d.ts.map +1 -0
- package/types/generated/IconCompareSolid.d.ts.map +1 -0
- package/types/generated/IconCompassLine.d.ts.map +1 -0
- package/types/generated/IconCompassSolid.d.ts.map +1 -0
- package/types/generated/IconCompleteLine.d.ts.map +1 -0
- package/types/generated/IconCompleteSolid.d.ts.map +1 -0
- package/types/generated/IconComposeLine.d.ts.map +1 -0
- package/types/generated/IconComposeSolid.d.ts.map +1 -0
- package/types/generated/IconConfigureLine.d.ts.map +1 -0
- package/types/generated/IconConfigureSolid.d.ts.map +1 -0
- package/types/generated/IconCopyCourseLine.d.ts +14 -0
- package/types/generated/IconCopyCourseLine.d.ts.map +1 -0
- package/types/generated/IconCopyCourseSolid.d.ts +14 -0
- package/types/generated/IconCopyCourseSolid.d.ts.map +1 -0
- package/types/generated/IconCopyLine.d.ts.map +1 -0
- package/types/generated/IconCopySolid.d.ts.map +1 -0
- package/types/generated/IconCoursesLine.d.ts.map +1 -0
- package/types/generated/IconCoursesSolid.d.ts.map +1 -0
- package/types/generated/IconCropLine.d.ts.map +1 -0
- package/types/generated/IconCropSolid.d.ts.map +1 -0
- package/types/generated/IconDashboardLine.d.ts.map +1 -0
- package/types/generated/IconDashboardSolid.d.ts.map +1 -0
- package/types/generated/IconDeactivateUserLine.d.ts.map +1 -0
- package/types/generated/IconDeactivateUserSolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionCheckLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionCheckSolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionNewLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionNewSolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionReply2Line.d.ts.map +1 -0
- package/types/generated/IconDiscussionReply2Solid.d.ts.map +1 -0
- package/types/generated/IconDiscussionReplyDarkLine.d.ts +14 -0
- package/types/generated/IconDiscussionReplyDarkLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionReplyDarkSolid.d.ts +14 -0
- package/types/generated/IconDiscussionReplyDarkSolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionReplyLine.d.ts +14 -0
- package/types/generated/IconDiscussionReplyLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionReplySolid.d.ts +14 -0
- package/types/generated/IconDiscussionReplySolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionSearchLine.d.ts +14 -0
- package/types/generated/IconDiscussionSearchLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionSearchSolid.d.ts +14 -0
- package/types/generated/IconDiscussionSearchSolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionSolid.d.ts.map +1 -0
- package/types/generated/IconDiscussionXLine.d.ts +14 -0
- package/types/generated/IconDiscussionXLine.d.ts.map +1 -0
- package/types/generated/IconDiscussionXSolid.d.ts +14 -0
- package/types/generated/IconDiscussionXSolid.d.ts.map +1 -0
- package/types/generated/IconDocumentLine.d.ts.map +1 -0
- package/types/generated/IconDocumentSolid.d.ts.map +1 -0
- package/types/generated/IconDownloadLine.d.ts.map +1 -0
- package/types/generated/IconDownloadSolid.d.ts.map +1 -0
- package/types/generated/IconDragHandleLine.d.ts.map +1 -0
- package/types/generated/IconDragHandleSolid.d.ts.map +1 -0
- package/types/generated/IconDropDownLine.d.ts.map +1 -0
- package/types/generated/IconDropDownSolid.d.ts.map +1 -0
- package/types/generated/IconDuplicateLine.d.ts.map +1 -0
- package/types/generated/IconDuplicateSolid.d.ts.map +1 -0
- package/types/generated/IconEditLine.d.ts.map +1 -0
- package/types/generated/IconEditSolid.d.ts.map +1 -0
- package/types/generated/IconEducatorsLine.d.ts.map +1 -0
- package/types/generated/IconEducatorsSolid.d.ts.map +1 -0
- package/types/generated/IconElevateLogoLine.d.ts.map +1 -0
- package/types/generated/IconElevateLogoSolid.d.ts.map +1 -0
- package/types/generated/IconEmailLine.d.ts.map +1 -0
- package/types/generated/IconEmailSolid.d.ts.map +1 -0
- package/types/generated/IconEmptyLine.d.ts.map +1 -0
- package/types/generated/IconEmptySolid.d.ts.map +1 -0
- package/types/generated/IconEndLine.d.ts.map +1 -0
- package/types/generated/IconEndSolid.d.ts.map +1 -0
- package/types/generated/IconEportfolioLine.d.ts.map +1 -0
- package/types/generated/IconEportfolioSolid.d.ts.map +1 -0
- package/types/generated/IconEquationLine.d.ts.map +1 -0
- package/types/generated/IconEquationSolid.d.ts.map +1 -0
- package/types/generated/IconEquellaLine.d.ts.map +1 -0
- package/types/generated/IconEquellaSolid.d.ts.map +1 -0
- package/types/generated/IconEssayLine.d.ts.map +1 -0
- package/types/generated/IconEssaySolid.d.ts.map +1 -0
- package/types/generated/IconExitFullScreenLine.d.ts.map +1 -0
- package/types/generated/IconExitFullScreenSolid.d.ts.map +1 -0
- package/types/generated/IconExpandItemsLine.d.ts.map +1 -0
- package/types/generated/IconExpandItemsSolid.d.ts.map +1 -0
- package/types/generated/IconExpandLeftLine.d.ts +14 -0
- package/types/generated/IconExpandLeftLine.d.ts.map +1 -0
- package/types/generated/IconExpandLeftSolid.d.ts +14 -0
- package/types/generated/IconExpandLeftSolid.d.ts.map +1 -0
- package/types/generated/IconExpandLine.d.ts.map +1 -0
- package/types/generated/IconExpandSolid.d.ts.map +1 -0
- package/types/generated/IconExpandStartLine.d.ts.map +1 -0
- package/types/generated/IconExpandStartSolid.d.ts.map +1 -0
- package/types/generated/IconExportContentLine.d.ts.map +1 -0
- package/types/generated/IconExportContentSolid.d.ts.map +1 -0
- package/types/generated/IconExportLine.d.ts.map +1 -0
- package/types/generated/IconExportSolid.d.ts.map +1 -0
- package/types/generated/IconExternalLinkLine.d.ts.map +1 -0
- package/types/generated/IconExternalLinkSolid.d.ts.map +1 -0
- package/types/generated/IconEyeLine.d.ts.map +1 -0
- package/types/generated/IconEyeSolid.d.ts.map +1 -0
- package/types/generated/IconFacebookBoxedLine.d.ts.map +1 -0
- package/types/generated/IconFacebookBoxedSolid.d.ts.map +1 -0
- package/types/generated/IconFacebookLine.d.ts.map +1 -0
- package/types/generated/IconFacebookSolid.d.ts.map +1 -0
- package/types/generated/IconFastForwardLine.d.ts.map +1 -0
- package/types/generated/IconFastForwardSolid.d.ts.map +1 -0
- package/types/generated/IconFeedbackLine.d.ts.map +1 -0
- package/types/generated/IconFeedbackSolid.d.ts.map +1 -0
- package/types/generated/IconFileLockedLine.d.ts.map +1 -0
- package/types/generated/IconFileLockedSolid.d.ts.map +1 -0
- package/types/generated/IconFilesCopyrightLine.d.ts.map +1 -0
- package/types/generated/IconFilesCopyrightSolid.d.ts.map +1 -0
- package/types/generated/IconFilesCreativeCommonsLine.d.ts.map +1 -0
- package/types/generated/IconFilesCreativeCommonsSolid.d.ts.map +1 -0
- package/types/generated/IconFilesFairUseLine.d.ts.map +1 -0
- package/types/generated/IconFilesFairUseSolid.d.ts.map +1 -0
- package/types/generated/IconFilesObtainedPermissionLine.d.ts.map +1 -0
- package/types/generated/IconFilesObtainedPermissionSolid.d.ts.map +1 -0
- package/types/generated/IconFilesPublicDomainLine.d.ts.map +1 -0
- package/types/generated/IconFilesPublicDomainSolid.d.ts.map +1 -0
- package/types/generated/IconFilmstripLine.d.ts.map +1 -0
- package/types/generated/IconFilmstripSolid.d.ts.map +1 -0
- package/types/generated/IconFilterLine.d.ts.map +1 -0
- package/types/generated/IconFilterSolid.d.ts.map +1 -0
- package/types/generated/IconFlagLine.d.ts.map +1 -0
- package/types/generated/IconFlagSolid.d.ts.map +1 -0
- package/types/generated/IconFolderLine.d.ts.map +1 -0
- package/types/generated/IconFolderLockedLine.d.ts.map +1 -0
- package/types/generated/IconFolderLockedSolid.d.ts.map +1 -0
- package/types/generated/IconFolderSolid.d.ts.map +1 -0
- package/types/generated/IconForwardLine.d.ts.map +1 -0
- package/types/generated/IconForwardSolid.d.ts.map +1 -0
- package/types/generated/IconFullScreenLine.d.ts.map +1 -0
- package/types/generated/IconFullScreenSolid.d.ts.map +1 -0
- package/types/generated/IconGithubLine.d.ts.map +1 -0
- package/types/generated/IconGithubSolid.d.ts.map +1 -0
- package/types/generated/IconGiveAwardLine.d.ts.map +1 -0
- package/types/generated/IconGiveAwardSolid.d.ts.map +1 -0
- package/types/generated/IconGradebookExportLine.d.ts.map +1 -0
- package/types/generated/IconGradebookExportSolid.d.ts.map +1 -0
- package/types/generated/IconGradebookImportLine.d.ts.map +1 -0
- package/types/generated/IconGradebookImportSolid.d.ts.map +1 -0
- package/types/generated/IconGradebookLine.d.ts.map +1 -0
- package/types/generated/IconGradebookSolid.d.ts.map +1 -0
- package/types/generated/IconGridViewLine.d.ts.map +1 -0
- package/types/generated/IconGridViewSolid.d.ts.map +1 -0
- package/types/generated/IconGroupDarkNewLine.d.ts.map +1 -0
- package/types/generated/IconGroupDarkNewSolid.d.ts.map +1 -0
- package/types/generated/IconGroupLine.d.ts.map +1 -0
- package/types/generated/IconGroupNewLine.d.ts.map +1 -0
- package/types/generated/IconGroupNewSolid.d.ts.map +1 -0
- package/types/generated/IconGroupSolid.d.ts.map +1 -0
- package/types/generated/IconHamburgerLine.d.ts.map +1 -0
- package/types/generated/IconHamburgerSolid.d.ts.map +1 -0
- package/types/generated/IconHeaderLine.d.ts.map +1 -0
- package/types/generated/IconHeaderSolid.d.ts.map +1 -0
- package/types/generated/IconHeartLine.d.ts.map +1 -0
- package/types/generated/IconHeartSolid.d.ts.map +1 -0
- package/types/generated/IconHighlighterLine.d.ts.map +1 -0
- package/types/generated/IconHighlighterSolid.d.ts.map +1 -0
- package/types/generated/IconHomeLine.d.ts.map +1 -0
- package/types/generated/IconHomeSolid.d.ts.map +1 -0
- package/types/generated/IconHourGlassLine.d.ts.map +1 -0
- package/types/generated/IconHourGlassSolid.d.ts.map +1 -0
- package/types/generated/IconImageLine.d.ts.map +1 -0
- package/types/generated/IconImageSolid.d.ts.map +1 -0
- package/types/generated/IconImmersiveReaderLine.d.ts.map +1 -0
- package/types/generated/IconImmersiveReaderSolid.d.ts.map +1 -0
- package/types/generated/IconImpactLogoLine.d.ts.map +1 -0
- package/types/generated/IconImpactLogoSolid.d.ts.map +1 -0
- package/types/generated/IconImportContentLine.d.ts.map +1 -0
- package/types/generated/IconImportContentSolid.d.ts.map +1 -0
- package/types/generated/IconImportLine.d.ts.map +1 -0
- package/types/generated/IconImportSolid.d.ts.map +1 -0
- package/types/generated/IconImportantDatesLine.d.ts.map +1 -0
- package/types/generated/IconImportantDatesSolid.d.ts.map +1 -0
- package/types/generated/IconInboxLine.d.ts.map +1 -0
- package/types/generated/IconInboxSolid.d.ts.map +1 -0
- package/types/generated/IconIndent2Line.d.ts.map +1 -0
- package/types/generated/IconIndent2Solid.d.ts.map +1 -0
- package/types/generated/IconIndentLine.d.ts.map +1 -0
- package/types/generated/IconIndentSolid.d.ts.map +1 -0
- package/types/generated/IconInfoBorderlessLine.d.ts.map +1 -0
- package/types/generated/IconInfoBorderlessSolid.d.ts.map +1 -0
- package/types/generated/IconInfoLine.d.ts.map +1 -0
- package/types/generated/IconInfoSolid.d.ts.map +1 -0
- package/types/generated/IconInstructure1DotLine.d.ts.map +1 -0
- package/types/generated/IconInstructure1DotSolid.d.ts.map +1 -0
- package/types/generated/IconInstructure3DotLine.d.ts.map +1 -0
- package/types/generated/IconInstructure3DotSolid.d.ts.map +1 -0
- package/types/generated/IconInstructureLine.d.ts +14 -0
- package/types/generated/IconInstructureLine.d.ts.map +1 -0
- package/types/generated/IconInstructureLogoLine.d.ts.map +1 -0
- package/types/generated/IconInstructureLogoSolid.d.ts.map +1 -0
- package/types/generated/IconInstructureSolid.d.ts +14 -0
- package/types/generated/IconInstructureSolid.d.ts.map +1 -0
- package/types/generated/IconIntegrationsLine.d.ts.map +1 -0
- package/types/generated/IconIntegrationsSolid.d.ts.map +1 -0
- package/types/generated/IconInvitationLine.d.ts.map +1 -0
- package/types/generated/IconInvitationSolid.d.ts.map +1 -0
- package/types/generated/IconItalicLine.d.ts.map +1 -0
- package/types/generated/IconItalicSolid.d.ts.map +1 -0
- package/types/generated/IconKeyboardShortcutsLine.d.ts.map +1 -0
- package/types/generated/IconKeyboardShortcutsSolid.d.ts.map +1 -0
- package/types/generated/IconLaunchLine.d.ts.map +1 -0
- package/types/generated/IconLaunchSolid.d.ts.map +1 -0
- package/types/generated/IconLearnplatformLine.d.ts.map +1 -0
- package/types/generated/IconLearnplatformSolid.d.ts.map +1 -0
- package/types/generated/IconLifePreserverLine.d.ts.map +1 -0
- package/types/generated/IconLifePreserverSolid.d.ts.map +1 -0
- package/types/generated/IconLikeLine.d.ts.map +1 -0
- package/types/generated/IconLikeSolid.d.ts.map +1 -0
- package/types/generated/IconLineReaderLine.d.ts.map +1 -0
- package/types/generated/IconLineReaderSolid.d.ts.map +1 -0
- package/types/generated/IconLinkLine.d.ts.map +1 -0
- package/types/generated/IconLinkSolid.d.ts.map +1 -0
- package/types/generated/IconLinkedinLine.d.ts.map +1 -0
- package/types/generated/IconLinkedinSolid.d.ts.map +1 -0
- package/types/generated/IconListViewLine.d.ts.map +1 -0
- package/types/generated/IconListViewSolid.d.ts.map +1 -0
- package/types/generated/IconLockLine.d.ts.map +1 -0
- package/types/generated/IconLockSolid.d.ts.map +1 -0
- package/types/generated/IconLtiLine.d.ts.map +1 -0
- package/types/generated/IconLtiSolid.d.ts.map +1 -0
- package/types/generated/IconMarkAsReadLine.d.ts.map +1 -0
- package/types/generated/IconMarkAsReadSolid.d.ts.map +1 -0
- package/types/generated/IconMarkerLine.d.ts.map +1 -0
- package/types/generated/IconMarkerSolid.d.ts.map +1 -0
- package/types/generated/IconMasqueradeLine.d.ts.map +1 -0
- package/types/generated/IconMasqueradeSolid.d.ts.map +1 -0
- package/types/generated/IconMasteryLogoLine.d.ts.map +1 -0
- package/types/generated/IconMasteryLogoSolid.d.ts.map +1 -0
- package/types/generated/IconMasteryPathsLine.d.ts.map +1 -0
- package/types/generated/IconMasteryPathsSolid.d.ts.map +1 -0
- package/types/generated/IconMaterialsRequiredLightLine.d.ts +14 -0
- package/types/generated/IconMaterialsRequiredLightLine.d.ts.map +1 -0
- package/types/generated/IconMaterialsRequiredLightSolid.d.ts +14 -0
- package/types/generated/IconMaterialsRequiredLightSolid.d.ts.map +1 -0
- package/types/generated/IconMaterialsRequiredLine.d.ts.map +1 -0
- package/types/generated/IconMaterialsRequiredSolid.d.ts.map +1 -0
- package/types/generated/IconMatureLightLine.d.ts +14 -0
- package/types/generated/IconMatureLightLine.d.ts.map +1 -0
- package/types/generated/IconMatureLightSolid.d.ts +14 -0
- package/types/generated/IconMatureLightSolid.d.ts.map +1 -0
- package/types/generated/IconMatureLine.d.ts.map +1 -0
- package/types/generated/IconMatureSolid.d.ts.map +1 -0
- package/types/generated/IconMediaLine.d.ts.map +1 -0
- package/types/generated/IconMediaSolid.d.ts.map +1 -0
- package/types/generated/IconMessageLine.d.ts.map +1 -0
- package/types/generated/IconMessageSolid.d.ts.map +1 -0
- package/types/generated/IconMicLine.d.ts.map +1 -0
- package/types/generated/IconMicOffLine.d.ts.map +1 -0
- package/types/generated/IconMicOffSolid.d.ts.map +1 -0
- package/types/generated/IconMicSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowDoubleLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowDoubleSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowDownLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowDownSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowEndLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowEndSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowLeftLine.d.ts +14 -0
- package/types/generated/IconMiniArrowLeftLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowLeftSolid.d.ts +14 -0
- package/types/generated/IconMiniArrowLeftSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowRightLine.d.ts +14 -0
- package/types/generated/IconMiniArrowRightLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowRightSolid.d.ts +14 -0
- package/types/generated/IconMiniArrowRightSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowStartLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowStartSolid.d.ts.map +1 -0
- package/types/generated/IconMiniArrowUpLine.d.ts.map +1 -0
- package/types/generated/IconMiniArrowUpSolid.d.ts.map +1 -0
- package/types/generated/IconMinimizeLine.d.ts.map +1 -0
- package/types/generated/IconMinimizeSolid.d.ts.map +1 -0
- package/types/generated/IconModuleLine.d.ts.map +1 -0
- package/types/generated/IconModuleSolid.d.ts.map +1 -0
- package/types/generated/IconMoreLine.d.ts.map +1 -0
- package/types/generated/IconMoreSolid.d.ts.map +1 -0
- package/types/generated/IconMoveDownBottomLine.d.ts.map +1 -0
- package/types/generated/IconMoveDownBottomSolid.d.ts.map +1 -0
- package/types/generated/IconMoveDownLine.d.ts.map +1 -0
- package/types/generated/IconMoveDownSolid.d.ts.map +1 -0
- package/types/generated/IconMoveEndLine.d.ts.map +1 -0
- package/types/generated/IconMoveEndSolid.d.ts.map +1 -0
- package/types/generated/IconMoveLeftLine.d.ts +14 -0
- package/types/generated/IconMoveLeftLine.d.ts.map +1 -0
- package/types/generated/IconMoveLeftSolid.d.ts +14 -0
- package/types/generated/IconMoveLeftSolid.d.ts.map +1 -0
- package/types/generated/IconMoveRightLine.d.ts +14 -0
- package/types/generated/IconMoveRightLine.d.ts.map +1 -0
- package/types/generated/IconMoveRightSolid.d.ts +14 -0
- package/types/generated/IconMoveRightSolid.d.ts.map +1 -0
- package/types/generated/IconMoveStartLine.d.ts.map +1 -0
- package/types/generated/IconMoveStartSolid.d.ts.map +1 -0
- package/types/generated/IconMoveUpLine.d.ts.map +1 -0
- package/types/generated/IconMoveUpSolid.d.ts.map +1 -0
- package/types/generated/IconMoveUpTopLine.d.ts.map +1 -0
- package/types/generated/IconMoveUpTopSolid.d.ts.map +1 -0
- package/types/generated/IconMsExcelLine.d.ts.map +1 -0
- package/types/generated/IconMsExcelSolid.d.ts.map +1 -0
- package/types/generated/IconMsPptLine.d.ts.map +1 -0
- package/types/generated/IconMsPptSolid.d.ts.map +1 -0
- package/types/generated/IconMsWordLine.d.ts.map +1 -0
- package/types/generated/IconMsWordSolid.d.ts.map +1 -0
- package/types/generated/IconMutedLine.d.ts.map +1 -0
- package/types/generated/IconMutedSolid.d.ts.map +1 -0
- package/types/generated/IconNeutralLine.d.ts.map +1 -0
- package/types/generated/IconNeutralSolid.d.ts.map +1 -0
- package/types/generated/IconNextUnreadLine.d.ts.map +1 -0
- package/types/generated/IconNextUnreadSolid.d.ts.map +1 -0
- package/types/generated/IconNoLine.d.ts.map +1 -0
- package/types/generated/IconNoSolid.d.ts.map +1 -0
- package/types/generated/IconNotGradedLine.d.ts.map +1 -0
- package/types/generated/IconNotGradedSolid.d.ts.map +1 -0
- package/types/generated/IconNoteDarkLine.d.ts +14 -0
- package/types/generated/IconNoteDarkLine.d.ts.map +1 -0
- package/types/generated/IconNoteDarkSolid.d.ts +14 -0
- package/types/generated/IconNoteDarkSolid.d.ts.map +1 -0
- package/types/generated/IconNoteLightLine.d.ts +14 -0
- package/types/generated/IconNoteLightLine.d.ts.map +1 -0
- package/types/generated/IconNoteLightSolid.d.ts +14 -0
- package/types/generated/IconNoteLightSolid.d.ts.map +1 -0
- package/types/generated/IconNoteLine.d.ts.map +1 -0
- package/types/generated/IconNoteSolid.d.ts.map +1 -0
- package/types/generated/IconNotepadLine.d.ts.map +1 -0
- package/types/generated/IconNotepadSolid.d.ts.map +1 -0
- package/types/generated/IconNumberedListLine.d.ts.map +1 -0
- package/types/generated/IconNumberedListSolid.d.ts.map +1 -0
- package/types/generated/IconOffLine.d.ts.map +1 -0
- package/types/generated/IconOffSolid.d.ts.map +1 -0
- package/types/generated/IconOpenFolderLine.d.ts.map +1 -0
- package/types/generated/IconOpenFolderSolid.d.ts.map +1 -0
- package/types/generated/IconOutcomesLine.d.ts.map +1 -0
- package/types/generated/IconOutcomesSolid.d.ts.map +1 -0
- package/types/generated/IconOutdent2Line.d.ts.map +1 -0
- package/types/generated/IconOutdent2Solid.d.ts.map +1 -0
- package/types/generated/IconOutdentLine.d.ts.map +1 -0
- package/types/generated/IconOutdentSolid.d.ts.map +1 -0
- package/types/generated/IconOvalHalfLine.d.ts.map +1 -0
- package/types/generated/IconOvalHalfSolid.d.ts.map +1 -0
- package/types/generated/IconPageDownLine.d.ts.map +1 -0
- package/types/generated/IconPageDownSolid.d.ts.map +1 -0
- package/types/generated/IconPageUpLine.d.ts.map +1 -0
- package/types/generated/IconPageUpSolid.d.ts.map +1 -0
- package/types/generated/IconPaintLine.d.ts.map +1 -0
- package/types/generated/IconPaintSolid.d.ts.map +1 -0
- package/types/generated/IconPaperclipLine.d.ts.map +1 -0
- package/types/generated/IconPaperclipSolid.d.ts.map +1 -0
- package/types/generated/IconPartialLine.d.ts.map +1 -0
- package/types/generated/IconPartialSolid.d.ts.map +1 -0
- package/types/generated/IconPasswordResetLine.d.ts.map +1 -0
- package/types/generated/IconPasswordResetSolid.d.ts.map +1 -0
- package/types/generated/IconPauseLine.d.ts.map +1 -0
- package/types/generated/IconPauseSolid.d.ts.map +1 -0
- package/types/generated/IconPdfLine.d.ts.map +1 -0
- package/types/generated/IconPdfSolid.d.ts.map +1 -0
- package/types/generated/IconPeerGradedLine.d.ts.map +1 -0
- package/types/generated/IconPeerGradedSolid.d.ts.map +1 -0
- package/types/generated/IconPeerReviewLine.d.ts.map +1 -0
- package/types/generated/IconPeerReviewSolid.d.ts.map +1 -0
- package/types/generated/IconPermissionsLine.d.ts.map +1 -0
- package/types/generated/IconPermissionsSolid.d.ts.map +1 -0
- package/types/generated/IconPinLine.d.ts.map +1 -0
- package/types/generated/IconPinSolid.d.ts.map +1 -0
- package/types/generated/IconPinterestLine.d.ts.map +1 -0
- package/types/generated/IconPinterestSolid.d.ts.map +1 -0
- package/types/generated/IconPlayLine.d.ts.map +1 -0
- package/types/generated/IconPlaySolid.d.ts.map +1 -0
- package/types/generated/IconPlusLine.d.ts.map +1 -0
- package/types/generated/IconPlusSolid.d.ts.map +1 -0
- package/types/generated/IconPostToSisLine.d.ts.map +1 -0
- package/types/generated/IconPostToSisSolid.d.ts.map +1 -0
- package/types/generated/IconPredictiveLine.d.ts.map +1 -0
- package/types/generated/IconPredictiveSolid.d.ts.map +1 -0
- package/types/generated/IconPrerequisiteLine.d.ts.map +1 -0
- package/types/generated/IconPrerequisiteSolid.d.ts.map +1 -0
- package/types/generated/IconPrinterLine.d.ts.map +1 -0
- package/types/generated/IconPrinterSolid.d.ts.map +1 -0
- package/types/generated/IconProgressLine.d.ts.map +1 -0
- package/types/generated/IconProgressSolid.d.ts.map +1 -0
- package/types/generated/IconProtractorLine.d.ts.map +1 -0
- package/types/generated/IconProtractorSolid.d.ts.map +1 -0
- package/types/generated/IconPublishLine.d.ts.map +1 -0
- package/types/generated/IconPublishSolid.d.ts.map +1 -0
- package/types/generated/IconQuestionLine.d.ts.map +1 -0
- package/types/generated/IconQuestionSolid.d.ts.map +1 -0
- package/types/generated/IconQuizInstructionsLine.d.ts.map +1 -0
- package/types/generated/IconQuizInstructionsSolid.d.ts.map +1 -0
- package/types/generated/IconQuizLine.d.ts.map +1 -0
- package/types/generated/IconQuizSolid.d.ts.map +1 -0
- package/types/generated/IconQuizStatsAvgLine.d.ts.map +1 -0
- package/types/generated/IconQuizStatsAvgSolid.d.ts.map +1 -0
- package/types/generated/IconQuizStatsCronbachsAlphaLine.d.ts.map +1 -0
- package/types/generated/IconQuizStatsCronbachsAlphaSolid.d.ts.map +1 -0
- package/types/generated/IconQuizStatsDeviationLine.d.ts.map +1 -0
- package/types/generated/IconQuizStatsDeviationSolid.d.ts.map +1 -0
- package/types/generated/IconQuizStatsHighLine.d.ts.map +1 -0
- package/types/generated/IconQuizStatsHighSolid.d.ts.map +1 -0
- package/types/generated/IconQuizStatsLowLine.d.ts.map +1 -0
- package/types/generated/IconQuizStatsLowSolid.d.ts.map +1 -0
- package/types/generated/IconQuizStatsTimeLine.d.ts.map +1 -0
- package/types/generated/IconQuizStatsTimeSolid.d.ts.map +1 -0
- package/types/generated/IconQuizTitleLine.d.ts.map +1 -0
- package/types/generated/IconQuizTitleSolid.d.ts.map +1 -0
- package/types/generated/IconRecordLine.d.ts.map +1 -0
- package/types/generated/IconRecordSolid.d.ts.map +1 -0
- package/types/generated/IconRedoLine.d.ts.map +1 -0
- package/types/generated/IconRedoSolid.d.ts.map +1 -0
- package/types/generated/IconRefreshLine.d.ts.map +1 -0
- package/types/generated/IconRefreshSolid.d.ts.map +1 -0
- package/types/generated/IconRemoveBookmarkLine.d.ts.map +1 -0
- package/types/generated/IconRemoveBookmarkSolid.d.ts.map +1 -0
- package/types/generated/IconRemoveFromCollectionLine.d.ts.map +1 -0
- package/types/generated/IconRemoveFromCollectionSolid.d.ts.map +1 -0
- package/types/generated/IconRemoveLinkLine.d.ts.map +1 -0
- package/types/generated/IconRemoveLinkSolid.d.ts.map +1 -0
- package/types/generated/IconRepliedLine.d.ts.map +1 -0
- package/types/generated/IconRepliedSolid.d.ts.map +1 -0
- package/types/generated/IconReply2Line.d.ts.map +1 -0
- package/types/generated/IconReply2Solid.d.ts.map +1 -0
- package/types/generated/IconReplyAll2Line.d.ts.map +1 -0
- package/types/generated/IconReplyAll2Solid.d.ts.map +1 -0
- package/types/generated/IconReplyLine.d.ts.map +1 -0
- package/types/generated/IconReplySolid.d.ts.map +1 -0
- package/types/generated/IconResetLine.d.ts.map +1 -0
- package/types/generated/IconResetSolid.d.ts.map +1 -0
- package/types/generated/IconRestoreLine.d.ts.map +1 -0
- package/types/generated/IconRestoreSolid.d.ts.map +1 -0
- package/types/generated/IconReviewScreenLine.d.ts.map +1 -0
- package/types/generated/IconReviewScreenSolid.d.ts.map +1 -0
- package/types/generated/IconRewindLine.d.ts.map +1 -0
- package/types/generated/IconRewindSolid.d.ts.map +1 -0
- package/types/generated/IconRotateLeftLine.d.ts.map +1 -0
- package/types/generated/IconRotateLeftSolid.d.ts.map +1 -0
- package/types/generated/IconRotateRightLine.d.ts.map +1 -0
- package/types/generated/IconRotateRightSolid.d.ts.map +1 -0
- package/types/generated/IconRssAddLine.d.ts +14 -0
- package/types/generated/IconRssAddLine.d.ts.map +1 -0
- package/types/generated/IconRssAddSolid.d.ts +14 -0
- package/types/generated/IconRssAddSolid.d.ts.map +1 -0
- package/types/generated/IconRssLine.d.ts.map +1 -0
- package/types/generated/IconRssSolid.d.ts.map +1 -0
- package/types/generated/IconRubricDarkLine.d.ts.map +1 -0
- package/types/generated/IconRubricDarkSolid.d.ts.map +1 -0
- package/types/generated/IconRubricLine.d.ts.map +1 -0
- package/types/generated/IconRubricSolid.d.ts.map +1 -0
- package/types/generated/IconRulerLine.d.ts.map +1 -0
- package/types/generated/IconRulerSolid.d.ts.map +1 -0
- package/types/generated/IconSaveLine.d.ts.map +1 -0
- package/types/generated/IconSaveSolid.d.ts.map +1 -0
- package/types/generated/IconScreenCaptureLine.d.ts.map +1 -0
- package/types/generated/IconScreenCaptureSolid.d.ts.map +1 -0
- package/types/generated/IconSearchAddressBookLine.d.ts +14 -0
- package/types/generated/IconSearchAddressBookLine.d.ts.map +1 -0
- package/types/generated/IconSearchAddressBookSolid.d.ts +14 -0
- package/types/generated/IconSearchAddressBookSolid.d.ts.map +1 -0
- package/types/generated/IconSearchAiLine.d.ts.map +1 -0
- package/types/generated/IconSearchAiSolid.d.ts.map +1 -0
- package/types/generated/IconSearchLine.d.ts.map +1 -0
- package/types/generated/IconSearchSolid.d.ts.map +1 -0
- package/types/generated/IconSettings2Line.d.ts +14 -0
- package/types/generated/IconSettings2Line.d.ts.map +1 -0
- package/types/generated/IconSettings2Solid.d.ts +14 -0
- package/types/generated/IconSettings2Solid.d.ts.map +1 -0
- package/types/generated/IconSettingsLine.d.ts.map +1 -0
- package/types/generated/IconSettingsSolid.d.ts.map +1 -0
- package/types/generated/IconShapeOvalLine.d.ts.map +1 -0
- package/types/generated/IconShapeOvalSolid.d.ts.map +1 -0
- package/types/generated/IconShapePolygonLine.d.ts.map +1 -0
- package/types/generated/IconShapePolygonSolid.d.ts.map +1 -0
- package/types/generated/IconShapeRectangleLine.d.ts.map +1 -0
- package/types/generated/IconShapeRectangleSolid.d.ts.map +1 -0
- package/types/generated/IconShareLine.d.ts.map +1 -0
- package/types/generated/IconShareSolid.d.ts.map +1 -0
- package/types/generated/IconSidebarRightHideLine.d.ts.map +1 -0
- package/types/generated/IconSidebarRightHideSolid.d.ts.map +1 -0
- package/types/generated/IconSidebarRightShowLine.d.ts.map +1 -0
- package/types/generated/IconSidebarRightShowSolid.d.ts.map +1 -0
- package/types/generated/IconSingleMetricLine.d.ts.map +1 -0
- package/types/generated/IconSingleMetricSolid.d.ts.map +1 -0
- package/types/generated/IconSisImportedLine.d.ts.map +1 -0
- package/types/generated/IconSisImportedSolid.d.ts.map +1 -0
- package/types/generated/IconSisNotSyncedLine.d.ts.map +1 -0
- package/types/generated/IconSisNotSyncedSolid.d.ts.map +1 -0
- package/types/generated/IconSisSyncedLine.d.ts.map +1 -0
- package/types/generated/IconSisSyncedSolid.d.ts.map +1 -0
- package/types/generated/IconSkypeLine.d.ts.map +1 -0
- package/types/generated/IconSkypeSolid.d.ts.map +1 -0
- package/types/generated/IconSortLine.d.ts.map +1 -0
- package/types/generated/IconSortSolid.d.ts.map +1 -0
- package/types/generated/IconSpeedGraderLine.d.ts.map +1 -0
- package/types/generated/IconSpeedGraderSolid.d.ts.map +1 -0
- package/types/generated/IconStandardsLine.d.ts.map +1 -0
- package/types/generated/IconStandardsSolid.d.ts.map +1 -0
- package/types/generated/IconStarLightLine.d.ts.map +1 -0
- package/types/generated/IconStarLightSolid.d.ts.map +1 -0
- package/types/generated/IconStarLine.d.ts.map +1 -0
- package/types/generated/IconStarSolid.d.ts.map +1 -0
- package/types/generated/IconStatsLine.d.ts.map +1 -0
- package/types/generated/IconStatsSolid.d.ts.map +1 -0
- package/types/generated/IconStopLine.d.ts.map +1 -0
- package/types/generated/IconStopSolid.d.ts.map +1 -0
- package/types/generated/IconStrikethroughLine.d.ts.map +1 -0
- package/types/generated/IconStrikethroughSolid.d.ts.map +1 -0
- package/types/generated/IconStudentViewLine.d.ts.map +1 -0
- package/types/generated/IconStudentViewSolid.d.ts.map +1 -0
- package/types/generated/IconStudioLine.d.ts.map +1 -0
- package/types/generated/IconStudioSolid.d.ts.map +1 -0
- package/types/generated/IconSubaccountsLine.d.ts.map +1 -0
- package/types/generated/IconSubaccountsSolid.d.ts.map +1 -0
- package/types/generated/IconSubtitlesLine.d.ts.map +1 -0
- package/types/generated/IconSubtitlesSolid.d.ts.map +1 -0
- package/types/generated/IconSyllabusLine.d.ts.map +1 -0
- package/types/generated/IconSyllabusSolid.d.ts.map +1 -0
- package/types/generated/IconTableCellSelectAllLine.d.ts.map +1 -0
- package/types/generated/IconTableCellSelectAllSolid.d.ts.map +1 -0
- package/types/generated/IconTableDeleteColumnLine.d.ts.map +1 -0
- package/types/generated/IconTableDeleteColumnSolid.d.ts.map +1 -0
- package/types/generated/IconTableDeleteRowLine.d.ts.map +1 -0
- package/types/generated/IconTableDeleteRowSolid.d.ts.map +1 -0
- package/types/generated/IconTableDeleteTableLine.d.ts.map +1 -0
- package/types/generated/IconTableDeleteTableSolid.d.ts.map +1 -0
- package/types/generated/IconTableInsertColumnAfterLine.d.ts.map +1 -0
- package/types/generated/IconTableInsertColumnAfterSolid.d.ts.map +1 -0
- package/types/generated/IconTableInsertColumnBeforeLine.d.ts.map +1 -0
- package/types/generated/IconTableInsertColumnBeforeSolid.d.ts.map +1 -0
- package/types/generated/IconTableInsertRowAboveLine.d.ts.map +1 -0
- package/types/generated/IconTableInsertRowAboveSolid.d.ts.map +1 -0
- package/types/generated/IconTableInsertRowAfterLine.d.ts.map +1 -0
- package/types/generated/IconTableInsertRowAfterSolid.d.ts.map +1 -0
- package/types/generated/IconTableLeftHeaderLine.d.ts.map +1 -0
- package/types/generated/IconTableLeftHeaderSolid.d.ts.map +1 -0
- package/types/generated/IconTableLine.d.ts.map +1 -0
- package/types/generated/IconTableMergeCellsLine.d.ts.map +1 -0
- package/types/generated/IconTableMergeCellsSolid.d.ts.map +1 -0
- package/types/generated/IconTableRowPropertiesLine.d.ts.map +1 -0
- package/types/generated/IconTableRowPropertiesSolid.d.ts.map +1 -0
- package/types/generated/IconTableSolid.d.ts.map +1 -0
- package/types/generated/IconTableSplitCellsLine.d.ts.map +1 -0
- package/types/generated/IconTableSplitCellsSolid.d.ts.map +1 -0
- package/types/generated/IconTableTopHeaderLine.d.ts.map +1 -0
- package/types/generated/IconTableTopHeaderSolid.d.ts.map +1 -0
- package/types/generated/IconTagLine.d.ts.map +1 -0
- package/types/generated/IconTagSolid.d.ts.map +1 -0
- package/types/generated/IconTargetLine.d.ts.map +1 -0
- package/types/generated/IconTargetSolid.d.ts.map +1 -0
- package/types/generated/IconTextBackgroundColorLine.d.ts.map +1 -0
- package/types/generated/IconTextBackgroundColorSolid.d.ts.map +1 -0
- package/types/generated/IconTextCenteredLine.d.ts.map +1 -0
- package/types/generated/IconTextCenteredSolid.d.ts.map +1 -0
- package/types/generated/IconTextColorLine.d.ts.map +1 -0
- package/types/generated/IconTextColorSolid.d.ts.map +1 -0
- package/types/generated/IconTextDirectionLtrLine.d.ts.map +1 -0
- package/types/generated/IconTextDirectionLtrSolid.d.ts.map +1 -0
- package/types/generated/IconTextDirectionRtlLine.d.ts.map +1 -0
- package/types/generated/IconTextDirectionRtlSolid.d.ts.map +1 -0
- package/types/generated/IconTextEndLine.d.ts.map +1 -0
- package/types/generated/IconTextEndSolid.d.ts.map +1 -0
- package/types/generated/IconTextLeftLine.d.ts +14 -0
- package/types/generated/IconTextLeftLine.d.ts.map +1 -0
- package/types/generated/IconTextLeftSolid.d.ts +14 -0
- package/types/generated/IconTextLeftSolid.d.ts.map +1 -0
- package/types/generated/IconTextLine.d.ts.map +1 -0
- package/types/generated/IconTextRightLine.d.ts +14 -0
- package/types/generated/IconTextRightLine.d.ts.map +1 -0
- package/types/generated/IconTextRightSolid.d.ts +14 -0
- package/types/generated/IconTextRightSolid.d.ts.map +1 -0
- package/types/generated/IconTextSolid.d.ts.map +1 -0
- package/types/generated/IconTextStartLine.d.ts.map +1 -0
- package/types/generated/IconTextStartSolid.d.ts.map +1 -0
- package/types/generated/IconTextSubscriptLine.d.ts.map +1 -0
- package/types/generated/IconTextSubscriptSolid.d.ts.map +1 -0
- package/types/generated/IconTextSuperscriptLine.d.ts.map +1 -0
- package/types/generated/IconTextSuperscriptSolid.d.ts.map +1 -0
- package/types/generated/IconTextareaLine.d.ts.map +1 -0
- package/types/generated/IconTextareaSolid.d.ts.map +1 -0
- package/types/generated/IconTimerLine.d.ts.map +1 -0
- package/types/generated/IconTimerSolid.d.ts.map +1 -0
- package/types/generated/IconToggleEndLine.d.ts.map +1 -0
- package/types/generated/IconToggleEndSolid.d.ts.map +1 -0
- package/types/generated/IconToggleLeftLine.d.ts +14 -0
- package/types/generated/IconToggleLeftLine.d.ts.map +1 -0
- package/types/generated/IconToggleLeftSolid.d.ts +14 -0
- package/types/generated/IconToggleLeftSolid.d.ts.map +1 -0
- package/types/generated/IconToggleRightLine.d.ts +14 -0
- package/types/generated/IconToggleRightLine.d.ts.map +1 -0
- package/types/generated/IconToggleRightSolid.d.ts +14 -0
- package/types/generated/IconToggleRightSolid.d.ts.map +1 -0
- package/types/generated/IconToggleStartLine.d.ts.map +1 -0
- package/types/generated/IconToggleStartSolid.d.ts.map +1 -0
- package/types/generated/IconTrashLine.d.ts.map +1 -0
- package/types/generated/IconTrashSolid.d.ts.map +1 -0
- package/types/generated/IconTroubleLine.d.ts.map +1 -0
- package/types/generated/IconTroubleSolid.d.ts.map +1 -0
- package/types/generated/IconTwitterBoxedLine.d.ts +14 -0
- package/types/generated/IconTwitterBoxedLine.d.ts.map +1 -0
- package/types/generated/IconTwitterBoxedSolid.d.ts +14 -0
- package/types/generated/IconTwitterBoxedSolid.d.ts.map +1 -0
- package/types/generated/IconTwitterLine.d.ts.map +1 -0
- package/types/generated/IconTwitterSolid.d.ts.map +1 -0
- package/types/generated/IconUnarchiveLine.d.ts.map +1 -0
- package/types/generated/IconUnarchiveSolid.d.ts.map +1 -0
- package/types/generated/IconUnderlineLine.d.ts.map +1 -0
- package/types/generated/IconUnderlineSolid.d.ts.map +1 -0
- package/types/generated/IconUndoLine.d.ts.map +1 -0
- package/types/generated/IconUndoSolid.d.ts.map +1 -0
- package/types/generated/IconUnlockLine.d.ts.map +1 -0
- package/types/generated/IconUnlockSolid.d.ts.map +1 -0
- package/types/generated/IconUnmutedLine.d.ts.map +1 -0
- package/types/generated/IconUnmutedSolid.d.ts.map +1 -0
- package/types/generated/IconUnpublishLine.d.ts +14 -0
- package/types/generated/IconUnpublishLine.d.ts.map +1 -0
- package/types/generated/IconUnpublishSolid.d.ts +14 -0
- package/types/generated/IconUnpublishSolid.d.ts.map +1 -0
- package/types/generated/IconUnpublishedLine.d.ts.map +1 -0
- package/types/generated/IconUnpublishedSolid.d.ts.map +1 -0
- package/types/generated/IconUpdownLine.d.ts.map +1 -0
- package/types/generated/IconUpdownSolid.d.ts.map +1 -0
- package/types/generated/IconUploadLine.d.ts.map +1 -0
- package/types/generated/IconUploadSolid.d.ts.map +1 -0
- package/types/generated/IconUserAddLine.d.ts +14 -0
- package/types/generated/IconUserAddLine.d.ts.map +1 -0
- package/types/generated/IconUserAddSolid.d.ts +14 -0
- package/types/generated/IconUserAddSolid.d.ts.map +1 -0
- package/types/generated/IconUserAssignLine.d.ts.map +1 -0
- package/types/generated/IconUserAssignSolid.d.ts.map +1 -0
- package/types/generated/IconUserLine.d.ts.map +1 -0
- package/types/generated/IconUserSolid.d.ts.map +1 -0
- package/types/generated/IconVideoCameraLine.d.ts.map +1 -0
- package/types/generated/IconVideoCameraOffLine.d.ts.map +1 -0
- package/types/generated/IconVideoCameraOffSolid.d.ts.map +1 -0
- package/types/generated/IconVideoCameraSolid.d.ts.map +1 -0
- package/types/generated/IconVideoLine.d.ts.map +1 -0
- package/types/generated/IconVideoSolid.d.ts.map +1 -0
- package/types/generated/IconWarningBorderlessLine.d.ts.map +1 -0
- package/types/generated/IconWarningBorderlessSolid.d.ts.map +1 -0
- package/types/generated/IconWarningLine.d.ts.map +1 -0
- package/types/generated/IconWarningSolid.d.ts.map +1 -0
- package/types/generated/IconWindowsLine.d.ts.map +1 -0
- package/types/generated/IconWindowsSolid.d.ts.map +1 -0
- package/types/generated/IconWordpressLine.d.ts.map +1 -0
- package/types/generated/IconWordpressSolid.d.ts.map +1 -0
- package/types/generated/IconXLine.d.ts.map +1 -0
- package/types/generated/IconXSolid.d.ts.map +1 -0
- package/types/generated/IconZippedLine.d.ts.map +1 -0
- package/types/generated/IconZippedSolid.d.ts.map +1 -0
- package/types/generated/IconZoomInLine.d.ts.map +1 -0
- package/types/generated/IconZoomInSolid.d.ts.map +1 -0
- package/types/generated/IconZoomOutLine.d.ts.map +1 -0
- package/types/generated/IconZoomOutSolid.d.ts.map +1 -0
- package/types/generated/custom/index.d.ts +86 -0
- package/types/generated/custom/index.d.ts.map +1 -0
- package/types/generated/index.d.ts +773 -0
- package/types/generated/index.d.ts.map +1 -0
- package/types/generated/lucide/index.d.ts +1905 -0
- package/types/generated/lucide/index.d.ts.map +1 -0
- package/types/generated/svg/index.d.ts +6174 -0
- package/types/generated/svg/index.d.ts.map +1 -0
- package/types/index.d.ts +7 -772
- package/types/index.d.ts.map +1 -1
- package/types/lucide/wrapLucideIcon.d.ts +11 -0
- package/types/lucide/wrapLucideIcon.d.ts.map +1 -0
- package/types/props.d.ts +81 -0
- package/types/props.d.ts.map +1 -0
- package/types/styles.d.ts +13 -0
- package/types/styles.d.ts.map +1 -0
- package/es/IconArrowLeftLine.js +0 -63
- package/es/IconArrowLeftSolid.js +0 -63
- package/es/IconArrowOpenLeftLine.js +0 -63
- package/es/IconArrowOpenLeftSolid.js +0 -63
- package/es/IconArrowOpenRightLine.js +0 -63
- package/es/IconArrowOpenRightSolid.js +0 -63
- package/es/IconArrowRightLine.js +0 -63
- package/es/IconArrowRightSolid.js +0 -63
- package/es/IconCopyCourseLine.js +0 -62
- package/es/IconCopyCourseSolid.js +0 -62
- package/es/IconDiscussionReplyDarkLine.js +0 -62
- package/es/IconDiscussionReplyDarkSolid.js +0 -62
- package/es/IconDiscussionReplyLine.js +0 -62
- package/es/IconDiscussionReplySolid.js +0 -62
- package/es/IconDiscussionSearchLine.js +0 -62
- package/es/IconDiscussionSearchSolid.js +0 -62
- package/es/IconDiscussionXLine.js +0 -62
- package/es/IconDiscussionXSolid.js +0 -62
- package/es/IconExpandLeftLine.js +0 -62
- package/es/IconExpandLeftSolid.js +0 -63
- package/es/IconInstructureLine.js +0 -62
- package/es/IconInstructureSolid.js +0 -62
- package/es/IconMaterialsRequiredLightLine.js +0 -62
- package/es/IconMaterialsRequiredLightSolid.js +0 -62
- package/es/IconMatureLightLine.js +0 -62
- package/es/IconMatureLightSolid.js +0 -62
- package/es/IconMiniArrowLeftLine.js +0 -63
- package/es/IconMiniArrowLeftSolid.js +0 -63
- package/es/IconMiniArrowRightLine.js +0 -63
- package/es/IconMiniArrowRightSolid.js +0 -63
- package/es/IconMoveLeftLine.js +0 -63
- package/es/IconMoveLeftSolid.js +0 -63
- package/es/IconMoveRightLine.js +0 -63
- package/es/IconMoveRightSolid.js +0 -63
- package/es/IconNoteDarkLine.js +0 -62
- package/es/IconNoteDarkSolid.js +0 -62
- package/es/IconNoteLightLine.js +0 -62
- package/es/IconNoteLightSolid.js +0 -62
- package/es/IconRssAddLine.js +0 -62
- package/es/IconRssAddSolid.js +0 -62
- package/es/IconSearchAddressBookLine.js +0 -62
- package/es/IconSearchAddressBookSolid.js +0 -62
- package/es/IconSettings2Line.js +0 -62
- package/es/IconSettings2Solid.js +0 -62
- package/es/IconTextLeftLine.js +0 -63
- package/es/IconTextLeftSolid.js +0 -63
- package/es/IconTextRightLine.js +0 -63
- package/es/IconTextRightSolid.js +0 -63
- package/es/IconToggleLeftLine.js +0 -63
- package/es/IconToggleLeftSolid.js +0 -63
- package/es/IconToggleRightLine.js +0 -63
- package/es/IconToggleRightSolid.js +0 -63
- package/es/IconTwitterBoxedLine.js +0 -62
- package/es/IconTwitterBoxedSolid.js +0 -62
- package/es/IconUnpublishLine.js +0 -62
- package/es/IconUnpublishSolid.js +0 -62
- package/es/IconUserAddLine.js +0 -62
- package/es/IconUserAddSolid.js +0 -62
- package/es/icon-font/Line/InstructureIcons-Line.css +0 -1174
- package/es/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/icon-font/Solid/InstructureIcons-Solid.css +0 -1174
- package/es/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/icons-data.json +0 -1
- package/es/svg/index.js +0 -2559
- package/lib/IconArrowLeftLine.js +0 -69
- package/lib/IconArrowLeftSolid.js +0 -69
- package/lib/IconArrowOpenLeftLine.js +0 -69
- package/lib/IconArrowOpenLeftSolid.js +0 -69
- package/lib/IconArrowOpenRightLine.js +0 -69
- package/lib/IconArrowOpenRightSolid.js +0 -69
- package/lib/IconArrowRightLine.js +0 -69
- package/lib/IconArrowRightSolid.js +0 -69
- package/lib/IconCopyCourseLine.js +0 -68
- package/lib/IconCopyCourseSolid.js +0 -68
- package/lib/IconDiscussionReplyDarkLine.js +0 -68
- package/lib/IconDiscussionReplyDarkSolid.js +0 -68
- package/lib/IconDiscussionReplyLine.js +0 -68
- package/lib/IconDiscussionReplySolid.js +0 -68
- package/lib/IconDiscussionSearchLine.js +0 -68
- package/lib/IconDiscussionSearchSolid.js +0 -68
- package/lib/IconDiscussionXLine.js +0 -68
- package/lib/IconDiscussionXSolid.js +0 -68
- package/lib/IconExpandLeftLine.js +0 -68
- package/lib/IconExpandLeftSolid.js +0 -69
- package/lib/IconInstructureLine.js +0 -68
- package/lib/IconInstructureSolid.js +0 -68
- package/lib/IconMaterialsRequiredLightLine.js +0 -68
- package/lib/IconMaterialsRequiredLightSolid.js +0 -68
- package/lib/IconMatureLightLine.js +0 -68
- package/lib/IconMatureLightSolid.js +0 -68
- package/lib/IconMiniArrowLeftLine.js +0 -69
- package/lib/IconMiniArrowLeftSolid.js +0 -69
- package/lib/IconMiniArrowRightLine.js +0 -69
- package/lib/IconMiniArrowRightSolid.js +0 -69
- package/lib/IconMoveLeftLine.js +0 -69
- package/lib/IconMoveLeftSolid.js +0 -69
- package/lib/IconMoveRightLine.js +0 -69
- package/lib/IconMoveRightSolid.js +0 -69
- package/lib/IconNoteDarkLine.js +0 -68
- package/lib/IconNoteDarkSolid.js +0 -68
- package/lib/IconNoteLightLine.js +0 -68
- package/lib/IconNoteLightSolid.js +0 -68
- package/lib/IconRssAddLine.js +0 -68
- package/lib/IconRssAddSolid.js +0 -68
- package/lib/IconSearchAddressBookLine.js +0 -68
- package/lib/IconSearchAddressBookSolid.js +0 -68
- package/lib/IconSettings2Line.js +0 -68
- package/lib/IconSettings2Solid.js +0 -68
- package/lib/IconTextLeftLine.js +0 -69
- package/lib/IconTextLeftSolid.js +0 -69
- package/lib/IconTextRightLine.js +0 -69
- package/lib/IconTextRightSolid.js +0 -69
- package/lib/IconToggleLeftLine.js +0 -69
- package/lib/IconToggleLeftSolid.js +0 -69
- package/lib/IconToggleRightLine.js +0 -69
- package/lib/IconToggleRightSolid.js +0 -69
- package/lib/IconTwitterBoxedLine.js +0 -68
- package/lib/IconTwitterBoxedSolid.js +0 -68
- package/lib/IconUnpublishLine.js +0 -68
- package/lib/IconUnpublishSolid.js +0 -68
- package/lib/IconUserAddLine.js +0 -68
- package/lib/IconUserAddSolid.js +0 -68
- package/lib/icon-font/Line/InstructureIcons-Line.css +0 -1174
- package/lib/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/icon-font/Solid/InstructureIcons-Solid.css +0 -1174
- package/lib/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/icons-data.json +0 -1
- package/lib/svg/index.js +0 -2559
- package/types/IconA11yLine.d.ts.map +0 -1
- package/types/IconA11ySolid.d.ts.map +0 -1
- package/types/IconAIInfoLine.d.ts.map +0 -1
- package/types/IconAIInfoSolid.d.ts.map +0 -1
- package/types/IconAddFolderLine.d.ts.map +0 -1
- package/types/IconAddFolderSolid.d.ts.map +0 -1
- package/types/IconAddLine.d.ts.map +0 -1
- package/types/IconAddMediaLine.d.ts.map +0 -1
- package/types/IconAddMediaSolid.d.ts.map +0 -1
- package/types/IconAddSolid.d.ts.map +0 -1
- package/types/IconAddressBookLine.d.ts.map +0 -1
- package/types/IconAddressBookSolid.d.ts.map +0 -1
- package/types/IconAdminLine.d.ts.map +0 -1
- package/types/IconAdminSolid.d.ts.map +0 -1
- package/types/IconAdminToolsLine.d.ts.map +0 -1
- package/types/IconAdminToolsSolid.d.ts.map +0 -1
- package/types/IconAiColoredLine.d.ts.map +0 -1
- package/types/IconAiColoredSolid.d.ts.map +0 -1
- package/types/IconAiLine.d.ts.map +0 -1
- package/types/IconAiSolid.d.ts.map +0 -1
- package/types/IconAlertsLine.d.ts.map +0 -1
- package/types/IconAlertsSolid.d.ts.map +0 -1
- package/types/IconAnalyticsLine.d.ts.map +0 -1
- package/types/IconAnalyticsSolid.d.ts.map +0 -1
- package/types/IconAndroidLine.d.ts.map +0 -1
- package/types/IconAndroidSolid.d.ts.map +0 -1
- package/types/IconAnnotateLine.d.ts.map +0 -1
- package/types/IconAnnotateSolid.d.ts.map +0 -1
- package/types/IconAnnouncementLine.d.ts.map +0 -1
- package/types/IconAnnouncementSolid.d.ts.map +0 -1
- package/types/IconAppleLine.d.ts.map +0 -1
- package/types/IconAppleSolid.d.ts.map +0 -1
- package/types/IconArcLine.d.ts.map +0 -1
- package/types/IconArcSolid.d.ts.map +0 -1
- package/types/IconArchiveLine.d.ts.map +0 -1
- package/types/IconArchiveSolid.d.ts.map +0 -1
- package/types/IconArrowDoubleEndLine.d.ts.map +0 -1
- package/types/IconArrowDoubleEndSolid.d.ts.map +0 -1
- package/types/IconArrowDoubleStartLine.d.ts.map +0 -1
- package/types/IconArrowDoubleStartSolid.d.ts.map +0 -1
- package/types/IconArrowDownLine.d.ts.map +0 -1
- package/types/IconArrowDownSolid.d.ts.map +0 -1
- package/types/IconArrowEndLine.d.ts.map +0 -1
- package/types/IconArrowEndSolid.d.ts.map +0 -1
- package/types/IconArrowLeftLine.d.ts +0 -15
- package/types/IconArrowLeftLine.d.ts.map +0 -1
- package/types/IconArrowLeftSolid.d.ts +0 -15
- package/types/IconArrowLeftSolid.d.ts.map +0 -1
- package/types/IconArrowNestLine.d.ts.map +0 -1
- package/types/IconArrowNestSolid.d.ts.map +0 -1
- package/types/IconArrowOpenDownLine.d.ts.map +0 -1
- package/types/IconArrowOpenDownSolid.d.ts.map +0 -1
- package/types/IconArrowOpenEndLine.d.ts.map +0 -1
- package/types/IconArrowOpenEndSolid.d.ts.map +0 -1
- package/types/IconArrowOpenLeftLine.d.ts +0 -15
- package/types/IconArrowOpenLeftLine.d.ts.map +0 -1
- package/types/IconArrowOpenLeftSolid.d.ts +0 -15
- package/types/IconArrowOpenLeftSolid.d.ts.map +0 -1
- package/types/IconArrowOpenRightLine.d.ts +0 -15
- package/types/IconArrowOpenRightLine.d.ts.map +0 -1
- package/types/IconArrowOpenRightSolid.d.ts +0 -15
- package/types/IconArrowOpenRightSolid.d.ts.map +0 -1
- package/types/IconArrowOpenStartLine.d.ts.map +0 -1
- package/types/IconArrowOpenStartSolid.d.ts.map +0 -1
- package/types/IconArrowOpenUpLine.d.ts.map +0 -1
- package/types/IconArrowOpenUpSolid.d.ts.map +0 -1
- package/types/IconArrowRightLine.d.ts +0 -15
- package/types/IconArrowRightLine.d.ts.map +0 -1
- package/types/IconArrowRightSolid.d.ts +0 -15
- package/types/IconArrowRightSolid.d.ts.map +0 -1
- package/types/IconArrowStartLine.d.ts.map +0 -1
- package/types/IconArrowStartSolid.d.ts.map +0 -1
- package/types/IconArrowUpLine.d.ts.map +0 -1
- package/types/IconArrowUpSolid.d.ts.map +0 -1
- package/types/IconAssignmentLine.d.ts.map +0 -1
- package/types/IconAssignmentSolid.d.ts.map +0 -1
- package/types/IconAttachMediaLine.d.ts.map +0 -1
- package/types/IconAttachMediaSolid.d.ts.map +0 -1
- package/types/IconAudioLine.d.ts.map +0 -1
- package/types/IconAudioOffLine.d.ts.map +0 -1
- package/types/IconAudioOffSolid.d.ts.map +0 -1
- package/types/IconAudioSolid.d.ts.map +0 -1
- package/types/IconAwardLine.d.ts.map +0 -1
- package/types/IconAwardSolid.d.ts.map +0 -1
- package/types/IconBankLine.d.ts.map +0 -1
- package/types/IconBankSolid.d.ts.map +0 -1
- package/types/IconBlueprintLine.d.ts.map +0 -1
- package/types/IconBlueprintLockLine.d.ts.map +0 -1
- package/types/IconBlueprintLockSolid.d.ts.map +0 -1
- package/types/IconBlueprintSolid.d.ts.map +0 -1
- package/types/IconBoldLine.d.ts.map +0 -1
- package/types/IconBoldSolid.d.ts.map +0 -1
- package/types/IconBookmarkLine.d.ts.map +0 -1
- package/types/IconBookmarkSolid.d.ts.map +0 -1
- package/types/IconBoxLine.d.ts.map +0 -1
- package/types/IconBoxSolid.d.ts.map +0 -1
- package/types/IconBulletListAlphaLine.d.ts.map +0 -1
- package/types/IconBulletListAlphaSolid.d.ts.map +0 -1
- package/types/IconBulletListCircleOutlineLine.d.ts.map +0 -1
- package/types/IconBulletListCircleOutlineSolid.d.ts.map +0 -1
- package/types/IconBulletListLine.d.ts.map +0 -1
- package/types/IconBulletListRomanLine.d.ts.map +0 -1
- package/types/IconBulletListRomanSolid.d.ts.map +0 -1
- package/types/IconBulletListSolid.d.ts.map +0 -1
- package/types/IconBulletListSquareLine.d.ts.map +0 -1
- package/types/IconBulletListSquareSolid.d.ts.map +0 -1
- package/types/IconButtonAndIconMakerLine.d.ts.map +0 -1
- package/types/IconButtonAndIconMakerSolid.d.ts.map +0 -1
- package/types/IconCalculatorDesmosLine.d.ts.map +0 -1
- package/types/IconCalculatorDesmosSolid.d.ts.map +0 -1
- package/types/IconCalculatorLine.d.ts.map +0 -1
- package/types/IconCalculatorSolid.d.ts.map +0 -1
- package/types/IconCalendarAddLine.d.ts.map +0 -1
- package/types/IconCalendarAddSolid.d.ts.map +0 -1
- package/types/IconCalendarClockLine.d.ts.map +0 -1
- package/types/IconCalendarClockSolid.d.ts.map +0 -1
- package/types/IconCalendarDayLine.d.ts.map +0 -1
- package/types/IconCalendarDaySolid.d.ts.map +0 -1
- package/types/IconCalendarDaysLine.d.ts.map +0 -1
- package/types/IconCalendarDaysSolid.d.ts.map +0 -1
- package/types/IconCalendarMonthLine.d.ts.map +0 -1
- package/types/IconCalendarMonthSolid.d.ts.map +0 -1
- package/types/IconCalendarReservedLine.d.ts.map +0 -1
- package/types/IconCalendarReservedSolid.d.ts.map +0 -1
- package/types/IconCanvasLogoLine.d.ts.map +0 -1
- package/types/IconCanvasLogoSolid.d.ts.map +0 -1
- package/types/IconCertifiedLine.d.ts.map +0 -1
- package/types/IconCertifiedSolid.d.ts.map +0 -1
- package/types/IconChartLineLine.d.ts.map +0 -1
- package/types/IconChartLineSolid.d.ts.map +0 -1
- package/types/IconChartPieLine.d.ts.map +0 -1
- package/types/IconChartPieSolid.d.ts.map +0 -1
- package/types/IconChartScatterLine.d.ts.map +0 -1
- package/types/IconChartScatterSolid.d.ts.map +0 -1
- package/types/IconChatLine.d.ts.map +0 -1
- package/types/IconChatSolid.d.ts.map +0 -1
- package/types/IconCheckDarkLine.d.ts.map +0 -1
- package/types/IconCheckDarkSolid.d.ts.map +0 -1
- package/types/IconCheckLine.d.ts.map +0 -1
- package/types/IconCheckMarkIndeterminateLine.d.ts.map +0 -1
- package/types/IconCheckMarkIndeterminateSolid.d.ts.map +0 -1
- package/types/IconCheckMarkLine.d.ts.map +0 -1
- package/types/IconCheckMarkSolid.d.ts.map +0 -1
- package/types/IconCheckPlusLine.d.ts.map +0 -1
- package/types/IconCheckPlusSolid.d.ts.map +0 -1
- package/types/IconCheckSolid.d.ts.map +0 -1
- package/types/IconCircleArrowDownLine.d.ts.map +0 -1
- package/types/IconCircleArrowDownSolid.d.ts.map +0 -1
- package/types/IconCircleArrowUpLine.d.ts.map +0 -1
- package/types/IconCircleArrowUpSolid.d.ts.map +0 -1
- package/types/IconClearTextFormattingLine.d.ts.map +0 -1
- package/types/IconClearTextFormattingSolid.d.ts.map +0 -1
- package/types/IconClockLine.d.ts.map +0 -1
- package/types/IconClockSolid.d.ts.map +0 -1
- package/types/IconClosedCaptioningLine.d.ts.map +0 -1
- package/types/IconClosedCaptioningOffLine.d.ts.map +0 -1
- package/types/IconClosedCaptioningOffSolid.d.ts.map +0 -1
- package/types/IconClosedCaptioningOnLine.d.ts.map +0 -1
- package/types/IconClosedCaptioningOnSolid.d.ts.map +0 -1
- package/types/IconClosedCaptioningSolid.d.ts.map +0 -1
- package/types/IconCloudDownloadLine.d.ts.map +0 -1
- package/types/IconCloudDownloadSolid.d.ts.map +0 -1
- package/types/IconCloudLockLine.d.ts.map +0 -1
- package/types/IconCloudLockSolid.d.ts.map +0 -1
- package/types/IconCloudUploadLine.d.ts.map +0 -1
- package/types/IconCloudUploadSolid.d.ts.map +0 -1
- package/types/IconCodeLine.d.ts.map +0 -1
- package/types/IconCodeSolid.d.ts.map +0 -1
- package/types/IconCollapseLine.d.ts.map +0 -1
- package/types/IconCollapseSolid.d.ts.map +0 -1
- package/types/IconCollectionLine.d.ts.map +0 -1
- package/types/IconCollectionSaveLine.d.ts.map +0 -1
- package/types/IconCollectionSaveSolid.d.ts.map +0 -1
- package/types/IconCollectionSolid.d.ts.map +0 -1
- package/types/IconCommentLine.d.ts.map +0 -1
- package/types/IconCommentSolid.d.ts.map +0 -1
- package/types/IconCommentsOffLine.d.ts.map +0 -1
- package/types/IconCommentsOffSolid.d.ts.map +0 -1
- package/types/IconCommentsOnLine.d.ts.map +0 -1
- package/types/IconCommentsOnSolid.d.ts.map +0 -1
- package/types/IconCommonsLine.d.ts.map +0 -1
- package/types/IconCommonsSolid.d.ts.map +0 -1
- package/types/IconCompareLine.d.ts.map +0 -1
- package/types/IconCompareSolid.d.ts.map +0 -1
- package/types/IconCompassLine.d.ts.map +0 -1
- package/types/IconCompassSolid.d.ts.map +0 -1
- package/types/IconCompleteLine.d.ts.map +0 -1
- package/types/IconCompleteSolid.d.ts.map +0 -1
- package/types/IconComposeLine.d.ts.map +0 -1
- package/types/IconComposeSolid.d.ts.map +0 -1
- package/types/IconConfigureLine.d.ts.map +0 -1
- package/types/IconConfigureSolid.d.ts.map +0 -1
- package/types/IconCopyCourseLine.d.ts +0 -15
- package/types/IconCopyCourseLine.d.ts.map +0 -1
- package/types/IconCopyCourseSolid.d.ts +0 -15
- package/types/IconCopyCourseSolid.d.ts.map +0 -1
- package/types/IconCopyLine.d.ts.map +0 -1
- package/types/IconCopySolid.d.ts.map +0 -1
- package/types/IconCoursesLine.d.ts.map +0 -1
- package/types/IconCoursesSolid.d.ts.map +0 -1
- package/types/IconCropLine.d.ts.map +0 -1
- package/types/IconCropSolid.d.ts.map +0 -1
- package/types/IconDashboardLine.d.ts.map +0 -1
- package/types/IconDashboardSolid.d.ts.map +0 -1
- package/types/IconDeactivateUserLine.d.ts.map +0 -1
- package/types/IconDeactivateUserSolid.d.ts.map +0 -1
- package/types/IconDiscussionCheckLine.d.ts.map +0 -1
- package/types/IconDiscussionCheckSolid.d.ts.map +0 -1
- package/types/IconDiscussionLine.d.ts.map +0 -1
- package/types/IconDiscussionNewLine.d.ts.map +0 -1
- package/types/IconDiscussionNewSolid.d.ts.map +0 -1
- package/types/IconDiscussionReply2Line.d.ts.map +0 -1
- package/types/IconDiscussionReply2Solid.d.ts.map +0 -1
- package/types/IconDiscussionReplyDarkLine.d.ts +0 -15
- package/types/IconDiscussionReplyDarkLine.d.ts.map +0 -1
- package/types/IconDiscussionReplyDarkSolid.d.ts +0 -15
- package/types/IconDiscussionReplyDarkSolid.d.ts.map +0 -1
- package/types/IconDiscussionReplyLine.d.ts +0 -15
- package/types/IconDiscussionReplyLine.d.ts.map +0 -1
- package/types/IconDiscussionReplySolid.d.ts +0 -15
- package/types/IconDiscussionReplySolid.d.ts.map +0 -1
- package/types/IconDiscussionSearchLine.d.ts +0 -15
- package/types/IconDiscussionSearchLine.d.ts.map +0 -1
- package/types/IconDiscussionSearchSolid.d.ts +0 -15
- package/types/IconDiscussionSearchSolid.d.ts.map +0 -1
- package/types/IconDiscussionSolid.d.ts.map +0 -1
- package/types/IconDiscussionXLine.d.ts +0 -15
- package/types/IconDiscussionXLine.d.ts.map +0 -1
- package/types/IconDiscussionXSolid.d.ts +0 -15
- package/types/IconDiscussionXSolid.d.ts.map +0 -1
- package/types/IconDocumentLine.d.ts.map +0 -1
- package/types/IconDocumentSolid.d.ts.map +0 -1
- package/types/IconDownloadLine.d.ts.map +0 -1
- package/types/IconDownloadSolid.d.ts.map +0 -1
- package/types/IconDragHandleLine.d.ts.map +0 -1
- package/types/IconDragHandleSolid.d.ts.map +0 -1
- package/types/IconDropDownLine.d.ts.map +0 -1
- package/types/IconDropDownSolid.d.ts.map +0 -1
- package/types/IconDuplicateLine.d.ts.map +0 -1
- package/types/IconDuplicateSolid.d.ts.map +0 -1
- package/types/IconEditLine.d.ts.map +0 -1
- package/types/IconEditSolid.d.ts.map +0 -1
- package/types/IconEducatorsLine.d.ts.map +0 -1
- package/types/IconEducatorsSolid.d.ts.map +0 -1
- package/types/IconElevateLogoLine.d.ts.map +0 -1
- package/types/IconElevateLogoSolid.d.ts.map +0 -1
- package/types/IconEmailLine.d.ts.map +0 -1
- package/types/IconEmailSolid.d.ts.map +0 -1
- package/types/IconEmptyLine.d.ts.map +0 -1
- package/types/IconEmptySolid.d.ts.map +0 -1
- package/types/IconEndLine.d.ts.map +0 -1
- package/types/IconEndSolid.d.ts.map +0 -1
- package/types/IconEportfolioLine.d.ts.map +0 -1
- package/types/IconEportfolioSolid.d.ts.map +0 -1
- package/types/IconEquationLine.d.ts.map +0 -1
- package/types/IconEquationSolid.d.ts.map +0 -1
- package/types/IconEquellaLine.d.ts.map +0 -1
- package/types/IconEquellaSolid.d.ts.map +0 -1
- package/types/IconEssayLine.d.ts.map +0 -1
- package/types/IconEssaySolid.d.ts.map +0 -1
- package/types/IconExitFullScreenLine.d.ts.map +0 -1
- package/types/IconExitFullScreenSolid.d.ts.map +0 -1
- package/types/IconExpandItemsLine.d.ts.map +0 -1
- package/types/IconExpandItemsSolid.d.ts.map +0 -1
- package/types/IconExpandLeftLine.d.ts +0 -15
- package/types/IconExpandLeftLine.d.ts.map +0 -1
- package/types/IconExpandLeftSolid.d.ts +0 -15
- package/types/IconExpandLeftSolid.d.ts.map +0 -1
- package/types/IconExpandLine.d.ts.map +0 -1
- package/types/IconExpandSolid.d.ts.map +0 -1
- package/types/IconExpandStartLine.d.ts.map +0 -1
- package/types/IconExpandStartSolid.d.ts.map +0 -1
- package/types/IconExportContentLine.d.ts.map +0 -1
- package/types/IconExportContentSolid.d.ts.map +0 -1
- package/types/IconExportLine.d.ts.map +0 -1
- package/types/IconExportSolid.d.ts.map +0 -1
- package/types/IconExternalLinkLine.d.ts.map +0 -1
- package/types/IconExternalLinkSolid.d.ts.map +0 -1
- package/types/IconEyeLine.d.ts.map +0 -1
- package/types/IconEyeSolid.d.ts.map +0 -1
- package/types/IconFacebookBoxedLine.d.ts.map +0 -1
- package/types/IconFacebookBoxedSolid.d.ts.map +0 -1
- package/types/IconFacebookLine.d.ts.map +0 -1
- package/types/IconFacebookSolid.d.ts.map +0 -1
- package/types/IconFastForwardLine.d.ts.map +0 -1
- package/types/IconFastForwardSolid.d.ts.map +0 -1
- package/types/IconFeedbackLine.d.ts.map +0 -1
- package/types/IconFeedbackSolid.d.ts.map +0 -1
- package/types/IconFileLockedLine.d.ts.map +0 -1
- package/types/IconFileLockedSolid.d.ts.map +0 -1
- package/types/IconFilesCopyrightLine.d.ts.map +0 -1
- package/types/IconFilesCopyrightSolid.d.ts.map +0 -1
- package/types/IconFilesCreativeCommonsLine.d.ts.map +0 -1
- package/types/IconFilesCreativeCommonsSolid.d.ts.map +0 -1
- package/types/IconFilesFairUseLine.d.ts.map +0 -1
- package/types/IconFilesFairUseSolid.d.ts.map +0 -1
- package/types/IconFilesObtainedPermissionLine.d.ts.map +0 -1
- package/types/IconFilesObtainedPermissionSolid.d.ts.map +0 -1
- package/types/IconFilesPublicDomainLine.d.ts.map +0 -1
- package/types/IconFilesPublicDomainSolid.d.ts.map +0 -1
- package/types/IconFilmstripLine.d.ts.map +0 -1
- package/types/IconFilmstripSolid.d.ts.map +0 -1
- package/types/IconFilterLine.d.ts.map +0 -1
- package/types/IconFilterSolid.d.ts.map +0 -1
- package/types/IconFlagLine.d.ts.map +0 -1
- package/types/IconFlagSolid.d.ts.map +0 -1
- package/types/IconFolderLine.d.ts.map +0 -1
- package/types/IconFolderLockedLine.d.ts.map +0 -1
- package/types/IconFolderLockedSolid.d.ts.map +0 -1
- package/types/IconFolderSolid.d.ts.map +0 -1
- package/types/IconForwardLine.d.ts.map +0 -1
- package/types/IconForwardSolid.d.ts.map +0 -1
- package/types/IconFullScreenLine.d.ts.map +0 -1
- package/types/IconFullScreenSolid.d.ts.map +0 -1
- package/types/IconGithubLine.d.ts.map +0 -1
- package/types/IconGithubSolid.d.ts.map +0 -1
- package/types/IconGiveAwardLine.d.ts.map +0 -1
- package/types/IconGiveAwardSolid.d.ts.map +0 -1
- package/types/IconGradebookExportLine.d.ts.map +0 -1
- package/types/IconGradebookExportSolid.d.ts.map +0 -1
- package/types/IconGradebookImportLine.d.ts.map +0 -1
- package/types/IconGradebookImportSolid.d.ts.map +0 -1
- package/types/IconGradebookLine.d.ts.map +0 -1
- package/types/IconGradebookSolid.d.ts.map +0 -1
- package/types/IconGridViewLine.d.ts.map +0 -1
- package/types/IconGridViewSolid.d.ts.map +0 -1
- package/types/IconGroupDarkNewLine.d.ts.map +0 -1
- package/types/IconGroupDarkNewSolid.d.ts.map +0 -1
- package/types/IconGroupLine.d.ts.map +0 -1
- package/types/IconGroupNewLine.d.ts.map +0 -1
- package/types/IconGroupNewSolid.d.ts.map +0 -1
- package/types/IconGroupSolid.d.ts.map +0 -1
- package/types/IconHamburgerLine.d.ts.map +0 -1
- package/types/IconHamburgerSolid.d.ts.map +0 -1
- package/types/IconHeaderLine.d.ts.map +0 -1
- package/types/IconHeaderSolid.d.ts.map +0 -1
- package/types/IconHeartLine.d.ts.map +0 -1
- package/types/IconHeartSolid.d.ts.map +0 -1
- package/types/IconHighlighterLine.d.ts.map +0 -1
- package/types/IconHighlighterSolid.d.ts.map +0 -1
- package/types/IconHomeLine.d.ts.map +0 -1
- package/types/IconHomeSolid.d.ts.map +0 -1
- package/types/IconHourGlassLine.d.ts.map +0 -1
- package/types/IconHourGlassSolid.d.ts.map +0 -1
- package/types/IconImageLine.d.ts.map +0 -1
- package/types/IconImageSolid.d.ts.map +0 -1
- package/types/IconImmersiveReaderLine.d.ts.map +0 -1
- package/types/IconImmersiveReaderSolid.d.ts.map +0 -1
- package/types/IconImpactLogoLine.d.ts.map +0 -1
- package/types/IconImpactLogoSolid.d.ts.map +0 -1
- package/types/IconImportContentLine.d.ts.map +0 -1
- package/types/IconImportContentSolid.d.ts.map +0 -1
- package/types/IconImportLine.d.ts.map +0 -1
- package/types/IconImportSolid.d.ts.map +0 -1
- package/types/IconImportantDatesLine.d.ts.map +0 -1
- package/types/IconImportantDatesSolid.d.ts.map +0 -1
- package/types/IconInboxLine.d.ts.map +0 -1
- package/types/IconInboxSolid.d.ts.map +0 -1
- package/types/IconIndent2Line.d.ts.map +0 -1
- package/types/IconIndent2Solid.d.ts.map +0 -1
- package/types/IconIndentLine.d.ts.map +0 -1
- package/types/IconIndentSolid.d.ts.map +0 -1
- package/types/IconInfoBorderlessLine.d.ts.map +0 -1
- package/types/IconInfoBorderlessSolid.d.ts.map +0 -1
- package/types/IconInfoLine.d.ts.map +0 -1
- package/types/IconInfoSolid.d.ts.map +0 -1
- package/types/IconInstructure1DotLine.d.ts.map +0 -1
- package/types/IconInstructure1DotSolid.d.ts.map +0 -1
- package/types/IconInstructure3DotLine.d.ts.map +0 -1
- package/types/IconInstructure3DotSolid.d.ts.map +0 -1
- package/types/IconInstructureLine.d.ts +0 -15
- package/types/IconInstructureLine.d.ts.map +0 -1
- package/types/IconInstructureLogoLine.d.ts.map +0 -1
- package/types/IconInstructureLogoSolid.d.ts.map +0 -1
- package/types/IconInstructureSolid.d.ts +0 -15
- package/types/IconInstructureSolid.d.ts.map +0 -1
- package/types/IconIntegrationsLine.d.ts.map +0 -1
- package/types/IconIntegrationsSolid.d.ts.map +0 -1
- package/types/IconInvitationLine.d.ts.map +0 -1
- package/types/IconInvitationSolid.d.ts.map +0 -1
- package/types/IconItalicLine.d.ts.map +0 -1
- package/types/IconItalicSolid.d.ts.map +0 -1
- package/types/IconKeyboardShortcutsLine.d.ts.map +0 -1
- package/types/IconKeyboardShortcutsSolid.d.ts.map +0 -1
- package/types/IconLaunchLine.d.ts.map +0 -1
- package/types/IconLaunchSolid.d.ts.map +0 -1
- package/types/IconLearnplatformLine.d.ts.map +0 -1
- package/types/IconLearnplatformSolid.d.ts.map +0 -1
- package/types/IconLifePreserverLine.d.ts.map +0 -1
- package/types/IconLifePreserverSolid.d.ts.map +0 -1
- package/types/IconLikeLine.d.ts.map +0 -1
- package/types/IconLikeSolid.d.ts.map +0 -1
- package/types/IconLineReaderLine.d.ts.map +0 -1
- package/types/IconLineReaderSolid.d.ts.map +0 -1
- package/types/IconLinkLine.d.ts.map +0 -1
- package/types/IconLinkSolid.d.ts.map +0 -1
- package/types/IconLinkedinLine.d.ts.map +0 -1
- package/types/IconLinkedinSolid.d.ts.map +0 -1
- package/types/IconListViewLine.d.ts.map +0 -1
- package/types/IconListViewSolid.d.ts.map +0 -1
- package/types/IconLockLine.d.ts.map +0 -1
- package/types/IconLockSolid.d.ts.map +0 -1
- package/types/IconLtiLine.d.ts.map +0 -1
- package/types/IconLtiSolid.d.ts.map +0 -1
- package/types/IconMarkAsReadLine.d.ts.map +0 -1
- package/types/IconMarkAsReadSolid.d.ts.map +0 -1
- package/types/IconMarkerLine.d.ts.map +0 -1
- package/types/IconMarkerSolid.d.ts.map +0 -1
- package/types/IconMasqueradeLine.d.ts.map +0 -1
- package/types/IconMasqueradeSolid.d.ts.map +0 -1
- package/types/IconMasteryLogoLine.d.ts.map +0 -1
- package/types/IconMasteryLogoSolid.d.ts.map +0 -1
- package/types/IconMasteryPathsLine.d.ts.map +0 -1
- package/types/IconMasteryPathsSolid.d.ts.map +0 -1
- package/types/IconMaterialsRequiredLightLine.d.ts +0 -15
- package/types/IconMaterialsRequiredLightLine.d.ts.map +0 -1
- package/types/IconMaterialsRequiredLightSolid.d.ts +0 -15
- package/types/IconMaterialsRequiredLightSolid.d.ts.map +0 -1
- package/types/IconMaterialsRequiredLine.d.ts.map +0 -1
- package/types/IconMaterialsRequiredSolid.d.ts.map +0 -1
- package/types/IconMatureLightLine.d.ts +0 -15
- package/types/IconMatureLightLine.d.ts.map +0 -1
- package/types/IconMatureLightSolid.d.ts +0 -15
- package/types/IconMatureLightSolid.d.ts.map +0 -1
- package/types/IconMatureLine.d.ts.map +0 -1
- package/types/IconMatureSolid.d.ts.map +0 -1
- package/types/IconMediaLine.d.ts.map +0 -1
- package/types/IconMediaSolid.d.ts.map +0 -1
- package/types/IconMessageLine.d.ts.map +0 -1
- package/types/IconMessageSolid.d.ts.map +0 -1
- package/types/IconMicLine.d.ts.map +0 -1
- package/types/IconMicOffLine.d.ts.map +0 -1
- package/types/IconMicOffSolid.d.ts.map +0 -1
- package/types/IconMicSolid.d.ts.map +0 -1
- package/types/IconMiniArrowDoubleLine.d.ts.map +0 -1
- package/types/IconMiniArrowDoubleSolid.d.ts.map +0 -1
- package/types/IconMiniArrowDownLine.d.ts.map +0 -1
- package/types/IconMiniArrowDownSolid.d.ts.map +0 -1
- package/types/IconMiniArrowEndLine.d.ts.map +0 -1
- package/types/IconMiniArrowEndSolid.d.ts.map +0 -1
- package/types/IconMiniArrowLeftLine.d.ts +0 -15
- package/types/IconMiniArrowLeftLine.d.ts.map +0 -1
- package/types/IconMiniArrowLeftSolid.d.ts +0 -15
- package/types/IconMiniArrowLeftSolid.d.ts.map +0 -1
- package/types/IconMiniArrowRightLine.d.ts +0 -15
- package/types/IconMiniArrowRightLine.d.ts.map +0 -1
- package/types/IconMiniArrowRightSolid.d.ts +0 -15
- package/types/IconMiniArrowRightSolid.d.ts.map +0 -1
- package/types/IconMiniArrowStartLine.d.ts.map +0 -1
- package/types/IconMiniArrowStartSolid.d.ts.map +0 -1
- package/types/IconMiniArrowUpLine.d.ts.map +0 -1
- package/types/IconMiniArrowUpSolid.d.ts.map +0 -1
- package/types/IconMinimizeLine.d.ts.map +0 -1
- package/types/IconMinimizeSolid.d.ts.map +0 -1
- package/types/IconModuleLine.d.ts.map +0 -1
- package/types/IconModuleSolid.d.ts.map +0 -1
- package/types/IconMoreLine.d.ts.map +0 -1
- package/types/IconMoreSolid.d.ts.map +0 -1
- package/types/IconMoveDownBottomLine.d.ts.map +0 -1
- package/types/IconMoveDownBottomSolid.d.ts.map +0 -1
- package/types/IconMoveDownLine.d.ts.map +0 -1
- package/types/IconMoveDownSolid.d.ts.map +0 -1
- package/types/IconMoveEndLine.d.ts.map +0 -1
- package/types/IconMoveEndSolid.d.ts.map +0 -1
- package/types/IconMoveLeftLine.d.ts +0 -15
- package/types/IconMoveLeftLine.d.ts.map +0 -1
- package/types/IconMoveLeftSolid.d.ts +0 -15
- package/types/IconMoveLeftSolid.d.ts.map +0 -1
- package/types/IconMoveRightLine.d.ts +0 -15
- package/types/IconMoveRightLine.d.ts.map +0 -1
- package/types/IconMoveRightSolid.d.ts +0 -15
- package/types/IconMoveRightSolid.d.ts.map +0 -1
- package/types/IconMoveStartLine.d.ts.map +0 -1
- package/types/IconMoveStartSolid.d.ts.map +0 -1
- package/types/IconMoveUpLine.d.ts.map +0 -1
- package/types/IconMoveUpSolid.d.ts.map +0 -1
- package/types/IconMoveUpTopLine.d.ts.map +0 -1
- package/types/IconMoveUpTopSolid.d.ts.map +0 -1
- package/types/IconMsExcelLine.d.ts.map +0 -1
- package/types/IconMsExcelSolid.d.ts.map +0 -1
- package/types/IconMsPptLine.d.ts.map +0 -1
- package/types/IconMsPptSolid.d.ts.map +0 -1
- package/types/IconMsWordLine.d.ts.map +0 -1
- package/types/IconMsWordSolid.d.ts.map +0 -1
- package/types/IconMutedLine.d.ts.map +0 -1
- package/types/IconMutedSolid.d.ts.map +0 -1
- package/types/IconNeutralLine.d.ts.map +0 -1
- package/types/IconNeutralSolid.d.ts.map +0 -1
- package/types/IconNextUnreadLine.d.ts.map +0 -1
- package/types/IconNextUnreadSolid.d.ts.map +0 -1
- package/types/IconNoLine.d.ts.map +0 -1
- package/types/IconNoSolid.d.ts.map +0 -1
- package/types/IconNotGradedLine.d.ts.map +0 -1
- package/types/IconNotGradedSolid.d.ts.map +0 -1
- package/types/IconNoteDarkLine.d.ts +0 -15
- package/types/IconNoteDarkLine.d.ts.map +0 -1
- package/types/IconNoteDarkSolid.d.ts +0 -15
- package/types/IconNoteDarkSolid.d.ts.map +0 -1
- package/types/IconNoteLightLine.d.ts +0 -15
- package/types/IconNoteLightLine.d.ts.map +0 -1
- package/types/IconNoteLightSolid.d.ts +0 -15
- package/types/IconNoteLightSolid.d.ts.map +0 -1
- package/types/IconNoteLine.d.ts.map +0 -1
- package/types/IconNoteSolid.d.ts.map +0 -1
- package/types/IconNotepadLine.d.ts.map +0 -1
- package/types/IconNotepadSolid.d.ts.map +0 -1
- package/types/IconNumberedListLine.d.ts.map +0 -1
- package/types/IconNumberedListSolid.d.ts.map +0 -1
- package/types/IconOffLine.d.ts.map +0 -1
- package/types/IconOffSolid.d.ts.map +0 -1
- package/types/IconOpenFolderLine.d.ts.map +0 -1
- package/types/IconOpenFolderSolid.d.ts.map +0 -1
- package/types/IconOutcomesLine.d.ts.map +0 -1
- package/types/IconOutcomesSolid.d.ts.map +0 -1
- package/types/IconOutdent2Line.d.ts.map +0 -1
- package/types/IconOutdent2Solid.d.ts.map +0 -1
- package/types/IconOutdentLine.d.ts.map +0 -1
- package/types/IconOutdentSolid.d.ts.map +0 -1
- package/types/IconOvalHalfLine.d.ts.map +0 -1
- package/types/IconOvalHalfSolid.d.ts.map +0 -1
- package/types/IconPageDownLine.d.ts.map +0 -1
- package/types/IconPageDownSolid.d.ts.map +0 -1
- package/types/IconPageUpLine.d.ts.map +0 -1
- package/types/IconPageUpSolid.d.ts.map +0 -1
- package/types/IconPaintLine.d.ts.map +0 -1
- package/types/IconPaintSolid.d.ts.map +0 -1
- package/types/IconPaperclipLine.d.ts.map +0 -1
- package/types/IconPaperclipSolid.d.ts.map +0 -1
- package/types/IconPartialLine.d.ts.map +0 -1
- package/types/IconPartialSolid.d.ts.map +0 -1
- package/types/IconPasswordResetLine.d.ts.map +0 -1
- package/types/IconPasswordResetSolid.d.ts.map +0 -1
- package/types/IconPauseLine.d.ts.map +0 -1
- package/types/IconPauseSolid.d.ts.map +0 -1
- package/types/IconPdfLine.d.ts.map +0 -1
- package/types/IconPdfSolid.d.ts.map +0 -1
- package/types/IconPeerGradedLine.d.ts.map +0 -1
- package/types/IconPeerGradedSolid.d.ts.map +0 -1
- package/types/IconPeerReviewLine.d.ts.map +0 -1
- package/types/IconPeerReviewSolid.d.ts.map +0 -1
- package/types/IconPermissionsLine.d.ts.map +0 -1
- package/types/IconPermissionsSolid.d.ts.map +0 -1
- package/types/IconPinLine.d.ts.map +0 -1
- package/types/IconPinSolid.d.ts.map +0 -1
- package/types/IconPinterestLine.d.ts.map +0 -1
- package/types/IconPinterestSolid.d.ts.map +0 -1
- package/types/IconPlayLine.d.ts.map +0 -1
- package/types/IconPlaySolid.d.ts.map +0 -1
- package/types/IconPlusLine.d.ts.map +0 -1
- package/types/IconPlusSolid.d.ts.map +0 -1
- package/types/IconPostToSisLine.d.ts.map +0 -1
- package/types/IconPostToSisSolid.d.ts.map +0 -1
- package/types/IconPredictiveLine.d.ts.map +0 -1
- package/types/IconPredictiveSolid.d.ts.map +0 -1
- package/types/IconPrerequisiteLine.d.ts.map +0 -1
- package/types/IconPrerequisiteSolid.d.ts.map +0 -1
- package/types/IconPrinterLine.d.ts.map +0 -1
- package/types/IconPrinterSolid.d.ts.map +0 -1
- package/types/IconProgressLine.d.ts.map +0 -1
- package/types/IconProgressSolid.d.ts.map +0 -1
- package/types/IconProtractorLine.d.ts.map +0 -1
- package/types/IconProtractorSolid.d.ts.map +0 -1
- package/types/IconPublishLine.d.ts.map +0 -1
- package/types/IconPublishSolid.d.ts.map +0 -1
- package/types/IconQuestionLine.d.ts.map +0 -1
- package/types/IconQuestionSolid.d.ts.map +0 -1
- package/types/IconQuizInstructionsLine.d.ts.map +0 -1
- package/types/IconQuizInstructionsSolid.d.ts.map +0 -1
- package/types/IconQuizLine.d.ts.map +0 -1
- package/types/IconQuizSolid.d.ts.map +0 -1
- package/types/IconQuizStatsAvgLine.d.ts.map +0 -1
- package/types/IconQuizStatsAvgSolid.d.ts.map +0 -1
- package/types/IconQuizStatsCronbachsAlphaLine.d.ts.map +0 -1
- package/types/IconQuizStatsCronbachsAlphaSolid.d.ts.map +0 -1
- package/types/IconQuizStatsDeviationLine.d.ts.map +0 -1
- package/types/IconQuizStatsDeviationSolid.d.ts.map +0 -1
- package/types/IconQuizStatsHighLine.d.ts.map +0 -1
- package/types/IconQuizStatsHighSolid.d.ts.map +0 -1
- package/types/IconQuizStatsLowLine.d.ts.map +0 -1
- package/types/IconQuizStatsLowSolid.d.ts.map +0 -1
- package/types/IconQuizStatsTimeLine.d.ts.map +0 -1
- package/types/IconQuizStatsTimeSolid.d.ts.map +0 -1
- package/types/IconQuizTitleLine.d.ts.map +0 -1
- package/types/IconQuizTitleSolid.d.ts.map +0 -1
- package/types/IconRecordLine.d.ts.map +0 -1
- package/types/IconRecordSolid.d.ts.map +0 -1
- package/types/IconRedoLine.d.ts.map +0 -1
- package/types/IconRedoSolid.d.ts.map +0 -1
- package/types/IconRefreshLine.d.ts.map +0 -1
- package/types/IconRefreshSolid.d.ts.map +0 -1
- package/types/IconRemoveBookmarkLine.d.ts.map +0 -1
- package/types/IconRemoveBookmarkSolid.d.ts.map +0 -1
- package/types/IconRemoveFromCollectionLine.d.ts.map +0 -1
- package/types/IconRemoveFromCollectionSolid.d.ts.map +0 -1
- package/types/IconRemoveLinkLine.d.ts.map +0 -1
- package/types/IconRemoveLinkSolid.d.ts.map +0 -1
- package/types/IconRepliedLine.d.ts.map +0 -1
- package/types/IconRepliedSolid.d.ts.map +0 -1
- package/types/IconReply2Line.d.ts.map +0 -1
- package/types/IconReply2Solid.d.ts.map +0 -1
- package/types/IconReplyAll2Line.d.ts.map +0 -1
- package/types/IconReplyAll2Solid.d.ts.map +0 -1
- package/types/IconReplyLine.d.ts.map +0 -1
- package/types/IconReplySolid.d.ts.map +0 -1
- package/types/IconResetLine.d.ts.map +0 -1
- package/types/IconResetSolid.d.ts.map +0 -1
- package/types/IconRestoreLine.d.ts.map +0 -1
- package/types/IconRestoreSolid.d.ts.map +0 -1
- package/types/IconReviewScreenLine.d.ts.map +0 -1
- package/types/IconReviewScreenSolid.d.ts.map +0 -1
- package/types/IconRewindLine.d.ts.map +0 -1
- package/types/IconRewindSolid.d.ts.map +0 -1
- package/types/IconRotateLeftLine.d.ts.map +0 -1
- package/types/IconRotateLeftSolid.d.ts.map +0 -1
- package/types/IconRotateRightLine.d.ts.map +0 -1
- package/types/IconRotateRightSolid.d.ts.map +0 -1
- package/types/IconRssAddLine.d.ts +0 -15
- package/types/IconRssAddLine.d.ts.map +0 -1
- package/types/IconRssAddSolid.d.ts +0 -15
- package/types/IconRssAddSolid.d.ts.map +0 -1
- package/types/IconRssLine.d.ts.map +0 -1
- package/types/IconRssSolid.d.ts.map +0 -1
- package/types/IconRubricDarkLine.d.ts.map +0 -1
- package/types/IconRubricDarkSolid.d.ts.map +0 -1
- package/types/IconRubricLine.d.ts.map +0 -1
- package/types/IconRubricSolid.d.ts.map +0 -1
- package/types/IconRulerLine.d.ts.map +0 -1
- package/types/IconRulerSolid.d.ts.map +0 -1
- package/types/IconSaveLine.d.ts.map +0 -1
- package/types/IconSaveSolid.d.ts.map +0 -1
- package/types/IconScreenCaptureLine.d.ts.map +0 -1
- package/types/IconScreenCaptureSolid.d.ts.map +0 -1
- package/types/IconSearchAddressBookLine.d.ts +0 -15
- package/types/IconSearchAddressBookLine.d.ts.map +0 -1
- package/types/IconSearchAddressBookSolid.d.ts +0 -15
- package/types/IconSearchAddressBookSolid.d.ts.map +0 -1
- package/types/IconSearchAiLine.d.ts.map +0 -1
- package/types/IconSearchAiSolid.d.ts.map +0 -1
- package/types/IconSearchLine.d.ts.map +0 -1
- package/types/IconSearchSolid.d.ts.map +0 -1
- package/types/IconSettings2Line.d.ts +0 -15
- package/types/IconSettings2Line.d.ts.map +0 -1
- package/types/IconSettings2Solid.d.ts +0 -15
- package/types/IconSettings2Solid.d.ts.map +0 -1
- package/types/IconSettingsLine.d.ts.map +0 -1
- package/types/IconSettingsSolid.d.ts.map +0 -1
- package/types/IconShapeOvalLine.d.ts.map +0 -1
- package/types/IconShapeOvalSolid.d.ts.map +0 -1
- package/types/IconShapePolygonLine.d.ts.map +0 -1
- package/types/IconShapePolygonSolid.d.ts.map +0 -1
- package/types/IconShapeRectangleLine.d.ts.map +0 -1
- package/types/IconShapeRectangleSolid.d.ts.map +0 -1
- package/types/IconShareLine.d.ts.map +0 -1
- package/types/IconShareSolid.d.ts.map +0 -1
- package/types/IconSidebarRightHideLine.d.ts.map +0 -1
- package/types/IconSidebarRightHideSolid.d.ts.map +0 -1
- package/types/IconSidebarRightShowLine.d.ts.map +0 -1
- package/types/IconSidebarRightShowSolid.d.ts.map +0 -1
- package/types/IconSingleMetricLine.d.ts.map +0 -1
- package/types/IconSingleMetricSolid.d.ts.map +0 -1
- package/types/IconSisImportedLine.d.ts.map +0 -1
- package/types/IconSisImportedSolid.d.ts.map +0 -1
- package/types/IconSisNotSyncedLine.d.ts.map +0 -1
- package/types/IconSisNotSyncedSolid.d.ts.map +0 -1
- package/types/IconSisSyncedLine.d.ts.map +0 -1
- package/types/IconSisSyncedSolid.d.ts.map +0 -1
- package/types/IconSkypeLine.d.ts.map +0 -1
- package/types/IconSkypeSolid.d.ts.map +0 -1
- package/types/IconSortLine.d.ts.map +0 -1
- package/types/IconSortSolid.d.ts.map +0 -1
- package/types/IconSpeedGraderLine.d.ts.map +0 -1
- package/types/IconSpeedGraderSolid.d.ts.map +0 -1
- package/types/IconStandardsLine.d.ts.map +0 -1
- package/types/IconStandardsSolid.d.ts.map +0 -1
- package/types/IconStarLightLine.d.ts.map +0 -1
- package/types/IconStarLightSolid.d.ts.map +0 -1
- package/types/IconStarLine.d.ts.map +0 -1
- package/types/IconStarSolid.d.ts.map +0 -1
- package/types/IconStatsLine.d.ts.map +0 -1
- package/types/IconStatsSolid.d.ts.map +0 -1
- package/types/IconStopLine.d.ts.map +0 -1
- package/types/IconStopSolid.d.ts.map +0 -1
- package/types/IconStrikethroughLine.d.ts.map +0 -1
- package/types/IconStrikethroughSolid.d.ts.map +0 -1
- package/types/IconStudentViewLine.d.ts.map +0 -1
- package/types/IconStudentViewSolid.d.ts.map +0 -1
- package/types/IconStudioLine.d.ts.map +0 -1
- package/types/IconStudioSolid.d.ts.map +0 -1
- package/types/IconSubaccountsLine.d.ts.map +0 -1
- package/types/IconSubaccountsSolid.d.ts.map +0 -1
- package/types/IconSubtitlesLine.d.ts.map +0 -1
- package/types/IconSubtitlesSolid.d.ts.map +0 -1
- package/types/IconSyllabusLine.d.ts.map +0 -1
- package/types/IconSyllabusSolid.d.ts.map +0 -1
- package/types/IconTableCellSelectAllLine.d.ts.map +0 -1
- package/types/IconTableCellSelectAllSolid.d.ts.map +0 -1
- package/types/IconTableDeleteColumnLine.d.ts.map +0 -1
- package/types/IconTableDeleteColumnSolid.d.ts.map +0 -1
- package/types/IconTableDeleteRowLine.d.ts.map +0 -1
- package/types/IconTableDeleteRowSolid.d.ts.map +0 -1
- package/types/IconTableDeleteTableLine.d.ts.map +0 -1
- package/types/IconTableDeleteTableSolid.d.ts.map +0 -1
- package/types/IconTableInsertColumnAfterLine.d.ts.map +0 -1
- package/types/IconTableInsertColumnAfterSolid.d.ts.map +0 -1
- package/types/IconTableInsertColumnBeforeLine.d.ts.map +0 -1
- package/types/IconTableInsertColumnBeforeSolid.d.ts.map +0 -1
- package/types/IconTableInsertRowAboveLine.d.ts.map +0 -1
- package/types/IconTableInsertRowAboveSolid.d.ts.map +0 -1
- package/types/IconTableInsertRowAfterLine.d.ts.map +0 -1
- package/types/IconTableInsertRowAfterSolid.d.ts.map +0 -1
- package/types/IconTableLeftHeaderLine.d.ts.map +0 -1
- package/types/IconTableLeftHeaderSolid.d.ts.map +0 -1
- package/types/IconTableLine.d.ts.map +0 -1
- package/types/IconTableMergeCellsLine.d.ts.map +0 -1
- package/types/IconTableMergeCellsSolid.d.ts.map +0 -1
- package/types/IconTableRowPropertiesLine.d.ts.map +0 -1
- package/types/IconTableRowPropertiesSolid.d.ts.map +0 -1
- package/types/IconTableSolid.d.ts.map +0 -1
- package/types/IconTableSplitCellsLine.d.ts.map +0 -1
- package/types/IconTableSplitCellsSolid.d.ts.map +0 -1
- package/types/IconTableTopHeaderLine.d.ts.map +0 -1
- package/types/IconTableTopHeaderSolid.d.ts.map +0 -1
- package/types/IconTagLine.d.ts.map +0 -1
- package/types/IconTagSolid.d.ts.map +0 -1
- package/types/IconTargetLine.d.ts.map +0 -1
- package/types/IconTargetSolid.d.ts.map +0 -1
- package/types/IconTextBackgroundColorLine.d.ts.map +0 -1
- package/types/IconTextBackgroundColorSolid.d.ts.map +0 -1
- package/types/IconTextCenteredLine.d.ts.map +0 -1
- package/types/IconTextCenteredSolid.d.ts.map +0 -1
- package/types/IconTextColorLine.d.ts.map +0 -1
- package/types/IconTextColorSolid.d.ts.map +0 -1
- package/types/IconTextDirectionLtrLine.d.ts.map +0 -1
- package/types/IconTextDirectionLtrSolid.d.ts.map +0 -1
- package/types/IconTextDirectionRtlLine.d.ts.map +0 -1
- package/types/IconTextDirectionRtlSolid.d.ts.map +0 -1
- package/types/IconTextEndLine.d.ts.map +0 -1
- package/types/IconTextEndSolid.d.ts.map +0 -1
- package/types/IconTextLeftLine.d.ts +0 -15
- package/types/IconTextLeftLine.d.ts.map +0 -1
- package/types/IconTextLeftSolid.d.ts +0 -15
- package/types/IconTextLeftSolid.d.ts.map +0 -1
- package/types/IconTextLine.d.ts.map +0 -1
- package/types/IconTextRightLine.d.ts +0 -15
- package/types/IconTextRightLine.d.ts.map +0 -1
- package/types/IconTextRightSolid.d.ts +0 -15
- package/types/IconTextRightSolid.d.ts.map +0 -1
- package/types/IconTextSolid.d.ts.map +0 -1
- package/types/IconTextStartLine.d.ts.map +0 -1
- package/types/IconTextStartSolid.d.ts.map +0 -1
- package/types/IconTextSubscriptLine.d.ts.map +0 -1
- package/types/IconTextSubscriptSolid.d.ts.map +0 -1
- package/types/IconTextSuperscriptLine.d.ts.map +0 -1
- package/types/IconTextSuperscriptSolid.d.ts.map +0 -1
- package/types/IconTextareaLine.d.ts.map +0 -1
- package/types/IconTextareaSolid.d.ts.map +0 -1
- package/types/IconTimerLine.d.ts.map +0 -1
- package/types/IconTimerSolid.d.ts.map +0 -1
- package/types/IconToggleEndLine.d.ts.map +0 -1
- package/types/IconToggleEndSolid.d.ts.map +0 -1
- package/types/IconToggleLeftLine.d.ts +0 -15
- package/types/IconToggleLeftLine.d.ts.map +0 -1
- package/types/IconToggleLeftSolid.d.ts +0 -15
- package/types/IconToggleLeftSolid.d.ts.map +0 -1
- package/types/IconToggleRightLine.d.ts +0 -15
- package/types/IconToggleRightLine.d.ts.map +0 -1
- package/types/IconToggleRightSolid.d.ts +0 -15
- package/types/IconToggleRightSolid.d.ts.map +0 -1
- package/types/IconToggleStartLine.d.ts.map +0 -1
- package/types/IconToggleStartSolid.d.ts.map +0 -1
- package/types/IconTrashLine.d.ts.map +0 -1
- package/types/IconTrashSolid.d.ts.map +0 -1
- package/types/IconTroubleLine.d.ts.map +0 -1
- package/types/IconTroubleSolid.d.ts.map +0 -1
- package/types/IconTwitterBoxedLine.d.ts +0 -15
- package/types/IconTwitterBoxedLine.d.ts.map +0 -1
- package/types/IconTwitterBoxedSolid.d.ts +0 -15
- package/types/IconTwitterBoxedSolid.d.ts.map +0 -1
- package/types/IconTwitterLine.d.ts.map +0 -1
- package/types/IconTwitterSolid.d.ts.map +0 -1
- package/types/IconUnarchiveLine.d.ts.map +0 -1
- package/types/IconUnarchiveSolid.d.ts.map +0 -1
- package/types/IconUnderlineLine.d.ts.map +0 -1
- package/types/IconUnderlineSolid.d.ts.map +0 -1
- package/types/IconUndoLine.d.ts.map +0 -1
- package/types/IconUndoSolid.d.ts.map +0 -1
- package/types/IconUnlockLine.d.ts.map +0 -1
- package/types/IconUnlockSolid.d.ts.map +0 -1
- package/types/IconUnmutedLine.d.ts.map +0 -1
- package/types/IconUnmutedSolid.d.ts.map +0 -1
- package/types/IconUnpublishLine.d.ts +0 -15
- package/types/IconUnpublishLine.d.ts.map +0 -1
- package/types/IconUnpublishSolid.d.ts +0 -15
- package/types/IconUnpublishSolid.d.ts.map +0 -1
- package/types/IconUnpublishedLine.d.ts.map +0 -1
- package/types/IconUnpublishedSolid.d.ts.map +0 -1
- package/types/IconUpdownLine.d.ts.map +0 -1
- package/types/IconUpdownSolid.d.ts.map +0 -1
- package/types/IconUploadLine.d.ts.map +0 -1
- package/types/IconUploadSolid.d.ts.map +0 -1
- package/types/IconUserAddLine.d.ts +0 -15
- package/types/IconUserAddLine.d.ts.map +0 -1
- package/types/IconUserAddSolid.d.ts +0 -15
- package/types/IconUserAddSolid.d.ts.map +0 -1
- package/types/IconUserAssignLine.d.ts.map +0 -1
- package/types/IconUserAssignSolid.d.ts.map +0 -1
- package/types/IconUserLine.d.ts.map +0 -1
- package/types/IconUserSolid.d.ts.map +0 -1
- package/types/IconVideoCameraLine.d.ts.map +0 -1
- package/types/IconVideoCameraOffLine.d.ts.map +0 -1
- package/types/IconVideoCameraOffSolid.d.ts.map +0 -1
- package/types/IconVideoCameraSolid.d.ts.map +0 -1
- package/types/IconVideoLine.d.ts.map +0 -1
- package/types/IconVideoSolid.d.ts.map +0 -1
- package/types/IconWarningBorderlessLine.d.ts.map +0 -1
- package/types/IconWarningBorderlessSolid.d.ts.map +0 -1
- package/types/IconWarningLine.d.ts.map +0 -1
- package/types/IconWarningSolid.d.ts.map +0 -1
- package/types/IconWindowsLine.d.ts.map +0 -1
- package/types/IconWindowsSolid.d.ts.map +0 -1
- package/types/IconWordpressLine.d.ts.map +0 -1
- package/types/IconWordpressSolid.d.ts.map +0 -1
- package/types/IconXLine.d.ts.map +0 -1
- package/types/IconXSolid.d.ts.map +0 -1
- package/types/IconZippedLine.d.ts.map +0 -1
- package/types/IconZippedSolid.d.ts.map +0 -1
- package/types/IconZoomInLine.d.ts.map +0 -1
- package/types/IconZoomInSolid.d.ts.map +0 -1
- package/types/IconZoomOutLine.d.ts.map +0 -1
- package/types/IconZoomOutSolid.d.ts.map +0 -1
- package/types/svg/index.d.ts +0 -7717
- package/types/svg/index.d.ts.map +0 -1
- /package/es/{IconA11yLine.js → generated/IconA11yLine.js} +0 -0
- /package/es/{IconA11ySolid.js → generated/IconA11ySolid.js} +0 -0
- /package/es/{IconAIInfoLine.js → generated/IconAIInfoLine.js} +0 -0
- /package/es/{IconAIInfoSolid.js → generated/IconAIInfoSolid.js} +0 -0
- /package/es/{IconAddFolderLine.js → generated/IconAddFolderLine.js} +0 -0
- /package/es/{IconAddFolderSolid.js → generated/IconAddFolderSolid.js} +0 -0
- /package/es/{IconAddLine.js → generated/IconAddLine.js} +0 -0
- /package/es/{IconAddMediaLine.js → generated/IconAddMediaLine.js} +0 -0
- /package/es/{IconAddMediaSolid.js → generated/IconAddMediaSolid.js} +0 -0
- /package/es/{IconAddSolid.js → generated/IconAddSolid.js} +0 -0
- /package/es/{IconAddressBookLine.js → generated/IconAddressBookLine.js} +0 -0
- /package/es/{IconAddressBookSolid.js → generated/IconAddressBookSolid.js} +0 -0
- /package/es/{IconAdminLine.js → generated/IconAdminLine.js} +0 -0
- /package/es/{IconAdminSolid.js → generated/IconAdminSolid.js} +0 -0
- /package/es/{IconAdminToolsLine.js → generated/IconAdminToolsLine.js} +0 -0
- /package/es/{IconAdminToolsSolid.js → generated/IconAdminToolsSolid.js} +0 -0
- /package/es/{IconAiColoredLine.js → generated/IconAiColoredLine.js} +0 -0
- /package/es/{IconAiColoredSolid.js → generated/IconAiColoredSolid.js} +0 -0
- /package/es/{IconAiLine.js → generated/IconAiLine.js} +0 -0
- /package/es/{IconAiSolid.js → generated/IconAiSolid.js} +0 -0
- /package/es/{IconAlertsLine.js → generated/IconAlertsLine.js} +0 -0
- /package/es/{IconAlertsSolid.js → generated/IconAlertsSolid.js} +0 -0
- /package/es/{IconAnalyticsLine.js → generated/IconAnalyticsLine.js} +0 -0
- /package/es/{IconAnalyticsSolid.js → generated/IconAnalyticsSolid.js} +0 -0
- /package/es/{IconAndroidLine.js → generated/IconAndroidLine.js} +0 -0
- /package/es/{IconAndroidSolid.js → generated/IconAndroidSolid.js} +0 -0
- /package/es/{IconAnnotateLine.js → generated/IconAnnotateLine.js} +0 -0
- /package/es/{IconAnnotateSolid.js → generated/IconAnnotateSolid.js} +0 -0
- /package/es/{IconAnnouncementLine.js → generated/IconAnnouncementLine.js} +0 -0
- /package/es/{IconAnnouncementSolid.js → generated/IconAnnouncementSolid.js} +0 -0
- /package/es/{IconAppleLine.js → generated/IconAppleLine.js} +0 -0
- /package/es/{IconAppleSolid.js → generated/IconAppleSolid.js} +0 -0
- /package/es/{IconArcLine.js → generated/IconArcLine.js} +0 -0
- /package/es/{IconArcSolid.js → generated/IconArcSolid.js} +0 -0
- /package/es/{IconArchiveLine.js → generated/IconArchiveLine.js} +0 -0
- /package/es/{IconArchiveSolid.js → generated/IconArchiveSolid.js} +0 -0
- /package/es/{IconArrowDoubleEndLine.js → generated/IconArrowDoubleEndLine.js} +0 -0
- /package/es/{IconArrowDoubleEndSolid.js → generated/IconArrowDoubleEndSolid.js} +0 -0
- /package/es/{IconArrowDoubleStartLine.js → generated/IconArrowDoubleStartLine.js} +0 -0
- /package/es/{IconArrowDoubleStartSolid.js → generated/IconArrowDoubleStartSolid.js} +0 -0
- /package/es/{IconArrowDownLine.js → generated/IconArrowDownLine.js} +0 -0
- /package/es/{IconArrowDownSolid.js → generated/IconArrowDownSolid.js} +0 -0
- /package/es/{IconArrowEndLine.js → generated/IconArrowEndLine.js} +0 -0
- /package/es/{IconArrowEndSolid.js → generated/IconArrowEndSolid.js} +0 -0
- /package/es/{IconArrowNestLine.js → generated/IconArrowNestLine.js} +0 -0
- /package/es/{IconArrowNestSolid.js → generated/IconArrowNestSolid.js} +0 -0
- /package/es/{IconArrowOpenDownLine.js → generated/IconArrowOpenDownLine.js} +0 -0
- /package/es/{IconArrowOpenDownSolid.js → generated/IconArrowOpenDownSolid.js} +0 -0
- /package/es/{IconArrowOpenEndLine.js → generated/IconArrowOpenEndLine.js} +0 -0
- /package/es/{IconArrowOpenEndSolid.js → generated/IconArrowOpenEndSolid.js} +0 -0
- /package/es/{IconArrowOpenStartLine.js → generated/IconArrowOpenStartLine.js} +0 -0
- /package/es/{IconArrowOpenStartSolid.js → generated/IconArrowOpenStartSolid.js} +0 -0
- /package/es/{IconArrowOpenUpLine.js → generated/IconArrowOpenUpLine.js} +0 -0
- /package/es/{IconArrowOpenUpSolid.js → generated/IconArrowOpenUpSolid.js} +0 -0
- /package/es/{IconArrowStartLine.js → generated/IconArrowStartLine.js} +0 -0
- /package/es/{IconArrowStartSolid.js → generated/IconArrowStartSolid.js} +0 -0
- /package/es/{IconArrowUpLine.js → generated/IconArrowUpLine.js} +0 -0
- /package/es/{IconArrowUpSolid.js → generated/IconArrowUpSolid.js} +0 -0
- /package/es/{IconAssignmentLine.js → generated/IconAssignmentLine.js} +0 -0
- /package/es/{IconAssignmentSolid.js → generated/IconAssignmentSolid.js} +0 -0
- /package/es/{IconAttachMediaLine.js → generated/IconAttachMediaLine.js} +0 -0
- /package/es/{IconAttachMediaSolid.js → generated/IconAttachMediaSolid.js} +0 -0
- /package/es/{IconAudioLine.js → generated/IconAudioLine.js} +0 -0
- /package/es/{IconAudioOffLine.js → generated/IconAudioOffLine.js} +0 -0
- /package/es/{IconAudioOffSolid.js → generated/IconAudioOffSolid.js} +0 -0
- /package/es/{IconAudioSolid.js → generated/IconAudioSolid.js} +0 -0
- /package/es/{IconAwardLine.js → generated/IconAwardLine.js} +0 -0
- /package/es/{IconAwardSolid.js → generated/IconAwardSolid.js} +0 -0
- /package/es/{IconBankLine.js → generated/IconBankLine.js} +0 -0
- /package/es/{IconBankSolid.js → generated/IconBankSolid.js} +0 -0
- /package/es/{IconBlueprintLine.js → generated/IconBlueprintLine.js} +0 -0
- /package/es/{IconBlueprintLockLine.js → generated/IconBlueprintLockLine.js} +0 -0
- /package/es/{IconBlueprintLockSolid.js → generated/IconBlueprintLockSolid.js} +0 -0
- /package/es/{IconBlueprintSolid.js → generated/IconBlueprintSolid.js} +0 -0
- /package/es/{IconBoldLine.js → generated/IconBoldLine.js} +0 -0
- /package/es/{IconBoldSolid.js → generated/IconBoldSolid.js} +0 -0
- /package/es/{IconBookmarkLine.js → generated/IconBookmarkLine.js} +0 -0
- /package/es/{IconBookmarkSolid.js → generated/IconBookmarkSolid.js} +0 -0
- /package/es/{IconBoxLine.js → generated/IconBoxLine.js} +0 -0
- /package/es/{IconBoxSolid.js → generated/IconBoxSolid.js} +0 -0
- /package/es/{IconBulletListAlphaLine.js → generated/IconBulletListAlphaLine.js} +0 -0
- /package/es/{IconBulletListAlphaSolid.js → generated/IconBulletListAlphaSolid.js} +0 -0
- /package/es/{IconBulletListCircleOutlineLine.js → generated/IconBulletListCircleOutlineLine.js} +0 -0
- /package/es/{IconBulletListCircleOutlineSolid.js → generated/IconBulletListCircleOutlineSolid.js} +0 -0
- /package/es/{IconBulletListLine.js → generated/IconBulletListLine.js} +0 -0
- /package/es/{IconBulletListRomanLine.js → generated/IconBulletListRomanLine.js} +0 -0
- /package/es/{IconBulletListRomanSolid.js → generated/IconBulletListRomanSolid.js} +0 -0
- /package/es/{IconBulletListSolid.js → generated/IconBulletListSolid.js} +0 -0
- /package/es/{IconBulletListSquareLine.js → generated/IconBulletListSquareLine.js} +0 -0
- /package/es/{IconBulletListSquareSolid.js → generated/IconBulletListSquareSolid.js} +0 -0
- /package/es/{IconButtonAndIconMakerLine.js → generated/IconButtonAndIconMakerLine.js} +0 -0
- /package/es/{IconButtonAndIconMakerSolid.js → generated/IconButtonAndIconMakerSolid.js} +0 -0
- /package/es/{IconCalculatorDesmosLine.js → generated/IconCalculatorDesmosLine.js} +0 -0
- /package/es/{IconCalculatorDesmosSolid.js → generated/IconCalculatorDesmosSolid.js} +0 -0
- /package/es/{IconCalculatorLine.js → generated/IconCalculatorLine.js} +0 -0
- /package/es/{IconCalculatorSolid.js → generated/IconCalculatorSolid.js} +0 -0
- /package/es/{IconCalendarAddLine.js → generated/IconCalendarAddLine.js} +0 -0
- /package/es/{IconCalendarAddSolid.js → generated/IconCalendarAddSolid.js} +0 -0
- /package/es/{IconCalendarClockLine.js → generated/IconCalendarClockLine.js} +0 -0
- /package/es/{IconCalendarClockSolid.js → generated/IconCalendarClockSolid.js} +0 -0
- /package/es/{IconCalendarDayLine.js → generated/IconCalendarDayLine.js} +0 -0
- /package/es/{IconCalendarDaySolid.js → generated/IconCalendarDaySolid.js} +0 -0
- /package/es/{IconCalendarDaysLine.js → generated/IconCalendarDaysLine.js} +0 -0
- /package/es/{IconCalendarDaysSolid.js → generated/IconCalendarDaysSolid.js} +0 -0
- /package/es/{IconCalendarMonthLine.js → generated/IconCalendarMonthLine.js} +0 -0
- /package/es/{IconCalendarMonthSolid.js → generated/IconCalendarMonthSolid.js} +0 -0
- /package/es/{IconCalendarReservedLine.js → generated/IconCalendarReservedLine.js} +0 -0
- /package/es/{IconCalendarReservedSolid.js → generated/IconCalendarReservedSolid.js} +0 -0
- /package/es/{IconCanvasLogoLine.js → generated/IconCanvasLogoLine.js} +0 -0
- /package/es/{IconCanvasLogoSolid.js → generated/IconCanvasLogoSolid.js} +0 -0
- /package/es/{IconCertifiedLine.js → generated/IconCertifiedLine.js} +0 -0
- /package/es/{IconCertifiedSolid.js → generated/IconCertifiedSolid.js} +0 -0
- /package/es/{IconChartLineLine.js → generated/IconChartLineLine.js} +0 -0
- /package/es/{IconChartLineSolid.js → generated/IconChartLineSolid.js} +0 -0
- /package/es/{IconChartPieLine.js → generated/IconChartPieLine.js} +0 -0
- /package/es/{IconChartPieSolid.js → generated/IconChartPieSolid.js} +0 -0
- /package/es/{IconChartScatterLine.js → generated/IconChartScatterLine.js} +0 -0
- /package/es/{IconChartScatterSolid.js → generated/IconChartScatterSolid.js} +0 -0
- /package/es/{IconChatLine.js → generated/IconChatLine.js} +0 -0
- /package/es/{IconChatSolid.js → generated/IconChatSolid.js} +0 -0
- /package/es/{IconCheckDarkLine.js → generated/IconCheckDarkLine.js} +0 -0
- /package/es/{IconCheckDarkSolid.js → generated/IconCheckDarkSolid.js} +0 -0
- /package/es/{IconCheckLine.js → generated/IconCheckLine.js} +0 -0
- /package/es/{IconCheckMarkIndeterminateLine.js → generated/IconCheckMarkIndeterminateLine.js} +0 -0
- /package/es/{IconCheckMarkIndeterminateSolid.js → generated/IconCheckMarkIndeterminateSolid.js} +0 -0
- /package/es/{IconCheckMarkLine.js → generated/IconCheckMarkLine.js} +0 -0
- /package/es/{IconCheckMarkSolid.js → generated/IconCheckMarkSolid.js} +0 -0
- /package/es/{IconCheckPlusLine.js → generated/IconCheckPlusLine.js} +0 -0
- /package/es/{IconCheckPlusSolid.js → generated/IconCheckPlusSolid.js} +0 -0
- /package/es/{IconCheckSolid.js → generated/IconCheckSolid.js} +0 -0
- /package/es/{IconCircleArrowDownLine.js → generated/IconCircleArrowDownLine.js} +0 -0
- /package/es/{IconCircleArrowDownSolid.js → generated/IconCircleArrowDownSolid.js} +0 -0
- /package/es/{IconCircleArrowUpLine.js → generated/IconCircleArrowUpLine.js} +0 -0
- /package/es/{IconCircleArrowUpSolid.js → generated/IconCircleArrowUpSolid.js} +0 -0
- /package/es/{IconClearTextFormattingLine.js → generated/IconClearTextFormattingLine.js} +0 -0
- /package/es/{IconClearTextFormattingSolid.js → generated/IconClearTextFormattingSolid.js} +0 -0
- /package/es/{IconClockLine.js → generated/IconClockLine.js} +0 -0
- /package/es/{IconClockSolid.js → generated/IconClockSolid.js} +0 -0
- /package/es/{IconClosedCaptioningLine.js → generated/IconClosedCaptioningLine.js} +0 -0
- /package/es/{IconClosedCaptioningOffLine.js → generated/IconClosedCaptioningOffLine.js} +0 -0
- /package/es/{IconClosedCaptioningOffSolid.js → generated/IconClosedCaptioningOffSolid.js} +0 -0
- /package/es/{IconClosedCaptioningOnLine.js → generated/IconClosedCaptioningOnLine.js} +0 -0
- /package/es/{IconClosedCaptioningOnSolid.js → generated/IconClosedCaptioningOnSolid.js} +0 -0
- /package/es/{IconClosedCaptioningSolid.js → generated/IconClosedCaptioningSolid.js} +0 -0
- /package/es/{IconCloudDownloadLine.js → generated/IconCloudDownloadLine.js} +0 -0
- /package/es/{IconCloudDownloadSolid.js → generated/IconCloudDownloadSolid.js} +0 -0
- /package/es/{IconCloudLockLine.js → generated/IconCloudLockLine.js} +0 -0
- /package/es/{IconCloudLockSolid.js → generated/IconCloudLockSolid.js} +0 -0
- /package/es/{IconCloudUploadLine.js → generated/IconCloudUploadLine.js} +0 -0
- /package/es/{IconCloudUploadSolid.js → generated/IconCloudUploadSolid.js} +0 -0
- /package/es/{IconCodeLine.js → generated/IconCodeLine.js} +0 -0
- /package/es/{IconCodeSolid.js → generated/IconCodeSolid.js} +0 -0
- /package/es/{IconCollapseLine.js → generated/IconCollapseLine.js} +0 -0
- /package/es/{IconCollapseSolid.js → generated/IconCollapseSolid.js} +0 -0
- /package/es/{IconCollectionLine.js → generated/IconCollectionLine.js} +0 -0
- /package/es/{IconCollectionSaveLine.js → generated/IconCollectionSaveLine.js} +0 -0
- /package/es/{IconCollectionSaveSolid.js → generated/IconCollectionSaveSolid.js} +0 -0
- /package/es/{IconCollectionSolid.js → generated/IconCollectionSolid.js} +0 -0
- /package/es/{IconCommentLine.js → generated/IconCommentLine.js} +0 -0
- /package/es/{IconCommentSolid.js → generated/IconCommentSolid.js} +0 -0
- /package/es/{IconCommentsOffLine.js → generated/IconCommentsOffLine.js} +0 -0
- /package/es/{IconCommentsOffSolid.js → generated/IconCommentsOffSolid.js} +0 -0
- /package/es/{IconCommentsOnLine.js → generated/IconCommentsOnLine.js} +0 -0
- /package/es/{IconCommentsOnSolid.js → generated/IconCommentsOnSolid.js} +0 -0
- /package/es/{IconCommonsLine.js → generated/IconCommonsLine.js} +0 -0
- /package/es/{IconCommonsSolid.js → generated/IconCommonsSolid.js} +0 -0
- /package/es/{IconCompareLine.js → generated/IconCompareLine.js} +0 -0
- /package/es/{IconCompareSolid.js → generated/IconCompareSolid.js} +0 -0
- /package/es/{IconCompassLine.js → generated/IconCompassLine.js} +0 -0
- /package/es/{IconCompassSolid.js → generated/IconCompassSolid.js} +0 -0
- /package/es/{IconCompleteLine.js → generated/IconCompleteLine.js} +0 -0
- /package/es/{IconCompleteSolid.js → generated/IconCompleteSolid.js} +0 -0
- /package/es/{IconComposeLine.js → generated/IconComposeLine.js} +0 -0
- /package/es/{IconComposeSolid.js → generated/IconComposeSolid.js} +0 -0
- /package/es/{IconConfigureLine.js → generated/IconConfigureLine.js} +0 -0
- /package/es/{IconConfigureSolid.js → generated/IconConfigureSolid.js} +0 -0
- /package/es/{IconCopyLine.js → generated/IconCopyLine.js} +0 -0
- /package/es/{IconCopySolid.js → generated/IconCopySolid.js} +0 -0
- /package/es/{IconCoursesLine.js → generated/IconCoursesLine.js} +0 -0
- /package/es/{IconCoursesSolid.js → generated/IconCoursesSolid.js} +0 -0
- /package/es/{IconCropLine.js → generated/IconCropLine.js} +0 -0
- /package/es/{IconCropSolid.js → generated/IconCropSolid.js} +0 -0
- /package/es/{IconDashboardLine.js → generated/IconDashboardLine.js} +0 -0
- /package/es/{IconDashboardSolid.js → generated/IconDashboardSolid.js} +0 -0
- /package/es/{IconDeactivateUserLine.js → generated/IconDeactivateUserLine.js} +0 -0
- /package/es/{IconDeactivateUserSolid.js → generated/IconDeactivateUserSolid.js} +0 -0
- /package/es/{IconDiscussionCheckLine.js → generated/IconDiscussionCheckLine.js} +0 -0
- /package/es/{IconDiscussionCheckSolid.js → generated/IconDiscussionCheckSolid.js} +0 -0
- /package/es/{IconDiscussionLine.js → generated/IconDiscussionLine.js} +0 -0
- /package/es/{IconDiscussionNewLine.js → generated/IconDiscussionNewLine.js} +0 -0
- /package/es/{IconDiscussionNewSolid.js → generated/IconDiscussionNewSolid.js} +0 -0
- /package/es/{IconDiscussionReply2Line.js → generated/IconDiscussionReply2Line.js} +0 -0
- /package/es/{IconDiscussionReply2Solid.js → generated/IconDiscussionReply2Solid.js} +0 -0
- /package/es/{IconDiscussionSolid.js → generated/IconDiscussionSolid.js} +0 -0
- /package/es/{IconDocumentLine.js → generated/IconDocumentLine.js} +0 -0
- /package/es/{IconDocumentSolid.js → generated/IconDocumentSolid.js} +0 -0
- /package/es/{IconDownloadLine.js → generated/IconDownloadLine.js} +0 -0
- /package/es/{IconDownloadSolid.js → generated/IconDownloadSolid.js} +0 -0
- /package/es/{IconDragHandleLine.js → generated/IconDragHandleLine.js} +0 -0
- /package/es/{IconDragHandleSolid.js → generated/IconDragHandleSolid.js} +0 -0
- /package/es/{IconDropDownLine.js → generated/IconDropDownLine.js} +0 -0
- /package/es/{IconDropDownSolid.js → generated/IconDropDownSolid.js} +0 -0
- /package/es/{IconDuplicateLine.js → generated/IconDuplicateLine.js} +0 -0
- /package/es/{IconDuplicateSolid.js → generated/IconDuplicateSolid.js} +0 -0
- /package/es/{IconEditLine.js → generated/IconEditLine.js} +0 -0
- /package/es/{IconEditSolid.js → generated/IconEditSolid.js} +0 -0
- /package/es/{IconEducatorsLine.js → generated/IconEducatorsLine.js} +0 -0
- /package/es/{IconEducatorsSolid.js → generated/IconEducatorsSolid.js} +0 -0
- /package/es/{IconElevateLogoLine.js → generated/IconElevateLogoLine.js} +0 -0
- /package/es/{IconElevateLogoSolid.js → generated/IconElevateLogoSolid.js} +0 -0
- /package/es/{IconEmailLine.js → generated/IconEmailLine.js} +0 -0
- /package/es/{IconEmailSolid.js → generated/IconEmailSolid.js} +0 -0
- /package/es/{IconEmptyLine.js → generated/IconEmptyLine.js} +0 -0
- /package/es/{IconEmptySolid.js → generated/IconEmptySolid.js} +0 -0
- /package/es/{IconEndLine.js → generated/IconEndLine.js} +0 -0
- /package/es/{IconEndSolid.js → generated/IconEndSolid.js} +0 -0
- /package/es/{IconEportfolioLine.js → generated/IconEportfolioLine.js} +0 -0
- /package/es/{IconEportfolioSolid.js → generated/IconEportfolioSolid.js} +0 -0
- /package/es/{IconEquationLine.js → generated/IconEquationLine.js} +0 -0
- /package/es/{IconEquationSolid.js → generated/IconEquationSolid.js} +0 -0
- /package/es/{IconEquellaLine.js → generated/IconEquellaLine.js} +0 -0
- /package/es/{IconEquellaSolid.js → generated/IconEquellaSolid.js} +0 -0
- /package/es/{IconEssayLine.js → generated/IconEssayLine.js} +0 -0
- /package/es/{IconEssaySolid.js → generated/IconEssaySolid.js} +0 -0
- /package/es/{IconExitFullScreenLine.js → generated/IconExitFullScreenLine.js} +0 -0
- /package/es/{IconExitFullScreenSolid.js → generated/IconExitFullScreenSolid.js} +0 -0
- /package/es/{IconExpandItemsLine.js → generated/IconExpandItemsLine.js} +0 -0
- /package/es/{IconExpandItemsSolid.js → generated/IconExpandItemsSolid.js} +0 -0
- /package/es/{IconExpandLine.js → generated/IconExpandLine.js} +0 -0
- /package/es/{IconExpandSolid.js → generated/IconExpandSolid.js} +0 -0
- /package/es/{IconExpandStartLine.js → generated/IconExpandStartLine.js} +0 -0
- /package/es/{IconExpandStartSolid.js → generated/IconExpandStartSolid.js} +0 -0
- /package/es/{IconExportContentLine.js → generated/IconExportContentLine.js} +0 -0
- /package/es/{IconExportContentSolid.js → generated/IconExportContentSolid.js} +0 -0
- /package/es/{IconExportLine.js → generated/IconExportLine.js} +0 -0
- /package/es/{IconExportSolid.js → generated/IconExportSolid.js} +0 -0
- /package/es/{IconExternalLinkLine.js → generated/IconExternalLinkLine.js} +0 -0
- /package/es/{IconExternalLinkSolid.js → generated/IconExternalLinkSolid.js} +0 -0
- /package/es/{IconEyeLine.js → generated/IconEyeLine.js} +0 -0
- /package/es/{IconEyeSolid.js → generated/IconEyeSolid.js} +0 -0
- /package/es/{IconFacebookBoxedLine.js → generated/IconFacebookBoxedLine.js} +0 -0
- /package/es/{IconFacebookBoxedSolid.js → generated/IconFacebookBoxedSolid.js} +0 -0
- /package/es/{IconFacebookLine.js → generated/IconFacebookLine.js} +0 -0
- /package/es/{IconFacebookSolid.js → generated/IconFacebookSolid.js} +0 -0
- /package/es/{IconFastForwardLine.js → generated/IconFastForwardLine.js} +0 -0
- /package/es/{IconFastForwardSolid.js → generated/IconFastForwardSolid.js} +0 -0
- /package/es/{IconFeedbackLine.js → generated/IconFeedbackLine.js} +0 -0
- /package/es/{IconFeedbackSolid.js → generated/IconFeedbackSolid.js} +0 -0
- /package/es/{IconFileLockedLine.js → generated/IconFileLockedLine.js} +0 -0
- /package/es/{IconFileLockedSolid.js → generated/IconFileLockedSolid.js} +0 -0
- /package/es/{IconFilesCopyrightLine.js → generated/IconFilesCopyrightLine.js} +0 -0
- /package/es/{IconFilesCopyrightSolid.js → generated/IconFilesCopyrightSolid.js} +0 -0
- /package/es/{IconFilesCreativeCommonsLine.js → generated/IconFilesCreativeCommonsLine.js} +0 -0
- /package/es/{IconFilesCreativeCommonsSolid.js → generated/IconFilesCreativeCommonsSolid.js} +0 -0
- /package/es/{IconFilesFairUseLine.js → generated/IconFilesFairUseLine.js} +0 -0
- /package/es/{IconFilesFairUseSolid.js → generated/IconFilesFairUseSolid.js} +0 -0
- /package/es/{IconFilesObtainedPermissionLine.js → generated/IconFilesObtainedPermissionLine.js} +0 -0
- /package/es/{IconFilesObtainedPermissionSolid.js → generated/IconFilesObtainedPermissionSolid.js} +0 -0
- /package/es/{IconFilesPublicDomainLine.js → generated/IconFilesPublicDomainLine.js} +0 -0
- /package/es/{IconFilesPublicDomainSolid.js → generated/IconFilesPublicDomainSolid.js} +0 -0
- /package/es/{IconFilmstripLine.js → generated/IconFilmstripLine.js} +0 -0
- /package/es/{IconFilmstripSolid.js → generated/IconFilmstripSolid.js} +0 -0
- /package/es/{IconFilterLine.js → generated/IconFilterLine.js} +0 -0
- /package/es/{IconFilterSolid.js → generated/IconFilterSolid.js} +0 -0
- /package/es/{IconFlagLine.js → generated/IconFlagLine.js} +0 -0
- /package/es/{IconFlagSolid.js → generated/IconFlagSolid.js} +0 -0
- /package/es/{IconFolderLine.js → generated/IconFolderLine.js} +0 -0
- /package/es/{IconFolderLockedLine.js → generated/IconFolderLockedLine.js} +0 -0
- /package/es/{IconFolderLockedSolid.js → generated/IconFolderLockedSolid.js} +0 -0
- /package/es/{IconFolderSolid.js → generated/IconFolderSolid.js} +0 -0
- /package/es/{IconForwardLine.js → generated/IconForwardLine.js} +0 -0
- /package/es/{IconForwardSolid.js → generated/IconForwardSolid.js} +0 -0
- /package/es/{IconFullScreenLine.js → generated/IconFullScreenLine.js} +0 -0
- /package/es/{IconFullScreenSolid.js → generated/IconFullScreenSolid.js} +0 -0
- /package/es/{IconGithubLine.js → generated/IconGithubLine.js} +0 -0
- /package/es/{IconGithubSolid.js → generated/IconGithubSolid.js} +0 -0
- /package/es/{IconGiveAwardLine.js → generated/IconGiveAwardLine.js} +0 -0
- /package/es/{IconGiveAwardSolid.js → generated/IconGiveAwardSolid.js} +0 -0
- /package/es/{IconGradebookExportLine.js → generated/IconGradebookExportLine.js} +0 -0
- /package/es/{IconGradebookExportSolid.js → generated/IconGradebookExportSolid.js} +0 -0
- /package/es/{IconGradebookImportLine.js → generated/IconGradebookImportLine.js} +0 -0
- /package/es/{IconGradebookImportSolid.js → generated/IconGradebookImportSolid.js} +0 -0
- /package/es/{IconGradebookLine.js → generated/IconGradebookLine.js} +0 -0
- /package/es/{IconGradebookSolid.js → generated/IconGradebookSolid.js} +0 -0
- /package/es/{IconGridViewLine.js → generated/IconGridViewLine.js} +0 -0
- /package/es/{IconGridViewSolid.js → generated/IconGridViewSolid.js} +0 -0
- /package/es/{IconGroupDarkNewLine.js → generated/IconGroupDarkNewLine.js} +0 -0
- /package/es/{IconGroupDarkNewSolid.js → generated/IconGroupDarkNewSolid.js} +0 -0
- /package/es/{IconGroupLine.js → generated/IconGroupLine.js} +0 -0
- /package/es/{IconGroupNewLine.js → generated/IconGroupNewLine.js} +0 -0
- /package/es/{IconGroupNewSolid.js → generated/IconGroupNewSolid.js} +0 -0
- /package/es/{IconGroupSolid.js → generated/IconGroupSolid.js} +0 -0
- /package/es/{IconHamburgerLine.js → generated/IconHamburgerLine.js} +0 -0
- /package/es/{IconHamburgerSolid.js → generated/IconHamburgerSolid.js} +0 -0
- /package/es/{IconHeaderLine.js → generated/IconHeaderLine.js} +0 -0
- /package/es/{IconHeaderSolid.js → generated/IconHeaderSolid.js} +0 -0
- /package/es/{IconHeartLine.js → generated/IconHeartLine.js} +0 -0
- /package/es/{IconHeartSolid.js → generated/IconHeartSolid.js} +0 -0
- /package/es/{IconHighlighterLine.js → generated/IconHighlighterLine.js} +0 -0
- /package/es/{IconHighlighterSolid.js → generated/IconHighlighterSolid.js} +0 -0
- /package/es/{IconHomeLine.js → generated/IconHomeLine.js} +0 -0
- /package/es/{IconHomeSolid.js → generated/IconHomeSolid.js} +0 -0
- /package/es/{IconHourGlassLine.js → generated/IconHourGlassLine.js} +0 -0
- /package/es/{IconHourGlassSolid.js → generated/IconHourGlassSolid.js} +0 -0
- /package/es/{IconImageLine.js → generated/IconImageLine.js} +0 -0
- /package/es/{IconImageSolid.js → generated/IconImageSolid.js} +0 -0
- /package/es/{IconImmersiveReaderLine.js → generated/IconImmersiveReaderLine.js} +0 -0
- /package/es/{IconImmersiveReaderSolid.js → generated/IconImmersiveReaderSolid.js} +0 -0
- /package/es/{IconImpactLogoLine.js → generated/IconImpactLogoLine.js} +0 -0
- /package/es/{IconImpactLogoSolid.js → generated/IconImpactLogoSolid.js} +0 -0
- /package/es/{IconImportContentLine.js → generated/IconImportContentLine.js} +0 -0
- /package/es/{IconImportContentSolid.js → generated/IconImportContentSolid.js} +0 -0
- /package/es/{IconImportLine.js → generated/IconImportLine.js} +0 -0
- /package/es/{IconImportSolid.js → generated/IconImportSolid.js} +0 -0
- /package/es/{IconImportantDatesLine.js → generated/IconImportantDatesLine.js} +0 -0
- /package/es/{IconImportantDatesSolid.js → generated/IconImportantDatesSolid.js} +0 -0
- /package/es/{IconInboxLine.js → generated/IconInboxLine.js} +0 -0
- /package/es/{IconInboxSolid.js → generated/IconInboxSolid.js} +0 -0
- /package/es/{IconIndent2Line.js → generated/IconIndent2Line.js} +0 -0
- /package/es/{IconIndent2Solid.js → generated/IconIndent2Solid.js} +0 -0
- /package/es/{IconIndentLine.js → generated/IconIndentLine.js} +0 -0
- /package/es/{IconIndentSolid.js → generated/IconIndentSolid.js} +0 -0
- /package/es/{IconInfoBorderlessLine.js → generated/IconInfoBorderlessLine.js} +0 -0
- /package/es/{IconInfoBorderlessSolid.js → generated/IconInfoBorderlessSolid.js} +0 -0
- /package/es/{IconInfoLine.js → generated/IconInfoLine.js} +0 -0
- /package/es/{IconInfoSolid.js → generated/IconInfoSolid.js} +0 -0
- /package/es/{IconInstructure1DotLine.js → generated/IconInstructure1DotLine.js} +0 -0
- /package/es/{IconInstructure1DotSolid.js → generated/IconInstructure1DotSolid.js} +0 -0
- /package/es/{IconInstructure3DotLine.js → generated/IconInstructure3DotLine.js} +0 -0
- /package/es/{IconInstructure3DotSolid.js → generated/IconInstructure3DotSolid.js} +0 -0
- /package/es/{IconInstructureLogoLine.js → generated/IconInstructureLogoLine.js} +0 -0
- /package/es/{IconInstructureLogoSolid.js → generated/IconInstructureLogoSolid.js} +0 -0
- /package/es/{IconIntegrationsLine.js → generated/IconIntegrationsLine.js} +0 -0
- /package/es/{IconIntegrationsSolid.js → generated/IconIntegrationsSolid.js} +0 -0
- /package/es/{IconInvitationLine.js → generated/IconInvitationLine.js} +0 -0
- /package/es/{IconInvitationSolid.js → generated/IconInvitationSolid.js} +0 -0
- /package/es/{IconItalicLine.js → generated/IconItalicLine.js} +0 -0
- /package/es/{IconItalicSolid.js → generated/IconItalicSolid.js} +0 -0
- /package/es/{IconKeyboardShortcutsLine.js → generated/IconKeyboardShortcutsLine.js} +0 -0
- /package/es/{IconKeyboardShortcutsSolid.js → generated/IconKeyboardShortcutsSolid.js} +0 -0
- /package/es/{IconLaunchLine.js → generated/IconLaunchLine.js} +0 -0
- /package/es/{IconLaunchSolid.js → generated/IconLaunchSolid.js} +0 -0
- /package/es/{IconLearnplatformLine.js → generated/IconLearnplatformLine.js} +0 -0
- /package/es/{IconLearnplatformSolid.js → generated/IconLearnplatformSolid.js} +0 -0
- /package/es/{IconLifePreserverLine.js → generated/IconLifePreserverLine.js} +0 -0
- /package/es/{IconLifePreserverSolid.js → generated/IconLifePreserverSolid.js} +0 -0
- /package/es/{IconLikeLine.js → generated/IconLikeLine.js} +0 -0
- /package/es/{IconLikeSolid.js → generated/IconLikeSolid.js} +0 -0
- /package/es/{IconLineReaderLine.js → generated/IconLineReaderLine.js} +0 -0
- /package/es/{IconLineReaderSolid.js → generated/IconLineReaderSolid.js} +0 -0
- /package/es/{IconLinkLine.js → generated/IconLinkLine.js} +0 -0
- /package/es/{IconLinkSolid.js → generated/IconLinkSolid.js} +0 -0
- /package/es/{IconLinkedinLine.js → generated/IconLinkedinLine.js} +0 -0
- /package/es/{IconLinkedinSolid.js → generated/IconLinkedinSolid.js} +0 -0
- /package/es/{IconListViewLine.js → generated/IconListViewLine.js} +0 -0
- /package/es/{IconListViewSolid.js → generated/IconListViewSolid.js} +0 -0
- /package/es/{IconLockLine.js → generated/IconLockLine.js} +0 -0
- /package/es/{IconLockSolid.js → generated/IconLockSolid.js} +0 -0
- /package/es/{IconLtiLine.js → generated/IconLtiLine.js} +0 -0
- /package/es/{IconLtiSolid.js → generated/IconLtiSolid.js} +0 -0
- /package/es/{IconMarkAsReadLine.js → generated/IconMarkAsReadLine.js} +0 -0
- /package/es/{IconMarkAsReadSolid.js → generated/IconMarkAsReadSolid.js} +0 -0
- /package/es/{IconMarkerLine.js → generated/IconMarkerLine.js} +0 -0
- /package/es/{IconMarkerSolid.js → generated/IconMarkerSolid.js} +0 -0
- /package/es/{IconMasqueradeLine.js → generated/IconMasqueradeLine.js} +0 -0
- /package/es/{IconMasqueradeSolid.js → generated/IconMasqueradeSolid.js} +0 -0
- /package/es/{IconMasteryLogoLine.js → generated/IconMasteryLogoLine.js} +0 -0
- /package/es/{IconMasteryLogoSolid.js → generated/IconMasteryLogoSolid.js} +0 -0
- /package/es/{IconMasteryPathsLine.js → generated/IconMasteryPathsLine.js} +0 -0
- /package/es/{IconMasteryPathsSolid.js → generated/IconMasteryPathsSolid.js} +0 -0
- /package/es/{IconMaterialsRequiredLine.js → generated/IconMaterialsRequiredLine.js} +0 -0
- /package/es/{IconMaterialsRequiredSolid.js → generated/IconMaterialsRequiredSolid.js} +0 -0
- /package/es/{IconMatureLine.js → generated/IconMatureLine.js} +0 -0
- /package/es/{IconMatureSolid.js → generated/IconMatureSolid.js} +0 -0
- /package/es/{IconMediaLine.js → generated/IconMediaLine.js} +0 -0
- /package/es/{IconMediaSolid.js → generated/IconMediaSolid.js} +0 -0
- /package/es/{IconMessageLine.js → generated/IconMessageLine.js} +0 -0
- /package/es/{IconMessageSolid.js → generated/IconMessageSolid.js} +0 -0
- /package/es/{IconMicLine.js → generated/IconMicLine.js} +0 -0
- /package/es/{IconMicOffLine.js → generated/IconMicOffLine.js} +0 -0
- /package/es/{IconMicOffSolid.js → generated/IconMicOffSolid.js} +0 -0
- /package/es/{IconMicSolid.js → generated/IconMicSolid.js} +0 -0
- /package/es/{IconMiniArrowDoubleLine.js → generated/IconMiniArrowDoubleLine.js} +0 -0
- /package/es/{IconMiniArrowDoubleSolid.js → generated/IconMiniArrowDoubleSolid.js} +0 -0
- /package/es/{IconMiniArrowDownLine.js → generated/IconMiniArrowDownLine.js} +0 -0
- /package/es/{IconMiniArrowDownSolid.js → generated/IconMiniArrowDownSolid.js} +0 -0
- /package/es/{IconMiniArrowEndLine.js → generated/IconMiniArrowEndLine.js} +0 -0
- /package/es/{IconMiniArrowEndSolid.js → generated/IconMiniArrowEndSolid.js} +0 -0
- /package/es/{IconMiniArrowStartLine.js → generated/IconMiniArrowStartLine.js} +0 -0
- /package/es/{IconMiniArrowStartSolid.js → generated/IconMiniArrowStartSolid.js} +0 -0
- /package/es/{IconMiniArrowUpLine.js → generated/IconMiniArrowUpLine.js} +0 -0
- /package/es/{IconMiniArrowUpSolid.js → generated/IconMiniArrowUpSolid.js} +0 -0
- /package/es/{IconMinimizeLine.js → generated/IconMinimizeLine.js} +0 -0
- /package/es/{IconMinimizeSolid.js → generated/IconMinimizeSolid.js} +0 -0
- /package/es/{IconModuleLine.js → generated/IconModuleLine.js} +0 -0
- /package/es/{IconModuleSolid.js → generated/IconModuleSolid.js} +0 -0
- /package/es/{IconMoreLine.js → generated/IconMoreLine.js} +0 -0
- /package/es/{IconMoreSolid.js → generated/IconMoreSolid.js} +0 -0
- /package/es/{IconMoveDownBottomLine.js → generated/IconMoveDownBottomLine.js} +0 -0
- /package/es/{IconMoveDownBottomSolid.js → generated/IconMoveDownBottomSolid.js} +0 -0
- /package/es/{IconMoveDownLine.js → generated/IconMoveDownLine.js} +0 -0
- /package/es/{IconMoveDownSolid.js → generated/IconMoveDownSolid.js} +0 -0
- /package/es/{IconMoveEndLine.js → generated/IconMoveEndLine.js} +0 -0
- /package/es/{IconMoveEndSolid.js → generated/IconMoveEndSolid.js} +0 -0
- /package/es/{IconMoveStartLine.js → generated/IconMoveStartLine.js} +0 -0
- /package/es/{IconMoveStartSolid.js → generated/IconMoveStartSolid.js} +0 -0
- /package/es/{IconMoveUpLine.js → generated/IconMoveUpLine.js} +0 -0
- /package/es/{IconMoveUpSolid.js → generated/IconMoveUpSolid.js} +0 -0
- /package/es/{IconMoveUpTopLine.js → generated/IconMoveUpTopLine.js} +0 -0
- /package/es/{IconMoveUpTopSolid.js → generated/IconMoveUpTopSolid.js} +0 -0
- /package/es/{IconMsExcelLine.js → generated/IconMsExcelLine.js} +0 -0
- /package/es/{IconMsExcelSolid.js → generated/IconMsExcelSolid.js} +0 -0
- /package/es/{IconMsPptLine.js → generated/IconMsPptLine.js} +0 -0
- /package/es/{IconMsPptSolid.js → generated/IconMsPptSolid.js} +0 -0
- /package/es/{IconMsWordLine.js → generated/IconMsWordLine.js} +0 -0
- /package/es/{IconMsWordSolid.js → generated/IconMsWordSolid.js} +0 -0
- /package/es/{IconMutedLine.js → generated/IconMutedLine.js} +0 -0
- /package/es/{IconMutedSolid.js → generated/IconMutedSolid.js} +0 -0
- /package/es/{IconNeutralLine.js → generated/IconNeutralLine.js} +0 -0
- /package/es/{IconNeutralSolid.js → generated/IconNeutralSolid.js} +0 -0
- /package/es/{IconNextUnreadLine.js → generated/IconNextUnreadLine.js} +0 -0
- /package/es/{IconNextUnreadSolid.js → generated/IconNextUnreadSolid.js} +0 -0
- /package/es/{IconNoLine.js → generated/IconNoLine.js} +0 -0
- /package/es/{IconNoSolid.js → generated/IconNoSolid.js} +0 -0
- /package/es/{IconNotGradedLine.js → generated/IconNotGradedLine.js} +0 -0
- /package/es/{IconNotGradedSolid.js → generated/IconNotGradedSolid.js} +0 -0
- /package/es/{IconNoteLine.js → generated/IconNoteLine.js} +0 -0
- /package/es/{IconNoteSolid.js → generated/IconNoteSolid.js} +0 -0
- /package/es/{IconNotepadLine.js → generated/IconNotepadLine.js} +0 -0
- /package/es/{IconNotepadSolid.js → generated/IconNotepadSolid.js} +0 -0
- /package/es/{IconNumberedListLine.js → generated/IconNumberedListLine.js} +0 -0
- /package/es/{IconNumberedListSolid.js → generated/IconNumberedListSolid.js} +0 -0
- /package/es/{IconOffLine.js → generated/IconOffLine.js} +0 -0
- /package/es/{IconOffSolid.js → generated/IconOffSolid.js} +0 -0
- /package/es/{IconOpenFolderLine.js → generated/IconOpenFolderLine.js} +0 -0
- /package/es/{IconOpenFolderSolid.js → generated/IconOpenFolderSolid.js} +0 -0
- /package/es/{IconOutcomesLine.js → generated/IconOutcomesLine.js} +0 -0
- /package/es/{IconOutcomesSolid.js → generated/IconOutcomesSolid.js} +0 -0
- /package/es/{IconOutdent2Line.js → generated/IconOutdent2Line.js} +0 -0
- /package/es/{IconOutdent2Solid.js → generated/IconOutdent2Solid.js} +0 -0
- /package/es/{IconOutdentLine.js → generated/IconOutdentLine.js} +0 -0
- /package/es/{IconOutdentSolid.js → generated/IconOutdentSolid.js} +0 -0
- /package/es/{IconOvalHalfLine.js → generated/IconOvalHalfLine.js} +0 -0
- /package/es/{IconOvalHalfSolid.js → generated/IconOvalHalfSolid.js} +0 -0
- /package/es/{IconPageDownLine.js → generated/IconPageDownLine.js} +0 -0
- /package/es/{IconPageDownSolid.js → generated/IconPageDownSolid.js} +0 -0
- /package/es/{IconPageUpLine.js → generated/IconPageUpLine.js} +0 -0
- /package/es/{IconPageUpSolid.js → generated/IconPageUpSolid.js} +0 -0
- /package/es/{IconPaintLine.js → generated/IconPaintLine.js} +0 -0
- /package/es/{IconPaintSolid.js → generated/IconPaintSolid.js} +0 -0
- /package/es/{IconPaperclipLine.js → generated/IconPaperclipLine.js} +0 -0
- /package/es/{IconPaperclipSolid.js → generated/IconPaperclipSolid.js} +0 -0
- /package/es/{IconPartialLine.js → generated/IconPartialLine.js} +0 -0
- /package/es/{IconPartialSolid.js → generated/IconPartialSolid.js} +0 -0
- /package/es/{IconPasswordResetLine.js → generated/IconPasswordResetLine.js} +0 -0
- /package/es/{IconPasswordResetSolid.js → generated/IconPasswordResetSolid.js} +0 -0
- /package/es/{IconPauseLine.js → generated/IconPauseLine.js} +0 -0
- /package/es/{IconPauseSolid.js → generated/IconPauseSolid.js} +0 -0
- /package/es/{IconPdfLine.js → generated/IconPdfLine.js} +0 -0
- /package/es/{IconPdfSolid.js → generated/IconPdfSolid.js} +0 -0
- /package/es/{IconPeerGradedLine.js → generated/IconPeerGradedLine.js} +0 -0
- /package/es/{IconPeerGradedSolid.js → generated/IconPeerGradedSolid.js} +0 -0
- /package/es/{IconPeerReviewLine.js → generated/IconPeerReviewLine.js} +0 -0
- /package/es/{IconPeerReviewSolid.js → generated/IconPeerReviewSolid.js} +0 -0
- /package/es/{IconPermissionsLine.js → generated/IconPermissionsLine.js} +0 -0
- /package/es/{IconPermissionsSolid.js → generated/IconPermissionsSolid.js} +0 -0
- /package/es/{IconPinLine.js → generated/IconPinLine.js} +0 -0
- /package/es/{IconPinSolid.js → generated/IconPinSolid.js} +0 -0
- /package/es/{IconPinterestLine.js → generated/IconPinterestLine.js} +0 -0
- /package/es/{IconPinterestSolid.js → generated/IconPinterestSolid.js} +0 -0
- /package/es/{IconPlayLine.js → generated/IconPlayLine.js} +0 -0
- /package/es/{IconPlaySolid.js → generated/IconPlaySolid.js} +0 -0
- /package/es/{IconPlusLine.js → generated/IconPlusLine.js} +0 -0
- /package/es/{IconPlusSolid.js → generated/IconPlusSolid.js} +0 -0
- /package/es/{IconPostToSisLine.js → generated/IconPostToSisLine.js} +0 -0
- /package/es/{IconPostToSisSolid.js → generated/IconPostToSisSolid.js} +0 -0
- /package/es/{IconPredictiveLine.js → generated/IconPredictiveLine.js} +0 -0
- /package/es/{IconPredictiveSolid.js → generated/IconPredictiveSolid.js} +0 -0
- /package/es/{IconPrerequisiteLine.js → generated/IconPrerequisiteLine.js} +0 -0
- /package/es/{IconPrerequisiteSolid.js → generated/IconPrerequisiteSolid.js} +0 -0
- /package/es/{IconPrinterLine.js → generated/IconPrinterLine.js} +0 -0
- /package/es/{IconPrinterSolid.js → generated/IconPrinterSolid.js} +0 -0
- /package/es/{IconProgressLine.js → generated/IconProgressLine.js} +0 -0
- /package/es/{IconProgressSolid.js → generated/IconProgressSolid.js} +0 -0
- /package/es/{IconProtractorLine.js → generated/IconProtractorLine.js} +0 -0
- /package/es/{IconProtractorSolid.js → generated/IconProtractorSolid.js} +0 -0
- /package/es/{IconPublishLine.js → generated/IconPublishLine.js} +0 -0
- /package/es/{IconPublishSolid.js → generated/IconPublishSolid.js} +0 -0
- /package/es/{IconQuestionLine.js → generated/IconQuestionLine.js} +0 -0
- /package/es/{IconQuestionSolid.js → generated/IconQuestionSolid.js} +0 -0
- /package/es/{IconQuizInstructionsLine.js → generated/IconQuizInstructionsLine.js} +0 -0
- /package/es/{IconQuizInstructionsSolid.js → generated/IconQuizInstructionsSolid.js} +0 -0
- /package/es/{IconQuizLine.js → generated/IconQuizLine.js} +0 -0
- /package/es/{IconQuizSolid.js → generated/IconQuizSolid.js} +0 -0
- /package/es/{IconQuizStatsAvgLine.js → generated/IconQuizStatsAvgLine.js} +0 -0
- /package/es/{IconQuizStatsAvgSolid.js → generated/IconQuizStatsAvgSolid.js} +0 -0
- /package/es/{IconQuizStatsCronbachsAlphaLine.js → generated/IconQuizStatsCronbachsAlphaLine.js} +0 -0
- /package/es/{IconQuizStatsCronbachsAlphaSolid.js → generated/IconQuizStatsCronbachsAlphaSolid.js} +0 -0
- /package/es/{IconQuizStatsDeviationLine.js → generated/IconQuizStatsDeviationLine.js} +0 -0
- /package/es/{IconQuizStatsDeviationSolid.js → generated/IconQuizStatsDeviationSolid.js} +0 -0
- /package/es/{IconQuizStatsHighLine.js → generated/IconQuizStatsHighLine.js} +0 -0
- /package/es/{IconQuizStatsHighSolid.js → generated/IconQuizStatsHighSolid.js} +0 -0
- /package/es/{IconQuizStatsLowLine.js → generated/IconQuizStatsLowLine.js} +0 -0
- /package/es/{IconQuizStatsLowSolid.js → generated/IconQuizStatsLowSolid.js} +0 -0
- /package/es/{IconQuizStatsTimeLine.js → generated/IconQuizStatsTimeLine.js} +0 -0
- /package/es/{IconQuizStatsTimeSolid.js → generated/IconQuizStatsTimeSolid.js} +0 -0
- /package/es/{IconQuizTitleLine.js → generated/IconQuizTitleLine.js} +0 -0
- /package/es/{IconQuizTitleSolid.js → generated/IconQuizTitleSolid.js} +0 -0
- /package/es/{IconRecordLine.js → generated/IconRecordLine.js} +0 -0
- /package/es/{IconRecordSolid.js → generated/IconRecordSolid.js} +0 -0
- /package/es/{IconRedoLine.js → generated/IconRedoLine.js} +0 -0
- /package/es/{IconRedoSolid.js → generated/IconRedoSolid.js} +0 -0
- /package/es/{IconRefreshLine.js → generated/IconRefreshLine.js} +0 -0
- /package/es/{IconRefreshSolid.js → generated/IconRefreshSolid.js} +0 -0
- /package/es/{IconRemoveBookmarkLine.js → generated/IconRemoveBookmarkLine.js} +0 -0
- /package/es/{IconRemoveBookmarkSolid.js → generated/IconRemoveBookmarkSolid.js} +0 -0
- /package/es/{IconRemoveFromCollectionLine.js → generated/IconRemoveFromCollectionLine.js} +0 -0
- /package/es/{IconRemoveFromCollectionSolid.js → generated/IconRemoveFromCollectionSolid.js} +0 -0
- /package/es/{IconRemoveLinkLine.js → generated/IconRemoveLinkLine.js} +0 -0
- /package/es/{IconRemoveLinkSolid.js → generated/IconRemoveLinkSolid.js} +0 -0
- /package/es/{IconRepliedLine.js → generated/IconRepliedLine.js} +0 -0
- /package/es/{IconRepliedSolid.js → generated/IconRepliedSolid.js} +0 -0
- /package/es/{IconReply2Line.js → generated/IconReply2Line.js} +0 -0
- /package/es/{IconReply2Solid.js → generated/IconReply2Solid.js} +0 -0
- /package/es/{IconReplyAll2Line.js → generated/IconReplyAll2Line.js} +0 -0
- /package/es/{IconReplyAll2Solid.js → generated/IconReplyAll2Solid.js} +0 -0
- /package/es/{IconReplyLine.js → generated/IconReplyLine.js} +0 -0
- /package/es/{IconReplySolid.js → generated/IconReplySolid.js} +0 -0
- /package/es/{IconResetLine.js → generated/IconResetLine.js} +0 -0
- /package/es/{IconResetSolid.js → generated/IconResetSolid.js} +0 -0
- /package/es/{IconRestoreLine.js → generated/IconRestoreLine.js} +0 -0
- /package/es/{IconRestoreSolid.js → generated/IconRestoreSolid.js} +0 -0
- /package/es/{IconReviewScreenLine.js → generated/IconReviewScreenLine.js} +0 -0
- /package/es/{IconReviewScreenSolid.js → generated/IconReviewScreenSolid.js} +0 -0
- /package/es/{IconRewindLine.js → generated/IconRewindLine.js} +0 -0
- /package/es/{IconRewindSolid.js → generated/IconRewindSolid.js} +0 -0
- /package/es/{IconRotateLeftLine.js → generated/IconRotateLeftLine.js} +0 -0
- /package/es/{IconRotateLeftSolid.js → generated/IconRotateLeftSolid.js} +0 -0
- /package/es/{IconRotateRightLine.js → generated/IconRotateRightLine.js} +0 -0
- /package/es/{IconRotateRightSolid.js → generated/IconRotateRightSolid.js} +0 -0
- /package/es/{IconRssLine.js → generated/IconRssLine.js} +0 -0
- /package/es/{IconRssSolid.js → generated/IconRssSolid.js} +0 -0
- /package/es/{IconRubricDarkLine.js → generated/IconRubricDarkLine.js} +0 -0
- /package/es/{IconRubricDarkSolid.js → generated/IconRubricDarkSolid.js} +0 -0
- /package/es/{IconRubricLine.js → generated/IconRubricLine.js} +0 -0
- /package/es/{IconRubricSolid.js → generated/IconRubricSolid.js} +0 -0
- /package/es/{IconRulerLine.js → generated/IconRulerLine.js} +0 -0
- /package/es/{IconRulerSolid.js → generated/IconRulerSolid.js} +0 -0
- /package/es/{IconSaveLine.js → generated/IconSaveLine.js} +0 -0
- /package/es/{IconSaveSolid.js → generated/IconSaveSolid.js} +0 -0
- /package/es/{IconScreenCaptureLine.js → generated/IconScreenCaptureLine.js} +0 -0
- /package/es/{IconScreenCaptureSolid.js → generated/IconScreenCaptureSolid.js} +0 -0
- /package/es/{IconSearchAiLine.js → generated/IconSearchAiLine.js} +0 -0
- /package/es/{IconSearchAiSolid.js → generated/IconSearchAiSolid.js} +0 -0
- /package/es/{IconSearchLine.js → generated/IconSearchLine.js} +0 -0
- /package/es/{IconSearchSolid.js → generated/IconSearchSolid.js} +0 -0
- /package/es/{IconSettingsLine.js → generated/IconSettingsLine.js} +0 -0
- /package/es/{IconSettingsSolid.js → generated/IconSettingsSolid.js} +0 -0
- /package/es/{IconShapeOvalLine.js → generated/IconShapeOvalLine.js} +0 -0
- /package/es/{IconShapeOvalSolid.js → generated/IconShapeOvalSolid.js} +0 -0
- /package/es/{IconShapePolygonLine.js → generated/IconShapePolygonLine.js} +0 -0
- /package/es/{IconShapePolygonSolid.js → generated/IconShapePolygonSolid.js} +0 -0
- /package/es/{IconShapeRectangleLine.js → generated/IconShapeRectangleLine.js} +0 -0
- /package/es/{IconShapeRectangleSolid.js → generated/IconShapeRectangleSolid.js} +0 -0
- /package/es/{IconShareLine.js → generated/IconShareLine.js} +0 -0
- /package/es/{IconShareSolid.js → generated/IconShareSolid.js} +0 -0
- /package/es/{IconSidebarRightHideLine.js → generated/IconSidebarRightHideLine.js} +0 -0
- /package/es/{IconSidebarRightHideSolid.js → generated/IconSidebarRightHideSolid.js} +0 -0
- /package/es/{IconSidebarRightShowLine.js → generated/IconSidebarRightShowLine.js} +0 -0
- /package/es/{IconSidebarRightShowSolid.js → generated/IconSidebarRightShowSolid.js} +0 -0
- /package/es/{IconSingleMetricLine.js → generated/IconSingleMetricLine.js} +0 -0
- /package/es/{IconSingleMetricSolid.js → generated/IconSingleMetricSolid.js} +0 -0
- /package/es/{IconSisImportedLine.js → generated/IconSisImportedLine.js} +0 -0
- /package/es/{IconSisImportedSolid.js → generated/IconSisImportedSolid.js} +0 -0
- /package/es/{IconSisNotSyncedLine.js → generated/IconSisNotSyncedLine.js} +0 -0
- /package/es/{IconSisNotSyncedSolid.js → generated/IconSisNotSyncedSolid.js} +0 -0
- /package/es/{IconSisSyncedLine.js → generated/IconSisSyncedLine.js} +0 -0
- /package/es/{IconSisSyncedSolid.js → generated/IconSisSyncedSolid.js} +0 -0
- /package/es/{IconSkypeLine.js → generated/IconSkypeLine.js} +0 -0
- /package/es/{IconSkypeSolid.js → generated/IconSkypeSolid.js} +0 -0
- /package/es/{IconSortLine.js → generated/IconSortLine.js} +0 -0
- /package/es/{IconSortSolid.js → generated/IconSortSolid.js} +0 -0
- /package/es/{IconSpeedGraderLine.js → generated/IconSpeedGraderLine.js} +0 -0
- /package/es/{IconSpeedGraderSolid.js → generated/IconSpeedGraderSolid.js} +0 -0
- /package/es/{IconStandardsLine.js → generated/IconStandardsLine.js} +0 -0
- /package/es/{IconStandardsSolid.js → generated/IconStandardsSolid.js} +0 -0
- /package/es/{IconStarLightLine.js → generated/IconStarLightLine.js} +0 -0
- /package/es/{IconStarLightSolid.js → generated/IconStarLightSolid.js} +0 -0
- /package/es/{IconStarLine.js → generated/IconStarLine.js} +0 -0
- /package/es/{IconStarSolid.js → generated/IconStarSolid.js} +0 -0
- /package/es/{IconStatsLine.js → generated/IconStatsLine.js} +0 -0
- /package/es/{IconStatsSolid.js → generated/IconStatsSolid.js} +0 -0
- /package/es/{IconStopLine.js → generated/IconStopLine.js} +0 -0
- /package/es/{IconStopSolid.js → generated/IconStopSolid.js} +0 -0
- /package/es/{IconStrikethroughLine.js → generated/IconStrikethroughLine.js} +0 -0
- /package/es/{IconStrikethroughSolid.js → generated/IconStrikethroughSolid.js} +0 -0
- /package/es/{IconStudentViewLine.js → generated/IconStudentViewLine.js} +0 -0
- /package/es/{IconStudentViewSolid.js → generated/IconStudentViewSolid.js} +0 -0
- /package/es/{IconStudioLine.js → generated/IconStudioLine.js} +0 -0
- /package/es/{IconStudioSolid.js → generated/IconStudioSolid.js} +0 -0
- /package/es/{IconSubaccountsLine.js → generated/IconSubaccountsLine.js} +0 -0
- /package/es/{IconSubaccountsSolid.js → generated/IconSubaccountsSolid.js} +0 -0
- /package/es/{IconSubtitlesLine.js → generated/IconSubtitlesLine.js} +0 -0
- /package/es/{IconSubtitlesSolid.js → generated/IconSubtitlesSolid.js} +0 -0
- /package/es/{IconSyllabusLine.js → generated/IconSyllabusLine.js} +0 -0
- /package/es/{IconSyllabusSolid.js → generated/IconSyllabusSolid.js} +0 -0
- /package/es/{IconTableCellSelectAllLine.js → generated/IconTableCellSelectAllLine.js} +0 -0
- /package/es/{IconTableCellSelectAllSolid.js → generated/IconTableCellSelectAllSolid.js} +0 -0
- /package/es/{IconTableDeleteColumnLine.js → generated/IconTableDeleteColumnLine.js} +0 -0
- /package/es/{IconTableDeleteColumnSolid.js → generated/IconTableDeleteColumnSolid.js} +0 -0
- /package/es/{IconTableDeleteRowLine.js → generated/IconTableDeleteRowLine.js} +0 -0
- /package/es/{IconTableDeleteRowSolid.js → generated/IconTableDeleteRowSolid.js} +0 -0
- /package/es/{IconTableDeleteTableLine.js → generated/IconTableDeleteTableLine.js} +0 -0
- /package/es/{IconTableDeleteTableSolid.js → generated/IconTableDeleteTableSolid.js} +0 -0
- /package/es/{IconTableInsertColumnAfterLine.js → generated/IconTableInsertColumnAfterLine.js} +0 -0
- /package/es/{IconTableInsertColumnAfterSolid.js → generated/IconTableInsertColumnAfterSolid.js} +0 -0
- /package/es/{IconTableInsertColumnBeforeLine.js → generated/IconTableInsertColumnBeforeLine.js} +0 -0
- /package/es/{IconTableInsertColumnBeforeSolid.js → generated/IconTableInsertColumnBeforeSolid.js} +0 -0
- /package/es/{IconTableInsertRowAboveLine.js → generated/IconTableInsertRowAboveLine.js} +0 -0
- /package/es/{IconTableInsertRowAboveSolid.js → generated/IconTableInsertRowAboveSolid.js} +0 -0
- /package/es/{IconTableInsertRowAfterLine.js → generated/IconTableInsertRowAfterLine.js} +0 -0
- /package/es/{IconTableInsertRowAfterSolid.js → generated/IconTableInsertRowAfterSolid.js} +0 -0
- /package/es/{IconTableLeftHeaderLine.js → generated/IconTableLeftHeaderLine.js} +0 -0
- /package/es/{IconTableLeftHeaderSolid.js → generated/IconTableLeftHeaderSolid.js} +0 -0
- /package/es/{IconTableLine.js → generated/IconTableLine.js} +0 -0
- /package/es/{IconTableMergeCellsLine.js → generated/IconTableMergeCellsLine.js} +0 -0
- /package/es/{IconTableMergeCellsSolid.js → generated/IconTableMergeCellsSolid.js} +0 -0
- /package/es/{IconTableRowPropertiesLine.js → generated/IconTableRowPropertiesLine.js} +0 -0
- /package/es/{IconTableRowPropertiesSolid.js → generated/IconTableRowPropertiesSolid.js} +0 -0
- /package/es/{IconTableSolid.js → generated/IconTableSolid.js} +0 -0
- /package/es/{IconTableSplitCellsLine.js → generated/IconTableSplitCellsLine.js} +0 -0
- /package/es/{IconTableSplitCellsSolid.js → generated/IconTableSplitCellsSolid.js} +0 -0
- /package/es/{IconTableTopHeaderLine.js → generated/IconTableTopHeaderLine.js} +0 -0
- /package/es/{IconTableTopHeaderSolid.js → generated/IconTableTopHeaderSolid.js} +0 -0
- /package/es/{IconTagLine.js → generated/IconTagLine.js} +0 -0
- /package/es/{IconTagSolid.js → generated/IconTagSolid.js} +0 -0
- /package/es/{IconTargetLine.js → generated/IconTargetLine.js} +0 -0
- /package/es/{IconTargetSolid.js → generated/IconTargetSolid.js} +0 -0
- /package/es/{IconTextBackgroundColorLine.js → generated/IconTextBackgroundColorLine.js} +0 -0
- /package/es/{IconTextBackgroundColorSolid.js → generated/IconTextBackgroundColorSolid.js} +0 -0
- /package/es/{IconTextCenteredLine.js → generated/IconTextCenteredLine.js} +0 -0
- /package/es/{IconTextCenteredSolid.js → generated/IconTextCenteredSolid.js} +0 -0
- /package/es/{IconTextColorLine.js → generated/IconTextColorLine.js} +0 -0
- /package/es/{IconTextColorSolid.js → generated/IconTextColorSolid.js} +0 -0
- /package/es/{IconTextDirectionLtrLine.js → generated/IconTextDirectionLtrLine.js} +0 -0
- /package/es/{IconTextDirectionLtrSolid.js → generated/IconTextDirectionLtrSolid.js} +0 -0
- /package/es/{IconTextDirectionRtlLine.js → generated/IconTextDirectionRtlLine.js} +0 -0
- /package/es/{IconTextDirectionRtlSolid.js → generated/IconTextDirectionRtlSolid.js} +0 -0
- /package/es/{IconTextEndLine.js → generated/IconTextEndLine.js} +0 -0
- /package/es/{IconTextEndSolid.js → generated/IconTextEndSolid.js} +0 -0
- /package/es/{IconTextLine.js → generated/IconTextLine.js} +0 -0
- /package/es/{IconTextSolid.js → generated/IconTextSolid.js} +0 -0
- /package/es/{IconTextStartLine.js → generated/IconTextStartLine.js} +0 -0
- /package/es/{IconTextStartSolid.js → generated/IconTextStartSolid.js} +0 -0
- /package/es/{IconTextSubscriptLine.js → generated/IconTextSubscriptLine.js} +0 -0
- /package/es/{IconTextSubscriptSolid.js → generated/IconTextSubscriptSolid.js} +0 -0
- /package/es/{IconTextSuperscriptLine.js → generated/IconTextSuperscriptLine.js} +0 -0
- /package/es/{IconTextSuperscriptSolid.js → generated/IconTextSuperscriptSolid.js} +0 -0
- /package/es/{IconTextareaLine.js → generated/IconTextareaLine.js} +0 -0
- /package/es/{IconTextareaSolid.js → generated/IconTextareaSolid.js} +0 -0
- /package/es/{IconTimerLine.js → generated/IconTimerLine.js} +0 -0
- /package/es/{IconTimerSolid.js → generated/IconTimerSolid.js} +0 -0
- /package/es/{IconToggleEndLine.js → generated/IconToggleEndLine.js} +0 -0
- /package/es/{IconToggleEndSolid.js → generated/IconToggleEndSolid.js} +0 -0
- /package/es/{IconToggleStartLine.js → generated/IconToggleStartLine.js} +0 -0
- /package/es/{IconToggleStartSolid.js → generated/IconToggleStartSolid.js} +0 -0
- /package/es/{IconTrashLine.js → generated/IconTrashLine.js} +0 -0
- /package/es/{IconTrashSolid.js → generated/IconTrashSolid.js} +0 -0
- /package/es/{IconTroubleLine.js → generated/IconTroubleLine.js} +0 -0
- /package/es/{IconTroubleSolid.js → generated/IconTroubleSolid.js} +0 -0
- /package/es/{IconTwitterLine.js → generated/IconTwitterLine.js} +0 -0
- /package/es/{IconTwitterSolid.js → generated/IconTwitterSolid.js} +0 -0
- /package/es/{IconUnarchiveLine.js → generated/IconUnarchiveLine.js} +0 -0
- /package/es/{IconUnarchiveSolid.js → generated/IconUnarchiveSolid.js} +0 -0
- /package/es/{IconUnderlineLine.js → generated/IconUnderlineLine.js} +0 -0
- /package/es/{IconUnderlineSolid.js → generated/IconUnderlineSolid.js} +0 -0
- /package/es/{IconUndoLine.js → generated/IconUndoLine.js} +0 -0
- /package/es/{IconUndoSolid.js → generated/IconUndoSolid.js} +0 -0
- /package/es/{IconUnlockLine.js → generated/IconUnlockLine.js} +0 -0
- /package/es/{IconUnlockSolid.js → generated/IconUnlockSolid.js} +0 -0
- /package/es/{IconUnmutedLine.js → generated/IconUnmutedLine.js} +0 -0
- /package/es/{IconUnmutedSolid.js → generated/IconUnmutedSolid.js} +0 -0
- /package/es/{IconUnpublishedLine.js → generated/IconUnpublishedLine.js} +0 -0
- /package/es/{IconUnpublishedSolid.js → generated/IconUnpublishedSolid.js} +0 -0
- /package/es/{IconUpdownLine.js → generated/IconUpdownLine.js} +0 -0
- /package/es/{IconUpdownSolid.js → generated/IconUpdownSolid.js} +0 -0
- /package/es/{IconUploadLine.js → generated/IconUploadLine.js} +0 -0
- /package/es/{IconUploadSolid.js → generated/IconUploadSolid.js} +0 -0
- /package/es/{IconUserAssignLine.js → generated/IconUserAssignLine.js} +0 -0
- /package/es/{IconUserAssignSolid.js → generated/IconUserAssignSolid.js} +0 -0
- /package/es/{IconUserLine.js → generated/IconUserLine.js} +0 -0
- /package/es/{IconUserSolid.js → generated/IconUserSolid.js} +0 -0
- /package/es/{IconVideoCameraLine.js → generated/IconVideoCameraLine.js} +0 -0
- /package/es/{IconVideoCameraOffLine.js → generated/IconVideoCameraOffLine.js} +0 -0
- /package/es/{IconVideoCameraOffSolid.js → generated/IconVideoCameraOffSolid.js} +0 -0
- /package/es/{IconVideoCameraSolid.js → generated/IconVideoCameraSolid.js} +0 -0
- /package/es/{IconVideoLine.js → generated/IconVideoLine.js} +0 -0
- /package/es/{IconVideoSolid.js → generated/IconVideoSolid.js} +0 -0
- /package/es/{IconWarningBorderlessLine.js → generated/IconWarningBorderlessLine.js} +0 -0
- /package/es/{IconWarningBorderlessSolid.js → generated/IconWarningBorderlessSolid.js} +0 -0
- /package/es/{IconWarningLine.js → generated/IconWarningLine.js} +0 -0
- /package/es/{IconWarningSolid.js → generated/IconWarningSolid.js} +0 -0
- /package/es/{IconWindowsLine.js → generated/IconWindowsLine.js} +0 -0
- /package/es/{IconWindowsSolid.js → generated/IconWindowsSolid.js} +0 -0
- /package/es/{IconWordpressLine.js → generated/IconWordpressLine.js} +0 -0
- /package/es/{IconWordpressSolid.js → generated/IconWordpressSolid.js} +0 -0
- /package/es/{IconXLine.js → generated/IconXLine.js} +0 -0
- /package/es/{IconXSolid.js → generated/IconXSolid.js} +0 -0
- /package/es/{IconZippedLine.js → generated/IconZippedLine.js} +0 -0
- /package/es/{IconZippedSolid.js → generated/IconZippedSolid.js} +0 -0
- /package/es/{IconZoomInLine.js → generated/IconZoomInLine.js} +0 -0
- /package/es/{IconZoomInSolid.js → generated/IconZoomInSolid.js} +0 -0
- /package/es/{IconZoomOutLine.js → generated/IconZoomOutLine.js} +0 -0
- /package/es/{IconZoomOutSolid.js → generated/IconZoomOutSolid.js} +0 -0
- /package/lib/{IconA11yLine.js → generated/IconA11yLine.js} +0 -0
- /package/lib/{IconA11ySolid.js → generated/IconA11ySolid.js} +0 -0
- /package/lib/{IconAIInfoLine.js → generated/IconAIInfoLine.js} +0 -0
- /package/lib/{IconAIInfoSolid.js → generated/IconAIInfoSolid.js} +0 -0
- /package/lib/{IconAddFolderLine.js → generated/IconAddFolderLine.js} +0 -0
- /package/lib/{IconAddFolderSolid.js → generated/IconAddFolderSolid.js} +0 -0
- /package/lib/{IconAddLine.js → generated/IconAddLine.js} +0 -0
- /package/lib/{IconAddMediaLine.js → generated/IconAddMediaLine.js} +0 -0
- /package/lib/{IconAddMediaSolid.js → generated/IconAddMediaSolid.js} +0 -0
- /package/lib/{IconAddSolid.js → generated/IconAddSolid.js} +0 -0
- /package/lib/{IconAddressBookLine.js → generated/IconAddressBookLine.js} +0 -0
- /package/lib/{IconAddressBookSolid.js → generated/IconAddressBookSolid.js} +0 -0
- /package/lib/{IconAdminLine.js → generated/IconAdminLine.js} +0 -0
- /package/lib/{IconAdminSolid.js → generated/IconAdminSolid.js} +0 -0
- /package/lib/{IconAdminToolsLine.js → generated/IconAdminToolsLine.js} +0 -0
- /package/lib/{IconAdminToolsSolid.js → generated/IconAdminToolsSolid.js} +0 -0
- /package/lib/{IconAiColoredLine.js → generated/IconAiColoredLine.js} +0 -0
- /package/lib/{IconAiColoredSolid.js → generated/IconAiColoredSolid.js} +0 -0
- /package/lib/{IconAiLine.js → generated/IconAiLine.js} +0 -0
- /package/lib/{IconAiSolid.js → generated/IconAiSolid.js} +0 -0
- /package/lib/{IconAlertsLine.js → generated/IconAlertsLine.js} +0 -0
- /package/lib/{IconAlertsSolid.js → generated/IconAlertsSolid.js} +0 -0
- /package/lib/{IconAnalyticsLine.js → generated/IconAnalyticsLine.js} +0 -0
- /package/lib/{IconAnalyticsSolid.js → generated/IconAnalyticsSolid.js} +0 -0
- /package/lib/{IconAndroidLine.js → generated/IconAndroidLine.js} +0 -0
- /package/lib/{IconAndroidSolid.js → generated/IconAndroidSolid.js} +0 -0
- /package/lib/{IconAnnotateLine.js → generated/IconAnnotateLine.js} +0 -0
- /package/lib/{IconAnnotateSolid.js → generated/IconAnnotateSolid.js} +0 -0
- /package/lib/{IconAnnouncementLine.js → generated/IconAnnouncementLine.js} +0 -0
- /package/lib/{IconAnnouncementSolid.js → generated/IconAnnouncementSolid.js} +0 -0
- /package/lib/{IconAppleLine.js → generated/IconAppleLine.js} +0 -0
- /package/lib/{IconAppleSolid.js → generated/IconAppleSolid.js} +0 -0
- /package/lib/{IconArcLine.js → generated/IconArcLine.js} +0 -0
- /package/lib/{IconArcSolid.js → generated/IconArcSolid.js} +0 -0
- /package/lib/{IconArchiveLine.js → generated/IconArchiveLine.js} +0 -0
- /package/lib/{IconArchiveSolid.js → generated/IconArchiveSolid.js} +0 -0
- /package/lib/{IconArrowDoubleEndLine.js → generated/IconArrowDoubleEndLine.js} +0 -0
- /package/lib/{IconArrowDoubleEndSolid.js → generated/IconArrowDoubleEndSolid.js} +0 -0
- /package/lib/{IconArrowDoubleStartLine.js → generated/IconArrowDoubleStartLine.js} +0 -0
- /package/lib/{IconArrowDoubleStartSolid.js → generated/IconArrowDoubleStartSolid.js} +0 -0
- /package/lib/{IconArrowDownLine.js → generated/IconArrowDownLine.js} +0 -0
- /package/lib/{IconArrowDownSolid.js → generated/IconArrowDownSolid.js} +0 -0
- /package/lib/{IconArrowEndLine.js → generated/IconArrowEndLine.js} +0 -0
- /package/lib/{IconArrowEndSolid.js → generated/IconArrowEndSolid.js} +0 -0
- /package/lib/{IconArrowNestLine.js → generated/IconArrowNestLine.js} +0 -0
- /package/lib/{IconArrowNestSolid.js → generated/IconArrowNestSolid.js} +0 -0
- /package/lib/{IconArrowOpenDownLine.js → generated/IconArrowOpenDownLine.js} +0 -0
- /package/lib/{IconArrowOpenDownSolid.js → generated/IconArrowOpenDownSolid.js} +0 -0
- /package/lib/{IconArrowOpenEndLine.js → generated/IconArrowOpenEndLine.js} +0 -0
- /package/lib/{IconArrowOpenEndSolid.js → generated/IconArrowOpenEndSolid.js} +0 -0
- /package/lib/{IconArrowOpenStartLine.js → generated/IconArrowOpenStartLine.js} +0 -0
- /package/lib/{IconArrowOpenStartSolid.js → generated/IconArrowOpenStartSolid.js} +0 -0
- /package/lib/{IconArrowOpenUpLine.js → generated/IconArrowOpenUpLine.js} +0 -0
- /package/lib/{IconArrowOpenUpSolid.js → generated/IconArrowOpenUpSolid.js} +0 -0
- /package/lib/{IconArrowStartLine.js → generated/IconArrowStartLine.js} +0 -0
- /package/lib/{IconArrowStartSolid.js → generated/IconArrowStartSolid.js} +0 -0
- /package/lib/{IconArrowUpLine.js → generated/IconArrowUpLine.js} +0 -0
- /package/lib/{IconArrowUpSolid.js → generated/IconArrowUpSolid.js} +0 -0
- /package/lib/{IconAssignmentLine.js → generated/IconAssignmentLine.js} +0 -0
- /package/lib/{IconAssignmentSolid.js → generated/IconAssignmentSolid.js} +0 -0
- /package/lib/{IconAttachMediaLine.js → generated/IconAttachMediaLine.js} +0 -0
- /package/lib/{IconAttachMediaSolid.js → generated/IconAttachMediaSolid.js} +0 -0
- /package/lib/{IconAudioLine.js → generated/IconAudioLine.js} +0 -0
- /package/lib/{IconAudioOffLine.js → generated/IconAudioOffLine.js} +0 -0
- /package/lib/{IconAudioOffSolid.js → generated/IconAudioOffSolid.js} +0 -0
- /package/lib/{IconAudioSolid.js → generated/IconAudioSolid.js} +0 -0
- /package/lib/{IconAwardLine.js → generated/IconAwardLine.js} +0 -0
- /package/lib/{IconAwardSolid.js → generated/IconAwardSolid.js} +0 -0
- /package/lib/{IconBankLine.js → generated/IconBankLine.js} +0 -0
- /package/lib/{IconBankSolid.js → generated/IconBankSolid.js} +0 -0
- /package/lib/{IconBlueprintLine.js → generated/IconBlueprintLine.js} +0 -0
- /package/lib/{IconBlueprintLockLine.js → generated/IconBlueprintLockLine.js} +0 -0
- /package/lib/{IconBlueprintLockSolid.js → generated/IconBlueprintLockSolid.js} +0 -0
- /package/lib/{IconBlueprintSolid.js → generated/IconBlueprintSolid.js} +0 -0
- /package/lib/{IconBoldLine.js → generated/IconBoldLine.js} +0 -0
- /package/lib/{IconBoldSolid.js → generated/IconBoldSolid.js} +0 -0
- /package/lib/{IconBookmarkLine.js → generated/IconBookmarkLine.js} +0 -0
- /package/lib/{IconBookmarkSolid.js → generated/IconBookmarkSolid.js} +0 -0
- /package/lib/{IconBoxLine.js → generated/IconBoxLine.js} +0 -0
- /package/lib/{IconBoxSolid.js → generated/IconBoxSolid.js} +0 -0
- /package/lib/{IconBulletListAlphaLine.js → generated/IconBulletListAlphaLine.js} +0 -0
- /package/lib/{IconBulletListAlphaSolid.js → generated/IconBulletListAlphaSolid.js} +0 -0
- /package/lib/{IconBulletListCircleOutlineLine.js → generated/IconBulletListCircleOutlineLine.js} +0 -0
- /package/lib/{IconBulletListCircleOutlineSolid.js → generated/IconBulletListCircleOutlineSolid.js} +0 -0
- /package/lib/{IconBulletListLine.js → generated/IconBulletListLine.js} +0 -0
- /package/lib/{IconBulletListRomanLine.js → generated/IconBulletListRomanLine.js} +0 -0
- /package/lib/{IconBulletListRomanSolid.js → generated/IconBulletListRomanSolid.js} +0 -0
- /package/lib/{IconBulletListSolid.js → generated/IconBulletListSolid.js} +0 -0
- /package/lib/{IconBulletListSquareLine.js → generated/IconBulletListSquareLine.js} +0 -0
- /package/lib/{IconBulletListSquareSolid.js → generated/IconBulletListSquareSolid.js} +0 -0
- /package/lib/{IconButtonAndIconMakerLine.js → generated/IconButtonAndIconMakerLine.js} +0 -0
- /package/lib/{IconButtonAndIconMakerSolid.js → generated/IconButtonAndIconMakerSolid.js} +0 -0
- /package/lib/{IconCalculatorDesmosLine.js → generated/IconCalculatorDesmosLine.js} +0 -0
- /package/lib/{IconCalculatorDesmosSolid.js → generated/IconCalculatorDesmosSolid.js} +0 -0
- /package/lib/{IconCalculatorLine.js → generated/IconCalculatorLine.js} +0 -0
- /package/lib/{IconCalculatorSolid.js → generated/IconCalculatorSolid.js} +0 -0
- /package/lib/{IconCalendarAddLine.js → generated/IconCalendarAddLine.js} +0 -0
- /package/lib/{IconCalendarAddSolid.js → generated/IconCalendarAddSolid.js} +0 -0
- /package/lib/{IconCalendarClockLine.js → generated/IconCalendarClockLine.js} +0 -0
- /package/lib/{IconCalendarClockSolid.js → generated/IconCalendarClockSolid.js} +0 -0
- /package/lib/{IconCalendarDayLine.js → generated/IconCalendarDayLine.js} +0 -0
- /package/lib/{IconCalendarDaySolid.js → generated/IconCalendarDaySolid.js} +0 -0
- /package/lib/{IconCalendarDaysLine.js → generated/IconCalendarDaysLine.js} +0 -0
- /package/lib/{IconCalendarDaysSolid.js → generated/IconCalendarDaysSolid.js} +0 -0
- /package/lib/{IconCalendarMonthLine.js → generated/IconCalendarMonthLine.js} +0 -0
- /package/lib/{IconCalendarMonthSolid.js → generated/IconCalendarMonthSolid.js} +0 -0
- /package/lib/{IconCalendarReservedLine.js → generated/IconCalendarReservedLine.js} +0 -0
- /package/lib/{IconCalendarReservedSolid.js → generated/IconCalendarReservedSolid.js} +0 -0
- /package/lib/{IconCanvasLogoLine.js → generated/IconCanvasLogoLine.js} +0 -0
- /package/lib/{IconCanvasLogoSolid.js → generated/IconCanvasLogoSolid.js} +0 -0
- /package/lib/{IconCertifiedLine.js → generated/IconCertifiedLine.js} +0 -0
- /package/lib/{IconCertifiedSolid.js → generated/IconCertifiedSolid.js} +0 -0
- /package/lib/{IconChartLineLine.js → generated/IconChartLineLine.js} +0 -0
- /package/lib/{IconChartLineSolid.js → generated/IconChartLineSolid.js} +0 -0
- /package/lib/{IconChartPieLine.js → generated/IconChartPieLine.js} +0 -0
- /package/lib/{IconChartPieSolid.js → generated/IconChartPieSolid.js} +0 -0
- /package/lib/{IconChartScatterLine.js → generated/IconChartScatterLine.js} +0 -0
- /package/lib/{IconChartScatterSolid.js → generated/IconChartScatterSolid.js} +0 -0
- /package/lib/{IconChatLine.js → generated/IconChatLine.js} +0 -0
- /package/lib/{IconChatSolid.js → generated/IconChatSolid.js} +0 -0
- /package/lib/{IconCheckDarkLine.js → generated/IconCheckDarkLine.js} +0 -0
- /package/lib/{IconCheckDarkSolid.js → generated/IconCheckDarkSolid.js} +0 -0
- /package/lib/{IconCheckLine.js → generated/IconCheckLine.js} +0 -0
- /package/lib/{IconCheckMarkIndeterminateLine.js → generated/IconCheckMarkIndeterminateLine.js} +0 -0
- /package/lib/{IconCheckMarkIndeterminateSolid.js → generated/IconCheckMarkIndeterminateSolid.js} +0 -0
- /package/lib/{IconCheckMarkLine.js → generated/IconCheckMarkLine.js} +0 -0
- /package/lib/{IconCheckMarkSolid.js → generated/IconCheckMarkSolid.js} +0 -0
- /package/lib/{IconCheckPlusLine.js → generated/IconCheckPlusLine.js} +0 -0
- /package/lib/{IconCheckPlusSolid.js → generated/IconCheckPlusSolid.js} +0 -0
- /package/lib/{IconCheckSolid.js → generated/IconCheckSolid.js} +0 -0
- /package/lib/{IconCircleArrowDownLine.js → generated/IconCircleArrowDownLine.js} +0 -0
- /package/lib/{IconCircleArrowDownSolid.js → generated/IconCircleArrowDownSolid.js} +0 -0
- /package/lib/{IconCircleArrowUpLine.js → generated/IconCircleArrowUpLine.js} +0 -0
- /package/lib/{IconCircleArrowUpSolid.js → generated/IconCircleArrowUpSolid.js} +0 -0
- /package/lib/{IconClearTextFormattingLine.js → generated/IconClearTextFormattingLine.js} +0 -0
- /package/lib/{IconClearTextFormattingSolid.js → generated/IconClearTextFormattingSolid.js} +0 -0
- /package/lib/{IconClockLine.js → generated/IconClockLine.js} +0 -0
- /package/lib/{IconClockSolid.js → generated/IconClockSolid.js} +0 -0
- /package/lib/{IconClosedCaptioningLine.js → generated/IconClosedCaptioningLine.js} +0 -0
- /package/lib/{IconClosedCaptioningOffLine.js → generated/IconClosedCaptioningOffLine.js} +0 -0
- /package/lib/{IconClosedCaptioningOffSolid.js → generated/IconClosedCaptioningOffSolid.js} +0 -0
- /package/lib/{IconClosedCaptioningOnLine.js → generated/IconClosedCaptioningOnLine.js} +0 -0
- /package/lib/{IconClosedCaptioningOnSolid.js → generated/IconClosedCaptioningOnSolid.js} +0 -0
- /package/lib/{IconClosedCaptioningSolid.js → generated/IconClosedCaptioningSolid.js} +0 -0
- /package/lib/{IconCloudDownloadLine.js → generated/IconCloudDownloadLine.js} +0 -0
- /package/lib/{IconCloudDownloadSolid.js → generated/IconCloudDownloadSolid.js} +0 -0
- /package/lib/{IconCloudLockLine.js → generated/IconCloudLockLine.js} +0 -0
- /package/lib/{IconCloudLockSolid.js → generated/IconCloudLockSolid.js} +0 -0
- /package/lib/{IconCloudUploadLine.js → generated/IconCloudUploadLine.js} +0 -0
- /package/lib/{IconCloudUploadSolid.js → generated/IconCloudUploadSolid.js} +0 -0
- /package/lib/{IconCodeLine.js → generated/IconCodeLine.js} +0 -0
- /package/lib/{IconCodeSolid.js → generated/IconCodeSolid.js} +0 -0
- /package/lib/{IconCollapseLine.js → generated/IconCollapseLine.js} +0 -0
- /package/lib/{IconCollapseSolid.js → generated/IconCollapseSolid.js} +0 -0
- /package/lib/{IconCollectionLine.js → generated/IconCollectionLine.js} +0 -0
- /package/lib/{IconCollectionSaveLine.js → generated/IconCollectionSaveLine.js} +0 -0
- /package/lib/{IconCollectionSaveSolid.js → generated/IconCollectionSaveSolid.js} +0 -0
- /package/lib/{IconCollectionSolid.js → generated/IconCollectionSolid.js} +0 -0
- /package/lib/{IconCommentLine.js → generated/IconCommentLine.js} +0 -0
- /package/lib/{IconCommentSolid.js → generated/IconCommentSolid.js} +0 -0
- /package/lib/{IconCommentsOffLine.js → generated/IconCommentsOffLine.js} +0 -0
- /package/lib/{IconCommentsOffSolid.js → generated/IconCommentsOffSolid.js} +0 -0
- /package/lib/{IconCommentsOnLine.js → generated/IconCommentsOnLine.js} +0 -0
- /package/lib/{IconCommentsOnSolid.js → generated/IconCommentsOnSolid.js} +0 -0
- /package/lib/{IconCommonsLine.js → generated/IconCommonsLine.js} +0 -0
- /package/lib/{IconCommonsSolid.js → generated/IconCommonsSolid.js} +0 -0
- /package/lib/{IconCompareLine.js → generated/IconCompareLine.js} +0 -0
- /package/lib/{IconCompareSolid.js → generated/IconCompareSolid.js} +0 -0
- /package/lib/{IconCompassLine.js → generated/IconCompassLine.js} +0 -0
- /package/lib/{IconCompassSolid.js → generated/IconCompassSolid.js} +0 -0
- /package/lib/{IconCompleteLine.js → generated/IconCompleteLine.js} +0 -0
- /package/lib/{IconCompleteSolid.js → generated/IconCompleteSolid.js} +0 -0
- /package/lib/{IconComposeLine.js → generated/IconComposeLine.js} +0 -0
- /package/lib/{IconComposeSolid.js → generated/IconComposeSolid.js} +0 -0
- /package/lib/{IconConfigureLine.js → generated/IconConfigureLine.js} +0 -0
- /package/lib/{IconConfigureSolid.js → generated/IconConfigureSolid.js} +0 -0
- /package/lib/{IconCopyLine.js → generated/IconCopyLine.js} +0 -0
- /package/lib/{IconCopySolid.js → generated/IconCopySolid.js} +0 -0
- /package/lib/{IconCoursesLine.js → generated/IconCoursesLine.js} +0 -0
- /package/lib/{IconCoursesSolid.js → generated/IconCoursesSolid.js} +0 -0
- /package/lib/{IconCropLine.js → generated/IconCropLine.js} +0 -0
- /package/lib/{IconCropSolid.js → generated/IconCropSolid.js} +0 -0
- /package/lib/{IconDashboardLine.js → generated/IconDashboardLine.js} +0 -0
- /package/lib/{IconDashboardSolid.js → generated/IconDashboardSolid.js} +0 -0
- /package/lib/{IconDeactivateUserLine.js → generated/IconDeactivateUserLine.js} +0 -0
- /package/lib/{IconDeactivateUserSolid.js → generated/IconDeactivateUserSolid.js} +0 -0
- /package/lib/{IconDiscussionCheckLine.js → generated/IconDiscussionCheckLine.js} +0 -0
- /package/lib/{IconDiscussionCheckSolid.js → generated/IconDiscussionCheckSolid.js} +0 -0
- /package/lib/{IconDiscussionLine.js → generated/IconDiscussionLine.js} +0 -0
- /package/lib/{IconDiscussionNewLine.js → generated/IconDiscussionNewLine.js} +0 -0
- /package/lib/{IconDiscussionNewSolid.js → generated/IconDiscussionNewSolid.js} +0 -0
- /package/lib/{IconDiscussionReply2Line.js → generated/IconDiscussionReply2Line.js} +0 -0
- /package/lib/{IconDiscussionReply2Solid.js → generated/IconDiscussionReply2Solid.js} +0 -0
- /package/lib/{IconDiscussionSolid.js → generated/IconDiscussionSolid.js} +0 -0
- /package/lib/{IconDocumentLine.js → generated/IconDocumentLine.js} +0 -0
- /package/lib/{IconDocumentSolid.js → generated/IconDocumentSolid.js} +0 -0
- /package/lib/{IconDownloadLine.js → generated/IconDownloadLine.js} +0 -0
- /package/lib/{IconDownloadSolid.js → generated/IconDownloadSolid.js} +0 -0
- /package/lib/{IconDragHandleLine.js → generated/IconDragHandleLine.js} +0 -0
- /package/lib/{IconDragHandleSolid.js → generated/IconDragHandleSolid.js} +0 -0
- /package/lib/{IconDropDownLine.js → generated/IconDropDownLine.js} +0 -0
- /package/lib/{IconDropDownSolid.js → generated/IconDropDownSolid.js} +0 -0
- /package/lib/{IconDuplicateLine.js → generated/IconDuplicateLine.js} +0 -0
- /package/lib/{IconDuplicateSolid.js → generated/IconDuplicateSolid.js} +0 -0
- /package/lib/{IconEditLine.js → generated/IconEditLine.js} +0 -0
- /package/lib/{IconEditSolid.js → generated/IconEditSolid.js} +0 -0
- /package/lib/{IconEducatorsLine.js → generated/IconEducatorsLine.js} +0 -0
- /package/lib/{IconEducatorsSolid.js → generated/IconEducatorsSolid.js} +0 -0
- /package/lib/{IconElevateLogoLine.js → generated/IconElevateLogoLine.js} +0 -0
- /package/lib/{IconElevateLogoSolid.js → generated/IconElevateLogoSolid.js} +0 -0
- /package/lib/{IconEmailLine.js → generated/IconEmailLine.js} +0 -0
- /package/lib/{IconEmailSolid.js → generated/IconEmailSolid.js} +0 -0
- /package/lib/{IconEmptyLine.js → generated/IconEmptyLine.js} +0 -0
- /package/lib/{IconEmptySolid.js → generated/IconEmptySolid.js} +0 -0
- /package/lib/{IconEndLine.js → generated/IconEndLine.js} +0 -0
- /package/lib/{IconEndSolid.js → generated/IconEndSolid.js} +0 -0
- /package/lib/{IconEportfolioLine.js → generated/IconEportfolioLine.js} +0 -0
- /package/lib/{IconEportfolioSolid.js → generated/IconEportfolioSolid.js} +0 -0
- /package/lib/{IconEquationLine.js → generated/IconEquationLine.js} +0 -0
- /package/lib/{IconEquationSolid.js → generated/IconEquationSolid.js} +0 -0
- /package/lib/{IconEquellaLine.js → generated/IconEquellaLine.js} +0 -0
- /package/lib/{IconEquellaSolid.js → generated/IconEquellaSolid.js} +0 -0
- /package/lib/{IconEssayLine.js → generated/IconEssayLine.js} +0 -0
- /package/lib/{IconEssaySolid.js → generated/IconEssaySolid.js} +0 -0
- /package/lib/{IconExitFullScreenLine.js → generated/IconExitFullScreenLine.js} +0 -0
- /package/lib/{IconExitFullScreenSolid.js → generated/IconExitFullScreenSolid.js} +0 -0
- /package/lib/{IconExpandItemsLine.js → generated/IconExpandItemsLine.js} +0 -0
- /package/lib/{IconExpandItemsSolid.js → generated/IconExpandItemsSolid.js} +0 -0
- /package/lib/{IconExpandLine.js → generated/IconExpandLine.js} +0 -0
- /package/lib/{IconExpandSolid.js → generated/IconExpandSolid.js} +0 -0
- /package/lib/{IconExpandStartLine.js → generated/IconExpandStartLine.js} +0 -0
- /package/lib/{IconExpandStartSolid.js → generated/IconExpandStartSolid.js} +0 -0
- /package/lib/{IconExportContentLine.js → generated/IconExportContentLine.js} +0 -0
- /package/lib/{IconExportContentSolid.js → generated/IconExportContentSolid.js} +0 -0
- /package/lib/{IconExportLine.js → generated/IconExportLine.js} +0 -0
- /package/lib/{IconExportSolid.js → generated/IconExportSolid.js} +0 -0
- /package/lib/{IconExternalLinkLine.js → generated/IconExternalLinkLine.js} +0 -0
- /package/lib/{IconExternalLinkSolid.js → generated/IconExternalLinkSolid.js} +0 -0
- /package/lib/{IconEyeLine.js → generated/IconEyeLine.js} +0 -0
- /package/lib/{IconEyeSolid.js → generated/IconEyeSolid.js} +0 -0
- /package/lib/{IconFacebookBoxedLine.js → generated/IconFacebookBoxedLine.js} +0 -0
- /package/lib/{IconFacebookBoxedSolid.js → generated/IconFacebookBoxedSolid.js} +0 -0
- /package/lib/{IconFacebookLine.js → generated/IconFacebookLine.js} +0 -0
- /package/lib/{IconFacebookSolid.js → generated/IconFacebookSolid.js} +0 -0
- /package/lib/{IconFastForwardLine.js → generated/IconFastForwardLine.js} +0 -0
- /package/lib/{IconFastForwardSolid.js → generated/IconFastForwardSolid.js} +0 -0
- /package/lib/{IconFeedbackLine.js → generated/IconFeedbackLine.js} +0 -0
- /package/lib/{IconFeedbackSolid.js → generated/IconFeedbackSolid.js} +0 -0
- /package/lib/{IconFileLockedLine.js → generated/IconFileLockedLine.js} +0 -0
- /package/lib/{IconFileLockedSolid.js → generated/IconFileLockedSolid.js} +0 -0
- /package/lib/{IconFilesCopyrightLine.js → generated/IconFilesCopyrightLine.js} +0 -0
- /package/lib/{IconFilesCopyrightSolid.js → generated/IconFilesCopyrightSolid.js} +0 -0
- /package/lib/{IconFilesCreativeCommonsLine.js → generated/IconFilesCreativeCommonsLine.js} +0 -0
- /package/lib/{IconFilesCreativeCommonsSolid.js → generated/IconFilesCreativeCommonsSolid.js} +0 -0
- /package/lib/{IconFilesFairUseLine.js → generated/IconFilesFairUseLine.js} +0 -0
- /package/lib/{IconFilesFairUseSolid.js → generated/IconFilesFairUseSolid.js} +0 -0
- /package/lib/{IconFilesObtainedPermissionLine.js → generated/IconFilesObtainedPermissionLine.js} +0 -0
- /package/lib/{IconFilesObtainedPermissionSolid.js → generated/IconFilesObtainedPermissionSolid.js} +0 -0
- /package/lib/{IconFilesPublicDomainLine.js → generated/IconFilesPublicDomainLine.js} +0 -0
- /package/lib/{IconFilesPublicDomainSolid.js → generated/IconFilesPublicDomainSolid.js} +0 -0
- /package/lib/{IconFilmstripLine.js → generated/IconFilmstripLine.js} +0 -0
- /package/lib/{IconFilmstripSolid.js → generated/IconFilmstripSolid.js} +0 -0
- /package/lib/{IconFilterLine.js → generated/IconFilterLine.js} +0 -0
- /package/lib/{IconFilterSolid.js → generated/IconFilterSolid.js} +0 -0
- /package/lib/{IconFlagLine.js → generated/IconFlagLine.js} +0 -0
- /package/lib/{IconFlagSolid.js → generated/IconFlagSolid.js} +0 -0
- /package/lib/{IconFolderLine.js → generated/IconFolderLine.js} +0 -0
- /package/lib/{IconFolderLockedLine.js → generated/IconFolderLockedLine.js} +0 -0
- /package/lib/{IconFolderLockedSolid.js → generated/IconFolderLockedSolid.js} +0 -0
- /package/lib/{IconFolderSolid.js → generated/IconFolderSolid.js} +0 -0
- /package/lib/{IconForwardLine.js → generated/IconForwardLine.js} +0 -0
- /package/lib/{IconForwardSolid.js → generated/IconForwardSolid.js} +0 -0
- /package/lib/{IconFullScreenLine.js → generated/IconFullScreenLine.js} +0 -0
- /package/lib/{IconFullScreenSolid.js → generated/IconFullScreenSolid.js} +0 -0
- /package/lib/{IconGithubLine.js → generated/IconGithubLine.js} +0 -0
- /package/lib/{IconGithubSolid.js → generated/IconGithubSolid.js} +0 -0
- /package/lib/{IconGiveAwardLine.js → generated/IconGiveAwardLine.js} +0 -0
- /package/lib/{IconGiveAwardSolid.js → generated/IconGiveAwardSolid.js} +0 -0
- /package/lib/{IconGradebookExportLine.js → generated/IconGradebookExportLine.js} +0 -0
- /package/lib/{IconGradebookExportSolid.js → generated/IconGradebookExportSolid.js} +0 -0
- /package/lib/{IconGradebookImportLine.js → generated/IconGradebookImportLine.js} +0 -0
- /package/lib/{IconGradebookImportSolid.js → generated/IconGradebookImportSolid.js} +0 -0
- /package/lib/{IconGradebookLine.js → generated/IconGradebookLine.js} +0 -0
- /package/lib/{IconGradebookSolid.js → generated/IconGradebookSolid.js} +0 -0
- /package/lib/{IconGridViewLine.js → generated/IconGridViewLine.js} +0 -0
- /package/lib/{IconGridViewSolid.js → generated/IconGridViewSolid.js} +0 -0
- /package/lib/{IconGroupDarkNewLine.js → generated/IconGroupDarkNewLine.js} +0 -0
- /package/lib/{IconGroupDarkNewSolid.js → generated/IconGroupDarkNewSolid.js} +0 -0
- /package/lib/{IconGroupLine.js → generated/IconGroupLine.js} +0 -0
- /package/lib/{IconGroupNewLine.js → generated/IconGroupNewLine.js} +0 -0
- /package/lib/{IconGroupNewSolid.js → generated/IconGroupNewSolid.js} +0 -0
- /package/lib/{IconGroupSolid.js → generated/IconGroupSolid.js} +0 -0
- /package/lib/{IconHamburgerLine.js → generated/IconHamburgerLine.js} +0 -0
- /package/lib/{IconHamburgerSolid.js → generated/IconHamburgerSolid.js} +0 -0
- /package/lib/{IconHeaderLine.js → generated/IconHeaderLine.js} +0 -0
- /package/lib/{IconHeaderSolid.js → generated/IconHeaderSolid.js} +0 -0
- /package/lib/{IconHeartLine.js → generated/IconHeartLine.js} +0 -0
- /package/lib/{IconHeartSolid.js → generated/IconHeartSolid.js} +0 -0
- /package/lib/{IconHighlighterLine.js → generated/IconHighlighterLine.js} +0 -0
- /package/lib/{IconHighlighterSolid.js → generated/IconHighlighterSolid.js} +0 -0
- /package/lib/{IconHomeLine.js → generated/IconHomeLine.js} +0 -0
- /package/lib/{IconHomeSolid.js → generated/IconHomeSolid.js} +0 -0
- /package/lib/{IconHourGlassLine.js → generated/IconHourGlassLine.js} +0 -0
- /package/lib/{IconHourGlassSolid.js → generated/IconHourGlassSolid.js} +0 -0
- /package/lib/{IconImageLine.js → generated/IconImageLine.js} +0 -0
- /package/lib/{IconImageSolid.js → generated/IconImageSolid.js} +0 -0
- /package/lib/{IconImmersiveReaderLine.js → generated/IconImmersiveReaderLine.js} +0 -0
- /package/lib/{IconImmersiveReaderSolid.js → generated/IconImmersiveReaderSolid.js} +0 -0
- /package/lib/{IconImpactLogoLine.js → generated/IconImpactLogoLine.js} +0 -0
- /package/lib/{IconImpactLogoSolid.js → generated/IconImpactLogoSolid.js} +0 -0
- /package/lib/{IconImportContentLine.js → generated/IconImportContentLine.js} +0 -0
- /package/lib/{IconImportContentSolid.js → generated/IconImportContentSolid.js} +0 -0
- /package/lib/{IconImportLine.js → generated/IconImportLine.js} +0 -0
- /package/lib/{IconImportSolid.js → generated/IconImportSolid.js} +0 -0
- /package/lib/{IconImportantDatesLine.js → generated/IconImportantDatesLine.js} +0 -0
- /package/lib/{IconImportantDatesSolid.js → generated/IconImportantDatesSolid.js} +0 -0
- /package/lib/{IconInboxLine.js → generated/IconInboxLine.js} +0 -0
- /package/lib/{IconInboxSolid.js → generated/IconInboxSolid.js} +0 -0
- /package/lib/{IconIndent2Line.js → generated/IconIndent2Line.js} +0 -0
- /package/lib/{IconIndent2Solid.js → generated/IconIndent2Solid.js} +0 -0
- /package/lib/{IconIndentLine.js → generated/IconIndentLine.js} +0 -0
- /package/lib/{IconIndentSolid.js → generated/IconIndentSolid.js} +0 -0
- /package/lib/{IconInfoBorderlessLine.js → generated/IconInfoBorderlessLine.js} +0 -0
- /package/lib/{IconInfoBorderlessSolid.js → generated/IconInfoBorderlessSolid.js} +0 -0
- /package/lib/{IconInfoLine.js → generated/IconInfoLine.js} +0 -0
- /package/lib/{IconInfoSolid.js → generated/IconInfoSolid.js} +0 -0
- /package/lib/{IconInstructure1DotLine.js → generated/IconInstructure1DotLine.js} +0 -0
- /package/lib/{IconInstructure1DotSolid.js → generated/IconInstructure1DotSolid.js} +0 -0
- /package/lib/{IconInstructure3DotLine.js → generated/IconInstructure3DotLine.js} +0 -0
- /package/lib/{IconInstructure3DotSolid.js → generated/IconInstructure3DotSolid.js} +0 -0
- /package/lib/{IconInstructureLogoLine.js → generated/IconInstructureLogoLine.js} +0 -0
- /package/lib/{IconInstructureLogoSolid.js → generated/IconInstructureLogoSolid.js} +0 -0
- /package/lib/{IconIntegrationsLine.js → generated/IconIntegrationsLine.js} +0 -0
- /package/lib/{IconIntegrationsSolid.js → generated/IconIntegrationsSolid.js} +0 -0
- /package/lib/{IconInvitationLine.js → generated/IconInvitationLine.js} +0 -0
- /package/lib/{IconInvitationSolid.js → generated/IconInvitationSolid.js} +0 -0
- /package/lib/{IconItalicLine.js → generated/IconItalicLine.js} +0 -0
- /package/lib/{IconItalicSolid.js → generated/IconItalicSolid.js} +0 -0
- /package/lib/{IconKeyboardShortcutsLine.js → generated/IconKeyboardShortcutsLine.js} +0 -0
- /package/lib/{IconKeyboardShortcutsSolid.js → generated/IconKeyboardShortcutsSolid.js} +0 -0
- /package/lib/{IconLaunchLine.js → generated/IconLaunchLine.js} +0 -0
- /package/lib/{IconLaunchSolid.js → generated/IconLaunchSolid.js} +0 -0
- /package/lib/{IconLearnplatformLine.js → generated/IconLearnplatformLine.js} +0 -0
- /package/lib/{IconLearnplatformSolid.js → generated/IconLearnplatformSolid.js} +0 -0
- /package/lib/{IconLifePreserverLine.js → generated/IconLifePreserverLine.js} +0 -0
- /package/lib/{IconLifePreserverSolid.js → generated/IconLifePreserverSolid.js} +0 -0
- /package/lib/{IconLikeLine.js → generated/IconLikeLine.js} +0 -0
- /package/lib/{IconLikeSolid.js → generated/IconLikeSolid.js} +0 -0
- /package/lib/{IconLineReaderLine.js → generated/IconLineReaderLine.js} +0 -0
- /package/lib/{IconLineReaderSolid.js → generated/IconLineReaderSolid.js} +0 -0
- /package/lib/{IconLinkLine.js → generated/IconLinkLine.js} +0 -0
- /package/lib/{IconLinkSolid.js → generated/IconLinkSolid.js} +0 -0
- /package/lib/{IconLinkedinLine.js → generated/IconLinkedinLine.js} +0 -0
- /package/lib/{IconLinkedinSolid.js → generated/IconLinkedinSolid.js} +0 -0
- /package/lib/{IconListViewLine.js → generated/IconListViewLine.js} +0 -0
- /package/lib/{IconListViewSolid.js → generated/IconListViewSolid.js} +0 -0
- /package/lib/{IconLockLine.js → generated/IconLockLine.js} +0 -0
- /package/lib/{IconLockSolid.js → generated/IconLockSolid.js} +0 -0
- /package/lib/{IconLtiLine.js → generated/IconLtiLine.js} +0 -0
- /package/lib/{IconLtiSolid.js → generated/IconLtiSolid.js} +0 -0
- /package/lib/{IconMarkAsReadLine.js → generated/IconMarkAsReadLine.js} +0 -0
- /package/lib/{IconMarkAsReadSolid.js → generated/IconMarkAsReadSolid.js} +0 -0
- /package/lib/{IconMarkerLine.js → generated/IconMarkerLine.js} +0 -0
- /package/lib/{IconMarkerSolid.js → generated/IconMarkerSolid.js} +0 -0
- /package/lib/{IconMasqueradeLine.js → generated/IconMasqueradeLine.js} +0 -0
- /package/lib/{IconMasqueradeSolid.js → generated/IconMasqueradeSolid.js} +0 -0
- /package/lib/{IconMasteryLogoLine.js → generated/IconMasteryLogoLine.js} +0 -0
- /package/lib/{IconMasteryLogoSolid.js → generated/IconMasteryLogoSolid.js} +0 -0
- /package/lib/{IconMasteryPathsLine.js → generated/IconMasteryPathsLine.js} +0 -0
- /package/lib/{IconMasteryPathsSolid.js → generated/IconMasteryPathsSolid.js} +0 -0
- /package/lib/{IconMaterialsRequiredLine.js → generated/IconMaterialsRequiredLine.js} +0 -0
- /package/lib/{IconMaterialsRequiredSolid.js → generated/IconMaterialsRequiredSolid.js} +0 -0
- /package/lib/{IconMatureLine.js → generated/IconMatureLine.js} +0 -0
- /package/lib/{IconMatureSolid.js → generated/IconMatureSolid.js} +0 -0
- /package/lib/{IconMediaLine.js → generated/IconMediaLine.js} +0 -0
- /package/lib/{IconMediaSolid.js → generated/IconMediaSolid.js} +0 -0
- /package/lib/{IconMessageLine.js → generated/IconMessageLine.js} +0 -0
- /package/lib/{IconMessageSolid.js → generated/IconMessageSolid.js} +0 -0
- /package/lib/{IconMicLine.js → generated/IconMicLine.js} +0 -0
- /package/lib/{IconMicOffLine.js → generated/IconMicOffLine.js} +0 -0
- /package/lib/{IconMicOffSolid.js → generated/IconMicOffSolid.js} +0 -0
- /package/lib/{IconMicSolid.js → generated/IconMicSolid.js} +0 -0
- /package/lib/{IconMiniArrowDoubleLine.js → generated/IconMiniArrowDoubleLine.js} +0 -0
- /package/lib/{IconMiniArrowDoubleSolid.js → generated/IconMiniArrowDoubleSolid.js} +0 -0
- /package/lib/{IconMiniArrowDownLine.js → generated/IconMiniArrowDownLine.js} +0 -0
- /package/lib/{IconMiniArrowDownSolid.js → generated/IconMiniArrowDownSolid.js} +0 -0
- /package/lib/{IconMiniArrowEndLine.js → generated/IconMiniArrowEndLine.js} +0 -0
- /package/lib/{IconMiniArrowEndSolid.js → generated/IconMiniArrowEndSolid.js} +0 -0
- /package/lib/{IconMiniArrowStartLine.js → generated/IconMiniArrowStartLine.js} +0 -0
- /package/lib/{IconMiniArrowStartSolid.js → generated/IconMiniArrowStartSolid.js} +0 -0
- /package/lib/{IconMiniArrowUpLine.js → generated/IconMiniArrowUpLine.js} +0 -0
- /package/lib/{IconMiniArrowUpSolid.js → generated/IconMiniArrowUpSolid.js} +0 -0
- /package/lib/{IconMinimizeLine.js → generated/IconMinimizeLine.js} +0 -0
- /package/lib/{IconMinimizeSolid.js → generated/IconMinimizeSolid.js} +0 -0
- /package/lib/{IconModuleLine.js → generated/IconModuleLine.js} +0 -0
- /package/lib/{IconModuleSolid.js → generated/IconModuleSolid.js} +0 -0
- /package/lib/{IconMoreLine.js → generated/IconMoreLine.js} +0 -0
- /package/lib/{IconMoreSolid.js → generated/IconMoreSolid.js} +0 -0
- /package/lib/{IconMoveDownBottomLine.js → generated/IconMoveDownBottomLine.js} +0 -0
- /package/lib/{IconMoveDownBottomSolid.js → generated/IconMoveDownBottomSolid.js} +0 -0
- /package/lib/{IconMoveDownLine.js → generated/IconMoveDownLine.js} +0 -0
- /package/lib/{IconMoveDownSolid.js → generated/IconMoveDownSolid.js} +0 -0
- /package/lib/{IconMoveEndLine.js → generated/IconMoveEndLine.js} +0 -0
- /package/lib/{IconMoveEndSolid.js → generated/IconMoveEndSolid.js} +0 -0
- /package/lib/{IconMoveStartLine.js → generated/IconMoveStartLine.js} +0 -0
- /package/lib/{IconMoveStartSolid.js → generated/IconMoveStartSolid.js} +0 -0
- /package/lib/{IconMoveUpLine.js → generated/IconMoveUpLine.js} +0 -0
- /package/lib/{IconMoveUpSolid.js → generated/IconMoveUpSolid.js} +0 -0
- /package/lib/{IconMoveUpTopLine.js → generated/IconMoveUpTopLine.js} +0 -0
- /package/lib/{IconMoveUpTopSolid.js → generated/IconMoveUpTopSolid.js} +0 -0
- /package/lib/{IconMsExcelLine.js → generated/IconMsExcelLine.js} +0 -0
- /package/lib/{IconMsExcelSolid.js → generated/IconMsExcelSolid.js} +0 -0
- /package/lib/{IconMsPptLine.js → generated/IconMsPptLine.js} +0 -0
- /package/lib/{IconMsPptSolid.js → generated/IconMsPptSolid.js} +0 -0
- /package/lib/{IconMsWordLine.js → generated/IconMsWordLine.js} +0 -0
- /package/lib/{IconMsWordSolid.js → generated/IconMsWordSolid.js} +0 -0
- /package/lib/{IconMutedLine.js → generated/IconMutedLine.js} +0 -0
- /package/lib/{IconMutedSolid.js → generated/IconMutedSolid.js} +0 -0
- /package/lib/{IconNeutralLine.js → generated/IconNeutralLine.js} +0 -0
- /package/lib/{IconNeutralSolid.js → generated/IconNeutralSolid.js} +0 -0
- /package/lib/{IconNextUnreadLine.js → generated/IconNextUnreadLine.js} +0 -0
- /package/lib/{IconNextUnreadSolid.js → generated/IconNextUnreadSolid.js} +0 -0
- /package/lib/{IconNoLine.js → generated/IconNoLine.js} +0 -0
- /package/lib/{IconNoSolid.js → generated/IconNoSolid.js} +0 -0
- /package/lib/{IconNotGradedLine.js → generated/IconNotGradedLine.js} +0 -0
- /package/lib/{IconNotGradedSolid.js → generated/IconNotGradedSolid.js} +0 -0
- /package/lib/{IconNoteLine.js → generated/IconNoteLine.js} +0 -0
- /package/lib/{IconNoteSolid.js → generated/IconNoteSolid.js} +0 -0
- /package/lib/{IconNotepadLine.js → generated/IconNotepadLine.js} +0 -0
- /package/lib/{IconNotepadSolid.js → generated/IconNotepadSolid.js} +0 -0
- /package/lib/{IconNumberedListLine.js → generated/IconNumberedListLine.js} +0 -0
- /package/lib/{IconNumberedListSolid.js → generated/IconNumberedListSolid.js} +0 -0
- /package/lib/{IconOffLine.js → generated/IconOffLine.js} +0 -0
- /package/lib/{IconOffSolid.js → generated/IconOffSolid.js} +0 -0
- /package/lib/{IconOpenFolderLine.js → generated/IconOpenFolderLine.js} +0 -0
- /package/lib/{IconOpenFolderSolid.js → generated/IconOpenFolderSolid.js} +0 -0
- /package/lib/{IconOutcomesLine.js → generated/IconOutcomesLine.js} +0 -0
- /package/lib/{IconOutcomesSolid.js → generated/IconOutcomesSolid.js} +0 -0
- /package/lib/{IconOutdent2Line.js → generated/IconOutdent2Line.js} +0 -0
- /package/lib/{IconOutdent2Solid.js → generated/IconOutdent2Solid.js} +0 -0
- /package/lib/{IconOutdentLine.js → generated/IconOutdentLine.js} +0 -0
- /package/lib/{IconOutdentSolid.js → generated/IconOutdentSolid.js} +0 -0
- /package/lib/{IconOvalHalfLine.js → generated/IconOvalHalfLine.js} +0 -0
- /package/lib/{IconOvalHalfSolid.js → generated/IconOvalHalfSolid.js} +0 -0
- /package/lib/{IconPageDownLine.js → generated/IconPageDownLine.js} +0 -0
- /package/lib/{IconPageDownSolid.js → generated/IconPageDownSolid.js} +0 -0
- /package/lib/{IconPageUpLine.js → generated/IconPageUpLine.js} +0 -0
- /package/lib/{IconPageUpSolid.js → generated/IconPageUpSolid.js} +0 -0
- /package/lib/{IconPaintLine.js → generated/IconPaintLine.js} +0 -0
- /package/lib/{IconPaintSolid.js → generated/IconPaintSolid.js} +0 -0
- /package/lib/{IconPaperclipLine.js → generated/IconPaperclipLine.js} +0 -0
- /package/lib/{IconPaperclipSolid.js → generated/IconPaperclipSolid.js} +0 -0
- /package/lib/{IconPartialLine.js → generated/IconPartialLine.js} +0 -0
- /package/lib/{IconPartialSolid.js → generated/IconPartialSolid.js} +0 -0
- /package/lib/{IconPasswordResetLine.js → generated/IconPasswordResetLine.js} +0 -0
- /package/lib/{IconPasswordResetSolid.js → generated/IconPasswordResetSolid.js} +0 -0
- /package/lib/{IconPauseLine.js → generated/IconPauseLine.js} +0 -0
- /package/lib/{IconPauseSolid.js → generated/IconPauseSolid.js} +0 -0
- /package/lib/{IconPdfLine.js → generated/IconPdfLine.js} +0 -0
- /package/lib/{IconPdfSolid.js → generated/IconPdfSolid.js} +0 -0
- /package/lib/{IconPeerGradedLine.js → generated/IconPeerGradedLine.js} +0 -0
- /package/lib/{IconPeerGradedSolid.js → generated/IconPeerGradedSolid.js} +0 -0
- /package/lib/{IconPeerReviewLine.js → generated/IconPeerReviewLine.js} +0 -0
- /package/lib/{IconPeerReviewSolid.js → generated/IconPeerReviewSolid.js} +0 -0
- /package/lib/{IconPermissionsLine.js → generated/IconPermissionsLine.js} +0 -0
- /package/lib/{IconPermissionsSolid.js → generated/IconPermissionsSolid.js} +0 -0
- /package/lib/{IconPinLine.js → generated/IconPinLine.js} +0 -0
- /package/lib/{IconPinSolid.js → generated/IconPinSolid.js} +0 -0
- /package/lib/{IconPinterestLine.js → generated/IconPinterestLine.js} +0 -0
- /package/lib/{IconPinterestSolid.js → generated/IconPinterestSolid.js} +0 -0
- /package/lib/{IconPlayLine.js → generated/IconPlayLine.js} +0 -0
- /package/lib/{IconPlaySolid.js → generated/IconPlaySolid.js} +0 -0
- /package/lib/{IconPlusLine.js → generated/IconPlusLine.js} +0 -0
- /package/lib/{IconPlusSolid.js → generated/IconPlusSolid.js} +0 -0
- /package/lib/{IconPostToSisLine.js → generated/IconPostToSisLine.js} +0 -0
- /package/lib/{IconPostToSisSolid.js → generated/IconPostToSisSolid.js} +0 -0
- /package/lib/{IconPredictiveLine.js → generated/IconPredictiveLine.js} +0 -0
- /package/lib/{IconPredictiveSolid.js → generated/IconPredictiveSolid.js} +0 -0
- /package/lib/{IconPrerequisiteLine.js → generated/IconPrerequisiteLine.js} +0 -0
- /package/lib/{IconPrerequisiteSolid.js → generated/IconPrerequisiteSolid.js} +0 -0
- /package/lib/{IconPrinterLine.js → generated/IconPrinterLine.js} +0 -0
- /package/lib/{IconPrinterSolid.js → generated/IconPrinterSolid.js} +0 -0
- /package/lib/{IconProgressLine.js → generated/IconProgressLine.js} +0 -0
- /package/lib/{IconProgressSolid.js → generated/IconProgressSolid.js} +0 -0
- /package/lib/{IconProtractorLine.js → generated/IconProtractorLine.js} +0 -0
- /package/lib/{IconProtractorSolid.js → generated/IconProtractorSolid.js} +0 -0
- /package/lib/{IconPublishLine.js → generated/IconPublishLine.js} +0 -0
- /package/lib/{IconPublishSolid.js → generated/IconPublishSolid.js} +0 -0
- /package/lib/{IconQuestionLine.js → generated/IconQuestionLine.js} +0 -0
- /package/lib/{IconQuestionSolid.js → generated/IconQuestionSolid.js} +0 -0
- /package/lib/{IconQuizInstructionsLine.js → generated/IconQuizInstructionsLine.js} +0 -0
- /package/lib/{IconQuizInstructionsSolid.js → generated/IconQuizInstructionsSolid.js} +0 -0
- /package/lib/{IconQuizLine.js → generated/IconQuizLine.js} +0 -0
- /package/lib/{IconQuizSolid.js → generated/IconQuizSolid.js} +0 -0
- /package/lib/{IconQuizStatsAvgLine.js → generated/IconQuizStatsAvgLine.js} +0 -0
- /package/lib/{IconQuizStatsAvgSolid.js → generated/IconQuizStatsAvgSolid.js} +0 -0
- /package/lib/{IconQuizStatsCronbachsAlphaLine.js → generated/IconQuizStatsCronbachsAlphaLine.js} +0 -0
- /package/lib/{IconQuizStatsCronbachsAlphaSolid.js → generated/IconQuizStatsCronbachsAlphaSolid.js} +0 -0
- /package/lib/{IconQuizStatsDeviationLine.js → generated/IconQuizStatsDeviationLine.js} +0 -0
- /package/lib/{IconQuizStatsDeviationSolid.js → generated/IconQuizStatsDeviationSolid.js} +0 -0
- /package/lib/{IconQuizStatsHighLine.js → generated/IconQuizStatsHighLine.js} +0 -0
- /package/lib/{IconQuizStatsHighSolid.js → generated/IconQuizStatsHighSolid.js} +0 -0
- /package/lib/{IconQuizStatsLowLine.js → generated/IconQuizStatsLowLine.js} +0 -0
- /package/lib/{IconQuizStatsLowSolid.js → generated/IconQuizStatsLowSolid.js} +0 -0
- /package/lib/{IconQuizStatsTimeLine.js → generated/IconQuizStatsTimeLine.js} +0 -0
- /package/lib/{IconQuizStatsTimeSolid.js → generated/IconQuizStatsTimeSolid.js} +0 -0
- /package/lib/{IconQuizTitleLine.js → generated/IconQuizTitleLine.js} +0 -0
- /package/lib/{IconQuizTitleSolid.js → generated/IconQuizTitleSolid.js} +0 -0
- /package/lib/{IconRecordLine.js → generated/IconRecordLine.js} +0 -0
- /package/lib/{IconRecordSolid.js → generated/IconRecordSolid.js} +0 -0
- /package/lib/{IconRedoLine.js → generated/IconRedoLine.js} +0 -0
- /package/lib/{IconRedoSolid.js → generated/IconRedoSolid.js} +0 -0
- /package/lib/{IconRefreshLine.js → generated/IconRefreshLine.js} +0 -0
- /package/lib/{IconRefreshSolid.js → generated/IconRefreshSolid.js} +0 -0
- /package/lib/{IconRemoveBookmarkLine.js → generated/IconRemoveBookmarkLine.js} +0 -0
- /package/lib/{IconRemoveBookmarkSolid.js → generated/IconRemoveBookmarkSolid.js} +0 -0
- /package/lib/{IconRemoveFromCollectionLine.js → generated/IconRemoveFromCollectionLine.js} +0 -0
- /package/lib/{IconRemoveFromCollectionSolid.js → generated/IconRemoveFromCollectionSolid.js} +0 -0
- /package/lib/{IconRemoveLinkLine.js → generated/IconRemoveLinkLine.js} +0 -0
- /package/lib/{IconRemoveLinkSolid.js → generated/IconRemoveLinkSolid.js} +0 -0
- /package/lib/{IconRepliedLine.js → generated/IconRepliedLine.js} +0 -0
- /package/lib/{IconRepliedSolid.js → generated/IconRepliedSolid.js} +0 -0
- /package/lib/{IconReply2Line.js → generated/IconReply2Line.js} +0 -0
- /package/lib/{IconReply2Solid.js → generated/IconReply2Solid.js} +0 -0
- /package/lib/{IconReplyAll2Line.js → generated/IconReplyAll2Line.js} +0 -0
- /package/lib/{IconReplyAll2Solid.js → generated/IconReplyAll2Solid.js} +0 -0
- /package/lib/{IconReplyLine.js → generated/IconReplyLine.js} +0 -0
- /package/lib/{IconReplySolid.js → generated/IconReplySolid.js} +0 -0
- /package/lib/{IconResetLine.js → generated/IconResetLine.js} +0 -0
- /package/lib/{IconResetSolid.js → generated/IconResetSolid.js} +0 -0
- /package/lib/{IconRestoreLine.js → generated/IconRestoreLine.js} +0 -0
- /package/lib/{IconRestoreSolid.js → generated/IconRestoreSolid.js} +0 -0
- /package/lib/{IconReviewScreenLine.js → generated/IconReviewScreenLine.js} +0 -0
- /package/lib/{IconReviewScreenSolid.js → generated/IconReviewScreenSolid.js} +0 -0
- /package/lib/{IconRewindLine.js → generated/IconRewindLine.js} +0 -0
- /package/lib/{IconRewindSolid.js → generated/IconRewindSolid.js} +0 -0
- /package/lib/{IconRotateLeftLine.js → generated/IconRotateLeftLine.js} +0 -0
- /package/lib/{IconRotateLeftSolid.js → generated/IconRotateLeftSolid.js} +0 -0
- /package/lib/{IconRotateRightLine.js → generated/IconRotateRightLine.js} +0 -0
- /package/lib/{IconRotateRightSolid.js → generated/IconRotateRightSolid.js} +0 -0
- /package/lib/{IconRssLine.js → generated/IconRssLine.js} +0 -0
- /package/lib/{IconRssSolid.js → generated/IconRssSolid.js} +0 -0
- /package/lib/{IconRubricDarkLine.js → generated/IconRubricDarkLine.js} +0 -0
- /package/lib/{IconRubricDarkSolid.js → generated/IconRubricDarkSolid.js} +0 -0
- /package/lib/{IconRubricLine.js → generated/IconRubricLine.js} +0 -0
- /package/lib/{IconRubricSolid.js → generated/IconRubricSolid.js} +0 -0
- /package/lib/{IconRulerLine.js → generated/IconRulerLine.js} +0 -0
- /package/lib/{IconRulerSolid.js → generated/IconRulerSolid.js} +0 -0
- /package/lib/{IconSaveLine.js → generated/IconSaveLine.js} +0 -0
- /package/lib/{IconSaveSolid.js → generated/IconSaveSolid.js} +0 -0
- /package/lib/{IconScreenCaptureLine.js → generated/IconScreenCaptureLine.js} +0 -0
- /package/lib/{IconScreenCaptureSolid.js → generated/IconScreenCaptureSolid.js} +0 -0
- /package/lib/{IconSearchAiLine.js → generated/IconSearchAiLine.js} +0 -0
- /package/lib/{IconSearchAiSolid.js → generated/IconSearchAiSolid.js} +0 -0
- /package/lib/{IconSearchLine.js → generated/IconSearchLine.js} +0 -0
- /package/lib/{IconSearchSolid.js → generated/IconSearchSolid.js} +0 -0
- /package/lib/{IconSettingsLine.js → generated/IconSettingsLine.js} +0 -0
- /package/lib/{IconSettingsSolid.js → generated/IconSettingsSolid.js} +0 -0
- /package/lib/{IconShapeOvalLine.js → generated/IconShapeOvalLine.js} +0 -0
- /package/lib/{IconShapeOvalSolid.js → generated/IconShapeOvalSolid.js} +0 -0
- /package/lib/{IconShapePolygonLine.js → generated/IconShapePolygonLine.js} +0 -0
- /package/lib/{IconShapePolygonSolid.js → generated/IconShapePolygonSolid.js} +0 -0
- /package/lib/{IconShapeRectangleLine.js → generated/IconShapeRectangleLine.js} +0 -0
- /package/lib/{IconShapeRectangleSolid.js → generated/IconShapeRectangleSolid.js} +0 -0
- /package/lib/{IconShareLine.js → generated/IconShareLine.js} +0 -0
- /package/lib/{IconShareSolid.js → generated/IconShareSolid.js} +0 -0
- /package/lib/{IconSidebarRightHideLine.js → generated/IconSidebarRightHideLine.js} +0 -0
- /package/lib/{IconSidebarRightHideSolid.js → generated/IconSidebarRightHideSolid.js} +0 -0
- /package/lib/{IconSidebarRightShowLine.js → generated/IconSidebarRightShowLine.js} +0 -0
- /package/lib/{IconSidebarRightShowSolid.js → generated/IconSidebarRightShowSolid.js} +0 -0
- /package/lib/{IconSingleMetricLine.js → generated/IconSingleMetricLine.js} +0 -0
- /package/lib/{IconSingleMetricSolid.js → generated/IconSingleMetricSolid.js} +0 -0
- /package/lib/{IconSisImportedLine.js → generated/IconSisImportedLine.js} +0 -0
- /package/lib/{IconSisImportedSolid.js → generated/IconSisImportedSolid.js} +0 -0
- /package/lib/{IconSisNotSyncedLine.js → generated/IconSisNotSyncedLine.js} +0 -0
- /package/lib/{IconSisNotSyncedSolid.js → generated/IconSisNotSyncedSolid.js} +0 -0
- /package/lib/{IconSisSyncedLine.js → generated/IconSisSyncedLine.js} +0 -0
- /package/lib/{IconSisSyncedSolid.js → generated/IconSisSyncedSolid.js} +0 -0
- /package/lib/{IconSkypeLine.js → generated/IconSkypeLine.js} +0 -0
- /package/lib/{IconSkypeSolid.js → generated/IconSkypeSolid.js} +0 -0
- /package/lib/{IconSortLine.js → generated/IconSortLine.js} +0 -0
- /package/lib/{IconSortSolid.js → generated/IconSortSolid.js} +0 -0
- /package/lib/{IconSpeedGraderLine.js → generated/IconSpeedGraderLine.js} +0 -0
- /package/lib/{IconSpeedGraderSolid.js → generated/IconSpeedGraderSolid.js} +0 -0
- /package/lib/{IconStandardsLine.js → generated/IconStandardsLine.js} +0 -0
- /package/lib/{IconStandardsSolid.js → generated/IconStandardsSolid.js} +0 -0
- /package/lib/{IconStarLightLine.js → generated/IconStarLightLine.js} +0 -0
- /package/lib/{IconStarLightSolid.js → generated/IconStarLightSolid.js} +0 -0
- /package/lib/{IconStarLine.js → generated/IconStarLine.js} +0 -0
- /package/lib/{IconStarSolid.js → generated/IconStarSolid.js} +0 -0
- /package/lib/{IconStatsLine.js → generated/IconStatsLine.js} +0 -0
- /package/lib/{IconStatsSolid.js → generated/IconStatsSolid.js} +0 -0
- /package/lib/{IconStopLine.js → generated/IconStopLine.js} +0 -0
- /package/lib/{IconStopSolid.js → generated/IconStopSolid.js} +0 -0
- /package/lib/{IconStrikethroughLine.js → generated/IconStrikethroughLine.js} +0 -0
- /package/lib/{IconStrikethroughSolid.js → generated/IconStrikethroughSolid.js} +0 -0
- /package/lib/{IconStudentViewLine.js → generated/IconStudentViewLine.js} +0 -0
- /package/lib/{IconStudentViewSolid.js → generated/IconStudentViewSolid.js} +0 -0
- /package/lib/{IconStudioLine.js → generated/IconStudioLine.js} +0 -0
- /package/lib/{IconStudioSolid.js → generated/IconStudioSolid.js} +0 -0
- /package/lib/{IconSubaccountsLine.js → generated/IconSubaccountsLine.js} +0 -0
- /package/lib/{IconSubaccountsSolid.js → generated/IconSubaccountsSolid.js} +0 -0
- /package/lib/{IconSubtitlesLine.js → generated/IconSubtitlesLine.js} +0 -0
- /package/lib/{IconSubtitlesSolid.js → generated/IconSubtitlesSolid.js} +0 -0
- /package/lib/{IconSyllabusLine.js → generated/IconSyllabusLine.js} +0 -0
- /package/lib/{IconSyllabusSolid.js → generated/IconSyllabusSolid.js} +0 -0
- /package/lib/{IconTableCellSelectAllLine.js → generated/IconTableCellSelectAllLine.js} +0 -0
- /package/lib/{IconTableCellSelectAllSolid.js → generated/IconTableCellSelectAllSolid.js} +0 -0
- /package/lib/{IconTableDeleteColumnLine.js → generated/IconTableDeleteColumnLine.js} +0 -0
- /package/lib/{IconTableDeleteColumnSolid.js → generated/IconTableDeleteColumnSolid.js} +0 -0
- /package/lib/{IconTableDeleteRowLine.js → generated/IconTableDeleteRowLine.js} +0 -0
- /package/lib/{IconTableDeleteRowSolid.js → generated/IconTableDeleteRowSolid.js} +0 -0
- /package/lib/{IconTableDeleteTableLine.js → generated/IconTableDeleteTableLine.js} +0 -0
- /package/lib/{IconTableDeleteTableSolid.js → generated/IconTableDeleteTableSolid.js} +0 -0
- /package/lib/{IconTableInsertColumnAfterLine.js → generated/IconTableInsertColumnAfterLine.js} +0 -0
- /package/lib/{IconTableInsertColumnAfterSolid.js → generated/IconTableInsertColumnAfterSolid.js} +0 -0
- /package/lib/{IconTableInsertColumnBeforeLine.js → generated/IconTableInsertColumnBeforeLine.js} +0 -0
- /package/lib/{IconTableInsertColumnBeforeSolid.js → generated/IconTableInsertColumnBeforeSolid.js} +0 -0
- /package/lib/{IconTableInsertRowAboveLine.js → generated/IconTableInsertRowAboveLine.js} +0 -0
- /package/lib/{IconTableInsertRowAboveSolid.js → generated/IconTableInsertRowAboveSolid.js} +0 -0
- /package/lib/{IconTableInsertRowAfterLine.js → generated/IconTableInsertRowAfterLine.js} +0 -0
- /package/lib/{IconTableInsertRowAfterSolid.js → generated/IconTableInsertRowAfterSolid.js} +0 -0
- /package/lib/{IconTableLeftHeaderLine.js → generated/IconTableLeftHeaderLine.js} +0 -0
- /package/lib/{IconTableLeftHeaderSolid.js → generated/IconTableLeftHeaderSolid.js} +0 -0
- /package/lib/{IconTableLine.js → generated/IconTableLine.js} +0 -0
- /package/lib/{IconTableMergeCellsLine.js → generated/IconTableMergeCellsLine.js} +0 -0
- /package/lib/{IconTableMergeCellsSolid.js → generated/IconTableMergeCellsSolid.js} +0 -0
- /package/lib/{IconTableRowPropertiesLine.js → generated/IconTableRowPropertiesLine.js} +0 -0
- /package/lib/{IconTableRowPropertiesSolid.js → generated/IconTableRowPropertiesSolid.js} +0 -0
- /package/lib/{IconTableSolid.js → generated/IconTableSolid.js} +0 -0
- /package/lib/{IconTableSplitCellsLine.js → generated/IconTableSplitCellsLine.js} +0 -0
- /package/lib/{IconTableSplitCellsSolid.js → generated/IconTableSplitCellsSolid.js} +0 -0
- /package/lib/{IconTableTopHeaderLine.js → generated/IconTableTopHeaderLine.js} +0 -0
- /package/lib/{IconTableTopHeaderSolid.js → generated/IconTableTopHeaderSolid.js} +0 -0
- /package/lib/{IconTagLine.js → generated/IconTagLine.js} +0 -0
- /package/lib/{IconTagSolid.js → generated/IconTagSolid.js} +0 -0
- /package/lib/{IconTargetLine.js → generated/IconTargetLine.js} +0 -0
- /package/lib/{IconTargetSolid.js → generated/IconTargetSolid.js} +0 -0
- /package/lib/{IconTextBackgroundColorLine.js → generated/IconTextBackgroundColorLine.js} +0 -0
- /package/lib/{IconTextBackgroundColorSolid.js → generated/IconTextBackgroundColorSolid.js} +0 -0
- /package/lib/{IconTextCenteredLine.js → generated/IconTextCenteredLine.js} +0 -0
- /package/lib/{IconTextCenteredSolid.js → generated/IconTextCenteredSolid.js} +0 -0
- /package/lib/{IconTextColorLine.js → generated/IconTextColorLine.js} +0 -0
- /package/lib/{IconTextColorSolid.js → generated/IconTextColorSolid.js} +0 -0
- /package/lib/{IconTextDirectionLtrLine.js → generated/IconTextDirectionLtrLine.js} +0 -0
- /package/lib/{IconTextDirectionLtrSolid.js → generated/IconTextDirectionLtrSolid.js} +0 -0
- /package/lib/{IconTextDirectionRtlLine.js → generated/IconTextDirectionRtlLine.js} +0 -0
- /package/lib/{IconTextDirectionRtlSolid.js → generated/IconTextDirectionRtlSolid.js} +0 -0
- /package/lib/{IconTextEndLine.js → generated/IconTextEndLine.js} +0 -0
- /package/lib/{IconTextEndSolid.js → generated/IconTextEndSolid.js} +0 -0
- /package/lib/{IconTextLine.js → generated/IconTextLine.js} +0 -0
- /package/lib/{IconTextSolid.js → generated/IconTextSolid.js} +0 -0
- /package/lib/{IconTextStartLine.js → generated/IconTextStartLine.js} +0 -0
- /package/lib/{IconTextStartSolid.js → generated/IconTextStartSolid.js} +0 -0
- /package/lib/{IconTextSubscriptLine.js → generated/IconTextSubscriptLine.js} +0 -0
- /package/lib/{IconTextSubscriptSolid.js → generated/IconTextSubscriptSolid.js} +0 -0
- /package/lib/{IconTextSuperscriptLine.js → generated/IconTextSuperscriptLine.js} +0 -0
- /package/lib/{IconTextSuperscriptSolid.js → generated/IconTextSuperscriptSolid.js} +0 -0
- /package/lib/{IconTextareaLine.js → generated/IconTextareaLine.js} +0 -0
- /package/lib/{IconTextareaSolid.js → generated/IconTextareaSolid.js} +0 -0
- /package/lib/{IconTimerLine.js → generated/IconTimerLine.js} +0 -0
- /package/lib/{IconTimerSolid.js → generated/IconTimerSolid.js} +0 -0
- /package/lib/{IconToggleEndLine.js → generated/IconToggleEndLine.js} +0 -0
- /package/lib/{IconToggleEndSolid.js → generated/IconToggleEndSolid.js} +0 -0
- /package/lib/{IconToggleStartLine.js → generated/IconToggleStartLine.js} +0 -0
- /package/lib/{IconToggleStartSolid.js → generated/IconToggleStartSolid.js} +0 -0
- /package/lib/{IconTrashLine.js → generated/IconTrashLine.js} +0 -0
- /package/lib/{IconTrashSolid.js → generated/IconTrashSolid.js} +0 -0
- /package/lib/{IconTroubleLine.js → generated/IconTroubleLine.js} +0 -0
- /package/lib/{IconTroubleSolid.js → generated/IconTroubleSolid.js} +0 -0
- /package/lib/{IconTwitterLine.js → generated/IconTwitterLine.js} +0 -0
- /package/lib/{IconTwitterSolid.js → generated/IconTwitterSolid.js} +0 -0
- /package/lib/{IconUnarchiveLine.js → generated/IconUnarchiveLine.js} +0 -0
- /package/lib/{IconUnarchiveSolid.js → generated/IconUnarchiveSolid.js} +0 -0
- /package/lib/{IconUnderlineLine.js → generated/IconUnderlineLine.js} +0 -0
- /package/lib/{IconUnderlineSolid.js → generated/IconUnderlineSolid.js} +0 -0
- /package/lib/{IconUndoLine.js → generated/IconUndoLine.js} +0 -0
- /package/lib/{IconUndoSolid.js → generated/IconUndoSolid.js} +0 -0
- /package/lib/{IconUnlockLine.js → generated/IconUnlockLine.js} +0 -0
- /package/lib/{IconUnlockSolid.js → generated/IconUnlockSolid.js} +0 -0
- /package/lib/{IconUnmutedLine.js → generated/IconUnmutedLine.js} +0 -0
- /package/lib/{IconUnmutedSolid.js → generated/IconUnmutedSolid.js} +0 -0
- /package/lib/{IconUnpublishedLine.js → generated/IconUnpublishedLine.js} +0 -0
- /package/lib/{IconUnpublishedSolid.js → generated/IconUnpublishedSolid.js} +0 -0
- /package/lib/{IconUpdownLine.js → generated/IconUpdownLine.js} +0 -0
- /package/lib/{IconUpdownSolid.js → generated/IconUpdownSolid.js} +0 -0
- /package/lib/{IconUploadLine.js → generated/IconUploadLine.js} +0 -0
- /package/lib/{IconUploadSolid.js → generated/IconUploadSolid.js} +0 -0
- /package/lib/{IconUserAssignLine.js → generated/IconUserAssignLine.js} +0 -0
- /package/lib/{IconUserAssignSolid.js → generated/IconUserAssignSolid.js} +0 -0
- /package/lib/{IconUserLine.js → generated/IconUserLine.js} +0 -0
- /package/lib/{IconUserSolid.js → generated/IconUserSolid.js} +0 -0
- /package/lib/{IconVideoCameraLine.js → generated/IconVideoCameraLine.js} +0 -0
- /package/lib/{IconVideoCameraOffLine.js → generated/IconVideoCameraOffLine.js} +0 -0
- /package/lib/{IconVideoCameraOffSolid.js → generated/IconVideoCameraOffSolid.js} +0 -0
- /package/lib/{IconVideoCameraSolid.js → generated/IconVideoCameraSolid.js} +0 -0
- /package/lib/{IconVideoLine.js → generated/IconVideoLine.js} +0 -0
- /package/lib/{IconVideoSolid.js → generated/IconVideoSolid.js} +0 -0
- /package/lib/{IconWarningBorderlessLine.js → generated/IconWarningBorderlessLine.js} +0 -0
- /package/lib/{IconWarningBorderlessSolid.js → generated/IconWarningBorderlessSolid.js} +0 -0
- /package/lib/{IconWarningLine.js → generated/IconWarningLine.js} +0 -0
- /package/lib/{IconWarningSolid.js → generated/IconWarningSolid.js} +0 -0
- /package/lib/{IconWindowsLine.js → generated/IconWindowsLine.js} +0 -0
- /package/lib/{IconWindowsSolid.js → generated/IconWindowsSolid.js} +0 -0
- /package/lib/{IconWordpressLine.js → generated/IconWordpressLine.js} +0 -0
- /package/lib/{IconWordpressSolid.js → generated/IconWordpressSolid.js} +0 -0
- /package/lib/{IconXLine.js → generated/IconXLine.js} +0 -0
- /package/lib/{IconXSolid.js → generated/IconXSolid.js} +0 -0
- /package/lib/{IconZippedLine.js → generated/IconZippedLine.js} +0 -0
- /package/lib/{IconZippedSolid.js → generated/IconZippedSolid.js} +0 -0
- /package/lib/{IconZoomInLine.js → generated/IconZoomInLine.js} +0 -0
- /package/lib/{IconZoomInSolid.js → generated/IconZoomInSolid.js} +0 -0
- /package/lib/{IconZoomOutLine.js → generated/IconZoomOutLine.js} +0 -0
- /package/lib/{IconZoomOutSolid.js → generated/IconZoomOutSolid.js} +0 -0
- /package/types/{IconA11yLine.d.ts → generated/IconA11yLine.d.ts} +0 -0
- /package/types/{IconA11ySolid.d.ts → generated/IconA11ySolid.d.ts} +0 -0
- /package/types/{IconAIInfoLine.d.ts → generated/IconAIInfoLine.d.ts} +0 -0
- /package/types/{IconAIInfoSolid.d.ts → generated/IconAIInfoSolid.d.ts} +0 -0
- /package/types/{IconAddFolderLine.d.ts → generated/IconAddFolderLine.d.ts} +0 -0
- /package/types/{IconAddFolderSolid.d.ts → generated/IconAddFolderSolid.d.ts} +0 -0
- /package/types/{IconAddLine.d.ts → generated/IconAddLine.d.ts} +0 -0
- /package/types/{IconAddMediaLine.d.ts → generated/IconAddMediaLine.d.ts} +0 -0
- /package/types/{IconAddMediaSolid.d.ts → generated/IconAddMediaSolid.d.ts} +0 -0
- /package/types/{IconAddSolid.d.ts → generated/IconAddSolid.d.ts} +0 -0
- /package/types/{IconAddressBookLine.d.ts → generated/IconAddressBookLine.d.ts} +0 -0
- /package/types/{IconAddressBookSolid.d.ts → generated/IconAddressBookSolid.d.ts} +0 -0
- /package/types/{IconAdminLine.d.ts → generated/IconAdminLine.d.ts} +0 -0
- /package/types/{IconAdminSolid.d.ts → generated/IconAdminSolid.d.ts} +0 -0
- /package/types/{IconAdminToolsLine.d.ts → generated/IconAdminToolsLine.d.ts} +0 -0
- /package/types/{IconAdminToolsSolid.d.ts → generated/IconAdminToolsSolid.d.ts} +0 -0
- /package/types/{IconAiColoredLine.d.ts → generated/IconAiColoredLine.d.ts} +0 -0
- /package/types/{IconAiColoredSolid.d.ts → generated/IconAiColoredSolid.d.ts} +0 -0
- /package/types/{IconAiLine.d.ts → generated/IconAiLine.d.ts} +0 -0
- /package/types/{IconAiSolid.d.ts → generated/IconAiSolid.d.ts} +0 -0
- /package/types/{IconAlertsLine.d.ts → generated/IconAlertsLine.d.ts} +0 -0
- /package/types/{IconAlertsSolid.d.ts → generated/IconAlertsSolid.d.ts} +0 -0
- /package/types/{IconAnalyticsLine.d.ts → generated/IconAnalyticsLine.d.ts} +0 -0
- /package/types/{IconAnalyticsSolid.d.ts → generated/IconAnalyticsSolid.d.ts} +0 -0
- /package/types/{IconAndroidLine.d.ts → generated/IconAndroidLine.d.ts} +0 -0
- /package/types/{IconAndroidSolid.d.ts → generated/IconAndroidSolid.d.ts} +0 -0
- /package/types/{IconAnnotateLine.d.ts → generated/IconAnnotateLine.d.ts} +0 -0
- /package/types/{IconAnnotateSolid.d.ts → generated/IconAnnotateSolid.d.ts} +0 -0
- /package/types/{IconAnnouncementLine.d.ts → generated/IconAnnouncementLine.d.ts} +0 -0
- /package/types/{IconAnnouncementSolid.d.ts → generated/IconAnnouncementSolid.d.ts} +0 -0
- /package/types/{IconAppleLine.d.ts → generated/IconAppleLine.d.ts} +0 -0
- /package/types/{IconAppleSolid.d.ts → generated/IconAppleSolid.d.ts} +0 -0
- /package/types/{IconArcLine.d.ts → generated/IconArcLine.d.ts} +0 -0
- /package/types/{IconArcSolid.d.ts → generated/IconArcSolid.d.ts} +0 -0
- /package/types/{IconArchiveLine.d.ts → generated/IconArchiveLine.d.ts} +0 -0
- /package/types/{IconArchiveSolid.d.ts → generated/IconArchiveSolid.d.ts} +0 -0
- /package/types/{IconArrowDoubleEndLine.d.ts → generated/IconArrowDoubleEndLine.d.ts} +0 -0
- /package/types/{IconArrowDoubleEndSolid.d.ts → generated/IconArrowDoubleEndSolid.d.ts} +0 -0
- /package/types/{IconArrowDoubleStartLine.d.ts → generated/IconArrowDoubleStartLine.d.ts} +0 -0
- /package/types/{IconArrowDoubleStartSolid.d.ts → generated/IconArrowDoubleStartSolid.d.ts} +0 -0
- /package/types/{IconArrowDownLine.d.ts → generated/IconArrowDownLine.d.ts} +0 -0
- /package/types/{IconArrowDownSolid.d.ts → generated/IconArrowDownSolid.d.ts} +0 -0
- /package/types/{IconArrowEndLine.d.ts → generated/IconArrowEndLine.d.ts} +0 -0
- /package/types/{IconArrowEndSolid.d.ts → generated/IconArrowEndSolid.d.ts} +0 -0
- /package/types/{IconArrowNestLine.d.ts → generated/IconArrowNestLine.d.ts} +0 -0
- /package/types/{IconArrowNestSolid.d.ts → generated/IconArrowNestSolid.d.ts} +0 -0
- /package/types/{IconArrowOpenDownLine.d.ts → generated/IconArrowOpenDownLine.d.ts} +0 -0
- /package/types/{IconArrowOpenDownSolid.d.ts → generated/IconArrowOpenDownSolid.d.ts} +0 -0
- /package/types/{IconArrowOpenEndLine.d.ts → generated/IconArrowOpenEndLine.d.ts} +0 -0
- /package/types/{IconArrowOpenEndSolid.d.ts → generated/IconArrowOpenEndSolid.d.ts} +0 -0
- /package/types/{IconArrowOpenStartLine.d.ts → generated/IconArrowOpenStartLine.d.ts} +0 -0
- /package/types/{IconArrowOpenStartSolid.d.ts → generated/IconArrowOpenStartSolid.d.ts} +0 -0
- /package/types/{IconArrowOpenUpLine.d.ts → generated/IconArrowOpenUpLine.d.ts} +0 -0
- /package/types/{IconArrowOpenUpSolid.d.ts → generated/IconArrowOpenUpSolid.d.ts} +0 -0
- /package/types/{IconArrowStartLine.d.ts → generated/IconArrowStartLine.d.ts} +0 -0
- /package/types/{IconArrowStartSolid.d.ts → generated/IconArrowStartSolid.d.ts} +0 -0
- /package/types/{IconArrowUpLine.d.ts → generated/IconArrowUpLine.d.ts} +0 -0
- /package/types/{IconArrowUpSolid.d.ts → generated/IconArrowUpSolid.d.ts} +0 -0
- /package/types/{IconAssignmentLine.d.ts → generated/IconAssignmentLine.d.ts} +0 -0
- /package/types/{IconAssignmentSolid.d.ts → generated/IconAssignmentSolid.d.ts} +0 -0
- /package/types/{IconAttachMediaLine.d.ts → generated/IconAttachMediaLine.d.ts} +0 -0
- /package/types/{IconAttachMediaSolid.d.ts → generated/IconAttachMediaSolid.d.ts} +0 -0
- /package/types/{IconAudioLine.d.ts → generated/IconAudioLine.d.ts} +0 -0
- /package/types/{IconAudioOffLine.d.ts → generated/IconAudioOffLine.d.ts} +0 -0
- /package/types/{IconAudioOffSolid.d.ts → generated/IconAudioOffSolid.d.ts} +0 -0
- /package/types/{IconAudioSolid.d.ts → generated/IconAudioSolid.d.ts} +0 -0
- /package/types/{IconAwardLine.d.ts → generated/IconAwardLine.d.ts} +0 -0
- /package/types/{IconAwardSolid.d.ts → generated/IconAwardSolid.d.ts} +0 -0
- /package/types/{IconBankLine.d.ts → generated/IconBankLine.d.ts} +0 -0
- /package/types/{IconBankSolid.d.ts → generated/IconBankSolid.d.ts} +0 -0
- /package/types/{IconBlueprintLine.d.ts → generated/IconBlueprintLine.d.ts} +0 -0
- /package/types/{IconBlueprintLockLine.d.ts → generated/IconBlueprintLockLine.d.ts} +0 -0
- /package/types/{IconBlueprintLockSolid.d.ts → generated/IconBlueprintLockSolid.d.ts} +0 -0
- /package/types/{IconBlueprintSolid.d.ts → generated/IconBlueprintSolid.d.ts} +0 -0
- /package/types/{IconBoldLine.d.ts → generated/IconBoldLine.d.ts} +0 -0
- /package/types/{IconBoldSolid.d.ts → generated/IconBoldSolid.d.ts} +0 -0
- /package/types/{IconBookmarkLine.d.ts → generated/IconBookmarkLine.d.ts} +0 -0
- /package/types/{IconBookmarkSolid.d.ts → generated/IconBookmarkSolid.d.ts} +0 -0
- /package/types/{IconBoxLine.d.ts → generated/IconBoxLine.d.ts} +0 -0
- /package/types/{IconBoxSolid.d.ts → generated/IconBoxSolid.d.ts} +0 -0
- /package/types/{IconBulletListAlphaLine.d.ts → generated/IconBulletListAlphaLine.d.ts} +0 -0
- /package/types/{IconBulletListAlphaSolid.d.ts → generated/IconBulletListAlphaSolid.d.ts} +0 -0
- /package/types/{IconBulletListCircleOutlineLine.d.ts → generated/IconBulletListCircleOutlineLine.d.ts} +0 -0
- /package/types/{IconBulletListCircleOutlineSolid.d.ts → generated/IconBulletListCircleOutlineSolid.d.ts} +0 -0
- /package/types/{IconBulletListLine.d.ts → generated/IconBulletListLine.d.ts} +0 -0
- /package/types/{IconBulletListRomanLine.d.ts → generated/IconBulletListRomanLine.d.ts} +0 -0
- /package/types/{IconBulletListRomanSolid.d.ts → generated/IconBulletListRomanSolid.d.ts} +0 -0
- /package/types/{IconBulletListSolid.d.ts → generated/IconBulletListSolid.d.ts} +0 -0
- /package/types/{IconBulletListSquareLine.d.ts → generated/IconBulletListSquareLine.d.ts} +0 -0
- /package/types/{IconBulletListSquareSolid.d.ts → generated/IconBulletListSquareSolid.d.ts} +0 -0
- /package/types/{IconButtonAndIconMakerLine.d.ts → generated/IconButtonAndIconMakerLine.d.ts} +0 -0
- /package/types/{IconButtonAndIconMakerSolid.d.ts → generated/IconButtonAndIconMakerSolid.d.ts} +0 -0
- /package/types/{IconCalculatorDesmosLine.d.ts → generated/IconCalculatorDesmosLine.d.ts} +0 -0
- /package/types/{IconCalculatorDesmosSolid.d.ts → generated/IconCalculatorDesmosSolid.d.ts} +0 -0
- /package/types/{IconCalculatorLine.d.ts → generated/IconCalculatorLine.d.ts} +0 -0
- /package/types/{IconCalculatorSolid.d.ts → generated/IconCalculatorSolid.d.ts} +0 -0
- /package/types/{IconCalendarAddLine.d.ts → generated/IconCalendarAddLine.d.ts} +0 -0
- /package/types/{IconCalendarAddSolid.d.ts → generated/IconCalendarAddSolid.d.ts} +0 -0
- /package/types/{IconCalendarClockLine.d.ts → generated/IconCalendarClockLine.d.ts} +0 -0
- /package/types/{IconCalendarClockSolid.d.ts → generated/IconCalendarClockSolid.d.ts} +0 -0
- /package/types/{IconCalendarDayLine.d.ts → generated/IconCalendarDayLine.d.ts} +0 -0
- /package/types/{IconCalendarDaySolid.d.ts → generated/IconCalendarDaySolid.d.ts} +0 -0
- /package/types/{IconCalendarDaysLine.d.ts → generated/IconCalendarDaysLine.d.ts} +0 -0
- /package/types/{IconCalendarDaysSolid.d.ts → generated/IconCalendarDaysSolid.d.ts} +0 -0
- /package/types/{IconCalendarMonthLine.d.ts → generated/IconCalendarMonthLine.d.ts} +0 -0
- /package/types/{IconCalendarMonthSolid.d.ts → generated/IconCalendarMonthSolid.d.ts} +0 -0
- /package/types/{IconCalendarReservedLine.d.ts → generated/IconCalendarReservedLine.d.ts} +0 -0
- /package/types/{IconCalendarReservedSolid.d.ts → generated/IconCalendarReservedSolid.d.ts} +0 -0
- /package/types/{IconCanvasLogoLine.d.ts → generated/IconCanvasLogoLine.d.ts} +0 -0
- /package/types/{IconCanvasLogoSolid.d.ts → generated/IconCanvasLogoSolid.d.ts} +0 -0
- /package/types/{IconCertifiedLine.d.ts → generated/IconCertifiedLine.d.ts} +0 -0
- /package/types/{IconCertifiedSolid.d.ts → generated/IconCertifiedSolid.d.ts} +0 -0
- /package/types/{IconChartLineLine.d.ts → generated/IconChartLineLine.d.ts} +0 -0
- /package/types/{IconChartLineSolid.d.ts → generated/IconChartLineSolid.d.ts} +0 -0
- /package/types/{IconChartPieLine.d.ts → generated/IconChartPieLine.d.ts} +0 -0
- /package/types/{IconChartPieSolid.d.ts → generated/IconChartPieSolid.d.ts} +0 -0
- /package/types/{IconChartScatterLine.d.ts → generated/IconChartScatterLine.d.ts} +0 -0
- /package/types/{IconChartScatterSolid.d.ts → generated/IconChartScatterSolid.d.ts} +0 -0
- /package/types/{IconChatLine.d.ts → generated/IconChatLine.d.ts} +0 -0
- /package/types/{IconChatSolid.d.ts → generated/IconChatSolid.d.ts} +0 -0
- /package/types/{IconCheckDarkLine.d.ts → generated/IconCheckDarkLine.d.ts} +0 -0
- /package/types/{IconCheckDarkSolid.d.ts → generated/IconCheckDarkSolid.d.ts} +0 -0
- /package/types/{IconCheckLine.d.ts → generated/IconCheckLine.d.ts} +0 -0
- /package/types/{IconCheckMarkIndeterminateLine.d.ts → generated/IconCheckMarkIndeterminateLine.d.ts} +0 -0
- /package/types/{IconCheckMarkIndeterminateSolid.d.ts → generated/IconCheckMarkIndeterminateSolid.d.ts} +0 -0
- /package/types/{IconCheckMarkLine.d.ts → generated/IconCheckMarkLine.d.ts} +0 -0
- /package/types/{IconCheckMarkSolid.d.ts → generated/IconCheckMarkSolid.d.ts} +0 -0
- /package/types/{IconCheckPlusLine.d.ts → generated/IconCheckPlusLine.d.ts} +0 -0
- /package/types/{IconCheckPlusSolid.d.ts → generated/IconCheckPlusSolid.d.ts} +0 -0
- /package/types/{IconCheckSolid.d.ts → generated/IconCheckSolid.d.ts} +0 -0
- /package/types/{IconCircleArrowDownLine.d.ts → generated/IconCircleArrowDownLine.d.ts} +0 -0
- /package/types/{IconCircleArrowDownSolid.d.ts → generated/IconCircleArrowDownSolid.d.ts} +0 -0
- /package/types/{IconCircleArrowUpLine.d.ts → generated/IconCircleArrowUpLine.d.ts} +0 -0
- /package/types/{IconCircleArrowUpSolid.d.ts → generated/IconCircleArrowUpSolid.d.ts} +0 -0
- /package/types/{IconClearTextFormattingLine.d.ts → generated/IconClearTextFormattingLine.d.ts} +0 -0
- /package/types/{IconClearTextFormattingSolid.d.ts → generated/IconClearTextFormattingSolid.d.ts} +0 -0
- /package/types/{IconClockLine.d.ts → generated/IconClockLine.d.ts} +0 -0
- /package/types/{IconClockSolid.d.ts → generated/IconClockSolid.d.ts} +0 -0
- /package/types/{IconClosedCaptioningLine.d.ts → generated/IconClosedCaptioningLine.d.ts} +0 -0
- /package/types/{IconClosedCaptioningOffLine.d.ts → generated/IconClosedCaptioningOffLine.d.ts} +0 -0
- /package/types/{IconClosedCaptioningOffSolid.d.ts → generated/IconClosedCaptioningOffSolid.d.ts} +0 -0
- /package/types/{IconClosedCaptioningOnLine.d.ts → generated/IconClosedCaptioningOnLine.d.ts} +0 -0
- /package/types/{IconClosedCaptioningOnSolid.d.ts → generated/IconClosedCaptioningOnSolid.d.ts} +0 -0
- /package/types/{IconClosedCaptioningSolid.d.ts → generated/IconClosedCaptioningSolid.d.ts} +0 -0
- /package/types/{IconCloudDownloadLine.d.ts → generated/IconCloudDownloadLine.d.ts} +0 -0
- /package/types/{IconCloudDownloadSolid.d.ts → generated/IconCloudDownloadSolid.d.ts} +0 -0
- /package/types/{IconCloudLockLine.d.ts → generated/IconCloudLockLine.d.ts} +0 -0
- /package/types/{IconCloudLockSolid.d.ts → generated/IconCloudLockSolid.d.ts} +0 -0
- /package/types/{IconCloudUploadLine.d.ts → generated/IconCloudUploadLine.d.ts} +0 -0
- /package/types/{IconCloudUploadSolid.d.ts → generated/IconCloudUploadSolid.d.ts} +0 -0
- /package/types/{IconCodeLine.d.ts → generated/IconCodeLine.d.ts} +0 -0
- /package/types/{IconCodeSolid.d.ts → generated/IconCodeSolid.d.ts} +0 -0
- /package/types/{IconCollapseLine.d.ts → generated/IconCollapseLine.d.ts} +0 -0
- /package/types/{IconCollapseSolid.d.ts → generated/IconCollapseSolid.d.ts} +0 -0
- /package/types/{IconCollectionLine.d.ts → generated/IconCollectionLine.d.ts} +0 -0
- /package/types/{IconCollectionSaveLine.d.ts → generated/IconCollectionSaveLine.d.ts} +0 -0
- /package/types/{IconCollectionSaveSolid.d.ts → generated/IconCollectionSaveSolid.d.ts} +0 -0
- /package/types/{IconCollectionSolid.d.ts → generated/IconCollectionSolid.d.ts} +0 -0
- /package/types/{IconCommentLine.d.ts → generated/IconCommentLine.d.ts} +0 -0
- /package/types/{IconCommentSolid.d.ts → generated/IconCommentSolid.d.ts} +0 -0
- /package/types/{IconCommentsOffLine.d.ts → generated/IconCommentsOffLine.d.ts} +0 -0
- /package/types/{IconCommentsOffSolid.d.ts → generated/IconCommentsOffSolid.d.ts} +0 -0
- /package/types/{IconCommentsOnLine.d.ts → generated/IconCommentsOnLine.d.ts} +0 -0
- /package/types/{IconCommentsOnSolid.d.ts → generated/IconCommentsOnSolid.d.ts} +0 -0
- /package/types/{IconCommonsLine.d.ts → generated/IconCommonsLine.d.ts} +0 -0
- /package/types/{IconCommonsSolid.d.ts → generated/IconCommonsSolid.d.ts} +0 -0
- /package/types/{IconCompareLine.d.ts → generated/IconCompareLine.d.ts} +0 -0
- /package/types/{IconCompareSolid.d.ts → generated/IconCompareSolid.d.ts} +0 -0
- /package/types/{IconCompassLine.d.ts → generated/IconCompassLine.d.ts} +0 -0
- /package/types/{IconCompassSolid.d.ts → generated/IconCompassSolid.d.ts} +0 -0
- /package/types/{IconCompleteLine.d.ts → generated/IconCompleteLine.d.ts} +0 -0
- /package/types/{IconCompleteSolid.d.ts → generated/IconCompleteSolid.d.ts} +0 -0
- /package/types/{IconComposeLine.d.ts → generated/IconComposeLine.d.ts} +0 -0
- /package/types/{IconComposeSolid.d.ts → generated/IconComposeSolid.d.ts} +0 -0
- /package/types/{IconConfigureLine.d.ts → generated/IconConfigureLine.d.ts} +0 -0
- /package/types/{IconConfigureSolid.d.ts → generated/IconConfigureSolid.d.ts} +0 -0
- /package/types/{IconCopyLine.d.ts → generated/IconCopyLine.d.ts} +0 -0
- /package/types/{IconCopySolid.d.ts → generated/IconCopySolid.d.ts} +0 -0
- /package/types/{IconCoursesLine.d.ts → generated/IconCoursesLine.d.ts} +0 -0
- /package/types/{IconCoursesSolid.d.ts → generated/IconCoursesSolid.d.ts} +0 -0
- /package/types/{IconCropLine.d.ts → generated/IconCropLine.d.ts} +0 -0
- /package/types/{IconCropSolid.d.ts → generated/IconCropSolid.d.ts} +0 -0
- /package/types/{IconDashboardLine.d.ts → generated/IconDashboardLine.d.ts} +0 -0
- /package/types/{IconDashboardSolid.d.ts → generated/IconDashboardSolid.d.ts} +0 -0
- /package/types/{IconDeactivateUserLine.d.ts → generated/IconDeactivateUserLine.d.ts} +0 -0
- /package/types/{IconDeactivateUserSolid.d.ts → generated/IconDeactivateUserSolid.d.ts} +0 -0
- /package/types/{IconDiscussionCheckLine.d.ts → generated/IconDiscussionCheckLine.d.ts} +0 -0
- /package/types/{IconDiscussionCheckSolid.d.ts → generated/IconDiscussionCheckSolid.d.ts} +0 -0
- /package/types/{IconDiscussionLine.d.ts → generated/IconDiscussionLine.d.ts} +0 -0
- /package/types/{IconDiscussionNewLine.d.ts → generated/IconDiscussionNewLine.d.ts} +0 -0
- /package/types/{IconDiscussionNewSolid.d.ts → generated/IconDiscussionNewSolid.d.ts} +0 -0
- /package/types/{IconDiscussionReply2Line.d.ts → generated/IconDiscussionReply2Line.d.ts} +0 -0
- /package/types/{IconDiscussionReply2Solid.d.ts → generated/IconDiscussionReply2Solid.d.ts} +0 -0
- /package/types/{IconDiscussionSolid.d.ts → generated/IconDiscussionSolid.d.ts} +0 -0
- /package/types/{IconDocumentLine.d.ts → generated/IconDocumentLine.d.ts} +0 -0
- /package/types/{IconDocumentSolid.d.ts → generated/IconDocumentSolid.d.ts} +0 -0
- /package/types/{IconDownloadLine.d.ts → generated/IconDownloadLine.d.ts} +0 -0
- /package/types/{IconDownloadSolid.d.ts → generated/IconDownloadSolid.d.ts} +0 -0
- /package/types/{IconDragHandleLine.d.ts → generated/IconDragHandleLine.d.ts} +0 -0
- /package/types/{IconDragHandleSolid.d.ts → generated/IconDragHandleSolid.d.ts} +0 -0
- /package/types/{IconDropDownLine.d.ts → generated/IconDropDownLine.d.ts} +0 -0
- /package/types/{IconDropDownSolid.d.ts → generated/IconDropDownSolid.d.ts} +0 -0
- /package/types/{IconDuplicateLine.d.ts → generated/IconDuplicateLine.d.ts} +0 -0
- /package/types/{IconDuplicateSolid.d.ts → generated/IconDuplicateSolid.d.ts} +0 -0
- /package/types/{IconEditLine.d.ts → generated/IconEditLine.d.ts} +0 -0
- /package/types/{IconEditSolid.d.ts → generated/IconEditSolid.d.ts} +0 -0
- /package/types/{IconEducatorsLine.d.ts → generated/IconEducatorsLine.d.ts} +0 -0
- /package/types/{IconEducatorsSolid.d.ts → generated/IconEducatorsSolid.d.ts} +0 -0
- /package/types/{IconElevateLogoLine.d.ts → generated/IconElevateLogoLine.d.ts} +0 -0
- /package/types/{IconElevateLogoSolid.d.ts → generated/IconElevateLogoSolid.d.ts} +0 -0
- /package/types/{IconEmailLine.d.ts → generated/IconEmailLine.d.ts} +0 -0
- /package/types/{IconEmailSolid.d.ts → generated/IconEmailSolid.d.ts} +0 -0
- /package/types/{IconEmptyLine.d.ts → generated/IconEmptyLine.d.ts} +0 -0
- /package/types/{IconEmptySolid.d.ts → generated/IconEmptySolid.d.ts} +0 -0
- /package/types/{IconEndLine.d.ts → generated/IconEndLine.d.ts} +0 -0
- /package/types/{IconEndSolid.d.ts → generated/IconEndSolid.d.ts} +0 -0
- /package/types/{IconEportfolioLine.d.ts → generated/IconEportfolioLine.d.ts} +0 -0
- /package/types/{IconEportfolioSolid.d.ts → generated/IconEportfolioSolid.d.ts} +0 -0
- /package/types/{IconEquationLine.d.ts → generated/IconEquationLine.d.ts} +0 -0
- /package/types/{IconEquationSolid.d.ts → generated/IconEquationSolid.d.ts} +0 -0
- /package/types/{IconEquellaLine.d.ts → generated/IconEquellaLine.d.ts} +0 -0
- /package/types/{IconEquellaSolid.d.ts → generated/IconEquellaSolid.d.ts} +0 -0
- /package/types/{IconEssayLine.d.ts → generated/IconEssayLine.d.ts} +0 -0
- /package/types/{IconEssaySolid.d.ts → generated/IconEssaySolid.d.ts} +0 -0
- /package/types/{IconExitFullScreenLine.d.ts → generated/IconExitFullScreenLine.d.ts} +0 -0
- /package/types/{IconExitFullScreenSolid.d.ts → generated/IconExitFullScreenSolid.d.ts} +0 -0
- /package/types/{IconExpandItemsLine.d.ts → generated/IconExpandItemsLine.d.ts} +0 -0
- /package/types/{IconExpandItemsSolid.d.ts → generated/IconExpandItemsSolid.d.ts} +0 -0
- /package/types/{IconExpandLine.d.ts → generated/IconExpandLine.d.ts} +0 -0
- /package/types/{IconExpandSolid.d.ts → generated/IconExpandSolid.d.ts} +0 -0
- /package/types/{IconExpandStartLine.d.ts → generated/IconExpandStartLine.d.ts} +0 -0
- /package/types/{IconExpandStartSolid.d.ts → generated/IconExpandStartSolid.d.ts} +0 -0
- /package/types/{IconExportContentLine.d.ts → generated/IconExportContentLine.d.ts} +0 -0
- /package/types/{IconExportContentSolid.d.ts → generated/IconExportContentSolid.d.ts} +0 -0
- /package/types/{IconExportLine.d.ts → generated/IconExportLine.d.ts} +0 -0
- /package/types/{IconExportSolid.d.ts → generated/IconExportSolid.d.ts} +0 -0
- /package/types/{IconExternalLinkLine.d.ts → generated/IconExternalLinkLine.d.ts} +0 -0
- /package/types/{IconExternalLinkSolid.d.ts → generated/IconExternalLinkSolid.d.ts} +0 -0
- /package/types/{IconEyeLine.d.ts → generated/IconEyeLine.d.ts} +0 -0
- /package/types/{IconEyeSolid.d.ts → generated/IconEyeSolid.d.ts} +0 -0
- /package/types/{IconFacebookBoxedLine.d.ts → generated/IconFacebookBoxedLine.d.ts} +0 -0
- /package/types/{IconFacebookBoxedSolid.d.ts → generated/IconFacebookBoxedSolid.d.ts} +0 -0
- /package/types/{IconFacebookLine.d.ts → generated/IconFacebookLine.d.ts} +0 -0
- /package/types/{IconFacebookSolid.d.ts → generated/IconFacebookSolid.d.ts} +0 -0
- /package/types/{IconFastForwardLine.d.ts → generated/IconFastForwardLine.d.ts} +0 -0
- /package/types/{IconFastForwardSolid.d.ts → generated/IconFastForwardSolid.d.ts} +0 -0
- /package/types/{IconFeedbackLine.d.ts → generated/IconFeedbackLine.d.ts} +0 -0
- /package/types/{IconFeedbackSolid.d.ts → generated/IconFeedbackSolid.d.ts} +0 -0
- /package/types/{IconFileLockedLine.d.ts → generated/IconFileLockedLine.d.ts} +0 -0
- /package/types/{IconFileLockedSolid.d.ts → generated/IconFileLockedSolid.d.ts} +0 -0
- /package/types/{IconFilesCopyrightLine.d.ts → generated/IconFilesCopyrightLine.d.ts} +0 -0
- /package/types/{IconFilesCopyrightSolid.d.ts → generated/IconFilesCopyrightSolid.d.ts} +0 -0
- /package/types/{IconFilesCreativeCommonsLine.d.ts → generated/IconFilesCreativeCommonsLine.d.ts} +0 -0
- /package/types/{IconFilesCreativeCommonsSolid.d.ts → generated/IconFilesCreativeCommonsSolid.d.ts} +0 -0
- /package/types/{IconFilesFairUseLine.d.ts → generated/IconFilesFairUseLine.d.ts} +0 -0
- /package/types/{IconFilesFairUseSolid.d.ts → generated/IconFilesFairUseSolid.d.ts} +0 -0
- /package/types/{IconFilesObtainedPermissionLine.d.ts → generated/IconFilesObtainedPermissionLine.d.ts} +0 -0
- /package/types/{IconFilesObtainedPermissionSolid.d.ts → generated/IconFilesObtainedPermissionSolid.d.ts} +0 -0
- /package/types/{IconFilesPublicDomainLine.d.ts → generated/IconFilesPublicDomainLine.d.ts} +0 -0
- /package/types/{IconFilesPublicDomainSolid.d.ts → generated/IconFilesPublicDomainSolid.d.ts} +0 -0
- /package/types/{IconFilmstripLine.d.ts → generated/IconFilmstripLine.d.ts} +0 -0
- /package/types/{IconFilmstripSolid.d.ts → generated/IconFilmstripSolid.d.ts} +0 -0
- /package/types/{IconFilterLine.d.ts → generated/IconFilterLine.d.ts} +0 -0
- /package/types/{IconFilterSolid.d.ts → generated/IconFilterSolid.d.ts} +0 -0
- /package/types/{IconFlagLine.d.ts → generated/IconFlagLine.d.ts} +0 -0
- /package/types/{IconFlagSolid.d.ts → generated/IconFlagSolid.d.ts} +0 -0
- /package/types/{IconFolderLine.d.ts → generated/IconFolderLine.d.ts} +0 -0
- /package/types/{IconFolderLockedLine.d.ts → generated/IconFolderLockedLine.d.ts} +0 -0
- /package/types/{IconFolderLockedSolid.d.ts → generated/IconFolderLockedSolid.d.ts} +0 -0
- /package/types/{IconFolderSolid.d.ts → generated/IconFolderSolid.d.ts} +0 -0
- /package/types/{IconForwardLine.d.ts → generated/IconForwardLine.d.ts} +0 -0
- /package/types/{IconForwardSolid.d.ts → generated/IconForwardSolid.d.ts} +0 -0
- /package/types/{IconFullScreenLine.d.ts → generated/IconFullScreenLine.d.ts} +0 -0
- /package/types/{IconFullScreenSolid.d.ts → generated/IconFullScreenSolid.d.ts} +0 -0
- /package/types/{IconGithubLine.d.ts → generated/IconGithubLine.d.ts} +0 -0
- /package/types/{IconGithubSolid.d.ts → generated/IconGithubSolid.d.ts} +0 -0
- /package/types/{IconGiveAwardLine.d.ts → generated/IconGiveAwardLine.d.ts} +0 -0
- /package/types/{IconGiveAwardSolid.d.ts → generated/IconGiveAwardSolid.d.ts} +0 -0
- /package/types/{IconGradebookExportLine.d.ts → generated/IconGradebookExportLine.d.ts} +0 -0
- /package/types/{IconGradebookExportSolid.d.ts → generated/IconGradebookExportSolid.d.ts} +0 -0
- /package/types/{IconGradebookImportLine.d.ts → generated/IconGradebookImportLine.d.ts} +0 -0
- /package/types/{IconGradebookImportSolid.d.ts → generated/IconGradebookImportSolid.d.ts} +0 -0
- /package/types/{IconGradebookLine.d.ts → generated/IconGradebookLine.d.ts} +0 -0
- /package/types/{IconGradebookSolid.d.ts → generated/IconGradebookSolid.d.ts} +0 -0
- /package/types/{IconGridViewLine.d.ts → generated/IconGridViewLine.d.ts} +0 -0
- /package/types/{IconGridViewSolid.d.ts → generated/IconGridViewSolid.d.ts} +0 -0
- /package/types/{IconGroupDarkNewLine.d.ts → generated/IconGroupDarkNewLine.d.ts} +0 -0
- /package/types/{IconGroupDarkNewSolid.d.ts → generated/IconGroupDarkNewSolid.d.ts} +0 -0
- /package/types/{IconGroupLine.d.ts → generated/IconGroupLine.d.ts} +0 -0
- /package/types/{IconGroupNewLine.d.ts → generated/IconGroupNewLine.d.ts} +0 -0
- /package/types/{IconGroupNewSolid.d.ts → generated/IconGroupNewSolid.d.ts} +0 -0
- /package/types/{IconGroupSolid.d.ts → generated/IconGroupSolid.d.ts} +0 -0
- /package/types/{IconHamburgerLine.d.ts → generated/IconHamburgerLine.d.ts} +0 -0
- /package/types/{IconHamburgerSolid.d.ts → generated/IconHamburgerSolid.d.ts} +0 -0
- /package/types/{IconHeaderLine.d.ts → generated/IconHeaderLine.d.ts} +0 -0
- /package/types/{IconHeaderSolid.d.ts → generated/IconHeaderSolid.d.ts} +0 -0
- /package/types/{IconHeartLine.d.ts → generated/IconHeartLine.d.ts} +0 -0
- /package/types/{IconHeartSolid.d.ts → generated/IconHeartSolid.d.ts} +0 -0
- /package/types/{IconHighlighterLine.d.ts → generated/IconHighlighterLine.d.ts} +0 -0
- /package/types/{IconHighlighterSolid.d.ts → generated/IconHighlighterSolid.d.ts} +0 -0
- /package/types/{IconHomeLine.d.ts → generated/IconHomeLine.d.ts} +0 -0
- /package/types/{IconHomeSolid.d.ts → generated/IconHomeSolid.d.ts} +0 -0
- /package/types/{IconHourGlassLine.d.ts → generated/IconHourGlassLine.d.ts} +0 -0
- /package/types/{IconHourGlassSolid.d.ts → generated/IconHourGlassSolid.d.ts} +0 -0
- /package/types/{IconImageLine.d.ts → generated/IconImageLine.d.ts} +0 -0
- /package/types/{IconImageSolid.d.ts → generated/IconImageSolid.d.ts} +0 -0
- /package/types/{IconImmersiveReaderLine.d.ts → generated/IconImmersiveReaderLine.d.ts} +0 -0
- /package/types/{IconImmersiveReaderSolid.d.ts → generated/IconImmersiveReaderSolid.d.ts} +0 -0
- /package/types/{IconImpactLogoLine.d.ts → generated/IconImpactLogoLine.d.ts} +0 -0
- /package/types/{IconImpactLogoSolid.d.ts → generated/IconImpactLogoSolid.d.ts} +0 -0
- /package/types/{IconImportContentLine.d.ts → generated/IconImportContentLine.d.ts} +0 -0
- /package/types/{IconImportContentSolid.d.ts → generated/IconImportContentSolid.d.ts} +0 -0
- /package/types/{IconImportLine.d.ts → generated/IconImportLine.d.ts} +0 -0
- /package/types/{IconImportSolid.d.ts → generated/IconImportSolid.d.ts} +0 -0
- /package/types/{IconImportantDatesLine.d.ts → generated/IconImportantDatesLine.d.ts} +0 -0
- /package/types/{IconImportantDatesSolid.d.ts → generated/IconImportantDatesSolid.d.ts} +0 -0
- /package/types/{IconInboxLine.d.ts → generated/IconInboxLine.d.ts} +0 -0
- /package/types/{IconInboxSolid.d.ts → generated/IconInboxSolid.d.ts} +0 -0
- /package/types/{IconIndent2Line.d.ts → generated/IconIndent2Line.d.ts} +0 -0
- /package/types/{IconIndent2Solid.d.ts → generated/IconIndent2Solid.d.ts} +0 -0
- /package/types/{IconIndentLine.d.ts → generated/IconIndentLine.d.ts} +0 -0
- /package/types/{IconIndentSolid.d.ts → generated/IconIndentSolid.d.ts} +0 -0
- /package/types/{IconInfoBorderlessLine.d.ts → generated/IconInfoBorderlessLine.d.ts} +0 -0
- /package/types/{IconInfoBorderlessSolid.d.ts → generated/IconInfoBorderlessSolid.d.ts} +0 -0
- /package/types/{IconInfoLine.d.ts → generated/IconInfoLine.d.ts} +0 -0
- /package/types/{IconInfoSolid.d.ts → generated/IconInfoSolid.d.ts} +0 -0
- /package/types/{IconInstructure1DotLine.d.ts → generated/IconInstructure1DotLine.d.ts} +0 -0
- /package/types/{IconInstructure1DotSolid.d.ts → generated/IconInstructure1DotSolid.d.ts} +0 -0
- /package/types/{IconInstructure3DotLine.d.ts → generated/IconInstructure3DotLine.d.ts} +0 -0
- /package/types/{IconInstructure3DotSolid.d.ts → generated/IconInstructure3DotSolid.d.ts} +0 -0
- /package/types/{IconInstructureLogoLine.d.ts → generated/IconInstructureLogoLine.d.ts} +0 -0
- /package/types/{IconInstructureLogoSolid.d.ts → generated/IconInstructureLogoSolid.d.ts} +0 -0
- /package/types/{IconIntegrationsLine.d.ts → generated/IconIntegrationsLine.d.ts} +0 -0
- /package/types/{IconIntegrationsSolid.d.ts → generated/IconIntegrationsSolid.d.ts} +0 -0
- /package/types/{IconInvitationLine.d.ts → generated/IconInvitationLine.d.ts} +0 -0
- /package/types/{IconInvitationSolid.d.ts → generated/IconInvitationSolid.d.ts} +0 -0
- /package/types/{IconItalicLine.d.ts → generated/IconItalicLine.d.ts} +0 -0
- /package/types/{IconItalicSolid.d.ts → generated/IconItalicSolid.d.ts} +0 -0
- /package/types/{IconKeyboardShortcutsLine.d.ts → generated/IconKeyboardShortcutsLine.d.ts} +0 -0
- /package/types/{IconKeyboardShortcutsSolid.d.ts → generated/IconKeyboardShortcutsSolid.d.ts} +0 -0
- /package/types/{IconLaunchLine.d.ts → generated/IconLaunchLine.d.ts} +0 -0
- /package/types/{IconLaunchSolid.d.ts → generated/IconLaunchSolid.d.ts} +0 -0
- /package/types/{IconLearnplatformLine.d.ts → generated/IconLearnplatformLine.d.ts} +0 -0
- /package/types/{IconLearnplatformSolid.d.ts → generated/IconLearnplatformSolid.d.ts} +0 -0
- /package/types/{IconLifePreserverLine.d.ts → generated/IconLifePreserverLine.d.ts} +0 -0
- /package/types/{IconLifePreserverSolid.d.ts → generated/IconLifePreserverSolid.d.ts} +0 -0
- /package/types/{IconLikeLine.d.ts → generated/IconLikeLine.d.ts} +0 -0
- /package/types/{IconLikeSolid.d.ts → generated/IconLikeSolid.d.ts} +0 -0
- /package/types/{IconLineReaderLine.d.ts → generated/IconLineReaderLine.d.ts} +0 -0
- /package/types/{IconLineReaderSolid.d.ts → generated/IconLineReaderSolid.d.ts} +0 -0
- /package/types/{IconLinkLine.d.ts → generated/IconLinkLine.d.ts} +0 -0
- /package/types/{IconLinkSolid.d.ts → generated/IconLinkSolid.d.ts} +0 -0
- /package/types/{IconLinkedinLine.d.ts → generated/IconLinkedinLine.d.ts} +0 -0
- /package/types/{IconLinkedinSolid.d.ts → generated/IconLinkedinSolid.d.ts} +0 -0
- /package/types/{IconListViewLine.d.ts → generated/IconListViewLine.d.ts} +0 -0
- /package/types/{IconListViewSolid.d.ts → generated/IconListViewSolid.d.ts} +0 -0
- /package/types/{IconLockLine.d.ts → generated/IconLockLine.d.ts} +0 -0
- /package/types/{IconLockSolid.d.ts → generated/IconLockSolid.d.ts} +0 -0
- /package/types/{IconLtiLine.d.ts → generated/IconLtiLine.d.ts} +0 -0
- /package/types/{IconLtiSolid.d.ts → generated/IconLtiSolid.d.ts} +0 -0
- /package/types/{IconMarkAsReadLine.d.ts → generated/IconMarkAsReadLine.d.ts} +0 -0
- /package/types/{IconMarkAsReadSolid.d.ts → generated/IconMarkAsReadSolid.d.ts} +0 -0
- /package/types/{IconMarkerLine.d.ts → generated/IconMarkerLine.d.ts} +0 -0
- /package/types/{IconMarkerSolid.d.ts → generated/IconMarkerSolid.d.ts} +0 -0
- /package/types/{IconMasqueradeLine.d.ts → generated/IconMasqueradeLine.d.ts} +0 -0
- /package/types/{IconMasqueradeSolid.d.ts → generated/IconMasqueradeSolid.d.ts} +0 -0
- /package/types/{IconMasteryLogoLine.d.ts → generated/IconMasteryLogoLine.d.ts} +0 -0
- /package/types/{IconMasteryLogoSolid.d.ts → generated/IconMasteryLogoSolid.d.ts} +0 -0
- /package/types/{IconMasteryPathsLine.d.ts → generated/IconMasteryPathsLine.d.ts} +0 -0
- /package/types/{IconMasteryPathsSolid.d.ts → generated/IconMasteryPathsSolid.d.ts} +0 -0
- /package/types/{IconMaterialsRequiredLine.d.ts → generated/IconMaterialsRequiredLine.d.ts} +0 -0
- /package/types/{IconMaterialsRequiredSolid.d.ts → generated/IconMaterialsRequiredSolid.d.ts} +0 -0
- /package/types/{IconMatureLine.d.ts → generated/IconMatureLine.d.ts} +0 -0
- /package/types/{IconMatureSolid.d.ts → generated/IconMatureSolid.d.ts} +0 -0
- /package/types/{IconMediaLine.d.ts → generated/IconMediaLine.d.ts} +0 -0
- /package/types/{IconMediaSolid.d.ts → generated/IconMediaSolid.d.ts} +0 -0
- /package/types/{IconMessageLine.d.ts → generated/IconMessageLine.d.ts} +0 -0
- /package/types/{IconMessageSolid.d.ts → generated/IconMessageSolid.d.ts} +0 -0
- /package/types/{IconMicLine.d.ts → generated/IconMicLine.d.ts} +0 -0
- /package/types/{IconMicOffLine.d.ts → generated/IconMicOffLine.d.ts} +0 -0
- /package/types/{IconMicOffSolid.d.ts → generated/IconMicOffSolid.d.ts} +0 -0
- /package/types/{IconMicSolid.d.ts → generated/IconMicSolid.d.ts} +0 -0
- /package/types/{IconMiniArrowDoubleLine.d.ts → generated/IconMiniArrowDoubleLine.d.ts} +0 -0
- /package/types/{IconMiniArrowDoubleSolid.d.ts → generated/IconMiniArrowDoubleSolid.d.ts} +0 -0
- /package/types/{IconMiniArrowDownLine.d.ts → generated/IconMiniArrowDownLine.d.ts} +0 -0
- /package/types/{IconMiniArrowDownSolid.d.ts → generated/IconMiniArrowDownSolid.d.ts} +0 -0
- /package/types/{IconMiniArrowEndLine.d.ts → generated/IconMiniArrowEndLine.d.ts} +0 -0
- /package/types/{IconMiniArrowEndSolid.d.ts → generated/IconMiniArrowEndSolid.d.ts} +0 -0
- /package/types/{IconMiniArrowStartLine.d.ts → generated/IconMiniArrowStartLine.d.ts} +0 -0
- /package/types/{IconMiniArrowStartSolid.d.ts → generated/IconMiniArrowStartSolid.d.ts} +0 -0
- /package/types/{IconMiniArrowUpLine.d.ts → generated/IconMiniArrowUpLine.d.ts} +0 -0
- /package/types/{IconMiniArrowUpSolid.d.ts → generated/IconMiniArrowUpSolid.d.ts} +0 -0
- /package/types/{IconMinimizeLine.d.ts → generated/IconMinimizeLine.d.ts} +0 -0
- /package/types/{IconMinimizeSolid.d.ts → generated/IconMinimizeSolid.d.ts} +0 -0
- /package/types/{IconModuleLine.d.ts → generated/IconModuleLine.d.ts} +0 -0
- /package/types/{IconModuleSolid.d.ts → generated/IconModuleSolid.d.ts} +0 -0
- /package/types/{IconMoreLine.d.ts → generated/IconMoreLine.d.ts} +0 -0
- /package/types/{IconMoreSolid.d.ts → generated/IconMoreSolid.d.ts} +0 -0
- /package/types/{IconMoveDownBottomLine.d.ts → generated/IconMoveDownBottomLine.d.ts} +0 -0
- /package/types/{IconMoveDownBottomSolid.d.ts → generated/IconMoveDownBottomSolid.d.ts} +0 -0
- /package/types/{IconMoveDownLine.d.ts → generated/IconMoveDownLine.d.ts} +0 -0
- /package/types/{IconMoveDownSolid.d.ts → generated/IconMoveDownSolid.d.ts} +0 -0
- /package/types/{IconMoveEndLine.d.ts → generated/IconMoveEndLine.d.ts} +0 -0
- /package/types/{IconMoveEndSolid.d.ts → generated/IconMoveEndSolid.d.ts} +0 -0
- /package/types/{IconMoveStartLine.d.ts → generated/IconMoveStartLine.d.ts} +0 -0
- /package/types/{IconMoveStartSolid.d.ts → generated/IconMoveStartSolid.d.ts} +0 -0
- /package/types/{IconMoveUpLine.d.ts → generated/IconMoveUpLine.d.ts} +0 -0
- /package/types/{IconMoveUpSolid.d.ts → generated/IconMoveUpSolid.d.ts} +0 -0
- /package/types/{IconMoveUpTopLine.d.ts → generated/IconMoveUpTopLine.d.ts} +0 -0
- /package/types/{IconMoveUpTopSolid.d.ts → generated/IconMoveUpTopSolid.d.ts} +0 -0
- /package/types/{IconMsExcelLine.d.ts → generated/IconMsExcelLine.d.ts} +0 -0
- /package/types/{IconMsExcelSolid.d.ts → generated/IconMsExcelSolid.d.ts} +0 -0
- /package/types/{IconMsPptLine.d.ts → generated/IconMsPptLine.d.ts} +0 -0
- /package/types/{IconMsPptSolid.d.ts → generated/IconMsPptSolid.d.ts} +0 -0
- /package/types/{IconMsWordLine.d.ts → generated/IconMsWordLine.d.ts} +0 -0
- /package/types/{IconMsWordSolid.d.ts → generated/IconMsWordSolid.d.ts} +0 -0
- /package/types/{IconMutedLine.d.ts → generated/IconMutedLine.d.ts} +0 -0
- /package/types/{IconMutedSolid.d.ts → generated/IconMutedSolid.d.ts} +0 -0
- /package/types/{IconNeutralLine.d.ts → generated/IconNeutralLine.d.ts} +0 -0
- /package/types/{IconNeutralSolid.d.ts → generated/IconNeutralSolid.d.ts} +0 -0
- /package/types/{IconNextUnreadLine.d.ts → generated/IconNextUnreadLine.d.ts} +0 -0
- /package/types/{IconNextUnreadSolid.d.ts → generated/IconNextUnreadSolid.d.ts} +0 -0
- /package/types/{IconNoLine.d.ts → generated/IconNoLine.d.ts} +0 -0
- /package/types/{IconNoSolid.d.ts → generated/IconNoSolid.d.ts} +0 -0
- /package/types/{IconNotGradedLine.d.ts → generated/IconNotGradedLine.d.ts} +0 -0
- /package/types/{IconNotGradedSolid.d.ts → generated/IconNotGradedSolid.d.ts} +0 -0
- /package/types/{IconNoteLine.d.ts → generated/IconNoteLine.d.ts} +0 -0
- /package/types/{IconNoteSolid.d.ts → generated/IconNoteSolid.d.ts} +0 -0
- /package/types/{IconNotepadLine.d.ts → generated/IconNotepadLine.d.ts} +0 -0
- /package/types/{IconNotepadSolid.d.ts → generated/IconNotepadSolid.d.ts} +0 -0
- /package/types/{IconNumberedListLine.d.ts → generated/IconNumberedListLine.d.ts} +0 -0
- /package/types/{IconNumberedListSolid.d.ts → generated/IconNumberedListSolid.d.ts} +0 -0
- /package/types/{IconOffLine.d.ts → generated/IconOffLine.d.ts} +0 -0
- /package/types/{IconOffSolid.d.ts → generated/IconOffSolid.d.ts} +0 -0
- /package/types/{IconOpenFolderLine.d.ts → generated/IconOpenFolderLine.d.ts} +0 -0
- /package/types/{IconOpenFolderSolid.d.ts → generated/IconOpenFolderSolid.d.ts} +0 -0
- /package/types/{IconOutcomesLine.d.ts → generated/IconOutcomesLine.d.ts} +0 -0
- /package/types/{IconOutcomesSolid.d.ts → generated/IconOutcomesSolid.d.ts} +0 -0
- /package/types/{IconOutdent2Line.d.ts → generated/IconOutdent2Line.d.ts} +0 -0
- /package/types/{IconOutdent2Solid.d.ts → generated/IconOutdent2Solid.d.ts} +0 -0
- /package/types/{IconOutdentLine.d.ts → generated/IconOutdentLine.d.ts} +0 -0
- /package/types/{IconOutdentSolid.d.ts → generated/IconOutdentSolid.d.ts} +0 -0
- /package/types/{IconOvalHalfLine.d.ts → generated/IconOvalHalfLine.d.ts} +0 -0
- /package/types/{IconOvalHalfSolid.d.ts → generated/IconOvalHalfSolid.d.ts} +0 -0
- /package/types/{IconPageDownLine.d.ts → generated/IconPageDownLine.d.ts} +0 -0
- /package/types/{IconPageDownSolid.d.ts → generated/IconPageDownSolid.d.ts} +0 -0
- /package/types/{IconPageUpLine.d.ts → generated/IconPageUpLine.d.ts} +0 -0
- /package/types/{IconPageUpSolid.d.ts → generated/IconPageUpSolid.d.ts} +0 -0
- /package/types/{IconPaintLine.d.ts → generated/IconPaintLine.d.ts} +0 -0
- /package/types/{IconPaintSolid.d.ts → generated/IconPaintSolid.d.ts} +0 -0
- /package/types/{IconPaperclipLine.d.ts → generated/IconPaperclipLine.d.ts} +0 -0
- /package/types/{IconPaperclipSolid.d.ts → generated/IconPaperclipSolid.d.ts} +0 -0
- /package/types/{IconPartialLine.d.ts → generated/IconPartialLine.d.ts} +0 -0
- /package/types/{IconPartialSolid.d.ts → generated/IconPartialSolid.d.ts} +0 -0
- /package/types/{IconPasswordResetLine.d.ts → generated/IconPasswordResetLine.d.ts} +0 -0
- /package/types/{IconPasswordResetSolid.d.ts → generated/IconPasswordResetSolid.d.ts} +0 -0
- /package/types/{IconPauseLine.d.ts → generated/IconPauseLine.d.ts} +0 -0
- /package/types/{IconPauseSolid.d.ts → generated/IconPauseSolid.d.ts} +0 -0
- /package/types/{IconPdfLine.d.ts → generated/IconPdfLine.d.ts} +0 -0
- /package/types/{IconPdfSolid.d.ts → generated/IconPdfSolid.d.ts} +0 -0
- /package/types/{IconPeerGradedLine.d.ts → generated/IconPeerGradedLine.d.ts} +0 -0
- /package/types/{IconPeerGradedSolid.d.ts → generated/IconPeerGradedSolid.d.ts} +0 -0
- /package/types/{IconPeerReviewLine.d.ts → generated/IconPeerReviewLine.d.ts} +0 -0
- /package/types/{IconPeerReviewSolid.d.ts → generated/IconPeerReviewSolid.d.ts} +0 -0
- /package/types/{IconPermissionsLine.d.ts → generated/IconPermissionsLine.d.ts} +0 -0
- /package/types/{IconPermissionsSolid.d.ts → generated/IconPermissionsSolid.d.ts} +0 -0
- /package/types/{IconPinLine.d.ts → generated/IconPinLine.d.ts} +0 -0
- /package/types/{IconPinSolid.d.ts → generated/IconPinSolid.d.ts} +0 -0
- /package/types/{IconPinterestLine.d.ts → generated/IconPinterestLine.d.ts} +0 -0
- /package/types/{IconPinterestSolid.d.ts → generated/IconPinterestSolid.d.ts} +0 -0
- /package/types/{IconPlayLine.d.ts → generated/IconPlayLine.d.ts} +0 -0
- /package/types/{IconPlaySolid.d.ts → generated/IconPlaySolid.d.ts} +0 -0
- /package/types/{IconPlusLine.d.ts → generated/IconPlusLine.d.ts} +0 -0
- /package/types/{IconPlusSolid.d.ts → generated/IconPlusSolid.d.ts} +0 -0
- /package/types/{IconPostToSisLine.d.ts → generated/IconPostToSisLine.d.ts} +0 -0
- /package/types/{IconPostToSisSolid.d.ts → generated/IconPostToSisSolid.d.ts} +0 -0
- /package/types/{IconPredictiveLine.d.ts → generated/IconPredictiveLine.d.ts} +0 -0
- /package/types/{IconPredictiveSolid.d.ts → generated/IconPredictiveSolid.d.ts} +0 -0
- /package/types/{IconPrerequisiteLine.d.ts → generated/IconPrerequisiteLine.d.ts} +0 -0
- /package/types/{IconPrerequisiteSolid.d.ts → generated/IconPrerequisiteSolid.d.ts} +0 -0
- /package/types/{IconPrinterLine.d.ts → generated/IconPrinterLine.d.ts} +0 -0
- /package/types/{IconPrinterSolid.d.ts → generated/IconPrinterSolid.d.ts} +0 -0
- /package/types/{IconProgressLine.d.ts → generated/IconProgressLine.d.ts} +0 -0
- /package/types/{IconProgressSolid.d.ts → generated/IconProgressSolid.d.ts} +0 -0
- /package/types/{IconProtractorLine.d.ts → generated/IconProtractorLine.d.ts} +0 -0
- /package/types/{IconProtractorSolid.d.ts → generated/IconProtractorSolid.d.ts} +0 -0
- /package/types/{IconPublishLine.d.ts → generated/IconPublishLine.d.ts} +0 -0
- /package/types/{IconPublishSolid.d.ts → generated/IconPublishSolid.d.ts} +0 -0
- /package/types/{IconQuestionLine.d.ts → generated/IconQuestionLine.d.ts} +0 -0
- /package/types/{IconQuestionSolid.d.ts → generated/IconQuestionSolid.d.ts} +0 -0
- /package/types/{IconQuizInstructionsLine.d.ts → generated/IconQuizInstructionsLine.d.ts} +0 -0
- /package/types/{IconQuizInstructionsSolid.d.ts → generated/IconQuizInstructionsSolid.d.ts} +0 -0
- /package/types/{IconQuizLine.d.ts → generated/IconQuizLine.d.ts} +0 -0
- /package/types/{IconQuizSolid.d.ts → generated/IconQuizSolid.d.ts} +0 -0
- /package/types/{IconQuizStatsAvgLine.d.ts → generated/IconQuizStatsAvgLine.d.ts} +0 -0
- /package/types/{IconQuizStatsAvgSolid.d.ts → generated/IconQuizStatsAvgSolid.d.ts} +0 -0
- /package/types/{IconQuizStatsCronbachsAlphaLine.d.ts → generated/IconQuizStatsCronbachsAlphaLine.d.ts} +0 -0
- /package/types/{IconQuizStatsCronbachsAlphaSolid.d.ts → generated/IconQuizStatsCronbachsAlphaSolid.d.ts} +0 -0
- /package/types/{IconQuizStatsDeviationLine.d.ts → generated/IconQuizStatsDeviationLine.d.ts} +0 -0
- /package/types/{IconQuizStatsDeviationSolid.d.ts → generated/IconQuizStatsDeviationSolid.d.ts} +0 -0
- /package/types/{IconQuizStatsHighLine.d.ts → generated/IconQuizStatsHighLine.d.ts} +0 -0
- /package/types/{IconQuizStatsHighSolid.d.ts → generated/IconQuizStatsHighSolid.d.ts} +0 -0
- /package/types/{IconQuizStatsLowLine.d.ts → generated/IconQuizStatsLowLine.d.ts} +0 -0
- /package/types/{IconQuizStatsLowSolid.d.ts → generated/IconQuizStatsLowSolid.d.ts} +0 -0
- /package/types/{IconQuizStatsTimeLine.d.ts → generated/IconQuizStatsTimeLine.d.ts} +0 -0
- /package/types/{IconQuizStatsTimeSolid.d.ts → generated/IconQuizStatsTimeSolid.d.ts} +0 -0
- /package/types/{IconQuizTitleLine.d.ts → generated/IconQuizTitleLine.d.ts} +0 -0
- /package/types/{IconQuizTitleSolid.d.ts → generated/IconQuizTitleSolid.d.ts} +0 -0
- /package/types/{IconRecordLine.d.ts → generated/IconRecordLine.d.ts} +0 -0
- /package/types/{IconRecordSolid.d.ts → generated/IconRecordSolid.d.ts} +0 -0
- /package/types/{IconRedoLine.d.ts → generated/IconRedoLine.d.ts} +0 -0
- /package/types/{IconRedoSolid.d.ts → generated/IconRedoSolid.d.ts} +0 -0
- /package/types/{IconRefreshLine.d.ts → generated/IconRefreshLine.d.ts} +0 -0
- /package/types/{IconRefreshSolid.d.ts → generated/IconRefreshSolid.d.ts} +0 -0
- /package/types/{IconRemoveBookmarkLine.d.ts → generated/IconRemoveBookmarkLine.d.ts} +0 -0
- /package/types/{IconRemoveBookmarkSolid.d.ts → generated/IconRemoveBookmarkSolid.d.ts} +0 -0
- /package/types/{IconRemoveFromCollectionLine.d.ts → generated/IconRemoveFromCollectionLine.d.ts} +0 -0
- /package/types/{IconRemoveFromCollectionSolid.d.ts → generated/IconRemoveFromCollectionSolid.d.ts} +0 -0
- /package/types/{IconRemoveLinkLine.d.ts → generated/IconRemoveLinkLine.d.ts} +0 -0
- /package/types/{IconRemoveLinkSolid.d.ts → generated/IconRemoveLinkSolid.d.ts} +0 -0
- /package/types/{IconRepliedLine.d.ts → generated/IconRepliedLine.d.ts} +0 -0
- /package/types/{IconRepliedSolid.d.ts → generated/IconRepliedSolid.d.ts} +0 -0
- /package/types/{IconReply2Line.d.ts → generated/IconReply2Line.d.ts} +0 -0
- /package/types/{IconReply2Solid.d.ts → generated/IconReply2Solid.d.ts} +0 -0
- /package/types/{IconReplyAll2Line.d.ts → generated/IconReplyAll2Line.d.ts} +0 -0
- /package/types/{IconReplyAll2Solid.d.ts → generated/IconReplyAll2Solid.d.ts} +0 -0
- /package/types/{IconReplyLine.d.ts → generated/IconReplyLine.d.ts} +0 -0
- /package/types/{IconReplySolid.d.ts → generated/IconReplySolid.d.ts} +0 -0
- /package/types/{IconResetLine.d.ts → generated/IconResetLine.d.ts} +0 -0
- /package/types/{IconResetSolid.d.ts → generated/IconResetSolid.d.ts} +0 -0
- /package/types/{IconRestoreLine.d.ts → generated/IconRestoreLine.d.ts} +0 -0
- /package/types/{IconRestoreSolid.d.ts → generated/IconRestoreSolid.d.ts} +0 -0
- /package/types/{IconReviewScreenLine.d.ts → generated/IconReviewScreenLine.d.ts} +0 -0
- /package/types/{IconReviewScreenSolid.d.ts → generated/IconReviewScreenSolid.d.ts} +0 -0
- /package/types/{IconRewindLine.d.ts → generated/IconRewindLine.d.ts} +0 -0
- /package/types/{IconRewindSolid.d.ts → generated/IconRewindSolid.d.ts} +0 -0
- /package/types/{IconRotateLeftLine.d.ts → generated/IconRotateLeftLine.d.ts} +0 -0
- /package/types/{IconRotateLeftSolid.d.ts → generated/IconRotateLeftSolid.d.ts} +0 -0
- /package/types/{IconRotateRightLine.d.ts → generated/IconRotateRightLine.d.ts} +0 -0
- /package/types/{IconRotateRightSolid.d.ts → generated/IconRotateRightSolid.d.ts} +0 -0
- /package/types/{IconRssLine.d.ts → generated/IconRssLine.d.ts} +0 -0
- /package/types/{IconRssSolid.d.ts → generated/IconRssSolid.d.ts} +0 -0
- /package/types/{IconRubricDarkLine.d.ts → generated/IconRubricDarkLine.d.ts} +0 -0
- /package/types/{IconRubricDarkSolid.d.ts → generated/IconRubricDarkSolid.d.ts} +0 -0
- /package/types/{IconRubricLine.d.ts → generated/IconRubricLine.d.ts} +0 -0
- /package/types/{IconRubricSolid.d.ts → generated/IconRubricSolid.d.ts} +0 -0
- /package/types/{IconRulerLine.d.ts → generated/IconRulerLine.d.ts} +0 -0
- /package/types/{IconRulerSolid.d.ts → generated/IconRulerSolid.d.ts} +0 -0
- /package/types/{IconSaveLine.d.ts → generated/IconSaveLine.d.ts} +0 -0
- /package/types/{IconSaveSolid.d.ts → generated/IconSaveSolid.d.ts} +0 -0
- /package/types/{IconScreenCaptureLine.d.ts → generated/IconScreenCaptureLine.d.ts} +0 -0
- /package/types/{IconScreenCaptureSolid.d.ts → generated/IconScreenCaptureSolid.d.ts} +0 -0
- /package/types/{IconSearchAiLine.d.ts → generated/IconSearchAiLine.d.ts} +0 -0
- /package/types/{IconSearchAiSolid.d.ts → generated/IconSearchAiSolid.d.ts} +0 -0
- /package/types/{IconSearchLine.d.ts → generated/IconSearchLine.d.ts} +0 -0
- /package/types/{IconSearchSolid.d.ts → generated/IconSearchSolid.d.ts} +0 -0
- /package/types/{IconSettingsLine.d.ts → generated/IconSettingsLine.d.ts} +0 -0
- /package/types/{IconSettingsSolid.d.ts → generated/IconSettingsSolid.d.ts} +0 -0
- /package/types/{IconShapeOvalLine.d.ts → generated/IconShapeOvalLine.d.ts} +0 -0
- /package/types/{IconShapeOvalSolid.d.ts → generated/IconShapeOvalSolid.d.ts} +0 -0
- /package/types/{IconShapePolygonLine.d.ts → generated/IconShapePolygonLine.d.ts} +0 -0
- /package/types/{IconShapePolygonSolid.d.ts → generated/IconShapePolygonSolid.d.ts} +0 -0
- /package/types/{IconShapeRectangleLine.d.ts → generated/IconShapeRectangleLine.d.ts} +0 -0
- /package/types/{IconShapeRectangleSolid.d.ts → generated/IconShapeRectangleSolid.d.ts} +0 -0
- /package/types/{IconShareLine.d.ts → generated/IconShareLine.d.ts} +0 -0
- /package/types/{IconShareSolid.d.ts → generated/IconShareSolid.d.ts} +0 -0
- /package/types/{IconSidebarRightHideLine.d.ts → generated/IconSidebarRightHideLine.d.ts} +0 -0
- /package/types/{IconSidebarRightHideSolid.d.ts → generated/IconSidebarRightHideSolid.d.ts} +0 -0
- /package/types/{IconSidebarRightShowLine.d.ts → generated/IconSidebarRightShowLine.d.ts} +0 -0
- /package/types/{IconSidebarRightShowSolid.d.ts → generated/IconSidebarRightShowSolid.d.ts} +0 -0
- /package/types/{IconSingleMetricLine.d.ts → generated/IconSingleMetricLine.d.ts} +0 -0
- /package/types/{IconSingleMetricSolid.d.ts → generated/IconSingleMetricSolid.d.ts} +0 -0
- /package/types/{IconSisImportedLine.d.ts → generated/IconSisImportedLine.d.ts} +0 -0
- /package/types/{IconSisImportedSolid.d.ts → generated/IconSisImportedSolid.d.ts} +0 -0
- /package/types/{IconSisNotSyncedLine.d.ts → generated/IconSisNotSyncedLine.d.ts} +0 -0
- /package/types/{IconSisNotSyncedSolid.d.ts → generated/IconSisNotSyncedSolid.d.ts} +0 -0
- /package/types/{IconSisSyncedLine.d.ts → generated/IconSisSyncedLine.d.ts} +0 -0
- /package/types/{IconSisSyncedSolid.d.ts → generated/IconSisSyncedSolid.d.ts} +0 -0
- /package/types/{IconSkypeLine.d.ts → generated/IconSkypeLine.d.ts} +0 -0
- /package/types/{IconSkypeSolid.d.ts → generated/IconSkypeSolid.d.ts} +0 -0
- /package/types/{IconSortLine.d.ts → generated/IconSortLine.d.ts} +0 -0
- /package/types/{IconSortSolid.d.ts → generated/IconSortSolid.d.ts} +0 -0
- /package/types/{IconSpeedGraderLine.d.ts → generated/IconSpeedGraderLine.d.ts} +0 -0
- /package/types/{IconSpeedGraderSolid.d.ts → generated/IconSpeedGraderSolid.d.ts} +0 -0
- /package/types/{IconStandardsLine.d.ts → generated/IconStandardsLine.d.ts} +0 -0
- /package/types/{IconStandardsSolid.d.ts → generated/IconStandardsSolid.d.ts} +0 -0
- /package/types/{IconStarLightLine.d.ts → generated/IconStarLightLine.d.ts} +0 -0
- /package/types/{IconStarLightSolid.d.ts → generated/IconStarLightSolid.d.ts} +0 -0
- /package/types/{IconStarLine.d.ts → generated/IconStarLine.d.ts} +0 -0
- /package/types/{IconStarSolid.d.ts → generated/IconStarSolid.d.ts} +0 -0
- /package/types/{IconStatsLine.d.ts → generated/IconStatsLine.d.ts} +0 -0
- /package/types/{IconStatsSolid.d.ts → generated/IconStatsSolid.d.ts} +0 -0
- /package/types/{IconStopLine.d.ts → generated/IconStopLine.d.ts} +0 -0
- /package/types/{IconStopSolid.d.ts → generated/IconStopSolid.d.ts} +0 -0
- /package/types/{IconStrikethroughLine.d.ts → generated/IconStrikethroughLine.d.ts} +0 -0
- /package/types/{IconStrikethroughSolid.d.ts → generated/IconStrikethroughSolid.d.ts} +0 -0
- /package/types/{IconStudentViewLine.d.ts → generated/IconStudentViewLine.d.ts} +0 -0
- /package/types/{IconStudentViewSolid.d.ts → generated/IconStudentViewSolid.d.ts} +0 -0
- /package/types/{IconStudioLine.d.ts → generated/IconStudioLine.d.ts} +0 -0
- /package/types/{IconStudioSolid.d.ts → generated/IconStudioSolid.d.ts} +0 -0
- /package/types/{IconSubaccountsLine.d.ts → generated/IconSubaccountsLine.d.ts} +0 -0
- /package/types/{IconSubaccountsSolid.d.ts → generated/IconSubaccountsSolid.d.ts} +0 -0
- /package/types/{IconSubtitlesLine.d.ts → generated/IconSubtitlesLine.d.ts} +0 -0
- /package/types/{IconSubtitlesSolid.d.ts → generated/IconSubtitlesSolid.d.ts} +0 -0
- /package/types/{IconSyllabusLine.d.ts → generated/IconSyllabusLine.d.ts} +0 -0
- /package/types/{IconSyllabusSolid.d.ts → generated/IconSyllabusSolid.d.ts} +0 -0
- /package/types/{IconTableCellSelectAllLine.d.ts → generated/IconTableCellSelectAllLine.d.ts} +0 -0
- /package/types/{IconTableCellSelectAllSolid.d.ts → generated/IconTableCellSelectAllSolid.d.ts} +0 -0
- /package/types/{IconTableDeleteColumnLine.d.ts → generated/IconTableDeleteColumnLine.d.ts} +0 -0
- /package/types/{IconTableDeleteColumnSolid.d.ts → generated/IconTableDeleteColumnSolid.d.ts} +0 -0
- /package/types/{IconTableDeleteRowLine.d.ts → generated/IconTableDeleteRowLine.d.ts} +0 -0
- /package/types/{IconTableDeleteRowSolid.d.ts → generated/IconTableDeleteRowSolid.d.ts} +0 -0
- /package/types/{IconTableDeleteTableLine.d.ts → generated/IconTableDeleteTableLine.d.ts} +0 -0
- /package/types/{IconTableDeleteTableSolid.d.ts → generated/IconTableDeleteTableSolid.d.ts} +0 -0
- /package/types/{IconTableInsertColumnAfterLine.d.ts → generated/IconTableInsertColumnAfterLine.d.ts} +0 -0
- /package/types/{IconTableInsertColumnAfterSolid.d.ts → generated/IconTableInsertColumnAfterSolid.d.ts} +0 -0
- /package/types/{IconTableInsertColumnBeforeLine.d.ts → generated/IconTableInsertColumnBeforeLine.d.ts} +0 -0
- /package/types/{IconTableInsertColumnBeforeSolid.d.ts → generated/IconTableInsertColumnBeforeSolid.d.ts} +0 -0
- /package/types/{IconTableInsertRowAboveLine.d.ts → generated/IconTableInsertRowAboveLine.d.ts} +0 -0
- /package/types/{IconTableInsertRowAboveSolid.d.ts → generated/IconTableInsertRowAboveSolid.d.ts} +0 -0
- /package/types/{IconTableInsertRowAfterLine.d.ts → generated/IconTableInsertRowAfterLine.d.ts} +0 -0
- /package/types/{IconTableInsertRowAfterSolid.d.ts → generated/IconTableInsertRowAfterSolid.d.ts} +0 -0
- /package/types/{IconTableLeftHeaderLine.d.ts → generated/IconTableLeftHeaderLine.d.ts} +0 -0
- /package/types/{IconTableLeftHeaderSolid.d.ts → generated/IconTableLeftHeaderSolid.d.ts} +0 -0
- /package/types/{IconTableLine.d.ts → generated/IconTableLine.d.ts} +0 -0
- /package/types/{IconTableMergeCellsLine.d.ts → generated/IconTableMergeCellsLine.d.ts} +0 -0
- /package/types/{IconTableMergeCellsSolid.d.ts → generated/IconTableMergeCellsSolid.d.ts} +0 -0
- /package/types/{IconTableRowPropertiesLine.d.ts → generated/IconTableRowPropertiesLine.d.ts} +0 -0
- /package/types/{IconTableRowPropertiesSolid.d.ts → generated/IconTableRowPropertiesSolid.d.ts} +0 -0
- /package/types/{IconTableSolid.d.ts → generated/IconTableSolid.d.ts} +0 -0
- /package/types/{IconTableSplitCellsLine.d.ts → generated/IconTableSplitCellsLine.d.ts} +0 -0
- /package/types/{IconTableSplitCellsSolid.d.ts → generated/IconTableSplitCellsSolid.d.ts} +0 -0
- /package/types/{IconTableTopHeaderLine.d.ts → generated/IconTableTopHeaderLine.d.ts} +0 -0
- /package/types/{IconTableTopHeaderSolid.d.ts → generated/IconTableTopHeaderSolid.d.ts} +0 -0
- /package/types/{IconTagLine.d.ts → generated/IconTagLine.d.ts} +0 -0
- /package/types/{IconTagSolid.d.ts → generated/IconTagSolid.d.ts} +0 -0
- /package/types/{IconTargetLine.d.ts → generated/IconTargetLine.d.ts} +0 -0
- /package/types/{IconTargetSolid.d.ts → generated/IconTargetSolid.d.ts} +0 -0
- /package/types/{IconTextBackgroundColorLine.d.ts → generated/IconTextBackgroundColorLine.d.ts} +0 -0
- /package/types/{IconTextBackgroundColorSolid.d.ts → generated/IconTextBackgroundColorSolid.d.ts} +0 -0
- /package/types/{IconTextCenteredLine.d.ts → generated/IconTextCenteredLine.d.ts} +0 -0
- /package/types/{IconTextCenteredSolid.d.ts → generated/IconTextCenteredSolid.d.ts} +0 -0
- /package/types/{IconTextColorLine.d.ts → generated/IconTextColorLine.d.ts} +0 -0
- /package/types/{IconTextColorSolid.d.ts → generated/IconTextColorSolid.d.ts} +0 -0
- /package/types/{IconTextDirectionLtrLine.d.ts → generated/IconTextDirectionLtrLine.d.ts} +0 -0
- /package/types/{IconTextDirectionLtrSolid.d.ts → generated/IconTextDirectionLtrSolid.d.ts} +0 -0
- /package/types/{IconTextDirectionRtlLine.d.ts → generated/IconTextDirectionRtlLine.d.ts} +0 -0
- /package/types/{IconTextDirectionRtlSolid.d.ts → generated/IconTextDirectionRtlSolid.d.ts} +0 -0
- /package/types/{IconTextEndLine.d.ts → generated/IconTextEndLine.d.ts} +0 -0
- /package/types/{IconTextEndSolid.d.ts → generated/IconTextEndSolid.d.ts} +0 -0
- /package/types/{IconTextLine.d.ts → generated/IconTextLine.d.ts} +0 -0
- /package/types/{IconTextSolid.d.ts → generated/IconTextSolid.d.ts} +0 -0
- /package/types/{IconTextStartLine.d.ts → generated/IconTextStartLine.d.ts} +0 -0
- /package/types/{IconTextStartSolid.d.ts → generated/IconTextStartSolid.d.ts} +0 -0
- /package/types/{IconTextSubscriptLine.d.ts → generated/IconTextSubscriptLine.d.ts} +0 -0
- /package/types/{IconTextSubscriptSolid.d.ts → generated/IconTextSubscriptSolid.d.ts} +0 -0
- /package/types/{IconTextSuperscriptLine.d.ts → generated/IconTextSuperscriptLine.d.ts} +0 -0
- /package/types/{IconTextSuperscriptSolid.d.ts → generated/IconTextSuperscriptSolid.d.ts} +0 -0
- /package/types/{IconTextareaLine.d.ts → generated/IconTextareaLine.d.ts} +0 -0
- /package/types/{IconTextareaSolid.d.ts → generated/IconTextareaSolid.d.ts} +0 -0
- /package/types/{IconTimerLine.d.ts → generated/IconTimerLine.d.ts} +0 -0
- /package/types/{IconTimerSolid.d.ts → generated/IconTimerSolid.d.ts} +0 -0
- /package/types/{IconToggleEndLine.d.ts → generated/IconToggleEndLine.d.ts} +0 -0
- /package/types/{IconToggleEndSolid.d.ts → generated/IconToggleEndSolid.d.ts} +0 -0
- /package/types/{IconToggleStartLine.d.ts → generated/IconToggleStartLine.d.ts} +0 -0
- /package/types/{IconToggleStartSolid.d.ts → generated/IconToggleStartSolid.d.ts} +0 -0
- /package/types/{IconTrashLine.d.ts → generated/IconTrashLine.d.ts} +0 -0
- /package/types/{IconTrashSolid.d.ts → generated/IconTrashSolid.d.ts} +0 -0
- /package/types/{IconTroubleLine.d.ts → generated/IconTroubleLine.d.ts} +0 -0
- /package/types/{IconTroubleSolid.d.ts → generated/IconTroubleSolid.d.ts} +0 -0
- /package/types/{IconTwitterLine.d.ts → generated/IconTwitterLine.d.ts} +0 -0
- /package/types/{IconTwitterSolid.d.ts → generated/IconTwitterSolid.d.ts} +0 -0
- /package/types/{IconUnarchiveLine.d.ts → generated/IconUnarchiveLine.d.ts} +0 -0
- /package/types/{IconUnarchiveSolid.d.ts → generated/IconUnarchiveSolid.d.ts} +0 -0
- /package/types/{IconUnderlineLine.d.ts → generated/IconUnderlineLine.d.ts} +0 -0
- /package/types/{IconUnderlineSolid.d.ts → generated/IconUnderlineSolid.d.ts} +0 -0
- /package/types/{IconUndoLine.d.ts → generated/IconUndoLine.d.ts} +0 -0
- /package/types/{IconUndoSolid.d.ts → generated/IconUndoSolid.d.ts} +0 -0
- /package/types/{IconUnlockLine.d.ts → generated/IconUnlockLine.d.ts} +0 -0
- /package/types/{IconUnlockSolid.d.ts → generated/IconUnlockSolid.d.ts} +0 -0
- /package/types/{IconUnmutedLine.d.ts → generated/IconUnmutedLine.d.ts} +0 -0
- /package/types/{IconUnmutedSolid.d.ts → generated/IconUnmutedSolid.d.ts} +0 -0
- /package/types/{IconUnpublishedLine.d.ts → generated/IconUnpublishedLine.d.ts} +0 -0
- /package/types/{IconUnpublishedSolid.d.ts → generated/IconUnpublishedSolid.d.ts} +0 -0
- /package/types/{IconUpdownLine.d.ts → generated/IconUpdownLine.d.ts} +0 -0
- /package/types/{IconUpdownSolid.d.ts → generated/IconUpdownSolid.d.ts} +0 -0
- /package/types/{IconUploadLine.d.ts → generated/IconUploadLine.d.ts} +0 -0
- /package/types/{IconUploadSolid.d.ts → generated/IconUploadSolid.d.ts} +0 -0
- /package/types/{IconUserAssignLine.d.ts → generated/IconUserAssignLine.d.ts} +0 -0
- /package/types/{IconUserAssignSolid.d.ts → generated/IconUserAssignSolid.d.ts} +0 -0
- /package/types/{IconUserLine.d.ts → generated/IconUserLine.d.ts} +0 -0
- /package/types/{IconUserSolid.d.ts → generated/IconUserSolid.d.ts} +0 -0
- /package/types/{IconVideoCameraLine.d.ts → generated/IconVideoCameraLine.d.ts} +0 -0
- /package/types/{IconVideoCameraOffLine.d.ts → generated/IconVideoCameraOffLine.d.ts} +0 -0
- /package/types/{IconVideoCameraOffSolid.d.ts → generated/IconVideoCameraOffSolid.d.ts} +0 -0
- /package/types/{IconVideoCameraSolid.d.ts → generated/IconVideoCameraSolid.d.ts} +0 -0
- /package/types/{IconVideoLine.d.ts → generated/IconVideoLine.d.ts} +0 -0
- /package/types/{IconVideoSolid.d.ts → generated/IconVideoSolid.d.ts} +0 -0
- /package/types/{IconWarningBorderlessLine.d.ts → generated/IconWarningBorderlessLine.d.ts} +0 -0
- /package/types/{IconWarningBorderlessSolid.d.ts → generated/IconWarningBorderlessSolid.d.ts} +0 -0
- /package/types/{IconWarningLine.d.ts → generated/IconWarningLine.d.ts} +0 -0
- /package/types/{IconWarningSolid.d.ts → generated/IconWarningSolid.d.ts} +0 -0
- /package/types/{IconWindowsLine.d.ts → generated/IconWindowsLine.d.ts} +0 -0
- /package/types/{IconWindowsSolid.d.ts → generated/IconWindowsSolid.d.ts} +0 -0
- /package/types/{IconWordpressLine.d.ts → generated/IconWordpressLine.d.ts} +0 -0
- /package/types/{IconWordpressSolid.d.ts → generated/IconWordpressSolid.d.ts} +0 -0
- /package/types/{IconXLine.d.ts → generated/IconXLine.d.ts} +0 -0
- /package/types/{IconXSolid.d.ts → generated/IconXSolid.d.ts} +0 -0
- /package/types/{IconZippedLine.d.ts → generated/IconZippedLine.d.ts} +0 -0
- /package/types/{IconZippedSolid.d.ts → generated/IconZippedSolid.d.ts} +0 -0
- /package/types/{IconZoomInLine.d.ts → generated/IconZoomInLine.d.ts} +0 -0
- /package/types/{IconZoomInSolid.d.ts → generated/IconZoomInSolid.d.ts} +0 -0
- /package/types/{IconZoomOutLine.d.ts → generated/IconZoomOutLine.d.ts} +0 -0
- /package/types/{IconZoomOutSolid.d.ts → generated/IconZoomOutSolid.d.ts} +0 -0
|
@@ -0,0 +1,1956 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.ArrowLeftRightInstUIIcon = exports.ArrowLeftInstUIIcon = exports.ArrowLeftFromLineInstUIIcon = exports.ArrowLeftCircleInstUIIcon = exports.ArrowDownZaInstUIIcon = exports.ArrowDownZAInstUIIcon = exports.ArrowDownWideNarrowInstUIIcon = exports.ArrowDownUpInstUIIcon = exports.ArrowDownToLineInstUIIcon = exports.ArrowDownToDotInstUIIcon = exports.ArrowDownSquareInstUIIcon = exports.ArrowDownRightSquareInstUIIcon = exports.ArrowDownRightInstUIIcon = exports.ArrowDownRightFromSquareInstUIIcon = exports.ArrowDownRightFromCircleInstUIIcon = exports.ArrowDownNarrowWideInstUIIcon = exports.ArrowDownLeftSquareInstUIIcon = exports.ArrowDownLeftInstUIIcon = exports.ArrowDownLeftFromSquareInstUIIcon = exports.ArrowDownLeftFromCircleInstUIIcon = exports.ArrowDownInstUIIcon = exports.ArrowDownFromLineInstUIIcon = exports.ArrowDownCircleInstUIIcon = exports.ArrowDownAzInstUIIcon = exports.ArrowDownAZInstUIIcon = exports.ArrowDown10InstUIIcon = exports.ArrowDown01InstUIIcon = exports.ArrowBigUpInstUIIcon = exports.ArrowBigUpDashInstUIIcon = exports.ArrowBigRightInstUIIcon = exports.ArrowBigRightDashInstUIIcon = exports.ArrowBigLeftInstUIIcon = exports.ArrowBigLeftDashInstUIIcon = exports.ArrowBigDownInstUIIcon = exports.ArrowBigDownDashInstUIIcon = exports.ArmchairInstUIIcon = exports.AreaChartInstUIIcon = exports.ArchiveXInstUIIcon = exports.ArchiveRestoreInstUIIcon = exports.ArchiveInstUIIcon = exports.AppleInstUIIcon = exports.AppWindowMacInstUIIcon = exports.AppWindowInstUIIcon = exports.ApertureInstUIIcon = exports.AnvilInstUIIcon = exports.AntennaInstUIIcon = exports.AnnoyedInstUIIcon = exports.AngryInstUIIcon = exports.AnchorInstUIIcon = exports.AmphoraInstUIIcon = exports.AmpersandsInstUIIcon = exports.AmpersandInstUIIcon = exports.AmbulanceInstUIIcon = exports.AlignVerticalSpaceBetweenInstUIIcon = exports.AlignVerticalSpaceAroundInstUIIcon = exports.AlignVerticalJustifyStartInstUIIcon = exports.AlignVerticalJustifyEndInstUIIcon = exports.AlignVerticalJustifyCenterInstUIIcon = exports.AlignVerticalDistributeStartInstUIIcon = exports.AlignVerticalDistributeEndInstUIIcon = exports.AlignVerticalDistributeCenterInstUIIcon = exports.AlignStartVerticalInstUIIcon = exports.AlignStartHorizontalInstUIIcon = exports.AlignRightInstUIIcon = exports.AlignLeftInstUIIcon = exports.AlignJustifyInstUIIcon = exports.AlignHorizontalSpaceBetweenInstUIIcon = exports.AlignHorizontalSpaceAroundInstUIIcon = exports.AlignHorizontalJustifyStartInstUIIcon = exports.AlignHorizontalJustifyEndInstUIIcon = exports.AlignHorizontalJustifyCenterInstUIIcon = exports.AlignHorizontalDistributeStartInstUIIcon = exports.AlignHorizontalDistributeEndInstUIIcon = exports.AlignHorizontalDistributeCenterInstUIIcon = exports.AlignEndVerticalInstUIIcon = exports.AlignEndHorizontalInstUIIcon = exports.AlignCenterVerticalInstUIIcon = exports.AlignCenterInstUIIcon = exports.AlignCenterHorizontalInstUIIcon = exports.AlertTriangleInstUIIcon = exports.AlertOctagonInstUIIcon = exports.AlertCircleInstUIIcon = exports.AlbumInstUIIcon = exports.AlarmSmokeInstUIIcon = exports.AlarmPlusInstUIIcon = exports.AlarmMinusInstUIIcon = exports.AlarmClockPlusInstUIIcon = exports.AlarmClockOffInstUIIcon = exports.AlarmClockMinusInstUIIcon = exports.AlarmClockInstUIIcon = exports.AlarmClockCheckInstUIIcon = exports.AlarmCheckInstUIIcon = exports.AirplayInstUIIcon = exports.AirVentInstUIIcon = exports.ActivitySquareInstUIIcon = exports.ActivityInstUIIcon = exports.AccessibilityInstUIIcon = exports.ALargeSmallInstUIIcon = exports.AArrowUpInstUIIcon = exports.AArrowDownInstUIIcon = void 0;
|
|
8
|
+
exports.BellDotInstUIIcon = exports.BeerOffInstUIIcon = exports.BeerInstUIIcon = exports.BeefInstUIIcon = exports.BedSingleInstUIIcon = exports.BedInstUIIcon = exports.BedDoubleInstUIIcon = exports.BeanOffInstUIIcon = exports.BeanInstUIIcon = exports.BeakerInstUIIcon = exports.BatteryWarningInstUIIcon = exports.BatteryPlusInstUIIcon = exports.BatteryMediumInstUIIcon = exports.BatteryLowInstUIIcon = exports.BatteryInstUIIcon = exports.BatteryFullInstUIIcon = exports.BatteryChargingInstUIIcon = exports.BathInstUIIcon = exports.BaselineInstUIIcon = exports.BarrelInstUIIcon = exports.BarcodeInstUIIcon = exports.BarChartInstUIIcon = exports.BarChartHorizontalInstUIIcon = exports.BarChartHorizontalBigInstUIIcon = exports.BarChartBigInstUIIcon = exports.BarChart4InstUIIcon = exports.BarChart3InstUIIcon = exports.BarChart2InstUIIcon = exports.BanknoteXInstUIIcon = exports.BanknoteInstUIIcon = exports.BanknoteArrowUpInstUIIcon = exports.BanknoteArrowDownInstUIIcon = exports.BandageInstUIIcon = exports.BananaInstUIIcon = exports.BanInstUIIcon = exports.BalloonInstUIIcon = exports.BaggageClaimInstUIIcon = exports.BadgeXInstUIIcon = exports.BadgeTurkishLiraInstUIIcon = exports.BadgeSwissFrancInstUIIcon = exports.BadgeRussianRubleInstUIIcon = exports.BadgeQuestionMarkInstUIIcon = exports.BadgePoundSterlingInstUIIcon = exports.BadgePlusInstUIIcon = exports.BadgePercentInstUIIcon = exports.BadgeMinusInstUIIcon = exports.BadgeJapaneseYenInstUIIcon = exports.BadgeInstUIIcon = exports.BadgeInfoInstUIIcon = exports.BadgeIndianRupeeInstUIIcon = exports.BadgeHelpInstUIIcon = exports.BadgeEuroInstUIIcon = exports.BadgeDollarSignInstUIIcon = exports.BadgeCheckInstUIIcon = exports.BadgeCentInstUIIcon = exports.BadgeAlertInstUIIcon = exports.BackpackInstUIIcon = exports.BabyInstUIIcon = exports.Axis3dInstUIIcon = exports.Axis3DInstUIIcon = exports.AxeInstUIIcon = exports.AwardInstUIIcon = exports.AudioWaveformInstUIIcon = exports.AudioLinesInstUIIcon = exports.AtomInstUIIcon = exports.AtSignInstUIIcon = exports.AsteriskSquareInstUIIcon = exports.AsteriskInstUIIcon = exports.ArrowsUpFromLineInstUIIcon = exports.ArrowUpZaInstUIIcon = exports.ArrowUpZAInstUIIcon = exports.ArrowUpWideNarrowInstUIIcon = exports.ArrowUpToLineInstUIIcon = exports.ArrowUpSquareInstUIIcon = exports.ArrowUpRightSquareInstUIIcon = exports.ArrowUpRightInstUIIcon = exports.ArrowUpRightFromSquareInstUIIcon = exports.ArrowUpRightFromCircleInstUIIcon = exports.ArrowUpNarrowWideInstUIIcon = exports.ArrowUpLeftSquareInstUIIcon = exports.ArrowUpLeftInstUIIcon = exports.ArrowUpLeftFromSquareInstUIIcon = exports.ArrowUpLeftFromCircleInstUIIcon = exports.ArrowUpInstUIIcon = exports.ArrowUpFromLineInstUIIcon = exports.ArrowUpFromDotInstUIIcon = exports.ArrowUpDownInstUIIcon = exports.ArrowUpCircleInstUIIcon = exports.ArrowUpAzInstUIIcon = exports.ArrowUpAZInstUIIcon = exports.ArrowUp10InstUIIcon = exports.ArrowUp01InstUIIcon = exports.ArrowRightToLineInstUIIcon = exports.ArrowRightSquareInstUIIcon = exports.ArrowRightLeftInstUIIcon = exports.ArrowRightInstUIIcon = exports.ArrowRightFromLineInstUIIcon = exports.ArrowRightCircleInstUIIcon = exports.ArrowLeftToLineInstUIIcon = exports.ArrowLeftSquareInstUIIcon = void 0;
|
|
9
|
+
exports.CalculatorInstUIIcon = exports.CakeSliceInstUIIcon = exports.CakeInstUIIcon = exports.CableInstUIIcon = exports.CableCarInstUIIcon = exports.BusInstUIIcon = exports.BusFrontInstUIIcon = exports.BuildingInstUIIcon = exports.Building2InstUIIcon = exports.BugPlayInstUIIcon = exports.BugOffInstUIIcon = exports.BugInstUIIcon = exports.BubblesInstUIIcon = exports.BrushInstUIIcon = exports.BrushCleaningInstUIIcon = exports.BringToFrontInstUIIcon = exports.BriefcaseMedicalInstUIIcon = exports.BriefcaseInstUIIcon = exports.BriefcaseConveyorBeltInstUIIcon = exports.BriefcaseBusinessInstUIIcon = exports.BrickWallShieldInstUIIcon = exports.BrickWallInstUIIcon = exports.BrickWallFireInstUIIcon = exports.BrainInstUIIcon = exports.BrainCogInstUIIcon = exports.BrainCircuitInstUIIcon = exports.BracketsInstUIIcon = exports.BracesInstUIIcon = exports.BoxesInstUIIcon = exports.BoxSelectInstUIIcon = exports.BoxInstUIIcon = exports.BowArrowInstUIIcon = exports.BottleWineInstUIIcon = exports.BotOffInstUIIcon = exports.BotMessageSquareInstUIIcon = exports.BotInstUIIcon = exports.BoomBoxInstUIIcon = exports.BookmarkXInstUIIcon = exports.BookmarkPlusInstUIIcon = exports.BookmarkMinusInstUIIcon = exports.BookmarkInstUIIcon = exports.BookmarkCheckInstUIIcon = exports.BookXInstUIIcon = exports.BookUserInstUIIcon = exports.BookUpInstUIIcon = exports.BookUp2InstUIIcon = exports.BookTypeInstUIIcon = exports.BookTextInstUIIcon = exports.BookTemplateInstUIIcon = exports.BookSearchInstUIIcon = exports.BookPlusInstUIIcon = exports.BookOpenTextInstUIIcon = exports.BookOpenInstUIIcon = exports.BookOpenCheckInstUIIcon = exports.BookMinusInstUIIcon = exports.BookMarkedInstUIIcon = exports.BookLockInstUIIcon = exports.BookKeyInstUIIcon = exports.BookInstUIIcon = exports.BookImageInstUIIcon = exports.BookHeartInstUIIcon = exports.BookHeadphonesInstUIIcon = exports.BookDownInstUIIcon = exports.BookDashedInstUIIcon = exports.BookCopyInstUIIcon = exports.BookCheckInstUIIcon = exports.BookAudioInstUIIcon = exports.BookAlertInstUIIcon = exports.BookAInstUIIcon = exports.BoneInstUIIcon = exports.BombInstUIIcon = exports.BoltInstUIIcon = exports.BoldInstUIIcon = exports.BluetoothSearchingInstUIIcon = exports.BluetoothOffInstUIIcon = exports.BluetoothInstUIIcon = exports.BluetoothConnectedInstUIIcon = exports.BlocksInstUIIcon = exports.BlindsInstUIIcon = exports.BlendInstUIIcon = exports.BitcoinInstUIIcon = exports.BirdhouseInstUIIcon = exports.BirdInstUIIcon = exports.BiohazardInstUIIcon = exports.BinocularsInstUIIcon = exports.BinaryInstUIIcon = exports.BikeInstUIIcon = exports.BicepsFlexedInstUIIcon = exports.BetweenVerticalStartInstUIIcon = exports.BetweenVerticalEndInstUIIcon = exports.BetweenHorizontalStartInstUIIcon = exports.BetweenHorizontalEndInstUIIcon = exports.BetweenHorizonalStartInstUIIcon = exports.BetweenHorizonalEndInstUIIcon = exports.BellRingInstUIIcon = exports.BellPlusInstUIIcon = exports.BellOffInstUIIcon = exports.BellMinusInstUIIcon = exports.BellInstUIIcon = exports.BellElectricInstUIIcon = void 0;
|
|
10
|
+
exports.ChevronsLeftInstUIIcon = exports.ChevronsDownUpInstUIIcon = exports.ChevronsDownInstUIIcon = exports.ChevronUpSquareInstUIIcon = exports.ChevronUpInstUIIcon = exports.ChevronUpCircleInstUIIcon = exports.ChevronRightSquareInstUIIcon = exports.ChevronRightInstUIIcon = exports.ChevronRightCircleInstUIIcon = exports.ChevronLeftSquareInstUIIcon = exports.ChevronLeftInstUIIcon = exports.ChevronLeftCircleInstUIIcon = exports.ChevronLastInstUIIcon = exports.ChevronFirstInstUIIcon = exports.ChevronDownSquareInstUIIcon = exports.ChevronDownInstUIIcon = exports.ChevronDownCircleInstUIIcon = exports.ChessRookInstUIIcon = exports.ChessQueenInstUIIcon = exports.ChessPawnInstUIIcon = exports.ChessKnightInstUIIcon = exports.ChessKingInstUIIcon = exports.ChessBishopInstUIIcon = exports.CherryInstUIIcon = exports.ChefHatInstUIIcon = exports.CheckSquareInstUIIcon = exports.CheckSquare2InstUIIcon = exports.CheckLineInstUIIcon = exports.CheckInstUIIcon = exports.CheckCircleInstUIIcon = exports.CheckCircle2InstUIIcon = exports.CheckCheckInstUIIcon = exports.ChartSplineInstUIIcon = exports.ChartScatterInstUIIcon = exports.ChartPieInstUIIcon = exports.ChartNoAxesGanttInstUIIcon = exports.ChartNoAxesCombinedInstUIIcon = exports.ChartNoAxesColumnInstUIIcon = exports.ChartNoAxesColumnIncreasingInstUIIcon = exports.ChartNoAxesColumnDecreasingInstUIIcon = exports.ChartNetworkInstUIIcon = exports.ChartLineInstUIIcon = exports.ChartGanttInstUIIcon = exports.ChartColumnStackedInstUIIcon = exports.ChartColumnInstUIIcon = exports.ChartColumnIncreasingInstUIIcon = exports.ChartColumnDecreasingInstUIIcon = exports.ChartColumnBigInstUIIcon = exports.ChartCandlestickInstUIIcon = exports.ChartBarStackedInstUIIcon = exports.ChartBarInstUIIcon = exports.ChartBarIncreasingInstUIIcon = exports.ChartBarDecreasingInstUIIcon = exports.ChartBarBigInstUIIcon = exports.ChartAreaInstUIIcon = exports.CctvInstUIIcon = exports.CatInstUIIcon = exports.CastleInstUIIcon = exports.CastInstUIIcon = exports.CassetteTapeInstUIIcon = exports.CaseUpperInstUIIcon = exports.CaseSensitiveInstUIIcon = exports.CaseLowerInstUIIcon = exports.CarrotInstUIIcon = exports.CardSimInstUIIcon = exports.CaravanInstUIIcon = exports.CarTaxiFrontInstUIIcon = exports.CarInstUIIcon = exports.CarFrontInstUIIcon = exports.CaptionsOffInstUIIcon = exports.CaptionsInstUIIcon = exports.CannabisInstUIIcon = exports.CandyOffInstUIIcon = exports.CandyInstUIIcon = exports.CandyCaneInstUIIcon = exports.CandlestickChartInstUIIcon = exports.CameraOffInstUIIcon = exports.CameraInstUIIcon = exports.CalendarsInstUIIcon = exports.CalendarXInstUIIcon = exports.CalendarX2InstUIIcon = exports.CalendarSyncInstUIIcon = exports.CalendarSearchInstUIIcon = exports.CalendarRangeInstUIIcon = exports.CalendarPlusInstUIIcon = exports.CalendarPlus2InstUIIcon = exports.CalendarOffInstUIIcon = exports.CalendarMinusInstUIIcon = exports.CalendarMinus2InstUIIcon = exports.CalendarInstUIIcon = exports.CalendarHeartInstUIIcon = exports.CalendarFoldInstUIIcon = exports.CalendarDaysInstUIIcon = exports.CalendarCogInstUIIcon = exports.CalendarClockInstUIIcon = exports.CalendarCheckInstUIIcon = exports.CalendarCheck2InstUIIcon = exports.CalendarArrowUpInstUIIcon = exports.CalendarArrowDownInstUIIcon = exports.Calendar1InstUIIcon = void 0;
|
|
11
|
+
exports.CloudCogInstUIIcon = exports.CloudCheckInstUIIcon = exports.CloudBackupInstUIIcon = exports.CloudAlertInstUIIcon = exports.ClosedCaptionInstUIIcon = exports.ClockPlusInstUIIcon = exports.ClockInstUIIcon = exports.ClockFadingInstUIIcon = exports.ClockCheckInstUIIcon = exports.ClockArrowUpInstUIIcon = exports.ClockArrowDownInstUIIcon = exports.ClockAlertInstUIIcon = exports.Clock9InstUIIcon = exports.Clock8InstUIIcon = exports.Clock7InstUIIcon = exports.Clock6InstUIIcon = exports.Clock5InstUIIcon = exports.Clock4InstUIIcon = exports.Clock3InstUIIcon = exports.Clock2InstUIIcon = exports.Clock1InstUIIcon = exports.Clock12InstUIIcon = exports.Clock11InstUIIcon = exports.Clock10InstUIIcon = exports.ClipboardXInstUIIcon = exports.ClipboardTypeInstUIIcon = exports.ClipboardSignatureInstUIIcon = exports.ClipboardPlusInstUIIcon = exports.ClipboardPenLineInstUIIcon = exports.ClipboardPenInstUIIcon = exports.ClipboardPasteInstUIIcon = exports.ClipboardMinusInstUIIcon = exports.ClipboardListInstUIIcon = exports.ClipboardInstUIIcon = exports.ClipboardEditInstUIIcon = exports.ClipboardCopyInstUIIcon = exports.ClipboardClockInstUIIcon = exports.ClipboardCheckInstUIIcon = exports.ClapperboardInstUIIcon = exports.CitrusInstUIIcon = exports.CircuitBoardInstUIIcon = exports.CircleXInstUIIcon = exports.CircleUserRoundInstUIIcon = exports.CircleUserInstUIIcon = exports.CircleStopInstUIIcon = exports.CircleStarInstUIIcon = exports.CircleSmallInstUIIcon = exports.CircleSlashedInstUIIcon = exports.CircleSlashInstUIIcon = exports.CircleSlash2InstUIIcon = exports.CircleQuestionMarkInstUIIcon = exports.CirclePowerInstUIIcon = exports.CirclePoundSterlingInstUIIcon = exports.CirclePlusInstUIIcon = exports.CirclePlayInstUIIcon = exports.CirclePileInstUIIcon = exports.CirclePercentInstUIIcon = exports.CirclePauseInstUIIcon = exports.CircleParkingOffInstUIIcon = exports.CircleParkingInstUIIcon = exports.CircleOffInstUIIcon = exports.CircleMinusInstUIIcon = exports.CircleInstUIIcon = exports.CircleHelpInstUIIcon = exports.CircleGaugeInstUIIcon = exports.CircleFadingPlusInstUIIcon = exports.CircleFadingArrowUpInstUIIcon = exports.CircleEqualInstUIIcon = exports.CircleEllipsisInstUIIcon = exports.CircleDotInstUIIcon = exports.CircleDotDashedInstUIIcon = exports.CircleDollarSignInstUIIcon = exports.CircleDivideInstUIIcon = exports.CircleDashedInstUIIcon = exports.CircleChevronUpInstUIIcon = exports.CircleChevronRightInstUIIcon = exports.CircleChevronLeftInstUIIcon = exports.CircleChevronDownInstUIIcon = exports.CircleCheckInstUIIcon = exports.CircleCheckBigInstUIIcon = exports.CircleArrowUpInstUIIcon = exports.CircleArrowRightInstUIIcon = exports.CircleArrowOutUpRightInstUIIcon = exports.CircleArrowOutUpLeftInstUIIcon = exports.CircleArrowOutDownRightInstUIIcon = exports.CircleArrowOutDownLeftInstUIIcon = exports.CircleArrowLeftInstUIIcon = exports.CircleArrowDownInstUIIcon = exports.CircleAlertInstUIIcon = exports.CigaretteOffInstUIIcon = exports.CigaretteInstUIIcon = exports.ChurchInstUIIcon = exports.ChromiumInstUIIcon = exports.ChromeInstUIIcon = exports.ChevronsUpInstUIIcon = exports.ChevronsUpDownInstUIIcon = exports.ChevronsRightLeftInstUIIcon = exports.ChevronsRightInstUIIcon = exports.ChevronsLeftRightInstUIIcon = exports.ChevronsLeftRightEllipsisInstUIIcon = void 0;
|
|
12
|
+
exports.Disc2InstUIIcon = exports.DiffInstUIIcon = exports.DicesInstUIIcon = exports.Dice6InstUIIcon = exports.Dice5InstUIIcon = exports.Dice4InstUIIcon = exports.Dice3InstUIIcon = exports.Dice2InstUIIcon = exports.Dice1InstUIIcon = exports.DiamondPlusInstUIIcon = exports.DiamondPercentInstUIIcon = exports.DiamondMinusInstUIIcon = exports.DiamondInstUIIcon = exports.DiameterInstUIIcon = exports.DessertInstUIIcon = exports.DeleteInstUIIcon = exports.DecimalsArrowRightInstUIIcon = exports.DecimalsArrowLeftInstUIIcon = exports.DatabaseZapInstUIIcon = exports.DatabaseInstUIIcon = exports.DatabaseBackupInstUIIcon = exports.DamInstUIIcon = exports.CylinderInstUIIcon = exports.CurrencyInstUIIcon = exports.CurlyBracesInstUIIcon = exports.CupSodaInstUIIcon = exports.CuboidInstUIIcon = exports.CrownInstUIIcon = exports.CrosshairInstUIIcon = exports.CrossInstUIIcon = exports.CropInstUIIcon = exports.CroissantInstUIIcon = exports.CreditCardInstUIIcon = exports.CreativeCommonsInstUIIcon = exports.CpuInstUIIcon = exports.CornerUpRightInstUIIcon = exports.CornerUpLeftInstUIIcon = exports.CornerRightUpInstUIIcon = exports.CornerRightDownInstUIIcon = exports.CornerLeftUpInstUIIcon = exports.CornerLeftDownInstUIIcon = exports.CornerDownRightInstUIIcon = exports.CornerDownLeftInstUIIcon = exports.CopyrightInstUIIcon = exports.CopyleftInstUIIcon = exports.CopyXInstUIIcon = exports.CopySlashInstUIIcon = exports.CopyPlusInstUIIcon = exports.CopyMinusInstUIIcon = exports.CopyInstUIIcon = exports.CopyCheckInstUIIcon = exports.CookingPotInstUIIcon = exports.CookieInstUIIcon = exports.ContrastInstUIIcon = exports.ContainerInstUIIcon = exports.ContactRoundInstUIIcon = exports.ContactInstUIIcon = exports.Contact2InstUIIcon = exports.ConstructionInstUIIcon = exports.ConeInstUIIcon = exports.ConciergeBellInstUIIcon = exports.ComputerInstUIIcon = exports.ComponentInstUIIcon = exports.CompassInstUIIcon = exports.CommandInstUIIcon = exports.CombineInstUIIcon = exports.ColumnsSettingsInstUIIcon = exports.ColumnsInstUIIcon = exports.Columns4InstUIIcon = exports.Columns3InstUIIcon = exports.Columns3CogInstUIIcon = exports.Columns2InstUIIcon = exports.CoinsInstUIIcon = exports.CogInstUIIcon = exports.CoffeeInstUIIcon = exports.CodesandboxInstUIIcon = exports.CodepenInstUIIcon = exports.CodeXmlInstUIIcon = exports.CodeSquareInstUIIcon = exports.CodeInstUIIcon = exports.Code2InstUIIcon = exports.ClubInstUIIcon = exports.CloverInstUIIcon = exports.CloudyInstUIIcon = exports.CloudUploadInstUIIcon = exports.CloudSyncInstUIIcon = exports.CloudSunRainInstUIIcon = exports.CloudSunInstUIIcon = exports.CloudSnowInstUIIcon = exports.CloudRainWindInstUIIcon = exports.CloudRainInstUIIcon = exports.CloudOffInstUIIcon = exports.CloudMoonRainInstUIIcon = exports.CloudMoonInstUIIcon = exports.CloudLightningInstUIIcon = exports.CloudInstUIIcon = exports.CloudHailInstUIIcon = exports.CloudFogInstUIIcon = exports.CloudDrizzleInstUIIcon = exports.CloudDownloadInstUIIcon = void 0;
|
|
13
|
+
exports.FileJson2InstUIIcon = exports.FileInstUIIcon = exports.FileInputInstUIIcon = exports.FileImageInstUIIcon = exports.FileHeartInstUIIcon = exports.FileHeadphoneInstUIIcon = exports.FileExclamationPointInstUIIcon = exports.FileEditInstUIIcon = exports.FileDownInstUIIcon = exports.FileDigitInstUIIcon = exports.FileDiffInstUIIcon = exports.FileCogInstUIIcon = exports.FileCog2InstUIIcon = exports.FileCodeInstUIIcon = exports.FileCodeCornerInstUIIcon = exports.FileCode2InstUIIcon = exports.FileClockInstUIIcon = exports.FileCheckInstUIIcon = exports.FileCheckCornerInstUIIcon = exports.FileCheck2InstUIIcon = exports.FileChartPieInstUIIcon = exports.FileChartLineInstUIIcon = exports.FileChartColumnInstUIIcon = exports.FileChartColumnIncreasingInstUIIcon = exports.FileBracesInstUIIcon = exports.FileBracesCornerInstUIIcon = exports.FileBoxInstUIIcon = exports.FileBarChartInstUIIcon = exports.FileBarChart2InstUIIcon = exports.FileBadgeInstUIIcon = exports.FileBadge2InstUIIcon = exports.FileAxis3dInstUIIcon = exports.FileAxis3DInstUIIcon = exports.FileAudioInstUIIcon = exports.FileAudio2InstUIIcon = exports.FileArchiveInstUIIcon = exports.FigmaInstUIIcon = exports.FerrisWheelInstUIIcon = exports.FenceInstUIIcon = exports.FeatherInstUIIcon = exports.FastForwardInstUIIcon = exports.FanInstUIIcon = exports.FactoryInstUIIcon = exports.FacebookInstUIIcon = exports.EyeOffInstUIIcon = exports.EyeInstUIIcon = exports.EyeClosedInstUIIcon = exports.ExternalLinkInstUIIcon = exports.ExpandInstUIIcon = exports.EvChargerInstUIIcon = exports.EuroInstUIIcon = exports.EthernetPortInstUIIcon = exports.EraserInstUIIcon = exports.EqualSquareInstUIIcon = exports.EqualNotInstUIIcon = exports.EqualInstUIIcon = exports.EqualApproximatelyInstUIIcon = exports.EllipsisVerticalInstUIIcon = exports.EllipsisInstUIIcon = exports.EggOffInstUIIcon = exports.EggInstUIIcon = exports.EggFriedInstUIIcon = exports.EditInstUIIcon = exports.Edit3InstUIIcon = exports.Edit2InstUIIcon = exports.EclipseInstUIIcon = exports.EarthLockInstUIIcon = exports.EarthInstUIIcon = exports.EarOffInstUIIcon = exports.EarInstUIIcon = exports.DumbbellInstUIIcon = exports.DrumstickInstUIIcon = exports.DrumInstUIIcon = exports.DropletsInstUIIcon = exports.DropletOffInstUIIcon = exports.DropletInstUIIcon = exports.DroneInstUIIcon = exports.DrillInstUIIcon = exports.DribbbleInstUIIcon = exports.DramaInstUIIcon = exports.DraftingCompassInstUIIcon = exports.DownloadInstUIIcon = exports.DownloadCloudInstUIIcon = exports.DotSquareInstUIIcon = exports.DotInstUIIcon = exports.DoorOpenInstUIIcon = exports.DoorClosedLockedInstUIIcon = exports.DoorClosedInstUIIcon = exports.DonutInstUIIcon = exports.DollarSignInstUIIcon = exports.DogInstUIIcon = exports.DockInstUIIcon = exports.DnaOffInstUIIcon = exports.DnaInstUIIcon = exports.DivideSquareInstUIIcon = exports.DivideInstUIIcon = exports.DivideCircleInstUIIcon = exports.DiscInstUIIcon = exports.DiscAlbumInstUIIcon = exports.Disc3InstUIIcon = void 0;
|
|
14
|
+
exports.FolderPenInstUIIcon = exports.FolderOutputInstUIIcon = exports.FolderOpenInstUIIcon = exports.FolderOpenDotInstUIIcon = exports.FolderMinusInstUIIcon = exports.FolderLockInstUIIcon = exports.FolderKeyInstUIIcon = exports.FolderKanbanInstUIIcon = exports.FolderInstUIIcon = exports.FolderInputInstUIIcon = exports.FolderHeartInstUIIcon = exports.FolderGitInstUIIcon = exports.FolderGit2InstUIIcon = exports.FolderEditInstUIIcon = exports.FolderDownInstUIIcon = exports.FolderDotInstUIIcon = exports.FolderCogInstUIIcon = exports.FolderCog2InstUIIcon = exports.FolderCodeInstUIIcon = exports.FolderClosedInstUIIcon = exports.FolderClockInstUIIcon = exports.FolderCheckInstUIIcon = exports.FolderArchiveInstUIIcon = exports.FoldVerticalInstUIIcon = exports.FoldHorizontalInstUIIcon = exports.FocusInstUIIcon = exports.FlowerInstUIIcon = exports.Flower2InstUIIcon = exports.FlipVerticalInstUIIcon = exports.FlipVertical2InstUIIcon = exports.FlipHorizontalInstUIIcon = exports.FlipHorizontal2InstUIIcon = exports.FlaskRoundInstUIIcon = exports.FlaskConicalOffInstUIIcon = exports.FlaskConicalInstUIIcon = exports.FlashlightOffInstUIIcon = exports.FlashlightInstUIIcon = exports.FlameKindlingInstUIIcon = exports.FlameInstUIIcon = exports.FlagTriangleRightInstUIIcon = exports.FlagTriangleLeftInstUIIcon = exports.FlagOffInstUIIcon = exports.FlagInstUIIcon = exports.FishingHookInstUIIcon = exports.FishSymbolInstUIIcon = exports.FishOffInstUIIcon = exports.FishInstUIIcon = exports.FireExtinguisherInstUIIcon = exports.FingerprintPatternInstUIIcon = exports.FingerprintInstUIIcon = exports.FilterXInstUIIcon = exports.FilterInstUIIcon = exports.FilmInstUIIcon = exports.FilesInstUIIcon = exports.FileXInstUIIcon = exports.FileXCornerInstUIIcon = exports.FileX2InstUIIcon = exports.FileWarningInstUIIcon = exports.FileVolumeInstUIIcon = exports.FileVolume2InstUIIcon = exports.FileVideoInstUIIcon = exports.FileVideoCameraInstUIIcon = exports.FileVideo2InstUIIcon = exports.FileUserInstUIIcon = exports.FileUpInstUIIcon = exports.FileTypeInstUIIcon = exports.FileTypeCornerInstUIIcon = exports.FileType2InstUIIcon = exports.FileTextInstUIIcon = exports.FileTerminalInstUIIcon = exports.FileSymlinkInstUIIcon = exports.FileStackInstUIIcon = exports.FileSpreadsheetInstUIIcon = exports.FileSlidersInstUIIcon = exports.FileSignatureInstUIIcon = exports.FileSignalInstUIIcon = exports.FileSearchInstUIIcon = exports.FileSearchCornerInstUIIcon = exports.FileSearch2InstUIIcon = exports.FileScanInstUIIcon = exports.FileQuestionMarkInstUIIcon = exports.FileQuestionInstUIIcon = exports.FilePlusInstUIIcon = exports.FilePlusCornerInstUIIcon = exports.FilePlus2InstUIIcon = exports.FilePlayInstUIIcon = exports.FilePieChartInstUIIcon = exports.FilePenLineInstUIIcon = exports.FilePenInstUIIcon = exports.FileOutputInstUIIcon = exports.FileMusicInstUIIcon = exports.FileMinusInstUIIcon = exports.FileMinusCornerInstUIIcon = exports.FileMinus2InstUIIcon = exports.FileLockInstUIIcon = exports.FileLock2InstUIIcon = exports.FileLineChartInstUIIcon = exports.FileKeyInstUIIcon = exports.FileKey2InstUIIcon = exports.FileJsonInstUIIcon = void 0;
|
|
15
|
+
exports.HandPlatterInstUIIcon = exports.HandMetalInstUIIcon = exports.HandInstUIIcon = exports.HandHelpingInstUIIcon = exports.HandHeartInstUIIcon = exports.HandGrabInstUIIcon = exports.HandFistInstUIIcon = exports.HandCoinsInstUIIcon = exports.HammerInstUIIcon = exports.HamburgerInstUIIcon = exports.HamInstUIIcon = exports.GuitarInstUIIcon = exports.GroupInstUIIcon = exports.GripVerticalInstUIIcon = exports.GripInstUIIcon = exports.GripHorizontalInstUIIcon = exports.GridInstUIIcon = exports.Grid3x3InstUIIcon = exports.Grid3x2InstUIIcon = exports.Grid3X3InstUIIcon = exports.Grid2x2XInstUIIcon = exports.Grid2x2PlusInstUIIcon = exports.Grid2x2InstUIIcon = exports.Grid2x2CheckInstUIIcon = exports.Grid2X2XInstUIIcon = exports.Grid2X2PlusInstUIIcon = exports.Grid2X2InstUIIcon = exports.Grid2X2CheckInstUIIcon = exports.GrapeInstUIIcon = exports.GraduationCapInstUIIcon = exports.GrabInstUIIcon = exports.GpuInstUIIcon = exports.GoalInstUIIcon = exports.GlobeLockInstUIIcon = exports.GlobeInstUIIcon = exports.Globe2InstUIIcon = exports.GlassesInstUIIcon = exports.GlassWaterInstUIIcon = exports.GitlabInstUIIcon = exports.GithubInstUIIcon = exports.GitPullRequestInstUIIcon = exports.GitPullRequestDraftInstUIIcon = exports.GitPullRequestCreateInstUIIcon = exports.GitPullRequestCreateArrowInstUIIcon = exports.GitPullRequestClosedInstUIIcon = exports.GitPullRequestArrowInstUIIcon = exports.GitMergeInstUIIcon = exports.GitGraphInstUIIcon = exports.GitForkInstUIIcon = exports.GitCompareInstUIIcon = exports.GitCompareArrowsInstUIIcon = exports.GitCommitVerticalInstUIIcon = exports.GitCommitInstUIIcon = exports.GitCommitHorizontalInstUIIcon = exports.GitBranchPlusInstUIIcon = exports.GitBranchMinusInstUIIcon = exports.GitBranchInstUIIcon = exports.GiftInstUIIcon = exports.GhostInstUIIcon = exports.GeorgianLariInstUIIcon = exports.GemInstUIIcon = exports.GavelInstUIIcon = exports.GaugeInstUIIcon = exports.GaugeCircleInstUIIcon = exports.GanttChartSquareInstUIIcon = exports.GanttChartInstUIIcon = exports.GamepadInstUIIcon = exports.GamepadDirectionalInstUIIcon = exports.Gamepad2InstUIIcon = exports.GalleryVerticalInstUIIcon = exports.GalleryVerticalEndInstUIIcon = exports.GalleryThumbnailsInstUIIcon = exports.GalleryHorizontalInstUIIcon = exports.GalleryHorizontalEndInstUIIcon = exports.FunnelXInstUIIcon = exports.FunnelPlusInstUIIcon = exports.FunnelInstUIIcon = exports.FunctionSquareInstUIIcon = exports.FullscreenInstUIIcon = exports.FuelInstUIIcon = exports.FrownInstUIIcon = exports.FramerInstUIIcon = exports.FrameInstUIIcon = exports.ForwardInstUIIcon = exports.FormInstUIIcon = exports.FormInputInstUIIcon = exports.ForkliftInstUIIcon = exports.ForkKnifeInstUIIcon = exports.ForkKnifeCrossedInstUIIcon = exports.FootprintsInstUIIcon = exports.FoldersInstUIIcon = exports.FolderXInstUIIcon = exports.FolderUpInstUIIcon = exports.FolderTreeInstUIIcon = exports.FolderSyncInstUIIcon = exports.FolderSymlinkInstUIIcon = exports.FolderSearchInstUIIcon = exports.FolderSearch2InstUIIcon = exports.FolderRootInstUIIcon = exports.FolderPlusInstUIIcon = void 0;
|
|
16
|
+
exports.LaptopMinimalInstUIIcon = exports.LaptopMinimalCheckInstUIIcon = exports.LaptopInstUIIcon = exports.Laptop2InstUIIcon = exports.LanguagesInstUIIcon = exports.LandmarkInstUIIcon = exports.LandPlotInstUIIcon = exports.LampWallUpInstUIIcon = exports.LampWallDownInstUIIcon = exports.LampInstUIIcon = exports.LampFloorInstUIIcon = exports.LampDeskInstUIIcon = exports.LampCeilingInstUIIcon = exports.KeyboardOffInstUIIcon = exports.KeyboardMusicInstUIIcon = exports.KeyboardInstUIIcon = exports.KeySquareInstUIIcon = exports.KeyRoundInstUIIcon = exports.KeyInstUIIcon = exports.KayakInstUIIcon = exports.KanbanSquareInstUIIcon = exports.KanbanSquareDashedInstUIIcon = exports.KanbanInstUIIcon = exports.JoystickInstUIIcon = exports.JapaneseYenInstUIIcon = exports.IterationCwInstUIIcon = exports.IterationCcwInstUIIcon = exports.ItalicInstUIIcon = exports.InstagramInstUIIcon = exports.InspectionPanelInstUIIcon = exports.InspectInstUIIcon = exports.InfoInstUIIcon = exports.InfinityInstUIIcon = exports.IndianRupeeInstUIIcon = exports.IndentInstUIIcon = exports.IndentIncreaseInstUIIcon = exports.IndentDecreaseInstUIIcon = exports.InboxInstUIIcon = exports.ImportInstUIIcon = exports.ImagesInstUIIcon = exports.ImageUpscaleInstUIIcon = exports.ImageUpInstUIIcon = exports.ImagePlusInstUIIcon = exports.ImagePlayInstUIIcon = exports.ImageOffInstUIIcon = exports.ImageMinusInstUIIcon = exports.ImageInstUIIcon = exports.ImageDownInstUIIcon = exports.IdCardLanyardInstUIIcon = exports.IdCardInstUIIcon = exports.IceCreamInstUIIcon = exports.IceCreamConeInstUIIcon = exports.IceCreamBowlInstUIIcon = exports.IceCream2InstUIIcon = exports.HouseWifiInstUIIcon = exports.HousePlusInstUIIcon = exports.HousePlugInstUIIcon = exports.HouseInstUIIcon = exports.HouseHeartInstUIIcon = exports.HourglassInstUIIcon = exports.HotelInstUIIcon = exports.HospitalInstUIIcon = exports.HopOffInstUIIcon = exports.HopInstUIIcon = exports.HomeInstUIIcon = exports.HistoryInstUIIcon = exports.HighlighterInstUIIcon = exports.HexagonInstUIIcon = exports.HelpingHandInstUIIcon = exports.HelpCircleInstUIIcon = exports.HelicopterInstUIIcon = exports.HeaterInstUIIcon = exports.HeartPulseInstUIIcon = exports.HeartPlusInstUIIcon = exports.HeartOffInstUIIcon = exports.HeartMinusInstUIIcon = exports.HeartInstUIIcon = exports.HeartHandshakeInstUIIcon = exports.HeartCrackInstUIIcon = exports.HeadsetInstUIIcon = exports.HeadphonesInstUIIcon = exports.HeadphoneOffInstUIIcon = exports.HeadingInstUIIcon = exports.Heading6InstUIIcon = exports.Heading5InstUIIcon = exports.Heading4InstUIIcon = exports.Heading3InstUIIcon = exports.Heading2InstUIIcon = exports.Heading1InstUIIcon = exports.HdmiPortInstUIIcon = exports.HdInstUIIcon = exports.HazeInstUIIcon = exports.HatGlassesInstUIIcon = exports.HashInstUIIcon = exports.HardHatInstUIIcon = exports.HardDriveUploadInstUIIcon = exports.HardDriveInstUIIcon = exports.HardDriveDownloadInstUIIcon = exports.HandshakeInstUIIcon = exports.HandbagInstUIIcon = void 0;
|
|
17
|
+
exports.MarsInstUIIcon = exports.MapPlusInstUIIcon = exports.MapPinnedInstUIIcon = exports.MapPinXInstUIIcon = exports.MapPinXInsideInstUIIcon = exports.MapPinPlusInstUIIcon = exports.MapPinPlusInsideInstUIIcon = exports.MapPinPenInstUIIcon = exports.MapPinOffInstUIIcon = exports.MapPinMinusInstUIIcon = exports.MapPinMinusInsideInstUIIcon = exports.MapPinInstUIIcon = exports.MapPinHouseInstUIIcon = exports.MapPinCheckInstUIIcon = exports.MapPinCheckInsideInstUIIcon = exports.MapMinusInstUIIcon = exports.MapInstUIIcon = exports.MailsInstUIIcon = exports.MailboxInstUIIcon = exports.MailXInstUIIcon = exports.MailWarningInstUIIcon = exports.MailSearchInstUIIcon = exports.MailQuestionMarkInstUIIcon = exports.MailQuestionInstUIIcon = exports.MailPlusInstUIIcon = exports.MailOpenInstUIIcon = exports.MailMinusInstUIIcon = exports.MailInstUIIcon = exports.MailCheckInstUIIcon = exports.MagnetInstUIIcon = exports.MSquareInstUIIcon = exports.LuggageInstUIIcon = exports.LollipopInstUIIcon = exports.LogsInstUIIcon = exports.LogOutInstUIIcon = exports.LogInInstUIIcon = exports.LockOpenInstUIIcon = exports.LockKeyholeOpenInstUIIcon = exports.LockKeyholeInstUIIcon = exports.LockInstUIIcon = exports.LocationEditInstUIIcon = exports.LocateOffInstUIIcon = exports.LocateInstUIIcon = exports.LocateFixedInstUIIcon = exports.LoaderPinwheelInstUIIcon = exports.LoaderInstUIIcon = exports.LoaderCircleInstUIIcon = exports.Loader2InstUIIcon = exports.ListXInstUIIcon = exports.ListVideoInstUIIcon = exports.ListTreeInstUIIcon = exports.ListTodoInstUIIcon = exports.ListStartInstUIIcon = exports.ListRestartInstUIIcon = exports.ListPlusInstUIIcon = exports.ListOrderedInstUIIcon = exports.ListMusicInstUIIcon = exports.ListMinusInstUIIcon = exports.ListInstUIIcon = exports.ListIndentIncreaseInstUIIcon = exports.ListIndentDecreaseInstUIIcon = exports.ListFilterPlusInstUIIcon = exports.ListFilterInstUIIcon = exports.ListEndInstUIIcon = exports.ListCollapseInstUIIcon = exports.ListChevronsUpDownInstUIIcon = exports.ListChevronsDownUpInstUIIcon = exports.ListChecksInstUIIcon = exports.ListCheckInstUIIcon = exports.LinkedinInstUIIcon = exports.LinkInstUIIcon = exports.Link2OffInstUIIcon = exports.Link2InstUIIcon = exports.LineSquiggleInstUIIcon = exports.LineChartInstUIIcon = exports.LightbulbOffInstUIIcon = exports.LightbulbInstUIIcon = exports.LigatureInstUIIcon = exports.LifeBuoyInstUIIcon = exports.LibrarySquareInstUIIcon = exports.LibraryInstUIIcon = exports.LibraryBigInstUIIcon = exports.LetterTextInstUIIcon = exports.LecternInstUIIcon = exports.LeafyGreenInstUIIcon = exports.LeafInstUIIcon = exports.LayoutTemplateInstUIIcon = exports.LayoutPanelTopInstUIIcon = exports.LayoutPanelLeftInstUIIcon = exports.LayoutListInstUIIcon = exports.LayoutInstUIIcon = exports.LayoutGridInstUIIcon = exports.LayoutDashboardInstUIIcon = exports.LayersPlusInstUIIcon = exports.LayersInstUIIcon = exports.Layers3InstUIIcon = exports.Layers2InstUIIcon = exports.LaughInstUIIcon = exports.LassoSelectInstUIIcon = exports.LassoInstUIIcon = void 0;
|
|
18
|
+
exports.Music2InstUIIcon = exports.MoveVerticalInstUIIcon = exports.MoveUpRightInstUIIcon = exports.MoveUpLeftInstUIIcon = exports.MoveUpInstUIIcon = exports.MoveRightInstUIIcon = exports.MoveLeftInstUIIcon = exports.MoveInstUIIcon = exports.MoveHorizontalInstUIIcon = exports.MoveDownRightInstUIIcon = exports.MoveDownLeftInstUIIcon = exports.MoveDownInstUIIcon = exports.MoveDiagonalInstUIIcon = exports.MoveDiagonal2InstUIIcon = exports.Move3dInstUIIcon = exports.Move3DInstUIIcon = exports.MousePointerSquareDashedInstUIIcon = exports.MousePointerInstUIIcon = exports.MousePointerClickInstUIIcon = exports.MousePointerBanInstUIIcon = exports.MousePointer2OffInstUIIcon = exports.MousePointer2InstUIIcon = exports.MouseOffInstUIIcon = exports.MouseInstUIIcon = exports.MountainSnowInstUIIcon = exports.MountainInstUIIcon = exports.MotorbikeInstUIIcon = exports.MoreVerticalInstUIIcon = exports.MoreHorizontalInstUIIcon = exports.MoonStarInstUIIcon = exports.MoonInstUIIcon = exports.MonitorXInstUIIcon = exports.MonitorUpInstUIIcon = exports.MonitorStopInstUIIcon = exports.MonitorSpeakerInstUIIcon = exports.MonitorSmartphoneInstUIIcon = exports.MonitorPlayInstUIIcon = exports.MonitorPauseInstUIIcon = exports.MonitorOffInstUIIcon = exports.MonitorInstUIIcon = exports.MonitorDownInstUIIcon = exports.MonitorDotInstUIIcon = exports.MonitorCogInstUIIcon = exports.MonitorCloudInstUIIcon = exports.MonitorCheckInstUIIcon = exports.MinusSquareInstUIIcon = exports.MinusInstUIIcon = exports.MinusCircleInstUIIcon = exports.MinimizeInstUIIcon = exports.Minimize2InstUIIcon = exports.MilkOffInstUIIcon = exports.MilkInstUIIcon = exports.MilestoneInstUIIcon = exports.MicrowaveInstUIIcon = exports.MicroscopeInstUIIcon = exports.MicrochipInstUIIcon = exports.MicVocalInstUIIcon = exports.MicOffInstUIIcon = exports.MicInstUIIcon = exports.Mic2InstUIIcon = exports.MessagesSquareInstUIIcon = exports.MessageSquareWarningInstUIIcon = exports.MessageSquareTextInstUIIcon = exports.MessageSquareShareInstUIIcon = exports.MessageSquareReplyInstUIIcon = exports.MessageSquareQuoteInstUIIcon = exports.MessageSquarePlusInstUIIcon = exports.MessageSquareOffInstUIIcon = exports.MessageSquareMoreInstUIIcon = exports.MessageSquareLockInstUIIcon = exports.MessageSquareInstUIIcon = exports.MessageSquareHeartInstUIIcon = exports.MessageSquareDotInstUIIcon = exports.MessageSquareDiffInstUIIcon = exports.MessageSquareDashedInstUIIcon = exports.MessageSquareCodeInstUIIcon = exports.MessageCircleXInstUIIcon = exports.MessageCircleWarningInstUIIcon = exports.MessageCircleReplyInstUIIcon = exports.MessageCircleQuestionMarkInstUIIcon = exports.MessageCircleQuestionInstUIIcon = exports.MessageCirclePlusInstUIIcon = exports.MessageCircleOffInstUIIcon = exports.MessageCircleMoreInstUIIcon = exports.MessageCircleInstUIIcon = exports.MessageCircleHeartInstUIIcon = exports.MessageCircleDashedInstUIIcon = exports.MessageCircleCodeInstUIIcon = exports.MergeInstUIIcon = exports.MenuSquareInstUIIcon = exports.MenuInstUIIcon = exports.MemoryStickInstUIIcon = exports.MehInstUIIcon = exports.MegaphoneOffInstUIIcon = exports.MegaphoneInstUIIcon = exports.MedalInstUIIcon = exports.MaximizeInstUIIcon = exports.Maximize2InstUIIcon = exports.MartiniInstUIIcon = exports.MarsStrokeInstUIIcon = void 0;
|
|
19
|
+
exports.PercentSquareInstUIIcon = exports.PercentInstUIIcon = exports.PercentDiamondInstUIIcon = exports.PercentCircleInstUIIcon = exports.PentagonInstUIIcon = exports.PencilRulerInstUIIcon = exports.PencilOffInstUIIcon = exports.PencilLineInstUIIcon = exports.PencilInstUIIcon = exports.PenToolInstUIIcon = exports.PenSquareInstUIIcon = exports.PenOffInstUIIcon = exports.PenLineInstUIIcon = exports.PenInstUIIcon = exports.PenBoxInstUIIcon = exports.PcCaseInstUIIcon = exports.PawPrintInstUIIcon = exports.PauseOctagonInstUIIcon = exports.PauseInstUIIcon = exports.PauseCircleInstUIIcon = exports.PartyPopperInstUIIcon = exports.ParkingSquareOffInstUIIcon = exports.ParkingSquareInstUIIcon = exports.ParkingMeterInstUIIcon = exports.ParkingCircleOffInstUIIcon = exports.ParkingCircleInstUIIcon = exports.ParenthesesInstUIIcon = exports.PaperclipInstUIIcon = exports.PanelsTopLeftInstUIIcon = exports.PanelsTopBottomInstUIIcon = exports.PanelsRightBottomInstUIIcon = exports.PanelsLeftRightInstUIIcon = exports.PanelsLeftBottomInstUIIcon = exports.PanelTopOpenInstUIIcon = exports.PanelTopInstUIIcon = exports.PanelTopInactiveInstUIIcon = exports.PanelTopDashedInstUIIcon = exports.PanelTopCloseInstUIIcon = exports.PanelTopBottomDashedInstUIIcon = exports.PanelRightOpenInstUIIcon = exports.PanelRightInstUIIcon = exports.PanelRightInactiveInstUIIcon = exports.PanelRightDashedInstUIIcon = exports.PanelRightCloseInstUIIcon = exports.PanelLeftRightDashedInstUIIcon = exports.PanelLeftOpenInstUIIcon = exports.PanelLeftInstUIIcon = exports.PanelLeftInactiveInstUIIcon = exports.PanelLeftDashedInstUIIcon = exports.PanelLeftCloseInstUIIcon = exports.PanelBottomOpenInstUIIcon = exports.PanelBottomInstUIIcon = exports.PanelBottomInactiveInstUIIcon = exports.PanelBottomDashedInstUIIcon = exports.PanelBottomCloseInstUIIcon = exports.PandaInstUIIcon = exports.PalmtreeInstUIIcon = exports.PaletteInstUIIcon = exports.PaintbrushVerticalInstUIIcon = exports.PaintbrushInstUIIcon = exports.Paintbrush2InstUIIcon = exports.PaintRollerInstUIIcon = exports.PaintBucketInstUIIcon = exports.PackageXInstUIIcon = exports.PackageSearchInstUIIcon = exports.PackagePlusInstUIIcon = exports.PackageOpenInstUIIcon = exports.PackageMinusInstUIIcon = exports.PackageInstUIIcon = exports.PackageCheckInstUIIcon = exports.Package2InstUIIcon = exports.OutdentInstUIIcon = exports.OrigamiInstUIIcon = exports.OrbitInstUIIcon = exports.OptionInstUIIcon = exports.OmegaInstUIIcon = exports.OctagonXInstUIIcon = exports.OctagonPauseInstUIIcon = exports.OctagonMinusInstUIIcon = exports.OctagonInstUIIcon = exports.OctagonAlertInstUIIcon = exports.NutOffInstUIIcon = exports.NutInstUIIcon = exports.NotepadTextInstUIIcon = exports.NotepadTextDashedInstUIIcon = exports.NotebookTextInstUIIcon = exports.NotebookTabsInstUIIcon = exports.NotebookPenInstUIIcon = exports.NotebookInstUIIcon = exports.NonBinaryInstUIIcon = exports.NfcInstUIIcon = exports.NewspaperInstUIIcon = exports.NetworkInstUIIcon = exports.NavigationOffInstUIIcon = exports.NavigationInstUIIcon = exports.Navigation2OffInstUIIcon = exports.Navigation2InstUIIcon = exports.MusicInstUIIcon = exports.Music4InstUIIcon = exports.Music3InstUIIcon = void 0;
|
|
20
|
+
exports.Repeat1InstUIIcon = exports.RemoveFormattingInstUIIcon = exports.RegexInstUIIcon = exports.RefrigeratorInstUIIcon = exports.RefreshCwOffInstUIIcon = exports.RefreshCwInstUIIcon = exports.RefreshCcwInstUIIcon = exports.RefreshCcwDotInstUIIcon = exports.RedoInstUIIcon = exports.RedoDotInstUIIcon = exports.Redo2InstUIIcon = exports.RecycleInstUIIcon = exports.RectangleVerticalInstUIIcon = exports.RectangleHorizontalInstUIIcon = exports.RectangleGogglesInstUIIcon = exports.RectangleEllipsisInstUIIcon = exports.RectangleCircleInstUIIcon = exports.ReceiptTurkishLiraInstUIIcon = exports.ReceiptTextInstUIIcon = exports.ReceiptSwissFrancInstUIIcon = exports.ReceiptRussianRubleInstUIIcon = exports.ReceiptPoundSterlingInstUIIcon = exports.ReceiptJapaneseYenInstUIIcon = exports.ReceiptInstUIIcon = exports.ReceiptIndianRupeeInstUIIcon = exports.ReceiptEuroInstUIIcon = exports.ReceiptCentInstUIIcon = exports.RatioInstUIIcon = exports.RatInstUIIcon = exports.RainbowInstUIIcon = exports.RailSymbolInstUIIcon = exports.RadiusInstUIIcon = exports.RadioTowerInstUIIcon = exports.RadioReceiverInstUIIcon = exports.RadioInstUIIcon = exports.RadicalInstUIIcon = exports.RadiationInstUIIcon = exports.RadarInstUIIcon = exports.RabbitInstUIIcon = exports.QuoteInstUIIcon = exports.QrCodeInstUIIcon = exports.PyramidInstUIIcon = exports.PuzzleInstUIIcon = exports.ProportionsInstUIIcon = exports.ProjectorInstUIIcon = exports.PrinterInstUIIcon = exports.PrinterCheckInstUIIcon = exports.PresentationInstUIIcon = exports.PowerSquareInstUIIcon = exports.PowerOffInstUIIcon = exports.PowerInstUIIcon = exports.PowerCircleInstUIIcon = exports.PoundSterlingInstUIIcon = exports.PopsicleInstUIIcon = exports.PopcornInstUIIcon = exports.PointerOffInstUIIcon = exports.PointerInstUIIcon = exports.PodcastInstUIIcon = exports.PocketKnifeInstUIIcon = exports.PocketInstUIIcon = exports.PlusSquareInstUIIcon = exports.PlusInstUIIcon = exports.PlusCircleInstUIIcon = exports.PlugZapInstUIIcon = exports.PlugZap2InstUIIcon = exports.PlugInstUIIcon = exports.Plug2InstUIIcon = exports.PlaySquareInstUIIcon = exports.PlayInstUIIcon = exports.PlayCircleInstUIIcon = exports.PlaneTakeoffInstUIIcon = exports.PlaneLandingInstUIIcon = exports.PlaneInstUIIcon = exports.PizzaInstUIIcon = exports.PipetteInstUIIcon = exports.PinOffInstUIIcon = exports.PinInstUIIcon = exports.PillInstUIIcon = exports.PillBottleInstUIIcon = exports.PilcrowSquareInstUIIcon = exports.PilcrowRightInstUIIcon = exports.PilcrowLeftInstUIIcon = exports.PilcrowInstUIIcon = exports.PiggyBankInstUIIcon = exports.PieChartInstUIIcon = exports.PictureInPictureInstUIIcon = exports.PictureInPicture2InstUIIcon = exports.PickaxeInstUIIcon = exports.PianoInstUIIcon = exports.PiSquareInstUIIcon = exports.PiInstUIIcon = exports.PhoneOutgoingInstUIIcon = exports.PhoneOffInstUIIcon = exports.PhoneMissedInstUIIcon = exports.PhoneInstUIIcon = exports.PhoneIncomingInstUIIcon = exports.PhoneForwardedInstUIIcon = exports.PhoneCallInstUIIcon = exports.PhilippinePesoInstUIIcon = exports.PersonStandingInstUIIcon = void 0;
|
|
21
|
+
exports.ShieldQuestionMarkInstUIIcon = exports.ShieldQuestionInstUIIcon = exports.ShieldPlusInstUIIcon = exports.ShieldOffInstUIIcon = exports.ShieldMinusInstUIIcon = exports.ShieldInstUIIcon = exports.ShieldHalfInstUIIcon = exports.ShieldEllipsisInstUIIcon = exports.ShieldCloseInstUIIcon = exports.ShieldCheckInstUIIcon = exports.ShieldBanInstUIIcon = exports.ShieldAlertInstUIIcon = exports.ShellInstUIIcon = exports.SheetInstUIIcon = exports.ShareInstUIIcon = exports.Share2InstUIIcon = exports.ShapesInstUIIcon = exports.SettingsInstUIIcon = exports.Settings2InstUIIcon = exports.ServerOffInstUIIcon = exports.ServerInstUIIcon = exports.ServerCrashInstUIIcon = exports.ServerCogInstUIIcon = exports.SeparatorVerticalInstUIIcon = exports.SeparatorHorizontalInstUIIcon = exports.SendToBackInstUIIcon = exports.SendInstUIIcon = exports.SendHorizontalInstUIIcon = exports.SendHorizonalInstUIIcon = exports.SectionInstUIIcon = exports.SearchXInstUIIcon = exports.SearchSlashInstUIIcon = exports.SearchInstUIIcon = exports.SearchCodeInstUIIcon = exports.SearchCheckInstUIIcon = exports.SearchAlertInstUIIcon = exports.ScrollTextInstUIIcon = exports.ScrollInstUIIcon = exports.ScreenShareOffInstUIIcon = exports.ScreenShareInstUIIcon = exports.ScooterInstUIIcon = exports.ScissorsSquareInstUIIcon = exports.ScissorsSquareDashedBottomInstUIIcon = exports.ScissorsLineDashedInstUIIcon = exports.ScissorsInstUIIcon = exports.SchoolInstUIIcon = exports.School2InstUIIcon = exports.ScatterChartInstUIIcon = exports.ScanTextInstUIIcon = exports.ScanSearchInstUIIcon = exports.ScanQrCodeInstUIIcon = exports.ScanLineInstUIIcon = exports.ScanInstUIIcon = exports.ScanHeartInstUIIcon = exports.ScanFaceInstUIIcon = exports.ScanEyeInstUIIcon = exports.ScanBarcodeInstUIIcon = exports.ScalingInstUIIcon = exports.ScaleInstUIIcon = exports.Scale3dInstUIIcon = exports.Scale3DInstUIIcon = exports.SaveOffInstUIIcon = exports.SaveInstUIIcon = exports.SaveAllInstUIIcon = exports.SaudiRiyalInstUIIcon = exports.SatelliteInstUIIcon = exports.SatelliteDishInstUIIcon = exports.SandwichInstUIIcon = exports.SaladInstUIIcon = exports.SailboatInstUIIcon = exports.RussianRubleInstUIIcon = exports.RulerInstUIIcon = exports.RulerDimensionLineInstUIIcon = exports.RssInstUIIcon = exports.RowsInstUIIcon = exports.Rows4InstUIIcon = exports.Rows3InstUIIcon = exports.Rows2InstUIIcon = exports.RouterInstUIIcon = exports.RouteOffInstUIIcon = exports.RouteInstUIIcon = exports.RotateCwSquareInstUIIcon = exports.RotateCwInstUIIcon = exports.RotateCcwSquareInstUIIcon = exports.RotateCcwKeyInstUIIcon = exports.RotateCcwInstUIIcon = exports.Rotate3dInstUIIcon = exports.Rotate3DInstUIIcon = exports.RoseInstUIIcon = exports.RollerCoasterInstUIIcon = exports.RockingChairInstUIIcon = exports.RocketInstUIIcon = exports.RibbonInstUIIcon = exports.RewindInstUIIcon = exports.ReplyInstUIIcon = exports.ReplyAllInstUIIcon = exports.ReplaceInstUIIcon = exports.ReplaceAllInstUIIcon = exports.RepeatInstUIIcon = exports.Repeat2InstUIIcon = void 0;
|
|
22
|
+
exports.SquareDotInstUIIcon = exports.SquareDivideInstUIIcon = exports.SquareDashedTopSolidInstUIIcon = exports.SquareDashedMousePointerInstUIIcon = exports.SquareDashedKanbanInstUIIcon = exports.SquareDashedInstUIIcon = exports.SquareDashedBottomInstUIIcon = exports.SquareDashedBottomCodeInstUIIcon = exports.SquareCodeInstUIIcon = exports.SquareChevronUpInstUIIcon = exports.SquareChevronRightInstUIIcon = exports.SquareChevronLeftInstUIIcon = exports.SquareChevronDownInstUIIcon = exports.SquareCheckInstUIIcon = exports.SquareCheckBigInstUIIcon = exports.SquareChartGanttInstUIIcon = exports.SquareBottomDashedScissorsInstUIIcon = exports.SquareAsteriskInstUIIcon = exports.SquareArrowUpRightInstUIIcon = exports.SquareArrowUpLeftInstUIIcon = exports.SquareArrowUpInstUIIcon = exports.SquareArrowRightInstUIIcon = exports.SquareArrowOutUpRightInstUIIcon = exports.SquareArrowOutUpLeftInstUIIcon = exports.SquareArrowOutDownRightInstUIIcon = exports.SquareArrowOutDownLeftInstUIIcon = exports.SquareArrowLeftInstUIIcon = exports.SquareArrowDownRightInstUIIcon = exports.SquareArrowDownLeftInstUIIcon = exports.SquareArrowDownInstUIIcon = exports.SquareActivityInstUIIcon = exports.SproutInstUIIcon = exports.SprayCanInstUIIcon = exports.SpotlightInstUIIcon = exports.SpoolInstUIIcon = exports.SplitSquareVerticalInstUIIcon = exports.SplitSquareHorizontalInstUIIcon = exports.SplitInstUIIcon = exports.SplinePointerInstUIIcon = exports.SplineInstUIIcon = exports.SpellCheckInstUIIcon = exports.SpellCheck2InstUIIcon = exports.SpeechInstUIIcon = exports.SpeakerInstUIIcon = exports.SparklesInstUIIcon = exports.SparkleInstUIIcon = exports.SpadeInstUIIcon = exports.SpaceInstUIIcon = exports.SoupInstUIIcon = exports.SortDescInstUIIcon = exports.SortAscInstUIIcon = exports.SolarPanelInstUIIcon = exports.SofaInstUIIcon = exports.SoapDispenserDropletInstUIIcon = exports.SnowflakeInstUIIcon = exports.SnailInstUIIcon = exports.SmilePlusInstUIIcon = exports.SmileInstUIIcon = exports.SmartphoneNfcInstUIIcon = exports.SmartphoneInstUIIcon = exports.SmartphoneChargingInstUIIcon = exports.SlidersVerticalInstUIIcon = exports.SlidersInstUIIcon = exports.SlidersHorizontalInstUIIcon = exports.SliceInstUIIcon = exports.SlashSquareInstUIIcon = exports.SlashInstUIIcon = exports.SlackInstUIIcon = exports.SkullInstUIIcon = exports.SkipForwardInstUIIcon = exports.SkipBackInstUIIcon = exports.SirenInstUIIcon = exports.SignpostInstUIIcon = exports.SignpostBigInstUIIcon = exports.SignatureInstUIIcon = exports.SignalZeroInstUIIcon = exports.SignalMediumInstUIIcon = exports.SignalLowInstUIIcon = exports.SignalInstUIIcon = exports.SignalHighInstUIIcon = exports.SigmaSquareInstUIIcon = exports.SigmaInstUIIcon = exports.SidebarOpenInstUIIcon = exports.SidebarInstUIIcon = exports.SidebarCloseInstUIIcon = exports.ShuffleInstUIIcon = exports.ShrubInstUIIcon = exports.ShrinkInstUIIcon = exports.ShrimpInstUIIcon = exports.ShredderInstUIIcon = exports.ShowerHeadInstUIIcon = exports.ShovelInstUIIcon = exports.ShoppingCartInstUIIcon = exports.ShoppingBasketInstUIIcon = exports.ShoppingBagInstUIIcon = exports.ShirtInstUIIcon = exports.ShipWheelInstUIIcon = exports.ShipInstUIIcon = exports.ShieldXInstUIIcon = exports.ShieldUserInstUIIcon = void 0;
|
|
23
|
+
exports.TestTube2InstUIIcon = exports.TerminalSquareInstUIIcon = exports.TerminalInstUIIcon = exports.TentTreeInstUIIcon = exports.TentInstUIIcon = exports.TelescopeInstUIIcon = exports.TargetInstUIIcon = exports.TangentInstUIIcon = exports.Tally5InstUIIcon = exports.Tally4InstUIIcon = exports.Tally3InstUIIcon = exports.Tally2InstUIIcon = exports.Tally1InstUIIcon = exports.TagsInstUIIcon = exports.TagInstUIIcon = exports.TabletsInstUIIcon = exports.TabletSmartphoneInstUIIcon = exports.TabletInstUIIcon = exports.TableRowsSplitInstUIIcon = exports.TablePropertiesInstUIIcon = exports.TableOfContentsInstUIIcon = exports.TableInstUIIcon = exports.TableConfigInstUIIcon = exports.TableColumnsSplitInstUIIcon = exports.TableCellsSplitInstUIIcon = exports.TableCellsMergeInstUIIcon = exports.Table2InstUIIcon = exports.SyringeInstUIIcon = exports.SwordsInstUIIcon = exports.SwordInstUIIcon = exports.SwitchCameraInstUIIcon = exports.SwissFrancInstUIIcon = exports.SwatchBookInstUIIcon = exports.SuperscriptInstUIIcon = exports.SunsetInstUIIcon = exports.SunriseInstUIIcon = exports.SunSnowInstUIIcon = exports.SunMoonInstUIIcon = exports.SunMediumInstUIIcon = exports.SunInstUIIcon = exports.SunDimInstUIIcon = exports.SubtitlesInstUIIcon = exports.SubscriptInstUIIcon = exports.StrikethroughInstUIIcon = exports.StretchVerticalInstUIIcon = exports.StretchHorizontalInstUIIcon = exports.StoreInstUIIcon = exports.StopCircleInstUIIcon = exports.StickyNoteInstUIIcon = exports.StickerInstUIIcon = exports.StethoscopeInstUIIcon = exports.StepForwardInstUIIcon = exports.StepBackInstUIIcon = exports.StarsInstUIIcon = exports.StarOffInstUIIcon = exports.StarInstUIIcon = exports.StarHalfInstUIIcon = exports.StampInstUIIcon = exports.SquirrelInstUIIcon = exports.SquircleInstUIIcon = exports.SquircleDashedInstUIIcon = exports.SquaresUniteInstUIIcon = exports.SquaresSubtractInstUIIcon = exports.SquaresIntersectInstUIIcon = exports.SquaresExcludeInstUIIcon = exports.SquareXInstUIIcon = exports.SquareUserRoundInstUIIcon = exports.SquareUserInstUIIcon = exports.SquareTerminalInstUIIcon = exports.SquareStopInstUIIcon = exports.SquareStarInstUIIcon = exports.SquareStackInstUIIcon = exports.SquareSquareInstUIIcon = exports.SquareSplitVerticalInstUIIcon = exports.SquareSplitHorizontalInstUIIcon = exports.SquareSlashInstUIIcon = exports.SquareSigmaInstUIIcon = exports.SquareScissorsInstUIIcon = exports.SquareRoundCornerInstUIIcon = exports.SquareRadicalInstUIIcon = exports.SquarePowerInstUIIcon = exports.SquarePlusInstUIIcon = exports.SquarePlayInstUIIcon = exports.SquarePilcrowInstUIIcon = exports.SquarePiInstUIIcon = exports.SquarePercentInstUIIcon = exports.SquarePenInstUIIcon = exports.SquarePauseInstUIIcon = exports.SquareParkingOffInstUIIcon = exports.SquareParkingInstUIIcon = exports.SquareMousePointerInstUIIcon = exports.SquareMinusInstUIIcon = exports.SquareMenuInstUIIcon = exports.SquareMInstUIIcon = exports.SquareLibraryInstUIIcon = exports.SquareKanbanInstUIIcon = exports.SquareInstUIIcon = exports.SquareGanttChartInstUIIcon = exports.SquareFunctionInstUIIcon = exports.SquareEqualInstUIIcon = void 0;
|
|
24
|
+
exports.UserCheck2InstUIIcon = exports.User2InstUIIcon = exports.UsbInstUIIcon = exports.UploadInstUIIcon = exports.UploadCloudInstUIIcon = exports.UnplugInstUIIcon = exports.UnlockKeyholeInstUIIcon = exports.UnlockInstUIIcon = exports.UnlinkInstUIIcon = exports.Unlink2InstUIIcon = exports.UniversityInstUIIcon = exports.UngroupInstUIIcon = exports.UnfoldVerticalInstUIIcon = exports.UnfoldHorizontalInstUIIcon = exports.UndoInstUIIcon = exports.UndoDotInstUIIcon = exports.Undo2InstUIIcon = exports.UnderlineInstUIIcon = exports.UmbrellaOffInstUIIcon = exports.UmbrellaInstUIIcon = exports.TypeOutlineInstUIIcon = exports.TypeInstUIIcon = exports.TwitterInstUIIcon = exports.TwitchInstUIIcon = exports.TvMinimalPlayInstUIIcon = exports.TvMinimalInstUIIcon = exports.TvInstUIIcon = exports.Tv2InstUIIcon = exports.TurtleInstUIIcon = exports.TurntableInstUIIcon = exports.TurkishLiraInstUIIcon = exports.TruckInstUIIcon = exports.TruckElectricInstUIIcon = exports.TrophyInstUIIcon = exports.TriangleRightInstUIIcon = exports.TriangleInstUIIcon = exports.TriangleDashedInstUIIcon = exports.TriangleAlertInstUIIcon = exports.TrendingUpInstUIIcon = exports.TrendingUpDownInstUIIcon = exports.TrendingDownInstUIIcon = exports.TrelloInstUIIcon = exports.TreesInstUIIcon = exports.TreePineInstUIIcon = exports.TreePalmInstUIIcon = exports.TreeDeciduousInstUIIcon = exports.TrashInstUIIcon = exports.Trash2InstUIIcon = exports.TransgenderInstUIIcon = exports.TramFrontInstUIIcon = exports.TrainTrackInstUIIcon = exports.TrainInstUIIcon = exports.TrainFrontTunnelInstUIIcon = exports.TrainFrontInstUIIcon = exports.TrafficConeInstUIIcon = exports.TractorInstUIIcon = exports.ToyBrickInstUIIcon = exports.TowerControlInstUIIcon = exports.TouchpadOffInstUIIcon = exports.TouchpadInstUIIcon = exports.TorusInstUIIcon = exports.TornadoInstUIIcon = exports.ToolCaseInstUIIcon = exports.ToiletInstUIIcon = exports.ToggleRightInstUIIcon = exports.ToggleLeftInstUIIcon = exports.TimerResetInstUIIcon = exports.TimerOffInstUIIcon = exports.TimerInstUIIcon = exports.TicketsPlaneInstUIIcon = exports.TicketsInstUIIcon = exports.TicketXInstUIIcon = exports.TicketSlashInstUIIcon = exports.TicketPlusInstUIIcon = exports.TicketPercentInstUIIcon = exports.TicketMinusInstUIIcon = exports.TicketInstUIIcon = exports.TicketCheckInstUIIcon = exports.ThumbsUpInstUIIcon = exports.ThumbsDownInstUIIcon = exports.ThermometerSunInstUIIcon = exports.ThermometerSnowflakeInstUIIcon = exports.ThermometerInstUIIcon = exports.TheaterInstUIIcon = exports.TextWrapInstUIIcon = exports.TextSelectionInstUIIcon = exports.TextSelectInstUIIcon = exports.TextSearchInstUIIcon = exports.TextQuoteInstUIIcon = exports.TextInstUIIcon = exports.TextInitialInstUIIcon = exports.TextCursorInstUIIcon = exports.TextCursorInputInstUIIcon = exports.TextAlignStartInstUIIcon = exports.TextAlignJustifyInstUIIcon = exports.TextAlignEndInstUIIcon = exports.TextAlignCenterInstUIIcon = exports.TestTubesInstUIIcon = exports.TestTubeInstUIIcon = exports.TestTubeDiagonalInstUIIcon = void 0;
|
|
25
|
+
exports.YoutubeInstUIIcon = exports.XSquareInstUIIcon = exports.XOctagonInstUIIcon = exports.XInstUIIcon = exports.XCircleInstUIIcon = exports.WrenchInstUIIcon = exports.WrapTextInstUIIcon = exports.WormInstUIIcon = exports.WorkflowInstUIIcon = exports.WineOffInstUIIcon = exports.WineInstUIIcon = exports.WindInstUIIcon = exports.WindArrowDownInstUIIcon = exports.WifiZeroInstUIIcon = exports.WifiSyncInstUIIcon = exports.WifiPenInstUIIcon = exports.WifiOffInstUIIcon = exports.WifiLowInstUIIcon = exports.WifiInstUIIcon = exports.WifiHighInstUIIcon = exports.WifiCogInstUIIcon = exports.WholeWordInstUIIcon = exports.WheatOffInstUIIcon = exports.WheatInstUIIcon = exports.WeightTildeInstUIIcon = exports.WeightInstUIIcon = exports.WebhookOffInstUIIcon = exports.WebhookInstUIIcon = exports.WebcamInstUIIcon = exports.WaypointsInstUIIcon = exports.WavesLadderInstUIIcon = exports.WavesInstUIIcon = exports.WavesArrowUpInstUIIcon = exports.WavesArrowDownInstUIIcon = exports.WatchInstUIIcon = exports.WashingMachineInstUIIcon = exports.WarehouseInstUIIcon = exports.WandSparklesInstUIIcon = exports.WandInstUIIcon = exports.Wand2InstUIIcon = exports.WallpaperInstUIIcon = exports.WalletMinimalInstUIIcon = exports.WalletInstUIIcon = exports.WalletCardsInstUIIcon = exports.Wallet2InstUIIcon = exports.VoteInstUIIcon = exports.VolumeXInstUIIcon = exports.VolumeOffInstUIIcon = exports.VolumeInstUIIcon = exports.Volume2InstUIIcon = exports.Volume1InstUIIcon = exports.VolleyballInstUIIcon = exports.VoicemailInstUIIcon = exports.ViewInstUIIcon = exports.VideotapeInstUIIcon = exports.VideoOffInstUIIcon = exports.VideoInstUIIcon = exports.VibrateOffInstUIIcon = exports.VibrateInstUIIcon = exports.VerifiedInstUIIcon = exports.VenusInstUIIcon = exports.VenusAndMarsInstUIIcon = exports.VenetianMaskInstUIIcon = exports.VeganInstUIIcon = exports.VectorSquareInstUIIcon = exports.VaultInstUIIcon = exports.VariableInstUIIcon = exports.VanInstUIIcon = exports.UtilityPoleInstUIIcon = exports.UtensilsInstUIIcon = exports.UtensilsCrossedInstUIIcon = exports.UsersRoundInstUIIcon = exports.UsersInstUIIcon = exports.Users2InstUIIcon = exports.UserXInstUIIcon = exports.UserX2InstUIIcon = exports.UserStarInstUIIcon = exports.UserSquareInstUIIcon = exports.UserSquare2InstUIIcon = exports.UserSearchInstUIIcon = exports.UserRoundXInstUIIcon = exports.UserRoundSearchInstUIIcon = exports.UserRoundPlusInstUIIcon = exports.UserRoundPenInstUIIcon = exports.UserRoundMinusInstUIIcon = exports.UserRoundInstUIIcon = exports.UserRoundCogInstUIIcon = exports.UserRoundCheckInstUIIcon = exports.UserPlusInstUIIcon = exports.UserPlus2InstUIIcon = exports.UserPenInstUIIcon = exports.UserMinusInstUIIcon = exports.UserMinus2InstUIIcon = exports.UserLockInstUIIcon = exports.UserInstUIIcon = exports.UserCogInstUIIcon = exports.UserCog2InstUIIcon = exports.UserCircleInstUIIcon = exports.UserCircle2InstUIIcon = exports.UserCheckInstUIIcon = void 0;
|
|
26
|
+
exports.ZoomOutInstUIIcon = exports.ZoomInInstUIIcon = exports.ZapOffInstUIIcon = exports.ZapInstUIIcon = void 0;
|
|
27
|
+
var Lucide = _interopRequireWildcard(require("lucide-react"));
|
|
28
|
+
var _wrapLucideIcon = require("../../lucide/wrapLucideIcon");
|
|
29
|
+
/*
|
|
30
|
+
* The MIT License (MIT)
|
|
31
|
+
*
|
|
32
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
33
|
+
*
|
|
34
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
35
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
36
|
+
* in the Software without restriction, including without limitation the rights
|
|
37
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
38
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
39
|
+
* furnished to do so, subject to the following conditions:
|
|
40
|
+
*
|
|
41
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
42
|
+
* copies or substantial portions of the Software.
|
|
43
|
+
*
|
|
44
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
45
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
46
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
47
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
48
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
49
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
50
|
+
* SOFTWARE.
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
const AArrowDownInstUIIcon = exports.AArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AArrowDown);
|
|
54
|
+
const AArrowUpInstUIIcon = exports.AArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AArrowUp);
|
|
55
|
+
const ALargeSmallInstUIIcon = exports.ALargeSmallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ALargeSmall);
|
|
56
|
+
const AccessibilityInstUIIcon = exports.AccessibilityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Accessibility);
|
|
57
|
+
const ActivityInstUIIcon = exports.ActivityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Activity);
|
|
58
|
+
const ActivitySquareInstUIIcon = exports.ActivitySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ActivitySquare);
|
|
59
|
+
const AirVentInstUIIcon = exports.AirVentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AirVent);
|
|
60
|
+
const AirplayInstUIIcon = exports.AirplayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Airplay);
|
|
61
|
+
const AlarmCheckInstUIIcon = exports.AlarmCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmCheck);
|
|
62
|
+
const AlarmClockInstUIIcon = exports.AlarmClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClock);
|
|
63
|
+
const AlarmClockCheckInstUIIcon = exports.AlarmClockCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockCheck);
|
|
64
|
+
const AlarmClockMinusInstUIIcon = exports.AlarmClockMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockMinus);
|
|
65
|
+
const AlarmClockOffInstUIIcon = exports.AlarmClockOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockOff);
|
|
66
|
+
const AlarmClockPlusInstUIIcon = exports.AlarmClockPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockPlus);
|
|
67
|
+
const AlarmMinusInstUIIcon = exports.AlarmMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmMinus);
|
|
68
|
+
const AlarmPlusInstUIIcon = exports.AlarmPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmPlus);
|
|
69
|
+
const AlarmSmokeInstUIIcon = exports.AlarmSmokeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmSmoke);
|
|
70
|
+
const AlbumInstUIIcon = exports.AlbumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Album);
|
|
71
|
+
const AlertCircleInstUIIcon = exports.AlertCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlertCircle);
|
|
72
|
+
const AlertOctagonInstUIIcon = exports.AlertOctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlertOctagon);
|
|
73
|
+
const AlertTriangleInstUIIcon = exports.AlertTriangleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlertTriangle);
|
|
74
|
+
const AlignCenterInstUIIcon = exports.AlignCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignCenter);
|
|
75
|
+
const AlignCenterHorizontalInstUIIcon = exports.AlignCenterHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignCenterHorizontal);
|
|
76
|
+
const AlignCenterVerticalInstUIIcon = exports.AlignCenterVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignCenterVertical);
|
|
77
|
+
const AlignEndHorizontalInstUIIcon = exports.AlignEndHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignEndHorizontal);
|
|
78
|
+
const AlignEndVerticalInstUIIcon = exports.AlignEndVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignEndVertical);
|
|
79
|
+
const AlignHorizontalDistributeCenterInstUIIcon = exports.AlignHorizontalDistributeCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalDistributeCenter);
|
|
80
|
+
const AlignHorizontalDistributeEndInstUIIcon = exports.AlignHorizontalDistributeEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalDistributeEnd);
|
|
81
|
+
const AlignHorizontalDistributeStartInstUIIcon = exports.AlignHorizontalDistributeStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalDistributeStart);
|
|
82
|
+
const AlignHorizontalJustifyCenterInstUIIcon = exports.AlignHorizontalJustifyCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalJustifyCenter);
|
|
83
|
+
const AlignHorizontalJustifyEndInstUIIcon = exports.AlignHorizontalJustifyEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalJustifyEnd);
|
|
84
|
+
const AlignHorizontalJustifyStartInstUIIcon = exports.AlignHorizontalJustifyStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalJustifyStart);
|
|
85
|
+
const AlignHorizontalSpaceAroundInstUIIcon = exports.AlignHorizontalSpaceAroundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalSpaceAround);
|
|
86
|
+
const AlignHorizontalSpaceBetweenInstUIIcon = exports.AlignHorizontalSpaceBetweenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalSpaceBetween);
|
|
87
|
+
const AlignJustifyInstUIIcon = exports.AlignJustifyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignJustify);
|
|
88
|
+
const AlignLeftInstUIIcon = exports.AlignLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignLeft);
|
|
89
|
+
const AlignRightInstUIIcon = exports.AlignRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignRight);
|
|
90
|
+
const AlignStartHorizontalInstUIIcon = exports.AlignStartHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignStartHorizontal);
|
|
91
|
+
const AlignStartVerticalInstUIIcon = exports.AlignStartVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignStartVertical);
|
|
92
|
+
const AlignVerticalDistributeCenterInstUIIcon = exports.AlignVerticalDistributeCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalDistributeCenter);
|
|
93
|
+
const AlignVerticalDistributeEndInstUIIcon = exports.AlignVerticalDistributeEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalDistributeEnd);
|
|
94
|
+
const AlignVerticalDistributeStartInstUIIcon = exports.AlignVerticalDistributeStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalDistributeStart);
|
|
95
|
+
const AlignVerticalJustifyCenterInstUIIcon = exports.AlignVerticalJustifyCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalJustifyCenter);
|
|
96
|
+
const AlignVerticalJustifyEndInstUIIcon = exports.AlignVerticalJustifyEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalJustifyEnd);
|
|
97
|
+
const AlignVerticalJustifyStartInstUIIcon = exports.AlignVerticalJustifyStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalJustifyStart);
|
|
98
|
+
const AlignVerticalSpaceAroundInstUIIcon = exports.AlignVerticalSpaceAroundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalSpaceAround);
|
|
99
|
+
const AlignVerticalSpaceBetweenInstUIIcon = exports.AlignVerticalSpaceBetweenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalSpaceBetween);
|
|
100
|
+
const AmbulanceInstUIIcon = exports.AmbulanceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ambulance);
|
|
101
|
+
const AmpersandInstUIIcon = exports.AmpersandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ampersand);
|
|
102
|
+
const AmpersandsInstUIIcon = exports.AmpersandsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ampersands);
|
|
103
|
+
const AmphoraInstUIIcon = exports.AmphoraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Amphora);
|
|
104
|
+
const AnchorInstUIIcon = exports.AnchorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Anchor);
|
|
105
|
+
const AngryInstUIIcon = exports.AngryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Angry);
|
|
106
|
+
const AnnoyedInstUIIcon = exports.AnnoyedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Annoyed);
|
|
107
|
+
const AntennaInstUIIcon = exports.AntennaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Antenna);
|
|
108
|
+
const AnvilInstUIIcon = exports.AnvilInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Anvil);
|
|
109
|
+
const ApertureInstUIIcon = exports.ApertureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Aperture);
|
|
110
|
+
const AppWindowInstUIIcon = exports.AppWindowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AppWindow);
|
|
111
|
+
const AppWindowMacInstUIIcon = exports.AppWindowMacInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AppWindowMac);
|
|
112
|
+
const AppleInstUIIcon = exports.AppleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Apple);
|
|
113
|
+
const ArchiveInstUIIcon = exports.ArchiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Archive);
|
|
114
|
+
const ArchiveRestoreInstUIIcon = exports.ArchiveRestoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArchiveRestore);
|
|
115
|
+
const ArchiveXInstUIIcon = exports.ArchiveXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArchiveX);
|
|
116
|
+
const AreaChartInstUIIcon = exports.AreaChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AreaChart);
|
|
117
|
+
const ArmchairInstUIIcon = exports.ArmchairInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Armchair);
|
|
118
|
+
const ArrowBigDownInstUIIcon = exports.ArrowBigDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigDown);
|
|
119
|
+
const ArrowBigDownDashInstUIIcon = exports.ArrowBigDownDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigDownDash);
|
|
120
|
+
const ArrowBigLeftInstUIIcon = exports.ArrowBigLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigLeft);
|
|
121
|
+
const ArrowBigLeftDashInstUIIcon = exports.ArrowBigLeftDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigLeftDash);
|
|
122
|
+
const ArrowBigRightInstUIIcon = exports.ArrowBigRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigRight);
|
|
123
|
+
const ArrowBigRightDashInstUIIcon = exports.ArrowBigRightDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigRightDash);
|
|
124
|
+
const ArrowBigUpInstUIIcon = exports.ArrowBigUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigUp);
|
|
125
|
+
const ArrowBigUpDashInstUIIcon = exports.ArrowBigUpDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigUpDash);
|
|
126
|
+
const ArrowDownInstUIIcon = exports.ArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDown);
|
|
127
|
+
const ArrowDown01InstUIIcon = exports.ArrowDown01InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDown01);
|
|
128
|
+
const ArrowDown10InstUIIcon = exports.ArrowDown10InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDown10);
|
|
129
|
+
const ArrowDownAZInstUIIcon = exports.ArrowDownAZInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownAZ);
|
|
130
|
+
const ArrowDownAzInstUIIcon = exports.ArrowDownAzInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownAz);
|
|
131
|
+
const ArrowDownCircleInstUIIcon = exports.ArrowDownCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownCircle);
|
|
132
|
+
const ArrowDownFromLineInstUIIcon = exports.ArrowDownFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownFromLine);
|
|
133
|
+
const ArrowDownLeftInstUIIcon = exports.ArrowDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeft);
|
|
134
|
+
const ArrowDownLeftFromCircleInstUIIcon = exports.ArrowDownLeftFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeftFromCircle);
|
|
135
|
+
const ArrowDownLeftFromSquareInstUIIcon = exports.ArrowDownLeftFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeftFromSquare);
|
|
136
|
+
const ArrowDownLeftSquareInstUIIcon = exports.ArrowDownLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeftSquare);
|
|
137
|
+
const ArrowDownNarrowWideInstUIIcon = exports.ArrowDownNarrowWideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownNarrowWide);
|
|
138
|
+
const ArrowDownRightInstUIIcon = exports.ArrowDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRight);
|
|
139
|
+
const ArrowDownRightFromCircleInstUIIcon = exports.ArrowDownRightFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRightFromCircle);
|
|
140
|
+
const ArrowDownRightFromSquareInstUIIcon = exports.ArrowDownRightFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRightFromSquare);
|
|
141
|
+
const ArrowDownRightSquareInstUIIcon = exports.ArrowDownRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRightSquare);
|
|
142
|
+
const ArrowDownSquareInstUIIcon = exports.ArrowDownSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownSquare);
|
|
143
|
+
const ArrowDownToDotInstUIIcon = exports.ArrowDownToDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownToDot);
|
|
144
|
+
const ArrowDownToLineInstUIIcon = exports.ArrowDownToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownToLine);
|
|
145
|
+
const ArrowDownUpInstUIIcon = exports.ArrowDownUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownUp);
|
|
146
|
+
const ArrowDownWideNarrowInstUIIcon = exports.ArrowDownWideNarrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownWideNarrow);
|
|
147
|
+
const ArrowDownZAInstUIIcon = exports.ArrowDownZAInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownZA);
|
|
148
|
+
const ArrowDownZaInstUIIcon = exports.ArrowDownZaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownZa);
|
|
149
|
+
const ArrowLeftInstUIIcon = exports.ArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeft);
|
|
150
|
+
const ArrowLeftCircleInstUIIcon = exports.ArrowLeftCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftCircle);
|
|
151
|
+
const ArrowLeftFromLineInstUIIcon = exports.ArrowLeftFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftFromLine);
|
|
152
|
+
const ArrowLeftRightInstUIIcon = exports.ArrowLeftRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftRight);
|
|
153
|
+
const ArrowLeftSquareInstUIIcon = exports.ArrowLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftSquare);
|
|
154
|
+
const ArrowLeftToLineInstUIIcon = exports.ArrowLeftToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftToLine);
|
|
155
|
+
const ArrowRightInstUIIcon = exports.ArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRight);
|
|
156
|
+
const ArrowRightCircleInstUIIcon = exports.ArrowRightCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightCircle);
|
|
157
|
+
const ArrowRightFromLineInstUIIcon = exports.ArrowRightFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightFromLine);
|
|
158
|
+
const ArrowRightLeftInstUIIcon = exports.ArrowRightLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightLeft);
|
|
159
|
+
const ArrowRightSquareInstUIIcon = exports.ArrowRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightSquare);
|
|
160
|
+
const ArrowRightToLineInstUIIcon = exports.ArrowRightToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightToLine);
|
|
161
|
+
const ArrowUpInstUIIcon = exports.ArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUp);
|
|
162
|
+
const ArrowUp01InstUIIcon = exports.ArrowUp01InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUp01);
|
|
163
|
+
const ArrowUp10InstUIIcon = exports.ArrowUp10InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUp10);
|
|
164
|
+
const ArrowUpAZInstUIIcon = exports.ArrowUpAZInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpAZ);
|
|
165
|
+
const ArrowUpAzInstUIIcon = exports.ArrowUpAzInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpAz);
|
|
166
|
+
const ArrowUpCircleInstUIIcon = exports.ArrowUpCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpCircle);
|
|
167
|
+
const ArrowUpDownInstUIIcon = exports.ArrowUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpDown);
|
|
168
|
+
const ArrowUpFromDotInstUIIcon = exports.ArrowUpFromDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpFromDot);
|
|
169
|
+
const ArrowUpFromLineInstUIIcon = exports.ArrowUpFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpFromLine);
|
|
170
|
+
const ArrowUpLeftInstUIIcon = exports.ArrowUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeft);
|
|
171
|
+
const ArrowUpLeftFromCircleInstUIIcon = exports.ArrowUpLeftFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeftFromCircle);
|
|
172
|
+
const ArrowUpLeftFromSquareInstUIIcon = exports.ArrowUpLeftFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeftFromSquare);
|
|
173
|
+
const ArrowUpLeftSquareInstUIIcon = exports.ArrowUpLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeftSquare);
|
|
174
|
+
const ArrowUpNarrowWideInstUIIcon = exports.ArrowUpNarrowWideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpNarrowWide);
|
|
175
|
+
const ArrowUpRightInstUIIcon = exports.ArrowUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRight);
|
|
176
|
+
const ArrowUpRightFromCircleInstUIIcon = exports.ArrowUpRightFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRightFromCircle);
|
|
177
|
+
const ArrowUpRightFromSquareInstUIIcon = exports.ArrowUpRightFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRightFromSquare);
|
|
178
|
+
const ArrowUpRightSquareInstUIIcon = exports.ArrowUpRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRightSquare);
|
|
179
|
+
const ArrowUpSquareInstUIIcon = exports.ArrowUpSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpSquare);
|
|
180
|
+
const ArrowUpToLineInstUIIcon = exports.ArrowUpToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpToLine);
|
|
181
|
+
const ArrowUpWideNarrowInstUIIcon = exports.ArrowUpWideNarrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpWideNarrow);
|
|
182
|
+
const ArrowUpZAInstUIIcon = exports.ArrowUpZAInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpZA);
|
|
183
|
+
const ArrowUpZaInstUIIcon = exports.ArrowUpZaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpZa);
|
|
184
|
+
const ArrowsUpFromLineInstUIIcon = exports.ArrowsUpFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowsUpFromLine);
|
|
185
|
+
const AsteriskInstUIIcon = exports.AsteriskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Asterisk);
|
|
186
|
+
const AsteriskSquareInstUIIcon = exports.AsteriskSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AsteriskSquare);
|
|
187
|
+
const AtSignInstUIIcon = exports.AtSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AtSign);
|
|
188
|
+
const AtomInstUIIcon = exports.AtomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Atom);
|
|
189
|
+
const AudioLinesInstUIIcon = exports.AudioLinesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AudioLines);
|
|
190
|
+
const AudioWaveformInstUIIcon = exports.AudioWaveformInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AudioWaveform);
|
|
191
|
+
const AwardInstUIIcon = exports.AwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Award);
|
|
192
|
+
const AxeInstUIIcon = exports.AxeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Axe);
|
|
193
|
+
const Axis3DInstUIIcon = exports.Axis3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Axis3D);
|
|
194
|
+
const Axis3dInstUIIcon = exports.Axis3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Axis3d);
|
|
195
|
+
const BabyInstUIIcon = exports.BabyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Baby);
|
|
196
|
+
const BackpackInstUIIcon = exports.BackpackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Backpack);
|
|
197
|
+
const BadgeInstUIIcon = exports.BadgeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Badge);
|
|
198
|
+
const BadgeAlertInstUIIcon = exports.BadgeAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeAlert);
|
|
199
|
+
const BadgeCentInstUIIcon = exports.BadgeCentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeCent);
|
|
200
|
+
const BadgeCheckInstUIIcon = exports.BadgeCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeCheck);
|
|
201
|
+
const BadgeDollarSignInstUIIcon = exports.BadgeDollarSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeDollarSign);
|
|
202
|
+
const BadgeEuroInstUIIcon = exports.BadgeEuroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeEuro);
|
|
203
|
+
const BadgeHelpInstUIIcon = exports.BadgeHelpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeHelp);
|
|
204
|
+
const BadgeIndianRupeeInstUIIcon = exports.BadgeIndianRupeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeIndianRupee);
|
|
205
|
+
const BadgeInfoInstUIIcon = exports.BadgeInfoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeInfo);
|
|
206
|
+
const BadgeJapaneseYenInstUIIcon = exports.BadgeJapaneseYenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeJapaneseYen);
|
|
207
|
+
const BadgeMinusInstUIIcon = exports.BadgeMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeMinus);
|
|
208
|
+
const BadgePercentInstUIIcon = exports.BadgePercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgePercent);
|
|
209
|
+
const BadgePlusInstUIIcon = exports.BadgePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgePlus);
|
|
210
|
+
const BadgePoundSterlingInstUIIcon = exports.BadgePoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgePoundSterling);
|
|
211
|
+
const BadgeQuestionMarkInstUIIcon = exports.BadgeQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeQuestionMark);
|
|
212
|
+
const BadgeRussianRubleInstUIIcon = exports.BadgeRussianRubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeRussianRuble);
|
|
213
|
+
const BadgeSwissFrancInstUIIcon = exports.BadgeSwissFrancInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeSwissFranc);
|
|
214
|
+
const BadgeTurkishLiraInstUIIcon = exports.BadgeTurkishLiraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeTurkishLira);
|
|
215
|
+
const BadgeXInstUIIcon = exports.BadgeXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeX);
|
|
216
|
+
const BaggageClaimInstUIIcon = exports.BaggageClaimInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BaggageClaim);
|
|
217
|
+
const BalloonInstUIIcon = exports.BalloonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Balloon);
|
|
218
|
+
const BanInstUIIcon = exports.BanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ban);
|
|
219
|
+
const BananaInstUIIcon = exports.BananaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Banana);
|
|
220
|
+
const BandageInstUIIcon = exports.BandageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bandage);
|
|
221
|
+
const BanknoteInstUIIcon = exports.BanknoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Banknote);
|
|
222
|
+
const BanknoteArrowDownInstUIIcon = exports.BanknoteArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BanknoteArrowDown);
|
|
223
|
+
const BanknoteArrowUpInstUIIcon = exports.BanknoteArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BanknoteArrowUp);
|
|
224
|
+
const BanknoteXInstUIIcon = exports.BanknoteXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BanknoteX);
|
|
225
|
+
const BarChartInstUIIcon = exports.BarChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart);
|
|
226
|
+
const BarChart2InstUIIcon = exports.BarChart2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart2);
|
|
227
|
+
const BarChart3InstUIIcon = exports.BarChart3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart3);
|
|
228
|
+
const BarChart4InstUIIcon = exports.BarChart4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart4);
|
|
229
|
+
const BarChartBigInstUIIcon = exports.BarChartBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChartBig);
|
|
230
|
+
const BarChartHorizontalInstUIIcon = exports.BarChartHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChartHorizontal);
|
|
231
|
+
const BarChartHorizontalBigInstUIIcon = exports.BarChartHorizontalBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChartHorizontalBig);
|
|
232
|
+
const BarcodeInstUIIcon = exports.BarcodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Barcode);
|
|
233
|
+
const BarrelInstUIIcon = exports.BarrelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Barrel);
|
|
234
|
+
const BaselineInstUIIcon = exports.BaselineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Baseline);
|
|
235
|
+
const BathInstUIIcon = exports.BathInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bath);
|
|
236
|
+
const BatteryInstUIIcon = exports.BatteryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Battery);
|
|
237
|
+
const BatteryChargingInstUIIcon = exports.BatteryChargingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryCharging);
|
|
238
|
+
const BatteryFullInstUIIcon = exports.BatteryFullInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryFull);
|
|
239
|
+
const BatteryLowInstUIIcon = exports.BatteryLowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryLow);
|
|
240
|
+
const BatteryMediumInstUIIcon = exports.BatteryMediumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryMedium);
|
|
241
|
+
const BatteryPlusInstUIIcon = exports.BatteryPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryPlus);
|
|
242
|
+
const BatteryWarningInstUIIcon = exports.BatteryWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryWarning);
|
|
243
|
+
const BeakerInstUIIcon = exports.BeakerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Beaker);
|
|
244
|
+
const BeanInstUIIcon = exports.BeanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bean);
|
|
245
|
+
const BeanOffInstUIIcon = exports.BeanOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BeanOff);
|
|
246
|
+
const BedInstUIIcon = exports.BedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bed);
|
|
247
|
+
const BedDoubleInstUIIcon = exports.BedDoubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BedDouble);
|
|
248
|
+
const BedSingleInstUIIcon = exports.BedSingleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BedSingle);
|
|
249
|
+
const BeefInstUIIcon = exports.BeefInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Beef);
|
|
250
|
+
const BeerInstUIIcon = exports.BeerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Beer);
|
|
251
|
+
const BeerOffInstUIIcon = exports.BeerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BeerOff);
|
|
252
|
+
const BellInstUIIcon = exports.BellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bell);
|
|
253
|
+
const BellDotInstUIIcon = exports.BellDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellDot);
|
|
254
|
+
const BellElectricInstUIIcon = exports.BellElectricInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellElectric);
|
|
255
|
+
const BellMinusInstUIIcon = exports.BellMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellMinus);
|
|
256
|
+
const BellOffInstUIIcon = exports.BellOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellOff);
|
|
257
|
+
const BellPlusInstUIIcon = exports.BellPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellPlus);
|
|
258
|
+
const BellRingInstUIIcon = exports.BellRingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellRing);
|
|
259
|
+
const BetweenHorizonalEndInstUIIcon = exports.BetweenHorizonalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizonalEnd);
|
|
260
|
+
const BetweenHorizonalStartInstUIIcon = exports.BetweenHorizonalStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizonalStart);
|
|
261
|
+
const BetweenHorizontalEndInstUIIcon = exports.BetweenHorizontalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizontalEnd);
|
|
262
|
+
const BetweenHorizontalStartInstUIIcon = exports.BetweenHorizontalStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizontalStart);
|
|
263
|
+
const BetweenVerticalEndInstUIIcon = exports.BetweenVerticalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenVerticalEnd);
|
|
264
|
+
const BetweenVerticalStartInstUIIcon = exports.BetweenVerticalStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenVerticalStart);
|
|
265
|
+
const BicepsFlexedInstUIIcon = exports.BicepsFlexedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BicepsFlexed);
|
|
266
|
+
const BikeInstUIIcon = exports.BikeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bike);
|
|
267
|
+
const BinaryInstUIIcon = exports.BinaryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Binary);
|
|
268
|
+
const BinocularsInstUIIcon = exports.BinocularsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Binoculars);
|
|
269
|
+
const BiohazardInstUIIcon = exports.BiohazardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Biohazard);
|
|
270
|
+
const BirdInstUIIcon = exports.BirdInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bird);
|
|
271
|
+
const BirdhouseInstUIIcon = exports.BirdhouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Birdhouse);
|
|
272
|
+
const BitcoinInstUIIcon = exports.BitcoinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bitcoin);
|
|
273
|
+
const BlendInstUIIcon = exports.BlendInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Blend);
|
|
274
|
+
const BlindsInstUIIcon = exports.BlindsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Blinds);
|
|
275
|
+
const BlocksInstUIIcon = exports.BlocksInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Blocks);
|
|
276
|
+
const BluetoothInstUIIcon = exports.BluetoothInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bluetooth);
|
|
277
|
+
const BluetoothConnectedInstUIIcon = exports.BluetoothConnectedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BluetoothConnected);
|
|
278
|
+
const BluetoothOffInstUIIcon = exports.BluetoothOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BluetoothOff);
|
|
279
|
+
const BluetoothSearchingInstUIIcon = exports.BluetoothSearchingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BluetoothSearching);
|
|
280
|
+
const BoldInstUIIcon = exports.BoldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bold);
|
|
281
|
+
const BoltInstUIIcon = exports.BoltInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bolt);
|
|
282
|
+
const BombInstUIIcon = exports.BombInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bomb);
|
|
283
|
+
const BoneInstUIIcon = exports.BoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bone);
|
|
284
|
+
const BookInstUIIcon = exports.BookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Book);
|
|
285
|
+
const BookAInstUIIcon = exports.BookAInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookA);
|
|
286
|
+
const BookAlertInstUIIcon = exports.BookAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookAlert);
|
|
287
|
+
const BookAudioInstUIIcon = exports.BookAudioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookAudio);
|
|
288
|
+
const BookCheckInstUIIcon = exports.BookCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookCheck);
|
|
289
|
+
const BookCopyInstUIIcon = exports.BookCopyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookCopy);
|
|
290
|
+
const BookDashedInstUIIcon = exports.BookDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookDashed);
|
|
291
|
+
const BookDownInstUIIcon = exports.BookDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookDown);
|
|
292
|
+
const BookHeadphonesInstUIIcon = exports.BookHeadphonesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookHeadphones);
|
|
293
|
+
const BookHeartInstUIIcon = exports.BookHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookHeart);
|
|
294
|
+
const BookImageInstUIIcon = exports.BookImageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookImage);
|
|
295
|
+
const BookKeyInstUIIcon = exports.BookKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookKey);
|
|
296
|
+
const BookLockInstUIIcon = exports.BookLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookLock);
|
|
297
|
+
const BookMarkedInstUIIcon = exports.BookMarkedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookMarked);
|
|
298
|
+
const BookMinusInstUIIcon = exports.BookMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookMinus);
|
|
299
|
+
const BookOpenInstUIIcon = exports.BookOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookOpen);
|
|
300
|
+
const BookOpenCheckInstUIIcon = exports.BookOpenCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookOpenCheck);
|
|
301
|
+
const BookOpenTextInstUIIcon = exports.BookOpenTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookOpenText);
|
|
302
|
+
const BookPlusInstUIIcon = exports.BookPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookPlus);
|
|
303
|
+
const BookSearchInstUIIcon = exports.BookSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookSearch);
|
|
304
|
+
const BookTemplateInstUIIcon = exports.BookTemplateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookTemplate);
|
|
305
|
+
const BookTextInstUIIcon = exports.BookTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookText);
|
|
306
|
+
const BookTypeInstUIIcon = exports.BookTypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookType);
|
|
307
|
+
const BookUpInstUIIcon = exports.BookUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookUp);
|
|
308
|
+
const BookUp2InstUIIcon = exports.BookUp2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookUp2);
|
|
309
|
+
const BookUserInstUIIcon = exports.BookUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookUser);
|
|
310
|
+
const BookXInstUIIcon = exports.BookXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookX);
|
|
311
|
+
const BookmarkInstUIIcon = exports.BookmarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bookmark);
|
|
312
|
+
const BookmarkCheckInstUIIcon = exports.BookmarkCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkCheck);
|
|
313
|
+
const BookmarkMinusInstUIIcon = exports.BookmarkMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkMinus);
|
|
314
|
+
const BookmarkPlusInstUIIcon = exports.BookmarkPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkPlus);
|
|
315
|
+
const BookmarkXInstUIIcon = exports.BookmarkXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkX);
|
|
316
|
+
const BoomBoxInstUIIcon = exports.BoomBoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BoomBox);
|
|
317
|
+
const BotInstUIIcon = exports.BotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bot);
|
|
318
|
+
const BotMessageSquareInstUIIcon = exports.BotMessageSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BotMessageSquare);
|
|
319
|
+
const BotOffInstUIIcon = exports.BotOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BotOff);
|
|
320
|
+
const BottleWineInstUIIcon = exports.BottleWineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BottleWine);
|
|
321
|
+
const BowArrowInstUIIcon = exports.BowArrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BowArrow);
|
|
322
|
+
const BoxInstUIIcon = exports.BoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Box);
|
|
323
|
+
const BoxSelectInstUIIcon = exports.BoxSelectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BoxSelect);
|
|
324
|
+
const BoxesInstUIIcon = exports.BoxesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Boxes);
|
|
325
|
+
const BracesInstUIIcon = exports.BracesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Braces);
|
|
326
|
+
const BracketsInstUIIcon = exports.BracketsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Brackets);
|
|
327
|
+
const BrainInstUIIcon = exports.BrainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Brain);
|
|
328
|
+
const BrainCircuitInstUIIcon = exports.BrainCircuitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrainCircuit);
|
|
329
|
+
const BrainCogInstUIIcon = exports.BrainCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrainCog);
|
|
330
|
+
const BrickWallInstUIIcon = exports.BrickWallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrickWall);
|
|
331
|
+
const BrickWallFireInstUIIcon = exports.BrickWallFireInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrickWallFire);
|
|
332
|
+
const BrickWallShieldInstUIIcon = exports.BrickWallShieldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrickWallShield);
|
|
333
|
+
const BriefcaseInstUIIcon = exports.BriefcaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Briefcase);
|
|
334
|
+
const BriefcaseBusinessInstUIIcon = exports.BriefcaseBusinessInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BriefcaseBusiness);
|
|
335
|
+
const BriefcaseConveyorBeltInstUIIcon = exports.BriefcaseConveyorBeltInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BriefcaseConveyorBelt);
|
|
336
|
+
const BriefcaseMedicalInstUIIcon = exports.BriefcaseMedicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BriefcaseMedical);
|
|
337
|
+
const BringToFrontInstUIIcon = exports.BringToFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BringToFront);
|
|
338
|
+
const BrushInstUIIcon = exports.BrushInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Brush);
|
|
339
|
+
const BrushCleaningInstUIIcon = exports.BrushCleaningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrushCleaning);
|
|
340
|
+
const BubblesInstUIIcon = exports.BubblesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bubbles);
|
|
341
|
+
const BugInstUIIcon = exports.BugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bug);
|
|
342
|
+
const BugOffInstUIIcon = exports.BugOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BugOff);
|
|
343
|
+
const BugPlayInstUIIcon = exports.BugPlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BugPlay);
|
|
344
|
+
const BuildingInstUIIcon = exports.BuildingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Building);
|
|
345
|
+
const Building2InstUIIcon = exports.Building2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Building2);
|
|
346
|
+
const BusInstUIIcon = exports.BusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bus);
|
|
347
|
+
const BusFrontInstUIIcon = exports.BusFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BusFront);
|
|
348
|
+
const CableInstUIIcon = exports.CableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cable);
|
|
349
|
+
const CableCarInstUIIcon = exports.CableCarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CableCar);
|
|
350
|
+
const CakeInstUIIcon = exports.CakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cake);
|
|
351
|
+
const CakeSliceInstUIIcon = exports.CakeSliceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CakeSlice);
|
|
352
|
+
const CalculatorInstUIIcon = exports.CalculatorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calculator);
|
|
353
|
+
const CalendarInstUIIcon = exports.CalendarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calendar);
|
|
354
|
+
const Calendar1InstUIIcon = exports.Calendar1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calendar1);
|
|
355
|
+
const CalendarArrowDownInstUIIcon = exports.CalendarArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarArrowDown);
|
|
356
|
+
const CalendarArrowUpInstUIIcon = exports.CalendarArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarArrowUp);
|
|
357
|
+
const CalendarCheckInstUIIcon = exports.CalendarCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarCheck);
|
|
358
|
+
const CalendarCheck2InstUIIcon = exports.CalendarCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarCheck2);
|
|
359
|
+
const CalendarClockInstUIIcon = exports.CalendarClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarClock);
|
|
360
|
+
const CalendarCogInstUIIcon = exports.CalendarCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarCog);
|
|
361
|
+
const CalendarDaysInstUIIcon = exports.CalendarDaysInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarDays);
|
|
362
|
+
const CalendarFoldInstUIIcon = exports.CalendarFoldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarFold);
|
|
363
|
+
const CalendarHeartInstUIIcon = exports.CalendarHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarHeart);
|
|
364
|
+
const CalendarMinusInstUIIcon = exports.CalendarMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarMinus);
|
|
365
|
+
const CalendarMinus2InstUIIcon = exports.CalendarMinus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarMinus2);
|
|
366
|
+
const CalendarOffInstUIIcon = exports.CalendarOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarOff);
|
|
367
|
+
const CalendarPlusInstUIIcon = exports.CalendarPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarPlus);
|
|
368
|
+
const CalendarPlus2InstUIIcon = exports.CalendarPlus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarPlus2);
|
|
369
|
+
const CalendarRangeInstUIIcon = exports.CalendarRangeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarRange);
|
|
370
|
+
const CalendarSearchInstUIIcon = exports.CalendarSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarSearch);
|
|
371
|
+
const CalendarSyncInstUIIcon = exports.CalendarSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarSync);
|
|
372
|
+
const CalendarXInstUIIcon = exports.CalendarXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarX);
|
|
373
|
+
const CalendarX2InstUIIcon = exports.CalendarX2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarX2);
|
|
374
|
+
const CalendarsInstUIIcon = exports.CalendarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calendars);
|
|
375
|
+
const CameraInstUIIcon = exports.CameraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Camera);
|
|
376
|
+
const CameraOffInstUIIcon = exports.CameraOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CameraOff);
|
|
377
|
+
const CandlestickChartInstUIIcon = exports.CandlestickChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CandlestickChart);
|
|
378
|
+
const CandyInstUIIcon = exports.CandyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Candy);
|
|
379
|
+
const CandyCaneInstUIIcon = exports.CandyCaneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CandyCane);
|
|
380
|
+
const CandyOffInstUIIcon = exports.CandyOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CandyOff);
|
|
381
|
+
const CannabisInstUIIcon = exports.CannabisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cannabis);
|
|
382
|
+
const CaptionsInstUIIcon = exports.CaptionsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Captions);
|
|
383
|
+
const CaptionsOffInstUIIcon = exports.CaptionsOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaptionsOff);
|
|
384
|
+
const CarInstUIIcon = exports.CarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Car);
|
|
385
|
+
const CarFrontInstUIIcon = exports.CarFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CarFront);
|
|
386
|
+
const CarTaxiFrontInstUIIcon = exports.CarTaxiFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CarTaxiFront);
|
|
387
|
+
const CaravanInstUIIcon = exports.CaravanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Caravan);
|
|
388
|
+
const CardSimInstUIIcon = exports.CardSimInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CardSim);
|
|
389
|
+
const CarrotInstUIIcon = exports.CarrotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Carrot);
|
|
390
|
+
const CaseLowerInstUIIcon = exports.CaseLowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaseLower);
|
|
391
|
+
const CaseSensitiveInstUIIcon = exports.CaseSensitiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaseSensitive);
|
|
392
|
+
const CaseUpperInstUIIcon = exports.CaseUpperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaseUpper);
|
|
393
|
+
const CassetteTapeInstUIIcon = exports.CassetteTapeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CassetteTape);
|
|
394
|
+
const CastInstUIIcon = exports.CastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cast);
|
|
395
|
+
const CastleInstUIIcon = exports.CastleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Castle);
|
|
396
|
+
const CatInstUIIcon = exports.CatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cat);
|
|
397
|
+
const CctvInstUIIcon = exports.CctvInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cctv);
|
|
398
|
+
const ChartAreaInstUIIcon = exports.ChartAreaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartArea);
|
|
399
|
+
const ChartBarInstUIIcon = exports.ChartBarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBar);
|
|
400
|
+
const ChartBarBigInstUIIcon = exports.ChartBarBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarBig);
|
|
401
|
+
const ChartBarDecreasingInstUIIcon = exports.ChartBarDecreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarDecreasing);
|
|
402
|
+
const ChartBarIncreasingInstUIIcon = exports.ChartBarIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarIncreasing);
|
|
403
|
+
const ChartBarStackedInstUIIcon = exports.ChartBarStackedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarStacked);
|
|
404
|
+
const ChartCandlestickInstUIIcon = exports.ChartCandlestickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartCandlestick);
|
|
405
|
+
const ChartColumnInstUIIcon = exports.ChartColumnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumn);
|
|
406
|
+
const ChartColumnBigInstUIIcon = exports.ChartColumnBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnBig);
|
|
407
|
+
const ChartColumnDecreasingInstUIIcon = exports.ChartColumnDecreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnDecreasing);
|
|
408
|
+
const ChartColumnIncreasingInstUIIcon = exports.ChartColumnIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnIncreasing);
|
|
409
|
+
const ChartColumnStackedInstUIIcon = exports.ChartColumnStackedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnStacked);
|
|
410
|
+
const ChartGanttInstUIIcon = exports.ChartGanttInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartGantt);
|
|
411
|
+
const ChartLineInstUIIcon = exports.ChartLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartLine);
|
|
412
|
+
const ChartNetworkInstUIIcon = exports.ChartNetworkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNetwork);
|
|
413
|
+
const ChartNoAxesColumnInstUIIcon = exports.ChartNoAxesColumnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesColumn);
|
|
414
|
+
const ChartNoAxesColumnDecreasingInstUIIcon = exports.ChartNoAxesColumnDecreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesColumnDecreasing);
|
|
415
|
+
const ChartNoAxesColumnIncreasingInstUIIcon = exports.ChartNoAxesColumnIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesColumnIncreasing);
|
|
416
|
+
const ChartNoAxesCombinedInstUIIcon = exports.ChartNoAxesCombinedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesCombined);
|
|
417
|
+
const ChartNoAxesGanttInstUIIcon = exports.ChartNoAxesGanttInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesGantt);
|
|
418
|
+
const ChartPieInstUIIcon = exports.ChartPieInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartPie);
|
|
419
|
+
const ChartScatterInstUIIcon = exports.ChartScatterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartScatter);
|
|
420
|
+
const ChartSplineInstUIIcon = exports.ChartSplineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartSpline);
|
|
421
|
+
const CheckInstUIIcon = exports.CheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Check);
|
|
422
|
+
const CheckCheckInstUIIcon = exports.CheckCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckCheck);
|
|
423
|
+
const CheckCircleInstUIIcon = exports.CheckCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckCircle);
|
|
424
|
+
const CheckCircle2InstUIIcon = exports.CheckCircle2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckCircle2);
|
|
425
|
+
const CheckLineInstUIIcon = exports.CheckLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckLine);
|
|
426
|
+
const CheckSquareInstUIIcon = exports.CheckSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckSquare);
|
|
427
|
+
const CheckSquare2InstUIIcon = exports.CheckSquare2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckSquare2);
|
|
428
|
+
const ChefHatInstUIIcon = exports.ChefHatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChefHat);
|
|
429
|
+
const CherryInstUIIcon = exports.CherryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cherry);
|
|
430
|
+
const ChessBishopInstUIIcon = exports.ChessBishopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessBishop);
|
|
431
|
+
const ChessKingInstUIIcon = exports.ChessKingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessKing);
|
|
432
|
+
const ChessKnightInstUIIcon = exports.ChessKnightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessKnight);
|
|
433
|
+
const ChessPawnInstUIIcon = exports.ChessPawnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessPawn);
|
|
434
|
+
const ChessQueenInstUIIcon = exports.ChessQueenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessQueen);
|
|
435
|
+
const ChessRookInstUIIcon = exports.ChessRookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessRook);
|
|
436
|
+
const ChevronDownInstUIIcon = exports.ChevronDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronDown);
|
|
437
|
+
const ChevronDownCircleInstUIIcon = exports.ChevronDownCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronDownCircle);
|
|
438
|
+
const ChevronDownSquareInstUIIcon = exports.ChevronDownSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronDownSquare);
|
|
439
|
+
const ChevronFirstInstUIIcon = exports.ChevronFirstInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronFirst);
|
|
440
|
+
const ChevronLastInstUIIcon = exports.ChevronLastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLast);
|
|
441
|
+
const ChevronLeftInstUIIcon = exports.ChevronLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLeft);
|
|
442
|
+
const ChevronLeftCircleInstUIIcon = exports.ChevronLeftCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLeftCircle);
|
|
443
|
+
const ChevronLeftSquareInstUIIcon = exports.ChevronLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLeftSquare);
|
|
444
|
+
const ChevronRightInstUIIcon = exports.ChevronRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronRight);
|
|
445
|
+
const ChevronRightCircleInstUIIcon = exports.ChevronRightCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronRightCircle);
|
|
446
|
+
const ChevronRightSquareInstUIIcon = exports.ChevronRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronRightSquare);
|
|
447
|
+
const ChevronUpInstUIIcon = exports.ChevronUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronUp);
|
|
448
|
+
const ChevronUpCircleInstUIIcon = exports.ChevronUpCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronUpCircle);
|
|
449
|
+
const ChevronUpSquareInstUIIcon = exports.ChevronUpSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronUpSquare);
|
|
450
|
+
const ChevronsDownInstUIIcon = exports.ChevronsDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsDown);
|
|
451
|
+
const ChevronsDownUpInstUIIcon = exports.ChevronsDownUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsDownUp);
|
|
452
|
+
const ChevronsLeftInstUIIcon = exports.ChevronsLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsLeft);
|
|
453
|
+
const ChevronsLeftRightInstUIIcon = exports.ChevronsLeftRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsLeftRight);
|
|
454
|
+
const ChevronsLeftRightEllipsisInstUIIcon = exports.ChevronsLeftRightEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsLeftRightEllipsis);
|
|
455
|
+
const ChevronsRightInstUIIcon = exports.ChevronsRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsRight);
|
|
456
|
+
const ChevronsRightLeftInstUIIcon = exports.ChevronsRightLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsRightLeft);
|
|
457
|
+
const ChevronsUpInstUIIcon = exports.ChevronsUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsUp);
|
|
458
|
+
const ChevronsUpDownInstUIIcon = exports.ChevronsUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsUpDown);
|
|
459
|
+
const ChromeInstUIIcon = exports.ChromeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Chrome);
|
|
460
|
+
const ChromiumInstUIIcon = exports.ChromiumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Chromium);
|
|
461
|
+
const ChurchInstUIIcon = exports.ChurchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Church);
|
|
462
|
+
const CigaretteInstUIIcon = exports.CigaretteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cigarette);
|
|
463
|
+
const CigaretteOffInstUIIcon = exports.CigaretteOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CigaretteOff);
|
|
464
|
+
const CircleInstUIIcon = exports.CircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Circle);
|
|
465
|
+
const CircleAlertInstUIIcon = exports.CircleAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleAlert);
|
|
466
|
+
const CircleArrowDownInstUIIcon = exports.CircleArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowDown);
|
|
467
|
+
const CircleArrowLeftInstUIIcon = exports.CircleArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowLeft);
|
|
468
|
+
const CircleArrowOutDownLeftInstUIIcon = exports.CircleArrowOutDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutDownLeft);
|
|
469
|
+
const CircleArrowOutDownRightInstUIIcon = exports.CircleArrowOutDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutDownRight);
|
|
470
|
+
const CircleArrowOutUpLeftInstUIIcon = exports.CircleArrowOutUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutUpLeft);
|
|
471
|
+
const CircleArrowOutUpRightInstUIIcon = exports.CircleArrowOutUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutUpRight);
|
|
472
|
+
const CircleArrowRightInstUIIcon = exports.CircleArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowRight);
|
|
473
|
+
const CircleArrowUpInstUIIcon = exports.CircleArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowUp);
|
|
474
|
+
const CircleCheckInstUIIcon = exports.CircleCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleCheck);
|
|
475
|
+
const CircleCheckBigInstUIIcon = exports.CircleCheckBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleCheckBig);
|
|
476
|
+
const CircleChevronDownInstUIIcon = exports.CircleChevronDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronDown);
|
|
477
|
+
const CircleChevronLeftInstUIIcon = exports.CircleChevronLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronLeft);
|
|
478
|
+
const CircleChevronRightInstUIIcon = exports.CircleChevronRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronRight);
|
|
479
|
+
const CircleChevronUpInstUIIcon = exports.CircleChevronUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronUp);
|
|
480
|
+
const CircleDashedInstUIIcon = exports.CircleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDashed);
|
|
481
|
+
const CircleDivideInstUIIcon = exports.CircleDivideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDivide);
|
|
482
|
+
const CircleDollarSignInstUIIcon = exports.CircleDollarSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDollarSign);
|
|
483
|
+
const CircleDotInstUIIcon = exports.CircleDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDot);
|
|
484
|
+
const CircleDotDashedInstUIIcon = exports.CircleDotDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDotDashed);
|
|
485
|
+
const CircleEllipsisInstUIIcon = exports.CircleEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleEllipsis);
|
|
486
|
+
const CircleEqualInstUIIcon = exports.CircleEqualInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleEqual);
|
|
487
|
+
const CircleFadingArrowUpInstUIIcon = exports.CircleFadingArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleFadingArrowUp);
|
|
488
|
+
const CircleFadingPlusInstUIIcon = exports.CircleFadingPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleFadingPlus);
|
|
489
|
+
const CircleGaugeInstUIIcon = exports.CircleGaugeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleGauge);
|
|
490
|
+
const CircleHelpInstUIIcon = exports.CircleHelpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleHelp);
|
|
491
|
+
const CircleMinusInstUIIcon = exports.CircleMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleMinus);
|
|
492
|
+
const CircleOffInstUIIcon = exports.CircleOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleOff);
|
|
493
|
+
const CircleParkingInstUIIcon = exports.CircleParkingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleParking);
|
|
494
|
+
const CircleParkingOffInstUIIcon = exports.CircleParkingOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleParkingOff);
|
|
495
|
+
const CirclePauseInstUIIcon = exports.CirclePauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePause);
|
|
496
|
+
const CirclePercentInstUIIcon = exports.CirclePercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePercent);
|
|
497
|
+
const CirclePileInstUIIcon = exports.CirclePileInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePile);
|
|
498
|
+
const CirclePlayInstUIIcon = exports.CirclePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePlay);
|
|
499
|
+
const CirclePlusInstUIIcon = exports.CirclePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePlus);
|
|
500
|
+
const CirclePoundSterlingInstUIIcon = exports.CirclePoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePoundSterling);
|
|
501
|
+
const CirclePowerInstUIIcon = exports.CirclePowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePower);
|
|
502
|
+
const CircleQuestionMarkInstUIIcon = exports.CircleQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleQuestionMark);
|
|
503
|
+
const CircleSlashInstUIIcon = exports.CircleSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSlash);
|
|
504
|
+
const CircleSlash2InstUIIcon = exports.CircleSlash2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSlash2);
|
|
505
|
+
const CircleSlashedInstUIIcon = exports.CircleSlashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSlashed);
|
|
506
|
+
const CircleSmallInstUIIcon = exports.CircleSmallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSmall);
|
|
507
|
+
const CircleStarInstUIIcon = exports.CircleStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleStar);
|
|
508
|
+
const CircleStopInstUIIcon = exports.CircleStopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleStop);
|
|
509
|
+
const CircleUserInstUIIcon = exports.CircleUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleUser);
|
|
510
|
+
const CircleUserRoundInstUIIcon = exports.CircleUserRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleUserRound);
|
|
511
|
+
const CircleXInstUIIcon = exports.CircleXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleX);
|
|
512
|
+
const CircuitBoardInstUIIcon = exports.CircuitBoardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircuitBoard);
|
|
513
|
+
const CitrusInstUIIcon = exports.CitrusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Citrus);
|
|
514
|
+
const ClapperboardInstUIIcon = exports.ClapperboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clapperboard);
|
|
515
|
+
const ClipboardInstUIIcon = exports.ClipboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clipboard);
|
|
516
|
+
const ClipboardCheckInstUIIcon = exports.ClipboardCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardCheck);
|
|
517
|
+
const ClipboardClockInstUIIcon = exports.ClipboardClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardClock);
|
|
518
|
+
const ClipboardCopyInstUIIcon = exports.ClipboardCopyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardCopy);
|
|
519
|
+
const ClipboardEditInstUIIcon = exports.ClipboardEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardEdit);
|
|
520
|
+
const ClipboardListInstUIIcon = exports.ClipboardListInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardList);
|
|
521
|
+
const ClipboardMinusInstUIIcon = exports.ClipboardMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardMinus);
|
|
522
|
+
const ClipboardPasteInstUIIcon = exports.ClipboardPasteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPaste);
|
|
523
|
+
const ClipboardPenInstUIIcon = exports.ClipboardPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPen);
|
|
524
|
+
const ClipboardPenLineInstUIIcon = exports.ClipboardPenLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPenLine);
|
|
525
|
+
const ClipboardPlusInstUIIcon = exports.ClipboardPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPlus);
|
|
526
|
+
const ClipboardSignatureInstUIIcon = exports.ClipboardSignatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardSignature);
|
|
527
|
+
const ClipboardTypeInstUIIcon = exports.ClipboardTypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardType);
|
|
528
|
+
const ClipboardXInstUIIcon = exports.ClipboardXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardX);
|
|
529
|
+
const ClockInstUIIcon = exports.ClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock);
|
|
530
|
+
const Clock1InstUIIcon = exports.Clock1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock1);
|
|
531
|
+
const Clock10InstUIIcon = exports.Clock10InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock10);
|
|
532
|
+
const Clock11InstUIIcon = exports.Clock11InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock11);
|
|
533
|
+
const Clock12InstUIIcon = exports.Clock12InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock12);
|
|
534
|
+
const Clock2InstUIIcon = exports.Clock2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock2);
|
|
535
|
+
const Clock3InstUIIcon = exports.Clock3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock3);
|
|
536
|
+
const Clock4InstUIIcon = exports.Clock4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock4);
|
|
537
|
+
const Clock5InstUIIcon = exports.Clock5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock5);
|
|
538
|
+
const Clock6InstUIIcon = exports.Clock6InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock6);
|
|
539
|
+
const Clock7InstUIIcon = exports.Clock7InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock7);
|
|
540
|
+
const Clock8InstUIIcon = exports.Clock8InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock8);
|
|
541
|
+
const Clock9InstUIIcon = exports.Clock9InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock9);
|
|
542
|
+
const ClockAlertInstUIIcon = exports.ClockAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockAlert);
|
|
543
|
+
const ClockArrowDownInstUIIcon = exports.ClockArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockArrowDown);
|
|
544
|
+
const ClockArrowUpInstUIIcon = exports.ClockArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockArrowUp);
|
|
545
|
+
const ClockCheckInstUIIcon = exports.ClockCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockCheck);
|
|
546
|
+
const ClockFadingInstUIIcon = exports.ClockFadingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockFading);
|
|
547
|
+
const ClockPlusInstUIIcon = exports.ClockPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockPlus);
|
|
548
|
+
const ClosedCaptionInstUIIcon = exports.ClosedCaptionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClosedCaption);
|
|
549
|
+
const CloudInstUIIcon = exports.CloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cloud);
|
|
550
|
+
const CloudAlertInstUIIcon = exports.CloudAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudAlert);
|
|
551
|
+
const CloudBackupInstUIIcon = exports.CloudBackupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudBackup);
|
|
552
|
+
const CloudCheckInstUIIcon = exports.CloudCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudCheck);
|
|
553
|
+
const CloudCogInstUIIcon = exports.CloudCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudCog);
|
|
554
|
+
const CloudDownloadInstUIIcon = exports.CloudDownloadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudDownload);
|
|
555
|
+
const CloudDrizzleInstUIIcon = exports.CloudDrizzleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudDrizzle);
|
|
556
|
+
const CloudFogInstUIIcon = exports.CloudFogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudFog);
|
|
557
|
+
const CloudHailInstUIIcon = exports.CloudHailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudHail);
|
|
558
|
+
const CloudLightningInstUIIcon = exports.CloudLightningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudLightning);
|
|
559
|
+
const CloudMoonInstUIIcon = exports.CloudMoonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudMoon);
|
|
560
|
+
const CloudMoonRainInstUIIcon = exports.CloudMoonRainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudMoonRain);
|
|
561
|
+
const CloudOffInstUIIcon = exports.CloudOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudOff);
|
|
562
|
+
const CloudRainInstUIIcon = exports.CloudRainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudRain);
|
|
563
|
+
const CloudRainWindInstUIIcon = exports.CloudRainWindInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudRainWind);
|
|
564
|
+
const CloudSnowInstUIIcon = exports.CloudSnowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSnow);
|
|
565
|
+
const CloudSunInstUIIcon = exports.CloudSunInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSun);
|
|
566
|
+
const CloudSunRainInstUIIcon = exports.CloudSunRainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSunRain);
|
|
567
|
+
const CloudSyncInstUIIcon = exports.CloudSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSync);
|
|
568
|
+
const CloudUploadInstUIIcon = exports.CloudUploadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudUpload);
|
|
569
|
+
const CloudyInstUIIcon = exports.CloudyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cloudy);
|
|
570
|
+
const CloverInstUIIcon = exports.CloverInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clover);
|
|
571
|
+
const ClubInstUIIcon = exports.ClubInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Club);
|
|
572
|
+
const CodeInstUIIcon = exports.CodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Code);
|
|
573
|
+
const Code2InstUIIcon = exports.Code2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Code2);
|
|
574
|
+
const CodeSquareInstUIIcon = exports.CodeSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CodeSquare);
|
|
575
|
+
const CodeXmlInstUIIcon = exports.CodeXmlInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CodeXml);
|
|
576
|
+
const CodepenInstUIIcon = exports.CodepenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Codepen);
|
|
577
|
+
const CodesandboxInstUIIcon = exports.CodesandboxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Codesandbox);
|
|
578
|
+
const CoffeeInstUIIcon = exports.CoffeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Coffee);
|
|
579
|
+
const CogInstUIIcon = exports.CogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cog);
|
|
580
|
+
const CoinsInstUIIcon = exports.CoinsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Coins);
|
|
581
|
+
const ColumnsInstUIIcon = exports.ColumnsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns);
|
|
582
|
+
const Columns2InstUIIcon = exports.Columns2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns2);
|
|
583
|
+
const Columns3InstUIIcon = exports.Columns3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns3);
|
|
584
|
+
const Columns3CogInstUIIcon = exports.Columns3CogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns3Cog);
|
|
585
|
+
const Columns4InstUIIcon = exports.Columns4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns4);
|
|
586
|
+
const ColumnsSettingsInstUIIcon = exports.ColumnsSettingsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ColumnsSettings);
|
|
587
|
+
const CombineInstUIIcon = exports.CombineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Combine);
|
|
588
|
+
const CommandInstUIIcon = exports.CommandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Command);
|
|
589
|
+
const CompassInstUIIcon = exports.CompassInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Compass);
|
|
590
|
+
const ComponentInstUIIcon = exports.ComponentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Component);
|
|
591
|
+
const ComputerInstUIIcon = exports.ComputerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Computer);
|
|
592
|
+
const ConciergeBellInstUIIcon = exports.ConciergeBellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ConciergeBell);
|
|
593
|
+
const ConeInstUIIcon = exports.ConeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cone);
|
|
594
|
+
const ConstructionInstUIIcon = exports.ConstructionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Construction);
|
|
595
|
+
const ContactInstUIIcon = exports.ContactInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Contact);
|
|
596
|
+
const Contact2InstUIIcon = exports.Contact2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Contact2);
|
|
597
|
+
const ContactRoundInstUIIcon = exports.ContactRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ContactRound);
|
|
598
|
+
const ContainerInstUIIcon = exports.ContainerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Container);
|
|
599
|
+
const ContrastInstUIIcon = exports.ContrastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Contrast);
|
|
600
|
+
const CookieInstUIIcon = exports.CookieInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cookie);
|
|
601
|
+
const CookingPotInstUIIcon = exports.CookingPotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CookingPot);
|
|
602
|
+
const CopyInstUIIcon = exports.CopyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Copy);
|
|
603
|
+
const CopyCheckInstUIIcon = exports.CopyCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyCheck);
|
|
604
|
+
const CopyMinusInstUIIcon = exports.CopyMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyMinus);
|
|
605
|
+
const CopyPlusInstUIIcon = exports.CopyPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyPlus);
|
|
606
|
+
const CopySlashInstUIIcon = exports.CopySlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopySlash);
|
|
607
|
+
const CopyXInstUIIcon = exports.CopyXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyX);
|
|
608
|
+
const CopyleftInstUIIcon = exports.CopyleftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Copyleft);
|
|
609
|
+
const CopyrightInstUIIcon = exports.CopyrightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Copyright);
|
|
610
|
+
const CornerDownLeftInstUIIcon = exports.CornerDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerDownLeft);
|
|
611
|
+
const CornerDownRightInstUIIcon = exports.CornerDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerDownRight);
|
|
612
|
+
const CornerLeftDownInstUIIcon = exports.CornerLeftDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerLeftDown);
|
|
613
|
+
const CornerLeftUpInstUIIcon = exports.CornerLeftUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerLeftUp);
|
|
614
|
+
const CornerRightDownInstUIIcon = exports.CornerRightDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerRightDown);
|
|
615
|
+
const CornerRightUpInstUIIcon = exports.CornerRightUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerRightUp);
|
|
616
|
+
const CornerUpLeftInstUIIcon = exports.CornerUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerUpLeft);
|
|
617
|
+
const CornerUpRightInstUIIcon = exports.CornerUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerUpRight);
|
|
618
|
+
const CpuInstUIIcon = exports.CpuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cpu);
|
|
619
|
+
const CreativeCommonsInstUIIcon = exports.CreativeCommonsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CreativeCommons);
|
|
620
|
+
const CreditCardInstUIIcon = exports.CreditCardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CreditCard);
|
|
621
|
+
const CroissantInstUIIcon = exports.CroissantInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Croissant);
|
|
622
|
+
const CropInstUIIcon = exports.CropInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Crop);
|
|
623
|
+
const CrossInstUIIcon = exports.CrossInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cross);
|
|
624
|
+
const CrosshairInstUIIcon = exports.CrosshairInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Crosshair);
|
|
625
|
+
const CrownInstUIIcon = exports.CrownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Crown);
|
|
626
|
+
const CuboidInstUIIcon = exports.CuboidInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cuboid);
|
|
627
|
+
const CupSodaInstUIIcon = exports.CupSodaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CupSoda);
|
|
628
|
+
const CurlyBracesInstUIIcon = exports.CurlyBracesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CurlyBraces);
|
|
629
|
+
const CurrencyInstUIIcon = exports.CurrencyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Currency);
|
|
630
|
+
const CylinderInstUIIcon = exports.CylinderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cylinder);
|
|
631
|
+
const DamInstUIIcon = exports.DamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dam);
|
|
632
|
+
const DatabaseInstUIIcon = exports.DatabaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Database);
|
|
633
|
+
const DatabaseBackupInstUIIcon = exports.DatabaseBackupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DatabaseBackup);
|
|
634
|
+
const DatabaseZapInstUIIcon = exports.DatabaseZapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DatabaseZap);
|
|
635
|
+
const DecimalsArrowLeftInstUIIcon = exports.DecimalsArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DecimalsArrowLeft);
|
|
636
|
+
const DecimalsArrowRightInstUIIcon = exports.DecimalsArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DecimalsArrowRight);
|
|
637
|
+
const DeleteInstUIIcon = exports.DeleteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Delete);
|
|
638
|
+
const DessertInstUIIcon = exports.DessertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dessert);
|
|
639
|
+
const DiameterInstUIIcon = exports.DiameterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Diameter);
|
|
640
|
+
const DiamondInstUIIcon = exports.DiamondInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Diamond);
|
|
641
|
+
const DiamondMinusInstUIIcon = exports.DiamondMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiamondMinus);
|
|
642
|
+
const DiamondPercentInstUIIcon = exports.DiamondPercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiamondPercent);
|
|
643
|
+
const DiamondPlusInstUIIcon = exports.DiamondPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiamondPlus);
|
|
644
|
+
const Dice1InstUIIcon = exports.Dice1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice1);
|
|
645
|
+
const Dice2InstUIIcon = exports.Dice2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice2);
|
|
646
|
+
const Dice3InstUIIcon = exports.Dice3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice3);
|
|
647
|
+
const Dice4InstUIIcon = exports.Dice4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice4);
|
|
648
|
+
const Dice5InstUIIcon = exports.Dice5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice5);
|
|
649
|
+
const Dice6InstUIIcon = exports.Dice6InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice6);
|
|
650
|
+
const DicesInstUIIcon = exports.DicesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dices);
|
|
651
|
+
const DiffInstUIIcon = exports.DiffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Diff);
|
|
652
|
+
const DiscInstUIIcon = exports.DiscInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Disc);
|
|
653
|
+
const Disc2InstUIIcon = exports.Disc2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Disc2);
|
|
654
|
+
const Disc3InstUIIcon = exports.Disc3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Disc3);
|
|
655
|
+
const DiscAlbumInstUIIcon = exports.DiscAlbumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiscAlbum);
|
|
656
|
+
const DivideInstUIIcon = exports.DivideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Divide);
|
|
657
|
+
const DivideCircleInstUIIcon = exports.DivideCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DivideCircle);
|
|
658
|
+
const DivideSquareInstUIIcon = exports.DivideSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DivideSquare);
|
|
659
|
+
const DnaInstUIIcon = exports.DnaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dna);
|
|
660
|
+
const DnaOffInstUIIcon = exports.DnaOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DnaOff);
|
|
661
|
+
const DockInstUIIcon = exports.DockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dock);
|
|
662
|
+
const DogInstUIIcon = exports.DogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dog);
|
|
663
|
+
const DollarSignInstUIIcon = exports.DollarSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DollarSign);
|
|
664
|
+
const DonutInstUIIcon = exports.DonutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Donut);
|
|
665
|
+
const DoorClosedInstUIIcon = exports.DoorClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DoorClosed);
|
|
666
|
+
const DoorClosedLockedInstUIIcon = exports.DoorClosedLockedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DoorClosedLocked);
|
|
667
|
+
const DoorOpenInstUIIcon = exports.DoorOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DoorOpen);
|
|
668
|
+
const DotInstUIIcon = exports.DotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dot);
|
|
669
|
+
const DotSquareInstUIIcon = exports.DotSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DotSquare);
|
|
670
|
+
const DownloadInstUIIcon = exports.DownloadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Download);
|
|
671
|
+
const DownloadCloudInstUIIcon = exports.DownloadCloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DownloadCloud);
|
|
672
|
+
const DraftingCompassInstUIIcon = exports.DraftingCompassInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DraftingCompass);
|
|
673
|
+
const DramaInstUIIcon = exports.DramaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drama);
|
|
674
|
+
const DribbbleInstUIIcon = exports.DribbbleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dribbble);
|
|
675
|
+
const DrillInstUIIcon = exports.DrillInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drill);
|
|
676
|
+
const DroneInstUIIcon = exports.DroneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drone);
|
|
677
|
+
const DropletInstUIIcon = exports.DropletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Droplet);
|
|
678
|
+
const DropletOffInstUIIcon = exports.DropletOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DropletOff);
|
|
679
|
+
const DropletsInstUIIcon = exports.DropletsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Droplets);
|
|
680
|
+
const DrumInstUIIcon = exports.DrumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drum);
|
|
681
|
+
const DrumstickInstUIIcon = exports.DrumstickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drumstick);
|
|
682
|
+
const DumbbellInstUIIcon = exports.DumbbellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dumbbell);
|
|
683
|
+
const EarInstUIIcon = exports.EarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ear);
|
|
684
|
+
const EarOffInstUIIcon = exports.EarOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EarOff);
|
|
685
|
+
const EarthInstUIIcon = exports.EarthInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Earth);
|
|
686
|
+
const EarthLockInstUIIcon = exports.EarthLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EarthLock);
|
|
687
|
+
const EclipseInstUIIcon = exports.EclipseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Eclipse);
|
|
688
|
+
const EditInstUIIcon = exports.EditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Edit);
|
|
689
|
+
const Edit2InstUIIcon = exports.Edit2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Edit2);
|
|
690
|
+
const Edit3InstUIIcon = exports.Edit3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Edit3);
|
|
691
|
+
const EggInstUIIcon = exports.EggInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Egg);
|
|
692
|
+
const EggFriedInstUIIcon = exports.EggFriedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EggFried);
|
|
693
|
+
const EggOffInstUIIcon = exports.EggOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EggOff);
|
|
694
|
+
const EllipsisInstUIIcon = exports.EllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ellipsis);
|
|
695
|
+
const EllipsisVerticalInstUIIcon = exports.EllipsisVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EllipsisVertical);
|
|
696
|
+
const EqualInstUIIcon = exports.EqualInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Equal);
|
|
697
|
+
const EqualApproximatelyInstUIIcon = exports.EqualApproximatelyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EqualApproximately);
|
|
698
|
+
const EqualNotInstUIIcon = exports.EqualNotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EqualNot);
|
|
699
|
+
const EqualSquareInstUIIcon = exports.EqualSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EqualSquare);
|
|
700
|
+
const EraserInstUIIcon = exports.EraserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Eraser);
|
|
701
|
+
const EthernetPortInstUIIcon = exports.EthernetPortInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EthernetPort);
|
|
702
|
+
const EuroInstUIIcon = exports.EuroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Euro);
|
|
703
|
+
const EvChargerInstUIIcon = exports.EvChargerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EvCharger);
|
|
704
|
+
const ExpandInstUIIcon = exports.ExpandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Expand);
|
|
705
|
+
const ExternalLinkInstUIIcon = exports.ExternalLinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ExternalLink);
|
|
706
|
+
const EyeInstUIIcon = exports.EyeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Eye);
|
|
707
|
+
const EyeClosedInstUIIcon = exports.EyeClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EyeClosed);
|
|
708
|
+
const EyeOffInstUIIcon = exports.EyeOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EyeOff);
|
|
709
|
+
const FacebookInstUIIcon = exports.FacebookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Facebook);
|
|
710
|
+
const FactoryInstUIIcon = exports.FactoryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Factory);
|
|
711
|
+
const FanInstUIIcon = exports.FanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fan);
|
|
712
|
+
const FastForwardInstUIIcon = exports.FastForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FastForward);
|
|
713
|
+
const FeatherInstUIIcon = exports.FeatherInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Feather);
|
|
714
|
+
const FenceInstUIIcon = exports.FenceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fence);
|
|
715
|
+
const FerrisWheelInstUIIcon = exports.FerrisWheelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FerrisWheel);
|
|
716
|
+
const FigmaInstUIIcon = exports.FigmaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Figma);
|
|
717
|
+
const FileInstUIIcon = exports.FileInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.File);
|
|
718
|
+
const FileArchiveInstUIIcon = exports.FileArchiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileArchive);
|
|
719
|
+
const FileAudioInstUIIcon = exports.FileAudioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAudio);
|
|
720
|
+
const FileAudio2InstUIIcon = exports.FileAudio2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAudio2);
|
|
721
|
+
const FileAxis3DInstUIIcon = exports.FileAxis3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAxis3D);
|
|
722
|
+
const FileAxis3dInstUIIcon = exports.FileAxis3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAxis3d);
|
|
723
|
+
const FileBadgeInstUIIcon = exports.FileBadgeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBadge);
|
|
724
|
+
const FileBadge2InstUIIcon = exports.FileBadge2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBadge2);
|
|
725
|
+
const FileBarChartInstUIIcon = exports.FileBarChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBarChart);
|
|
726
|
+
const FileBarChart2InstUIIcon = exports.FileBarChart2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBarChart2);
|
|
727
|
+
const FileBoxInstUIIcon = exports.FileBoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBox);
|
|
728
|
+
const FileBracesInstUIIcon = exports.FileBracesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBraces);
|
|
729
|
+
const FileBracesCornerInstUIIcon = exports.FileBracesCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBracesCorner);
|
|
730
|
+
const FileChartColumnInstUIIcon = exports.FileChartColumnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartColumn);
|
|
731
|
+
const FileChartColumnIncreasingInstUIIcon = exports.FileChartColumnIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartColumnIncreasing);
|
|
732
|
+
const FileChartLineInstUIIcon = exports.FileChartLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartLine);
|
|
733
|
+
const FileChartPieInstUIIcon = exports.FileChartPieInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartPie);
|
|
734
|
+
const FileCheckInstUIIcon = exports.FileCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCheck);
|
|
735
|
+
const FileCheck2InstUIIcon = exports.FileCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCheck2);
|
|
736
|
+
const FileCheckCornerInstUIIcon = exports.FileCheckCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCheckCorner);
|
|
737
|
+
const FileClockInstUIIcon = exports.FileClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileClock);
|
|
738
|
+
const FileCodeInstUIIcon = exports.FileCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCode);
|
|
739
|
+
const FileCode2InstUIIcon = exports.FileCode2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCode2);
|
|
740
|
+
const FileCodeCornerInstUIIcon = exports.FileCodeCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCodeCorner);
|
|
741
|
+
const FileCogInstUIIcon = exports.FileCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCog);
|
|
742
|
+
const FileCog2InstUIIcon = exports.FileCog2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCog2);
|
|
743
|
+
const FileDiffInstUIIcon = exports.FileDiffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileDiff);
|
|
744
|
+
const FileDigitInstUIIcon = exports.FileDigitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileDigit);
|
|
745
|
+
const FileDownInstUIIcon = exports.FileDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileDown);
|
|
746
|
+
const FileEditInstUIIcon = exports.FileEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileEdit);
|
|
747
|
+
const FileExclamationPointInstUIIcon = exports.FileExclamationPointInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileExclamationPoint);
|
|
748
|
+
const FileHeadphoneInstUIIcon = exports.FileHeadphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileHeadphone);
|
|
749
|
+
const FileHeartInstUIIcon = exports.FileHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileHeart);
|
|
750
|
+
const FileImageInstUIIcon = exports.FileImageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileImage);
|
|
751
|
+
const FileInputInstUIIcon = exports.FileInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileInput);
|
|
752
|
+
const FileJsonInstUIIcon = exports.FileJsonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileJson);
|
|
753
|
+
const FileJson2InstUIIcon = exports.FileJson2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileJson2);
|
|
754
|
+
const FileKeyInstUIIcon = exports.FileKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileKey);
|
|
755
|
+
const FileKey2InstUIIcon = exports.FileKey2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileKey2);
|
|
756
|
+
const FileLineChartInstUIIcon = exports.FileLineChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileLineChart);
|
|
757
|
+
const FileLockInstUIIcon = exports.FileLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileLock);
|
|
758
|
+
const FileLock2InstUIIcon = exports.FileLock2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileLock2);
|
|
759
|
+
const FileMinusInstUIIcon = exports.FileMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMinus);
|
|
760
|
+
const FileMinus2InstUIIcon = exports.FileMinus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMinus2);
|
|
761
|
+
const FileMinusCornerInstUIIcon = exports.FileMinusCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMinusCorner);
|
|
762
|
+
const FileMusicInstUIIcon = exports.FileMusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMusic);
|
|
763
|
+
const FileOutputInstUIIcon = exports.FileOutputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileOutput);
|
|
764
|
+
const FilePenInstUIIcon = exports.FilePenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePen);
|
|
765
|
+
const FilePenLineInstUIIcon = exports.FilePenLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePenLine);
|
|
766
|
+
const FilePieChartInstUIIcon = exports.FilePieChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePieChart);
|
|
767
|
+
const FilePlayInstUIIcon = exports.FilePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlay);
|
|
768
|
+
const FilePlusInstUIIcon = exports.FilePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlus);
|
|
769
|
+
const FilePlus2InstUIIcon = exports.FilePlus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlus2);
|
|
770
|
+
const FilePlusCornerInstUIIcon = exports.FilePlusCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlusCorner);
|
|
771
|
+
const FileQuestionInstUIIcon = exports.FileQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileQuestion);
|
|
772
|
+
const FileQuestionMarkInstUIIcon = exports.FileQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileQuestionMark);
|
|
773
|
+
const FileScanInstUIIcon = exports.FileScanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileScan);
|
|
774
|
+
const FileSearchInstUIIcon = exports.FileSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSearch);
|
|
775
|
+
const FileSearch2InstUIIcon = exports.FileSearch2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSearch2);
|
|
776
|
+
const FileSearchCornerInstUIIcon = exports.FileSearchCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSearchCorner);
|
|
777
|
+
const FileSignalInstUIIcon = exports.FileSignalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSignal);
|
|
778
|
+
const FileSignatureInstUIIcon = exports.FileSignatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSignature);
|
|
779
|
+
const FileSlidersInstUIIcon = exports.FileSlidersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSliders);
|
|
780
|
+
const FileSpreadsheetInstUIIcon = exports.FileSpreadsheetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSpreadsheet);
|
|
781
|
+
const FileStackInstUIIcon = exports.FileStackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileStack);
|
|
782
|
+
const FileSymlinkInstUIIcon = exports.FileSymlinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSymlink);
|
|
783
|
+
const FileTerminalInstUIIcon = exports.FileTerminalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileTerminal);
|
|
784
|
+
const FileTextInstUIIcon = exports.FileTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileText);
|
|
785
|
+
const FileTypeInstUIIcon = exports.FileTypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileType);
|
|
786
|
+
const FileType2InstUIIcon = exports.FileType2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileType2);
|
|
787
|
+
const FileTypeCornerInstUIIcon = exports.FileTypeCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileTypeCorner);
|
|
788
|
+
const FileUpInstUIIcon = exports.FileUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileUp);
|
|
789
|
+
const FileUserInstUIIcon = exports.FileUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileUser);
|
|
790
|
+
const FileVideoInstUIIcon = exports.FileVideoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVideo);
|
|
791
|
+
const FileVideo2InstUIIcon = exports.FileVideo2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVideo2);
|
|
792
|
+
const FileVideoCameraInstUIIcon = exports.FileVideoCameraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVideoCamera);
|
|
793
|
+
const FileVolumeInstUIIcon = exports.FileVolumeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVolume);
|
|
794
|
+
const FileVolume2InstUIIcon = exports.FileVolume2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVolume2);
|
|
795
|
+
const FileWarningInstUIIcon = exports.FileWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileWarning);
|
|
796
|
+
const FileXInstUIIcon = exports.FileXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileX);
|
|
797
|
+
const FileX2InstUIIcon = exports.FileX2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileX2);
|
|
798
|
+
const FileXCornerInstUIIcon = exports.FileXCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileXCorner);
|
|
799
|
+
const FilesInstUIIcon = exports.FilesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Files);
|
|
800
|
+
const FilmInstUIIcon = exports.FilmInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Film);
|
|
801
|
+
const FilterInstUIIcon = exports.FilterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Filter);
|
|
802
|
+
const FilterXInstUIIcon = exports.FilterXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilterX);
|
|
803
|
+
const FingerprintInstUIIcon = exports.FingerprintInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fingerprint);
|
|
804
|
+
const FingerprintPatternInstUIIcon = exports.FingerprintPatternInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FingerprintPattern);
|
|
805
|
+
const FireExtinguisherInstUIIcon = exports.FireExtinguisherInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FireExtinguisher);
|
|
806
|
+
const FishInstUIIcon = exports.FishInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fish);
|
|
807
|
+
const FishOffInstUIIcon = exports.FishOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FishOff);
|
|
808
|
+
const FishSymbolInstUIIcon = exports.FishSymbolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FishSymbol);
|
|
809
|
+
const FishingHookInstUIIcon = exports.FishingHookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FishingHook);
|
|
810
|
+
const FlagInstUIIcon = exports.FlagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flag);
|
|
811
|
+
const FlagOffInstUIIcon = exports.FlagOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlagOff);
|
|
812
|
+
const FlagTriangleLeftInstUIIcon = exports.FlagTriangleLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlagTriangleLeft);
|
|
813
|
+
const FlagTriangleRightInstUIIcon = exports.FlagTriangleRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlagTriangleRight);
|
|
814
|
+
const FlameInstUIIcon = exports.FlameInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flame);
|
|
815
|
+
const FlameKindlingInstUIIcon = exports.FlameKindlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlameKindling);
|
|
816
|
+
const FlashlightInstUIIcon = exports.FlashlightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flashlight);
|
|
817
|
+
const FlashlightOffInstUIIcon = exports.FlashlightOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlashlightOff);
|
|
818
|
+
const FlaskConicalInstUIIcon = exports.FlaskConicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlaskConical);
|
|
819
|
+
const FlaskConicalOffInstUIIcon = exports.FlaskConicalOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlaskConicalOff);
|
|
820
|
+
const FlaskRoundInstUIIcon = exports.FlaskRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlaskRound);
|
|
821
|
+
const FlipHorizontalInstUIIcon = exports.FlipHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipHorizontal);
|
|
822
|
+
const FlipHorizontal2InstUIIcon = exports.FlipHorizontal2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipHorizontal2);
|
|
823
|
+
const FlipVerticalInstUIIcon = exports.FlipVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipVertical);
|
|
824
|
+
const FlipVertical2InstUIIcon = exports.FlipVertical2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipVertical2);
|
|
825
|
+
const FlowerInstUIIcon = exports.FlowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flower);
|
|
826
|
+
const Flower2InstUIIcon = exports.Flower2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flower2);
|
|
827
|
+
const FocusInstUIIcon = exports.FocusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Focus);
|
|
828
|
+
const FoldHorizontalInstUIIcon = exports.FoldHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FoldHorizontal);
|
|
829
|
+
const FoldVerticalInstUIIcon = exports.FoldVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FoldVertical);
|
|
830
|
+
const FolderInstUIIcon = exports.FolderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Folder);
|
|
831
|
+
const FolderArchiveInstUIIcon = exports.FolderArchiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderArchive);
|
|
832
|
+
const FolderCheckInstUIIcon = exports.FolderCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCheck);
|
|
833
|
+
const FolderClockInstUIIcon = exports.FolderClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderClock);
|
|
834
|
+
const FolderClosedInstUIIcon = exports.FolderClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderClosed);
|
|
835
|
+
const FolderCodeInstUIIcon = exports.FolderCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCode);
|
|
836
|
+
const FolderCogInstUIIcon = exports.FolderCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCog);
|
|
837
|
+
const FolderCog2InstUIIcon = exports.FolderCog2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCog2);
|
|
838
|
+
const FolderDotInstUIIcon = exports.FolderDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderDot);
|
|
839
|
+
const FolderDownInstUIIcon = exports.FolderDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderDown);
|
|
840
|
+
const FolderEditInstUIIcon = exports.FolderEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderEdit);
|
|
841
|
+
const FolderGitInstUIIcon = exports.FolderGitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderGit);
|
|
842
|
+
const FolderGit2InstUIIcon = exports.FolderGit2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderGit2);
|
|
843
|
+
const FolderHeartInstUIIcon = exports.FolderHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderHeart);
|
|
844
|
+
const FolderInputInstUIIcon = exports.FolderInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderInput);
|
|
845
|
+
const FolderKanbanInstUIIcon = exports.FolderKanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderKanban);
|
|
846
|
+
const FolderKeyInstUIIcon = exports.FolderKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderKey);
|
|
847
|
+
const FolderLockInstUIIcon = exports.FolderLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderLock);
|
|
848
|
+
const FolderMinusInstUIIcon = exports.FolderMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderMinus);
|
|
849
|
+
const FolderOpenInstUIIcon = exports.FolderOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderOpen);
|
|
850
|
+
const FolderOpenDotInstUIIcon = exports.FolderOpenDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderOpenDot);
|
|
851
|
+
const FolderOutputInstUIIcon = exports.FolderOutputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderOutput);
|
|
852
|
+
const FolderPenInstUIIcon = exports.FolderPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderPen);
|
|
853
|
+
const FolderPlusInstUIIcon = exports.FolderPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderPlus);
|
|
854
|
+
const FolderRootInstUIIcon = exports.FolderRootInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderRoot);
|
|
855
|
+
const FolderSearchInstUIIcon = exports.FolderSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSearch);
|
|
856
|
+
const FolderSearch2InstUIIcon = exports.FolderSearch2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSearch2);
|
|
857
|
+
const FolderSymlinkInstUIIcon = exports.FolderSymlinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSymlink);
|
|
858
|
+
const FolderSyncInstUIIcon = exports.FolderSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSync);
|
|
859
|
+
const FolderTreeInstUIIcon = exports.FolderTreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderTree);
|
|
860
|
+
const FolderUpInstUIIcon = exports.FolderUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderUp);
|
|
861
|
+
const FolderXInstUIIcon = exports.FolderXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderX);
|
|
862
|
+
const FoldersInstUIIcon = exports.FoldersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Folders);
|
|
863
|
+
const FootprintsInstUIIcon = exports.FootprintsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Footprints);
|
|
864
|
+
const ForkKnifeInstUIIcon = exports.ForkKnifeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ForkKnife);
|
|
865
|
+
const ForkKnifeCrossedInstUIIcon = exports.ForkKnifeCrossedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ForkKnifeCrossed);
|
|
866
|
+
const ForkliftInstUIIcon = exports.ForkliftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Forklift);
|
|
867
|
+
const FormInstUIIcon = exports.FormInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Form);
|
|
868
|
+
const FormInputInstUIIcon = exports.FormInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FormInput);
|
|
869
|
+
const ForwardInstUIIcon = exports.ForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Forward);
|
|
870
|
+
const FrameInstUIIcon = exports.FrameInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Frame);
|
|
871
|
+
const FramerInstUIIcon = exports.FramerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Framer);
|
|
872
|
+
const FrownInstUIIcon = exports.FrownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Frown);
|
|
873
|
+
const FuelInstUIIcon = exports.FuelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fuel);
|
|
874
|
+
const FullscreenInstUIIcon = exports.FullscreenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fullscreen);
|
|
875
|
+
const FunctionSquareInstUIIcon = exports.FunctionSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FunctionSquare);
|
|
876
|
+
const FunnelInstUIIcon = exports.FunnelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Funnel);
|
|
877
|
+
const FunnelPlusInstUIIcon = exports.FunnelPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FunnelPlus);
|
|
878
|
+
const FunnelXInstUIIcon = exports.FunnelXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FunnelX);
|
|
879
|
+
const GalleryHorizontalInstUIIcon = exports.GalleryHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryHorizontal);
|
|
880
|
+
const GalleryHorizontalEndInstUIIcon = exports.GalleryHorizontalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryHorizontalEnd);
|
|
881
|
+
const GalleryThumbnailsInstUIIcon = exports.GalleryThumbnailsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryThumbnails);
|
|
882
|
+
const GalleryVerticalInstUIIcon = exports.GalleryVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryVertical);
|
|
883
|
+
const GalleryVerticalEndInstUIIcon = exports.GalleryVerticalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryVerticalEnd);
|
|
884
|
+
const GamepadInstUIIcon = exports.GamepadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gamepad);
|
|
885
|
+
const Gamepad2InstUIIcon = exports.Gamepad2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gamepad2);
|
|
886
|
+
const GamepadDirectionalInstUIIcon = exports.GamepadDirectionalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GamepadDirectional);
|
|
887
|
+
const GanttChartInstUIIcon = exports.GanttChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GanttChart);
|
|
888
|
+
const GanttChartSquareInstUIIcon = exports.GanttChartSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GanttChartSquare);
|
|
889
|
+
const GaugeInstUIIcon = exports.GaugeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gauge);
|
|
890
|
+
const GaugeCircleInstUIIcon = exports.GaugeCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GaugeCircle);
|
|
891
|
+
const GavelInstUIIcon = exports.GavelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gavel);
|
|
892
|
+
const GemInstUIIcon = exports.GemInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gem);
|
|
893
|
+
const GeorgianLariInstUIIcon = exports.GeorgianLariInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GeorgianLari);
|
|
894
|
+
const GhostInstUIIcon = exports.GhostInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ghost);
|
|
895
|
+
const GiftInstUIIcon = exports.GiftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gift);
|
|
896
|
+
const GitBranchInstUIIcon = exports.GitBranchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitBranch);
|
|
897
|
+
const GitBranchMinusInstUIIcon = exports.GitBranchMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitBranchMinus);
|
|
898
|
+
const GitBranchPlusInstUIIcon = exports.GitBranchPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitBranchPlus);
|
|
899
|
+
const GitCommitInstUIIcon = exports.GitCommitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCommit);
|
|
900
|
+
const GitCommitHorizontalInstUIIcon = exports.GitCommitHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCommitHorizontal);
|
|
901
|
+
const GitCommitVerticalInstUIIcon = exports.GitCommitVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCommitVertical);
|
|
902
|
+
const GitCompareInstUIIcon = exports.GitCompareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCompare);
|
|
903
|
+
const GitCompareArrowsInstUIIcon = exports.GitCompareArrowsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCompareArrows);
|
|
904
|
+
const GitForkInstUIIcon = exports.GitForkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitFork);
|
|
905
|
+
const GitGraphInstUIIcon = exports.GitGraphInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitGraph);
|
|
906
|
+
const GitMergeInstUIIcon = exports.GitMergeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitMerge);
|
|
907
|
+
const GitPullRequestInstUIIcon = exports.GitPullRequestInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequest);
|
|
908
|
+
const GitPullRequestArrowInstUIIcon = exports.GitPullRequestArrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestArrow);
|
|
909
|
+
const GitPullRequestClosedInstUIIcon = exports.GitPullRequestClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestClosed);
|
|
910
|
+
const GitPullRequestCreateInstUIIcon = exports.GitPullRequestCreateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestCreate);
|
|
911
|
+
const GitPullRequestCreateArrowInstUIIcon = exports.GitPullRequestCreateArrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestCreateArrow);
|
|
912
|
+
const GitPullRequestDraftInstUIIcon = exports.GitPullRequestDraftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestDraft);
|
|
913
|
+
const GithubInstUIIcon = exports.GithubInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Github);
|
|
914
|
+
const GitlabInstUIIcon = exports.GitlabInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gitlab);
|
|
915
|
+
const GlassWaterInstUIIcon = exports.GlassWaterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GlassWater);
|
|
916
|
+
const GlassesInstUIIcon = exports.GlassesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Glasses);
|
|
917
|
+
const GlobeInstUIIcon = exports.GlobeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Globe);
|
|
918
|
+
const Globe2InstUIIcon = exports.Globe2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Globe2);
|
|
919
|
+
const GlobeLockInstUIIcon = exports.GlobeLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GlobeLock);
|
|
920
|
+
const GoalInstUIIcon = exports.GoalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Goal);
|
|
921
|
+
const GpuInstUIIcon = exports.GpuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gpu);
|
|
922
|
+
const GrabInstUIIcon = exports.GrabInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grab);
|
|
923
|
+
const GraduationCapInstUIIcon = exports.GraduationCapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GraduationCap);
|
|
924
|
+
const GrapeInstUIIcon = exports.GrapeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grape);
|
|
925
|
+
const GridInstUIIcon = exports.GridInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid);
|
|
926
|
+
const Grid2X2InstUIIcon = exports.Grid2X2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2);
|
|
927
|
+
const Grid2X2CheckInstUIIcon = exports.Grid2X2CheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2Check);
|
|
928
|
+
const Grid2X2PlusInstUIIcon = exports.Grid2X2PlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2Plus);
|
|
929
|
+
const Grid2X2XInstUIIcon = exports.Grid2X2XInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2X);
|
|
930
|
+
const Grid2x2InstUIIcon = exports.Grid2x2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2);
|
|
931
|
+
const Grid2x2CheckInstUIIcon = exports.Grid2x2CheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2Check);
|
|
932
|
+
const Grid2x2PlusInstUIIcon = exports.Grid2x2PlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2Plus);
|
|
933
|
+
const Grid2x2XInstUIIcon = exports.Grid2x2XInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2X);
|
|
934
|
+
const Grid3X3InstUIIcon = exports.Grid3X3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid3X3);
|
|
935
|
+
const Grid3x2InstUIIcon = exports.Grid3x2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid3x2);
|
|
936
|
+
const Grid3x3InstUIIcon = exports.Grid3x3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid3x3);
|
|
937
|
+
const GripInstUIIcon = exports.GripInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grip);
|
|
938
|
+
const GripHorizontalInstUIIcon = exports.GripHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GripHorizontal);
|
|
939
|
+
const GripVerticalInstUIIcon = exports.GripVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GripVertical);
|
|
940
|
+
const GroupInstUIIcon = exports.GroupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Group);
|
|
941
|
+
const GuitarInstUIIcon = exports.GuitarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Guitar);
|
|
942
|
+
const HamInstUIIcon = exports.HamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ham);
|
|
943
|
+
const HamburgerInstUIIcon = exports.HamburgerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hamburger);
|
|
944
|
+
const HammerInstUIIcon = exports.HammerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hammer);
|
|
945
|
+
const HandInstUIIcon = exports.HandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hand);
|
|
946
|
+
const HandCoinsInstUIIcon = exports.HandCoinsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandCoins);
|
|
947
|
+
const HandFistInstUIIcon = exports.HandFistInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandFist);
|
|
948
|
+
const HandGrabInstUIIcon = exports.HandGrabInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandGrab);
|
|
949
|
+
const HandHeartInstUIIcon = exports.HandHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandHeart);
|
|
950
|
+
const HandHelpingInstUIIcon = exports.HandHelpingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandHelping);
|
|
951
|
+
const HandMetalInstUIIcon = exports.HandMetalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandMetal);
|
|
952
|
+
const HandPlatterInstUIIcon = exports.HandPlatterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandPlatter);
|
|
953
|
+
const HandbagInstUIIcon = exports.HandbagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Handbag);
|
|
954
|
+
const HandshakeInstUIIcon = exports.HandshakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Handshake);
|
|
955
|
+
const HardDriveInstUIIcon = exports.HardDriveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardDrive);
|
|
956
|
+
const HardDriveDownloadInstUIIcon = exports.HardDriveDownloadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardDriveDownload);
|
|
957
|
+
const HardDriveUploadInstUIIcon = exports.HardDriveUploadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardDriveUpload);
|
|
958
|
+
const HardHatInstUIIcon = exports.HardHatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardHat);
|
|
959
|
+
const HashInstUIIcon = exports.HashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hash);
|
|
960
|
+
const HatGlassesInstUIIcon = exports.HatGlassesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HatGlasses);
|
|
961
|
+
const HazeInstUIIcon = exports.HazeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Haze);
|
|
962
|
+
const HdInstUIIcon = exports.HdInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hd);
|
|
963
|
+
const HdmiPortInstUIIcon = exports.HdmiPortInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HdmiPort);
|
|
964
|
+
const HeadingInstUIIcon = exports.HeadingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading);
|
|
965
|
+
const Heading1InstUIIcon = exports.Heading1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading1);
|
|
966
|
+
const Heading2InstUIIcon = exports.Heading2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading2);
|
|
967
|
+
const Heading3InstUIIcon = exports.Heading3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading3);
|
|
968
|
+
const Heading4InstUIIcon = exports.Heading4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading4);
|
|
969
|
+
const Heading5InstUIIcon = exports.Heading5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading5);
|
|
970
|
+
const Heading6InstUIIcon = exports.Heading6InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading6);
|
|
971
|
+
const HeadphoneOffInstUIIcon = exports.HeadphoneOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeadphoneOff);
|
|
972
|
+
const HeadphonesInstUIIcon = exports.HeadphonesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Headphones);
|
|
973
|
+
const HeadsetInstUIIcon = exports.HeadsetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Headset);
|
|
974
|
+
const HeartInstUIIcon = exports.HeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heart);
|
|
975
|
+
const HeartCrackInstUIIcon = exports.HeartCrackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartCrack);
|
|
976
|
+
const HeartHandshakeInstUIIcon = exports.HeartHandshakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartHandshake);
|
|
977
|
+
const HeartMinusInstUIIcon = exports.HeartMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartMinus);
|
|
978
|
+
const HeartOffInstUIIcon = exports.HeartOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartOff);
|
|
979
|
+
const HeartPlusInstUIIcon = exports.HeartPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartPlus);
|
|
980
|
+
const HeartPulseInstUIIcon = exports.HeartPulseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartPulse);
|
|
981
|
+
const HeaterInstUIIcon = exports.HeaterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heater);
|
|
982
|
+
const HelicopterInstUIIcon = exports.HelicopterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Helicopter);
|
|
983
|
+
const HelpCircleInstUIIcon = exports.HelpCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HelpCircle);
|
|
984
|
+
const HelpingHandInstUIIcon = exports.HelpingHandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HelpingHand);
|
|
985
|
+
const HexagonInstUIIcon = exports.HexagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hexagon);
|
|
986
|
+
const HighlighterInstUIIcon = exports.HighlighterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Highlighter);
|
|
987
|
+
const HistoryInstUIIcon = exports.HistoryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.History);
|
|
988
|
+
const HomeInstUIIcon = exports.HomeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Home);
|
|
989
|
+
const HopInstUIIcon = exports.HopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hop);
|
|
990
|
+
const HopOffInstUIIcon = exports.HopOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HopOff);
|
|
991
|
+
const HospitalInstUIIcon = exports.HospitalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hospital);
|
|
992
|
+
const HotelInstUIIcon = exports.HotelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hotel);
|
|
993
|
+
const HourglassInstUIIcon = exports.HourglassInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hourglass);
|
|
994
|
+
const HouseInstUIIcon = exports.HouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.House);
|
|
995
|
+
const HouseHeartInstUIIcon = exports.HouseHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HouseHeart);
|
|
996
|
+
const HousePlugInstUIIcon = exports.HousePlugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HousePlug);
|
|
997
|
+
const HousePlusInstUIIcon = exports.HousePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HousePlus);
|
|
998
|
+
const HouseWifiInstUIIcon = exports.HouseWifiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HouseWifi);
|
|
999
|
+
const IceCreamInstUIIcon = exports.IceCreamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCream);
|
|
1000
|
+
const IceCream2InstUIIcon = exports.IceCream2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCream2);
|
|
1001
|
+
const IceCreamBowlInstUIIcon = exports.IceCreamBowlInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCreamBowl);
|
|
1002
|
+
const IceCreamConeInstUIIcon = exports.IceCreamConeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCreamCone);
|
|
1003
|
+
const IdCardInstUIIcon = exports.IdCardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IdCard);
|
|
1004
|
+
const IdCardLanyardInstUIIcon = exports.IdCardLanyardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IdCardLanyard);
|
|
1005
|
+
const ImageInstUIIcon = exports.ImageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Image);
|
|
1006
|
+
const ImageDownInstUIIcon = exports.ImageDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageDown);
|
|
1007
|
+
const ImageMinusInstUIIcon = exports.ImageMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageMinus);
|
|
1008
|
+
const ImageOffInstUIIcon = exports.ImageOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageOff);
|
|
1009
|
+
const ImagePlayInstUIIcon = exports.ImagePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImagePlay);
|
|
1010
|
+
const ImagePlusInstUIIcon = exports.ImagePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImagePlus);
|
|
1011
|
+
const ImageUpInstUIIcon = exports.ImageUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageUp);
|
|
1012
|
+
const ImageUpscaleInstUIIcon = exports.ImageUpscaleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageUpscale);
|
|
1013
|
+
const ImagesInstUIIcon = exports.ImagesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Images);
|
|
1014
|
+
const ImportInstUIIcon = exports.ImportInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Import);
|
|
1015
|
+
const InboxInstUIIcon = exports.InboxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Inbox);
|
|
1016
|
+
const IndentInstUIIcon = exports.IndentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Indent);
|
|
1017
|
+
const IndentDecreaseInstUIIcon = exports.IndentDecreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IndentDecrease);
|
|
1018
|
+
const IndentIncreaseInstUIIcon = exports.IndentIncreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IndentIncrease);
|
|
1019
|
+
const IndianRupeeInstUIIcon = exports.IndianRupeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IndianRupee);
|
|
1020
|
+
const InfinityInstUIIcon = exports.InfinityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Infinity);
|
|
1021
|
+
const InfoInstUIIcon = exports.InfoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Info);
|
|
1022
|
+
const InspectInstUIIcon = exports.InspectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Inspect);
|
|
1023
|
+
const InspectionPanelInstUIIcon = exports.InspectionPanelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.InspectionPanel);
|
|
1024
|
+
const InstagramInstUIIcon = exports.InstagramInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Instagram);
|
|
1025
|
+
const ItalicInstUIIcon = exports.ItalicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Italic);
|
|
1026
|
+
const IterationCcwInstUIIcon = exports.IterationCcwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IterationCcw);
|
|
1027
|
+
const IterationCwInstUIIcon = exports.IterationCwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IterationCw);
|
|
1028
|
+
const JapaneseYenInstUIIcon = exports.JapaneseYenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.JapaneseYen);
|
|
1029
|
+
const JoystickInstUIIcon = exports.JoystickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Joystick);
|
|
1030
|
+
const KanbanInstUIIcon = exports.KanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Kanban);
|
|
1031
|
+
const KanbanSquareInstUIIcon = exports.KanbanSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KanbanSquare);
|
|
1032
|
+
const KanbanSquareDashedInstUIIcon = exports.KanbanSquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KanbanSquareDashed);
|
|
1033
|
+
const KayakInstUIIcon = exports.KayakInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Kayak);
|
|
1034
|
+
const KeyInstUIIcon = exports.KeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Key);
|
|
1035
|
+
const KeyRoundInstUIIcon = exports.KeyRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeyRound);
|
|
1036
|
+
const KeySquareInstUIIcon = exports.KeySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeySquare);
|
|
1037
|
+
const KeyboardInstUIIcon = exports.KeyboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Keyboard);
|
|
1038
|
+
const KeyboardMusicInstUIIcon = exports.KeyboardMusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeyboardMusic);
|
|
1039
|
+
const KeyboardOffInstUIIcon = exports.KeyboardOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeyboardOff);
|
|
1040
|
+
const LampInstUIIcon = exports.LampInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lamp);
|
|
1041
|
+
const LampCeilingInstUIIcon = exports.LampCeilingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampCeiling);
|
|
1042
|
+
const LampDeskInstUIIcon = exports.LampDeskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampDesk);
|
|
1043
|
+
const LampFloorInstUIIcon = exports.LampFloorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampFloor);
|
|
1044
|
+
const LampWallDownInstUIIcon = exports.LampWallDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampWallDown);
|
|
1045
|
+
const LampWallUpInstUIIcon = exports.LampWallUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampWallUp);
|
|
1046
|
+
const LandPlotInstUIIcon = exports.LandPlotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LandPlot);
|
|
1047
|
+
const LandmarkInstUIIcon = exports.LandmarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Landmark);
|
|
1048
|
+
const LanguagesInstUIIcon = exports.LanguagesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Languages);
|
|
1049
|
+
const LaptopInstUIIcon = exports.LaptopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Laptop);
|
|
1050
|
+
const Laptop2InstUIIcon = exports.Laptop2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Laptop2);
|
|
1051
|
+
const LaptopMinimalInstUIIcon = exports.LaptopMinimalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LaptopMinimal);
|
|
1052
|
+
const LaptopMinimalCheckInstUIIcon = exports.LaptopMinimalCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LaptopMinimalCheck);
|
|
1053
|
+
const LassoInstUIIcon = exports.LassoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lasso);
|
|
1054
|
+
const LassoSelectInstUIIcon = exports.LassoSelectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LassoSelect);
|
|
1055
|
+
const LaughInstUIIcon = exports.LaughInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Laugh);
|
|
1056
|
+
const LayersInstUIIcon = exports.LayersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layers);
|
|
1057
|
+
const Layers2InstUIIcon = exports.Layers2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layers2);
|
|
1058
|
+
const Layers3InstUIIcon = exports.Layers3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layers3);
|
|
1059
|
+
const LayersPlusInstUIIcon = exports.LayersPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayersPlus);
|
|
1060
|
+
const LayoutInstUIIcon = exports.LayoutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layout);
|
|
1061
|
+
const LayoutDashboardInstUIIcon = exports.LayoutDashboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutDashboard);
|
|
1062
|
+
const LayoutGridInstUIIcon = exports.LayoutGridInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutGrid);
|
|
1063
|
+
const LayoutListInstUIIcon = exports.LayoutListInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutList);
|
|
1064
|
+
const LayoutPanelLeftInstUIIcon = exports.LayoutPanelLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutPanelLeft);
|
|
1065
|
+
const LayoutPanelTopInstUIIcon = exports.LayoutPanelTopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutPanelTop);
|
|
1066
|
+
const LayoutTemplateInstUIIcon = exports.LayoutTemplateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutTemplate);
|
|
1067
|
+
const LeafInstUIIcon = exports.LeafInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Leaf);
|
|
1068
|
+
const LeafyGreenInstUIIcon = exports.LeafyGreenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LeafyGreen);
|
|
1069
|
+
const LecternInstUIIcon = exports.LecternInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lectern);
|
|
1070
|
+
const LetterTextInstUIIcon = exports.LetterTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LetterText);
|
|
1071
|
+
const LibraryInstUIIcon = exports.LibraryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Library);
|
|
1072
|
+
const LibraryBigInstUIIcon = exports.LibraryBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LibraryBig);
|
|
1073
|
+
const LibrarySquareInstUIIcon = exports.LibrarySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LibrarySquare);
|
|
1074
|
+
const LifeBuoyInstUIIcon = exports.LifeBuoyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LifeBuoy);
|
|
1075
|
+
const LigatureInstUIIcon = exports.LigatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ligature);
|
|
1076
|
+
const LightbulbInstUIIcon = exports.LightbulbInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lightbulb);
|
|
1077
|
+
const LightbulbOffInstUIIcon = exports.LightbulbOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LightbulbOff);
|
|
1078
|
+
const LineChartInstUIIcon = exports.LineChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LineChart);
|
|
1079
|
+
const LineSquiggleInstUIIcon = exports.LineSquiggleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LineSquiggle);
|
|
1080
|
+
const LinkInstUIIcon = exports.LinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Link);
|
|
1081
|
+
const Link2InstUIIcon = exports.Link2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Link2);
|
|
1082
|
+
const Link2OffInstUIIcon = exports.Link2OffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Link2Off);
|
|
1083
|
+
const LinkedinInstUIIcon = exports.LinkedinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Linkedin);
|
|
1084
|
+
const ListInstUIIcon = exports.ListInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.List);
|
|
1085
|
+
const ListCheckInstUIIcon = exports.ListCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListCheck);
|
|
1086
|
+
const ListChecksInstUIIcon = exports.ListChecksInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListChecks);
|
|
1087
|
+
const ListChevronsDownUpInstUIIcon = exports.ListChevronsDownUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListChevronsDownUp);
|
|
1088
|
+
const ListChevronsUpDownInstUIIcon = exports.ListChevronsUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListChevronsUpDown);
|
|
1089
|
+
const ListCollapseInstUIIcon = exports.ListCollapseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListCollapse);
|
|
1090
|
+
const ListEndInstUIIcon = exports.ListEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListEnd);
|
|
1091
|
+
const ListFilterInstUIIcon = exports.ListFilterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListFilter);
|
|
1092
|
+
const ListFilterPlusInstUIIcon = exports.ListFilterPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListFilterPlus);
|
|
1093
|
+
const ListIndentDecreaseInstUIIcon = exports.ListIndentDecreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListIndentDecrease);
|
|
1094
|
+
const ListIndentIncreaseInstUIIcon = exports.ListIndentIncreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListIndentIncrease);
|
|
1095
|
+
const ListMinusInstUIIcon = exports.ListMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListMinus);
|
|
1096
|
+
const ListMusicInstUIIcon = exports.ListMusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListMusic);
|
|
1097
|
+
const ListOrderedInstUIIcon = exports.ListOrderedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListOrdered);
|
|
1098
|
+
const ListPlusInstUIIcon = exports.ListPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListPlus);
|
|
1099
|
+
const ListRestartInstUIIcon = exports.ListRestartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListRestart);
|
|
1100
|
+
const ListStartInstUIIcon = exports.ListStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListStart);
|
|
1101
|
+
const ListTodoInstUIIcon = exports.ListTodoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListTodo);
|
|
1102
|
+
const ListTreeInstUIIcon = exports.ListTreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListTree);
|
|
1103
|
+
const ListVideoInstUIIcon = exports.ListVideoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListVideo);
|
|
1104
|
+
const ListXInstUIIcon = exports.ListXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListX);
|
|
1105
|
+
const LoaderInstUIIcon = exports.LoaderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Loader);
|
|
1106
|
+
const Loader2InstUIIcon = exports.Loader2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Loader2);
|
|
1107
|
+
const LoaderCircleInstUIIcon = exports.LoaderCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LoaderCircle);
|
|
1108
|
+
const LoaderPinwheelInstUIIcon = exports.LoaderPinwheelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LoaderPinwheel);
|
|
1109
|
+
const LocateInstUIIcon = exports.LocateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Locate);
|
|
1110
|
+
const LocateFixedInstUIIcon = exports.LocateFixedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LocateFixed);
|
|
1111
|
+
const LocateOffInstUIIcon = exports.LocateOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LocateOff);
|
|
1112
|
+
const LocationEditInstUIIcon = exports.LocationEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LocationEdit);
|
|
1113
|
+
const LockInstUIIcon = exports.LockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lock);
|
|
1114
|
+
const LockKeyholeInstUIIcon = exports.LockKeyholeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LockKeyhole);
|
|
1115
|
+
const LockKeyholeOpenInstUIIcon = exports.LockKeyholeOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LockKeyholeOpen);
|
|
1116
|
+
const LockOpenInstUIIcon = exports.LockOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LockOpen);
|
|
1117
|
+
const LogInInstUIIcon = exports.LogInInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LogIn);
|
|
1118
|
+
const LogOutInstUIIcon = exports.LogOutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LogOut);
|
|
1119
|
+
const LogsInstUIIcon = exports.LogsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Logs);
|
|
1120
|
+
const LollipopInstUIIcon = exports.LollipopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lollipop);
|
|
1121
|
+
const LuggageInstUIIcon = exports.LuggageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Luggage);
|
|
1122
|
+
const MSquareInstUIIcon = exports.MSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MSquare);
|
|
1123
|
+
const MagnetInstUIIcon = exports.MagnetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Magnet);
|
|
1124
|
+
const MailInstUIIcon = exports.MailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mail);
|
|
1125
|
+
const MailCheckInstUIIcon = exports.MailCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailCheck);
|
|
1126
|
+
const MailMinusInstUIIcon = exports.MailMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailMinus);
|
|
1127
|
+
const MailOpenInstUIIcon = exports.MailOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailOpen);
|
|
1128
|
+
const MailPlusInstUIIcon = exports.MailPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailPlus);
|
|
1129
|
+
const MailQuestionInstUIIcon = exports.MailQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailQuestion);
|
|
1130
|
+
const MailQuestionMarkInstUIIcon = exports.MailQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailQuestionMark);
|
|
1131
|
+
const MailSearchInstUIIcon = exports.MailSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailSearch);
|
|
1132
|
+
const MailWarningInstUIIcon = exports.MailWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailWarning);
|
|
1133
|
+
const MailXInstUIIcon = exports.MailXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailX);
|
|
1134
|
+
const MailboxInstUIIcon = exports.MailboxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mailbox);
|
|
1135
|
+
const MailsInstUIIcon = exports.MailsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mails);
|
|
1136
|
+
const MapInstUIIcon = exports.MapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Map);
|
|
1137
|
+
const MapMinusInstUIIcon = exports.MapMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapMinus);
|
|
1138
|
+
const MapPinInstUIIcon = exports.MapPinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPin);
|
|
1139
|
+
const MapPinCheckInstUIIcon = exports.MapPinCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinCheck);
|
|
1140
|
+
const MapPinCheckInsideInstUIIcon = exports.MapPinCheckInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinCheckInside);
|
|
1141
|
+
const MapPinHouseInstUIIcon = exports.MapPinHouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinHouse);
|
|
1142
|
+
const MapPinMinusInstUIIcon = exports.MapPinMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinMinus);
|
|
1143
|
+
const MapPinMinusInsideInstUIIcon = exports.MapPinMinusInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinMinusInside);
|
|
1144
|
+
const MapPinOffInstUIIcon = exports.MapPinOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinOff);
|
|
1145
|
+
const MapPinPenInstUIIcon = exports.MapPinPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinPen);
|
|
1146
|
+
const MapPinPlusInstUIIcon = exports.MapPinPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinPlus);
|
|
1147
|
+
const MapPinPlusInsideInstUIIcon = exports.MapPinPlusInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinPlusInside);
|
|
1148
|
+
const MapPinXInstUIIcon = exports.MapPinXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinX);
|
|
1149
|
+
const MapPinXInsideInstUIIcon = exports.MapPinXInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinXInside);
|
|
1150
|
+
const MapPinnedInstUIIcon = exports.MapPinnedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinned);
|
|
1151
|
+
const MapPlusInstUIIcon = exports.MapPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPlus);
|
|
1152
|
+
const MarsInstUIIcon = exports.MarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mars);
|
|
1153
|
+
const MarsStrokeInstUIIcon = exports.MarsStrokeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MarsStroke);
|
|
1154
|
+
const MartiniInstUIIcon = exports.MartiniInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Martini);
|
|
1155
|
+
const MaximizeInstUIIcon = exports.MaximizeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Maximize);
|
|
1156
|
+
const Maximize2InstUIIcon = exports.Maximize2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Maximize2);
|
|
1157
|
+
const MedalInstUIIcon = exports.MedalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Medal);
|
|
1158
|
+
const MegaphoneInstUIIcon = exports.MegaphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Megaphone);
|
|
1159
|
+
const MegaphoneOffInstUIIcon = exports.MegaphoneOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MegaphoneOff);
|
|
1160
|
+
const MehInstUIIcon = exports.MehInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Meh);
|
|
1161
|
+
const MemoryStickInstUIIcon = exports.MemoryStickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MemoryStick);
|
|
1162
|
+
const MenuInstUIIcon = exports.MenuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Menu);
|
|
1163
|
+
const MenuSquareInstUIIcon = exports.MenuSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MenuSquare);
|
|
1164
|
+
const MergeInstUIIcon = exports.MergeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Merge);
|
|
1165
|
+
const MessageCircleInstUIIcon = exports.MessageCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircle);
|
|
1166
|
+
const MessageCircleCodeInstUIIcon = exports.MessageCircleCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleCode);
|
|
1167
|
+
const MessageCircleDashedInstUIIcon = exports.MessageCircleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleDashed);
|
|
1168
|
+
const MessageCircleHeartInstUIIcon = exports.MessageCircleHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleHeart);
|
|
1169
|
+
const MessageCircleMoreInstUIIcon = exports.MessageCircleMoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleMore);
|
|
1170
|
+
const MessageCircleOffInstUIIcon = exports.MessageCircleOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleOff);
|
|
1171
|
+
const MessageCirclePlusInstUIIcon = exports.MessageCirclePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCirclePlus);
|
|
1172
|
+
const MessageCircleQuestionInstUIIcon = exports.MessageCircleQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleQuestion);
|
|
1173
|
+
const MessageCircleQuestionMarkInstUIIcon = exports.MessageCircleQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleQuestionMark);
|
|
1174
|
+
const MessageCircleReplyInstUIIcon = exports.MessageCircleReplyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleReply);
|
|
1175
|
+
const MessageCircleWarningInstUIIcon = exports.MessageCircleWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleWarning);
|
|
1176
|
+
const MessageCircleXInstUIIcon = exports.MessageCircleXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleX);
|
|
1177
|
+
const MessageSquareInstUIIcon = exports.MessageSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquare);
|
|
1178
|
+
const MessageSquareCodeInstUIIcon = exports.MessageSquareCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareCode);
|
|
1179
|
+
const MessageSquareDashedInstUIIcon = exports.MessageSquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareDashed);
|
|
1180
|
+
const MessageSquareDiffInstUIIcon = exports.MessageSquareDiffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareDiff);
|
|
1181
|
+
const MessageSquareDotInstUIIcon = exports.MessageSquareDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareDot);
|
|
1182
|
+
const MessageSquareHeartInstUIIcon = exports.MessageSquareHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareHeart);
|
|
1183
|
+
const MessageSquareLockInstUIIcon = exports.MessageSquareLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareLock);
|
|
1184
|
+
const MessageSquareMoreInstUIIcon = exports.MessageSquareMoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareMore);
|
|
1185
|
+
const MessageSquareOffInstUIIcon = exports.MessageSquareOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareOff);
|
|
1186
|
+
const MessageSquarePlusInstUIIcon = exports.MessageSquarePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquarePlus);
|
|
1187
|
+
const MessageSquareQuoteInstUIIcon = exports.MessageSquareQuoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareQuote);
|
|
1188
|
+
const MessageSquareReplyInstUIIcon = exports.MessageSquareReplyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareReply);
|
|
1189
|
+
const MessageSquareShareInstUIIcon = exports.MessageSquareShareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareShare);
|
|
1190
|
+
const MessageSquareTextInstUIIcon = exports.MessageSquareTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareText);
|
|
1191
|
+
const MessageSquareWarningInstUIIcon = exports.MessageSquareWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareWarning);
|
|
1192
|
+
const MessagesSquareInstUIIcon = exports.MessagesSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessagesSquare);
|
|
1193
|
+
const MicInstUIIcon = exports.MicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mic);
|
|
1194
|
+
const Mic2InstUIIcon = exports.Mic2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mic2);
|
|
1195
|
+
const MicOffInstUIIcon = exports.MicOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MicOff);
|
|
1196
|
+
const MicVocalInstUIIcon = exports.MicVocalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MicVocal);
|
|
1197
|
+
const MicrochipInstUIIcon = exports.MicrochipInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Microchip);
|
|
1198
|
+
const MicroscopeInstUIIcon = exports.MicroscopeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Microscope);
|
|
1199
|
+
const MicrowaveInstUIIcon = exports.MicrowaveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Microwave);
|
|
1200
|
+
const MilestoneInstUIIcon = exports.MilestoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Milestone);
|
|
1201
|
+
const MilkInstUIIcon = exports.MilkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Milk);
|
|
1202
|
+
const MilkOffInstUIIcon = exports.MilkOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MilkOff);
|
|
1203
|
+
const MinimizeInstUIIcon = exports.MinimizeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Minimize);
|
|
1204
|
+
const Minimize2InstUIIcon = exports.Minimize2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Minimize2);
|
|
1205
|
+
const MinusInstUIIcon = exports.MinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Minus);
|
|
1206
|
+
const MinusCircleInstUIIcon = exports.MinusCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MinusCircle);
|
|
1207
|
+
const MinusSquareInstUIIcon = exports.MinusSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MinusSquare);
|
|
1208
|
+
const MonitorInstUIIcon = exports.MonitorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Monitor);
|
|
1209
|
+
const MonitorCheckInstUIIcon = exports.MonitorCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorCheck);
|
|
1210
|
+
const MonitorCloudInstUIIcon = exports.MonitorCloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorCloud);
|
|
1211
|
+
const MonitorCogInstUIIcon = exports.MonitorCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorCog);
|
|
1212
|
+
const MonitorDotInstUIIcon = exports.MonitorDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorDot);
|
|
1213
|
+
const MonitorDownInstUIIcon = exports.MonitorDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorDown);
|
|
1214
|
+
const MonitorOffInstUIIcon = exports.MonitorOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorOff);
|
|
1215
|
+
const MonitorPauseInstUIIcon = exports.MonitorPauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorPause);
|
|
1216
|
+
const MonitorPlayInstUIIcon = exports.MonitorPlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorPlay);
|
|
1217
|
+
const MonitorSmartphoneInstUIIcon = exports.MonitorSmartphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorSmartphone);
|
|
1218
|
+
const MonitorSpeakerInstUIIcon = exports.MonitorSpeakerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorSpeaker);
|
|
1219
|
+
const MonitorStopInstUIIcon = exports.MonitorStopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorStop);
|
|
1220
|
+
const MonitorUpInstUIIcon = exports.MonitorUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorUp);
|
|
1221
|
+
const MonitorXInstUIIcon = exports.MonitorXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorX);
|
|
1222
|
+
const MoonInstUIIcon = exports.MoonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Moon);
|
|
1223
|
+
const MoonStarInstUIIcon = exports.MoonStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoonStar);
|
|
1224
|
+
const MoreHorizontalInstUIIcon = exports.MoreHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoreHorizontal);
|
|
1225
|
+
const MoreVerticalInstUIIcon = exports.MoreVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoreVertical);
|
|
1226
|
+
const MotorbikeInstUIIcon = exports.MotorbikeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Motorbike);
|
|
1227
|
+
const MountainInstUIIcon = exports.MountainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mountain);
|
|
1228
|
+
const MountainSnowInstUIIcon = exports.MountainSnowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MountainSnow);
|
|
1229
|
+
const MouseInstUIIcon = exports.MouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mouse);
|
|
1230
|
+
const MouseOffInstUIIcon = exports.MouseOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MouseOff);
|
|
1231
|
+
const MousePointerInstUIIcon = exports.MousePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointer);
|
|
1232
|
+
const MousePointer2InstUIIcon = exports.MousePointer2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointer2);
|
|
1233
|
+
const MousePointer2OffInstUIIcon = exports.MousePointer2OffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointer2Off);
|
|
1234
|
+
const MousePointerBanInstUIIcon = exports.MousePointerBanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointerBan);
|
|
1235
|
+
const MousePointerClickInstUIIcon = exports.MousePointerClickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointerClick);
|
|
1236
|
+
const MousePointerSquareDashedInstUIIcon = exports.MousePointerSquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointerSquareDashed);
|
|
1237
|
+
const MoveInstUIIcon = exports.MoveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Move);
|
|
1238
|
+
const Move3DInstUIIcon = exports.Move3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Move3D);
|
|
1239
|
+
const Move3dInstUIIcon = exports.Move3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Move3d);
|
|
1240
|
+
const MoveDiagonalInstUIIcon = exports.MoveDiagonalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDiagonal);
|
|
1241
|
+
const MoveDiagonal2InstUIIcon = exports.MoveDiagonal2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDiagonal2);
|
|
1242
|
+
const MoveDownInstUIIcon = exports.MoveDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDown);
|
|
1243
|
+
const MoveDownLeftInstUIIcon = exports.MoveDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDownLeft);
|
|
1244
|
+
const MoveDownRightInstUIIcon = exports.MoveDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDownRight);
|
|
1245
|
+
const MoveHorizontalInstUIIcon = exports.MoveHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveHorizontal);
|
|
1246
|
+
const MoveLeftInstUIIcon = exports.MoveLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveLeft);
|
|
1247
|
+
const MoveRightInstUIIcon = exports.MoveRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveRight);
|
|
1248
|
+
const MoveUpInstUIIcon = exports.MoveUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveUp);
|
|
1249
|
+
const MoveUpLeftInstUIIcon = exports.MoveUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveUpLeft);
|
|
1250
|
+
const MoveUpRightInstUIIcon = exports.MoveUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveUpRight);
|
|
1251
|
+
const MoveVerticalInstUIIcon = exports.MoveVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveVertical);
|
|
1252
|
+
const MusicInstUIIcon = exports.MusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music);
|
|
1253
|
+
const Music2InstUIIcon = exports.Music2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music2);
|
|
1254
|
+
const Music3InstUIIcon = exports.Music3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music3);
|
|
1255
|
+
const Music4InstUIIcon = exports.Music4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music4);
|
|
1256
|
+
const NavigationInstUIIcon = exports.NavigationInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Navigation);
|
|
1257
|
+
const Navigation2InstUIIcon = exports.Navigation2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Navigation2);
|
|
1258
|
+
const Navigation2OffInstUIIcon = exports.Navigation2OffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Navigation2Off);
|
|
1259
|
+
const NavigationOffInstUIIcon = exports.NavigationOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NavigationOff);
|
|
1260
|
+
const NetworkInstUIIcon = exports.NetworkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Network);
|
|
1261
|
+
const NewspaperInstUIIcon = exports.NewspaperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Newspaper);
|
|
1262
|
+
const NfcInstUIIcon = exports.NfcInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Nfc);
|
|
1263
|
+
const NonBinaryInstUIIcon = exports.NonBinaryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NonBinary);
|
|
1264
|
+
const NotebookInstUIIcon = exports.NotebookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Notebook);
|
|
1265
|
+
const NotebookPenInstUIIcon = exports.NotebookPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotebookPen);
|
|
1266
|
+
const NotebookTabsInstUIIcon = exports.NotebookTabsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotebookTabs);
|
|
1267
|
+
const NotebookTextInstUIIcon = exports.NotebookTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotebookText);
|
|
1268
|
+
const NotepadTextInstUIIcon = exports.NotepadTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotepadText);
|
|
1269
|
+
const NotepadTextDashedInstUIIcon = exports.NotepadTextDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotepadTextDashed);
|
|
1270
|
+
const NutInstUIIcon = exports.NutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Nut);
|
|
1271
|
+
const NutOffInstUIIcon = exports.NutOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NutOff);
|
|
1272
|
+
const OctagonInstUIIcon = exports.OctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Octagon);
|
|
1273
|
+
const OctagonAlertInstUIIcon = exports.OctagonAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonAlert);
|
|
1274
|
+
const OctagonMinusInstUIIcon = exports.OctagonMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonMinus);
|
|
1275
|
+
const OctagonPauseInstUIIcon = exports.OctagonPauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonPause);
|
|
1276
|
+
const OctagonXInstUIIcon = exports.OctagonXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonX);
|
|
1277
|
+
const OmegaInstUIIcon = exports.OmegaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Omega);
|
|
1278
|
+
const OptionInstUIIcon = exports.OptionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Option);
|
|
1279
|
+
const OrbitInstUIIcon = exports.OrbitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Orbit);
|
|
1280
|
+
const OrigamiInstUIIcon = exports.OrigamiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Origami);
|
|
1281
|
+
const OutdentInstUIIcon = exports.OutdentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Outdent);
|
|
1282
|
+
const PackageInstUIIcon = exports.PackageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Package);
|
|
1283
|
+
const Package2InstUIIcon = exports.Package2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Package2);
|
|
1284
|
+
const PackageCheckInstUIIcon = exports.PackageCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageCheck);
|
|
1285
|
+
const PackageMinusInstUIIcon = exports.PackageMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageMinus);
|
|
1286
|
+
const PackageOpenInstUIIcon = exports.PackageOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageOpen);
|
|
1287
|
+
const PackagePlusInstUIIcon = exports.PackagePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackagePlus);
|
|
1288
|
+
const PackageSearchInstUIIcon = exports.PackageSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageSearch);
|
|
1289
|
+
const PackageXInstUIIcon = exports.PackageXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageX);
|
|
1290
|
+
const PaintBucketInstUIIcon = exports.PaintBucketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PaintBucket);
|
|
1291
|
+
const PaintRollerInstUIIcon = exports.PaintRollerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PaintRoller);
|
|
1292
|
+
const PaintbrushInstUIIcon = exports.PaintbrushInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Paintbrush);
|
|
1293
|
+
const Paintbrush2InstUIIcon = exports.Paintbrush2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Paintbrush2);
|
|
1294
|
+
const PaintbrushVerticalInstUIIcon = exports.PaintbrushVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PaintbrushVertical);
|
|
1295
|
+
const PaletteInstUIIcon = exports.PaletteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Palette);
|
|
1296
|
+
const PalmtreeInstUIIcon = exports.PalmtreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Palmtree);
|
|
1297
|
+
const PandaInstUIIcon = exports.PandaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Panda);
|
|
1298
|
+
const PanelBottomInstUIIcon = exports.PanelBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottom);
|
|
1299
|
+
const PanelBottomCloseInstUIIcon = exports.PanelBottomCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomClose);
|
|
1300
|
+
const PanelBottomDashedInstUIIcon = exports.PanelBottomDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomDashed);
|
|
1301
|
+
const PanelBottomInactiveInstUIIcon = exports.PanelBottomInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomInactive);
|
|
1302
|
+
const PanelBottomOpenInstUIIcon = exports.PanelBottomOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomOpen);
|
|
1303
|
+
const PanelLeftInstUIIcon = exports.PanelLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeft);
|
|
1304
|
+
const PanelLeftCloseInstUIIcon = exports.PanelLeftCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftClose);
|
|
1305
|
+
const PanelLeftDashedInstUIIcon = exports.PanelLeftDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftDashed);
|
|
1306
|
+
const PanelLeftInactiveInstUIIcon = exports.PanelLeftInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftInactive);
|
|
1307
|
+
const PanelLeftOpenInstUIIcon = exports.PanelLeftOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftOpen);
|
|
1308
|
+
const PanelLeftRightDashedInstUIIcon = exports.PanelLeftRightDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftRightDashed);
|
|
1309
|
+
const PanelRightInstUIIcon = exports.PanelRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRight);
|
|
1310
|
+
const PanelRightCloseInstUIIcon = exports.PanelRightCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightClose);
|
|
1311
|
+
const PanelRightDashedInstUIIcon = exports.PanelRightDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightDashed);
|
|
1312
|
+
const PanelRightInactiveInstUIIcon = exports.PanelRightInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightInactive);
|
|
1313
|
+
const PanelRightOpenInstUIIcon = exports.PanelRightOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightOpen);
|
|
1314
|
+
const PanelTopInstUIIcon = exports.PanelTopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTop);
|
|
1315
|
+
const PanelTopBottomDashedInstUIIcon = exports.PanelTopBottomDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopBottomDashed);
|
|
1316
|
+
const PanelTopCloseInstUIIcon = exports.PanelTopCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopClose);
|
|
1317
|
+
const PanelTopDashedInstUIIcon = exports.PanelTopDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopDashed);
|
|
1318
|
+
const PanelTopInactiveInstUIIcon = exports.PanelTopInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopInactive);
|
|
1319
|
+
const PanelTopOpenInstUIIcon = exports.PanelTopOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopOpen);
|
|
1320
|
+
const PanelsLeftBottomInstUIIcon = exports.PanelsLeftBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsLeftBottom);
|
|
1321
|
+
const PanelsLeftRightInstUIIcon = exports.PanelsLeftRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsLeftRight);
|
|
1322
|
+
const PanelsRightBottomInstUIIcon = exports.PanelsRightBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsRightBottom);
|
|
1323
|
+
const PanelsTopBottomInstUIIcon = exports.PanelsTopBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsTopBottom);
|
|
1324
|
+
const PanelsTopLeftInstUIIcon = exports.PanelsTopLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsTopLeft);
|
|
1325
|
+
const PaperclipInstUIIcon = exports.PaperclipInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Paperclip);
|
|
1326
|
+
const ParenthesesInstUIIcon = exports.ParenthesesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Parentheses);
|
|
1327
|
+
const ParkingCircleInstUIIcon = exports.ParkingCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingCircle);
|
|
1328
|
+
const ParkingCircleOffInstUIIcon = exports.ParkingCircleOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingCircleOff);
|
|
1329
|
+
const ParkingMeterInstUIIcon = exports.ParkingMeterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingMeter);
|
|
1330
|
+
const ParkingSquareInstUIIcon = exports.ParkingSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingSquare);
|
|
1331
|
+
const ParkingSquareOffInstUIIcon = exports.ParkingSquareOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingSquareOff);
|
|
1332
|
+
const PartyPopperInstUIIcon = exports.PartyPopperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PartyPopper);
|
|
1333
|
+
const PauseInstUIIcon = exports.PauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pause);
|
|
1334
|
+
const PauseCircleInstUIIcon = exports.PauseCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PauseCircle);
|
|
1335
|
+
const PauseOctagonInstUIIcon = exports.PauseOctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PauseOctagon);
|
|
1336
|
+
const PawPrintInstUIIcon = exports.PawPrintInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PawPrint);
|
|
1337
|
+
const PcCaseInstUIIcon = exports.PcCaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PcCase);
|
|
1338
|
+
const PenInstUIIcon = exports.PenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pen);
|
|
1339
|
+
const PenBoxInstUIIcon = exports.PenBoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenBox);
|
|
1340
|
+
const PenLineInstUIIcon = exports.PenLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenLine);
|
|
1341
|
+
const PenOffInstUIIcon = exports.PenOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenOff);
|
|
1342
|
+
const PenSquareInstUIIcon = exports.PenSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenSquare);
|
|
1343
|
+
const PenToolInstUIIcon = exports.PenToolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenTool);
|
|
1344
|
+
const PencilInstUIIcon = exports.PencilInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pencil);
|
|
1345
|
+
const PencilLineInstUIIcon = exports.PencilLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PencilLine);
|
|
1346
|
+
const PencilOffInstUIIcon = exports.PencilOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PencilOff);
|
|
1347
|
+
const PencilRulerInstUIIcon = exports.PencilRulerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PencilRuler);
|
|
1348
|
+
const PentagonInstUIIcon = exports.PentagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pentagon);
|
|
1349
|
+
const PercentInstUIIcon = exports.PercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Percent);
|
|
1350
|
+
const PercentCircleInstUIIcon = exports.PercentCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PercentCircle);
|
|
1351
|
+
const PercentDiamondInstUIIcon = exports.PercentDiamondInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PercentDiamond);
|
|
1352
|
+
const PercentSquareInstUIIcon = exports.PercentSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PercentSquare);
|
|
1353
|
+
const PersonStandingInstUIIcon = exports.PersonStandingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PersonStanding);
|
|
1354
|
+
const PhilippinePesoInstUIIcon = exports.PhilippinePesoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhilippinePeso);
|
|
1355
|
+
const PhoneInstUIIcon = exports.PhoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Phone);
|
|
1356
|
+
const PhoneCallInstUIIcon = exports.PhoneCallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneCall);
|
|
1357
|
+
const PhoneForwardedInstUIIcon = exports.PhoneForwardedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneForwarded);
|
|
1358
|
+
const PhoneIncomingInstUIIcon = exports.PhoneIncomingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneIncoming);
|
|
1359
|
+
const PhoneMissedInstUIIcon = exports.PhoneMissedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneMissed);
|
|
1360
|
+
const PhoneOffInstUIIcon = exports.PhoneOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneOff);
|
|
1361
|
+
const PhoneOutgoingInstUIIcon = exports.PhoneOutgoingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneOutgoing);
|
|
1362
|
+
const PiInstUIIcon = exports.PiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pi);
|
|
1363
|
+
const PiSquareInstUIIcon = exports.PiSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PiSquare);
|
|
1364
|
+
const PianoInstUIIcon = exports.PianoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Piano);
|
|
1365
|
+
const PickaxeInstUIIcon = exports.PickaxeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pickaxe);
|
|
1366
|
+
const PictureInPictureInstUIIcon = exports.PictureInPictureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PictureInPicture);
|
|
1367
|
+
const PictureInPicture2InstUIIcon = exports.PictureInPicture2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PictureInPicture2);
|
|
1368
|
+
const PieChartInstUIIcon = exports.PieChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PieChart);
|
|
1369
|
+
const PiggyBankInstUIIcon = exports.PiggyBankInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PiggyBank);
|
|
1370
|
+
const PilcrowInstUIIcon = exports.PilcrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pilcrow);
|
|
1371
|
+
const PilcrowLeftInstUIIcon = exports.PilcrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PilcrowLeft);
|
|
1372
|
+
const PilcrowRightInstUIIcon = exports.PilcrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PilcrowRight);
|
|
1373
|
+
const PilcrowSquareInstUIIcon = exports.PilcrowSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PilcrowSquare);
|
|
1374
|
+
const PillInstUIIcon = exports.PillInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pill);
|
|
1375
|
+
const PillBottleInstUIIcon = exports.PillBottleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PillBottle);
|
|
1376
|
+
const PinInstUIIcon = exports.PinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pin);
|
|
1377
|
+
const PinOffInstUIIcon = exports.PinOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PinOff);
|
|
1378
|
+
const PipetteInstUIIcon = exports.PipetteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pipette);
|
|
1379
|
+
const PizzaInstUIIcon = exports.PizzaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pizza);
|
|
1380
|
+
const PlaneInstUIIcon = exports.PlaneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plane);
|
|
1381
|
+
const PlaneLandingInstUIIcon = exports.PlaneLandingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlaneLanding);
|
|
1382
|
+
const PlaneTakeoffInstUIIcon = exports.PlaneTakeoffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlaneTakeoff);
|
|
1383
|
+
const PlayInstUIIcon = exports.PlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Play);
|
|
1384
|
+
const PlayCircleInstUIIcon = exports.PlayCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlayCircle);
|
|
1385
|
+
const PlaySquareInstUIIcon = exports.PlaySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlaySquare);
|
|
1386
|
+
const PlugInstUIIcon = exports.PlugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plug);
|
|
1387
|
+
const Plug2InstUIIcon = exports.Plug2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plug2);
|
|
1388
|
+
const PlugZapInstUIIcon = exports.PlugZapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlugZap);
|
|
1389
|
+
const PlugZap2InstUIIcon = exports.PlugZap2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlugZap2);
|
|
1390
|
+
const PlusInstUIIcon = exports.PlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plus);
|
|
1391
|
+
const PlusCircleInstUIIcon = exports.PlusCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlusCircle);
|
|
1392
|
+
const PlusSquareInstUIIcon = exports.PlusSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlusSquare);
|
|
1393
|
+
const PocketInstUIIcon = exports.PocketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pocket);
|
|
1394
|
+
const PocketKnifeInstUIIcon = exports.PocketKnifeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PocketKnife);
|
|
1395
|
+
const PodcastInstUIIcon = exports.PodcastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Podcast);
|
|
1396
|
+
const PointerInstUIIcon = exports.PointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pointer);
|
|
1397
|
+
const PointerOffInstUIIcon = exports.PointerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PointerOff);
|
|
1398
|
+
const PopcornInstUIIcon = exports.PopcornInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Popcorn);
|
|
1399
|
+
const PopsicleInstUIIcon = exports.PopsicleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Popsicle);
|
|
1400
|
+
const PoundSterlingInstUIIcon = exports.PoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PoundSterling);
|
|
1401
|
+
const PowerInstUIIcon = exports.PowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Power);
|
|
1402
|
+
const PowerCircleInstUIIcon = exports.PowerCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PowerCircle);
|
|
1403
|
+
const PowerOffInstUIIcon = exports.PowerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PowerOff);
|
|
1404
|
+
const PowerSquareInstUIIcon = exports.PowerSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PowerSquare);
|
|
1405
|
+
const PresentationInstUIIcon = exports.PresentationInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Presentation);
|
|
1406
|
+
const PrinterInstUIIcon = exports.PrinterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Printer);
|
|
1407
|
+
const PrinterCheckInstUIIcon = exports.PrinterCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PrinterCheck);
|
|
1408
|
+
const ProjectorInstUIIcon = exports.ProjectorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Projector);
|
|
1409
|
+
const ProportionsInstUIIcon = exports.ProportionsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Proportions);
|
|
1410
|
+
const PuzzleInstUIIcon = exports.PuzzleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Puzzle);
|
|
1411
|
+
const PyramidInstUIIcon = exports.PyramidInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pyramid);
|
|
1412
|
+
const QrCodeInstUIIcon = exports.QrCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.QrCode);
|
|
1413
|
+
const QuoteInstUIIcon = exports.QuoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Quote);
|
|
1414
|
+
const RabbitInstUIIcon = exports.RabbitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rabbit);
|
|
1415
|
+
const RadarInstUIIcon = exports.RadarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radar);
|
|
1416
|
+
const RadiationInstUIIcon = exports.RadiationInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radiation);
|
|
1417
|
+
const RadicalInstUIIcon = exports.RadicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radical);
|
|
1418
|
+
const RadioInstUIIcon = exports.RadioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radio);
|
|
1419
|
+
const RadioReceiverInstUIIcon = exports.RadioReceiverInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RadioReceiver);
|
|
1420
|
+
const RadioTowerInstUIIcon = exports.RadioTowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RadioTower);
|
|
1421
|
+
const RadiusInstUIIcon = exports.RadiusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radius);
|
|
1422
|
+
const RailSymbolInstUIIcon = exports.RailSymbolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RailSymbol);
|
|
1423
|
+
const RainbowInstUIIcon = exports.RainbowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rainbow);
|
|
1424
|
+
const RatInstUIIcon = exports.RatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rat);
|
|
1425
|
+
const RatioInstUIIcon = exports.RatioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ratio);
|
|
1426
|
+
const ReceiptInstUIIcon = exports.ReceiptInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Receipt);
|
|
1427
|
+
const ReceiptCentInstUIIcon = exports.ReceiptCentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptCent);
|
|
1428
|
+
const ReceiptEuroInstUIIcon = exports.ReceiptEuroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptEuro);
|
|
1429
|
+
const ReceiptIndianRupeeInstUIIcon = exports.ReceiptIndianRupeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptIndianRupee);
|
|
1430
|
+
const ReceiptJapaneseYenInstUIIcon = exports.ReceiptJapaneseYenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptJapaneseYen);
|
|
1431
|
+
const ReceiptPoundSterlingInstUIIcon = exports.ReceiptPoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptPoundSterling);
|
|
1432
|
+
const ReceiptRussianRubleInstUIIcon = exports.ReceiptRussianRubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptRussianRuble);
|
|
1433
|
+
const ReceiptSwissFrancInstUIIcon = exports.ReceiptSwissFrancInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptSwissFranc);
|
|
1434
|
+
const ReceiptTextInstUIIcon = exports.ReceiptTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptText);
|
|
1435
|
+
const ReceiptTurkishLiraInstUIIcon = exports.ReceiptTurkishLiraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptTurkishLira);
|
|
1436
|
+
const RectangleCircleInstUIIcon = exports.RectangleCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleCircle);
|
|
1437
|
+
const RectangleEllipsisInstUIIcon = exports.RectangleEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleEllipsis);
|
|
1438
|
+
const RectangleGogglesInstUIIcon = exports.RectangleGogglesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleGoggles);
|
|
1439
|
+
const RectangleHorizontalInstUIIcon = exports.RectangleHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleHorizontal);
|
|
1440
|
+
const RectangleVerticalInstUIIcon = exports.RectangleVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleVertical);
|
|
1441
|
+
const RecycleInstUIIcon = exports.RecycleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Recycle);
|
|
1442
|
+
const RedoInstUIIcon = exports.RedoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Redo);
|
|
1443
|
+
const Redo2InstUIIcon = exports.Redo2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Redo2);
|
|
1444
|
+
const RedoDotInstUIIcon = exports.RedoDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RedoDot);
|
|
1445
|
+
const RefreshCcwInstUIIcon = exports.RefreshCcwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCcw);
|
|
1446
|
+
const RefreshCcwDotInstUIIcon = exports.RefreshCcwDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCcwDot);
|
|
1447
|
+
const RefreshCwInstUIIcon = exports.RefreshCwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCw);
|
|
1448
|
+
const RefreshCwOffInstUIIcon = exports.RefreshCwOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCwOff);
|
|
1449
|
+
const RefrigeratorInstUIIcon = exports.RefrigeratorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Refrigerator);
|
|
1450
|
+
const RegexInstUIIcon = exports.RegexInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Regex);
|
|
1451
|
+
const RemoveFormattingInstUIIcon = exports.RemoveFormattingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RemoveFormatting);
|
|
1452
|
+
const RepeatInstUIIcon = exports.RepeatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Repeat);
|
|
1453
|
+
const Repeat1InstUIIcon = exports.Repeat1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Repeat1);
|
|
1454
|
+
const Repeat2InstUIIcon = exports.Repeat2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Repeat2);
|
|
1455
|
+
const ReplaceInstUIIcon = exports.ReplaceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Replace);
|
|
1456
|
+
const ReplaceAllInstUIIcon = exports.ReplaceAllInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReplaceAll);
|
|
1457
|
+
const ReplyInstUIIcon = exports.ReplyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Reply);
|
|
1458
|
+
const ReplyAllInstUIIcon = exports.ReplyAllInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReplyAll);
|
|
1459
|
+
const RewindInstUIIcon = exports.RewindInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rewind);
|
|
1460
|
+
const RibbonInstUIIcon = exports.RibbonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ribbon);
|
|
1461
|
+
const RocketInstUIIcon = exports.RocketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rocket);
|
|
1462
|
+
const RockingChairInstUIIcon = exports.RockingChairInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RockingChair);
|
|
1463
|
+
const RollerCoasterInstUIIcon = exports.RollerCoasterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RollerCoaster);
|
|
1464
|
+
const RoseInstUIIcon = exports.RoseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rose);
|
|
1465
|
+
const Rotate3DInstUIIcon = exports.Rotate3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rotate3D);
|
|
1466
|
+
const Rotate3dInstUIIcon = exports.Rotate3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rotate3d);
|
|
1467
|
+
const RotateCcwInstUIIcon = exports.RotateCcwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCcw);
|
|
1468
|
+
const RotateCcwKeyInstUIIcon = exports.RotateCcwKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCcwKey);
|
|
1469
|
+
const RotateCcwSquareInstUIIcon = exports.RotateCcwSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCcwSquare);
|
|
1470
|
+
const RotateCwInstUIIcon = exports.RotateCwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCw);
|
|
1471
|
+
const RotateCwSquareInstUIIcon = exports.RotateCwSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCwSquare);
|
|
1472
|
+
const RouteInstUIIcon = exports.RouteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Route);
|
|
1473
|
+
const RouteOffInstUIIcon = exports.RouteOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RouteOff);
|
|
1474
|
+
const RouterInstUIIcon = exports.RouterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Router);
|
|
1475
|
+
const RowsInstUIIcon = exports.RowsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows);
|
|
1476
|
+
const Rows2InstUIIcon = exports.Rows2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows2);
|
|
1477
|
+
const Rows3InstUIIcon = exports.Rows3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows3);
|
|
1478
|
+
const Rows4InstUIIcon = exports.Rows4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows4);
|
|
1479
|
+
const RssInstUIIcon = exports.RssInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rss);
|
|
1480
|
+
const RulerInstUIIcon = exports.RulerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ruler);
|
|
1481
|
+
const RulerDimensionLineInstUIIcon = exports.RulerDimensionLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RulerDimensionLine);
|
|
1482
|
+
const RussianRubleInstUIIcon = exports.RussianRubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RussianRuble);
|
|
1483
|
+
const SailboatInstUIIcon = exports.SailboatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sailboat);
|
|
1484
|
+
const SaladInstUIIcon = exports.SaladInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Salad);
|
|
1485
|
+
const SandwichInstUIIcon = exports.SandwichInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sandwich);
|
|
1486
|
+
const SatelliteInstUIIcon = exports.SatelliteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Satellite);
|
|
1487
|
+
const SatelliteDishInstUIIcon = exports.SatelliteDishInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SatelliteDish);
|
|
1488
|
+
const SaudiRiyalInstUIIcon = exports.SaudiRiyalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SaudiRiyal);
|
|
1489
|
+
const SaveInstUIIcon = exports.SaveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Save);
|
|
1490
|
+
const SaveAllInstUIIcon = exports.SaveAllInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SaveAll);
|
|
1491
|
+
const SaveOffInstUIIcon = exports.SaveOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SaveOff);
|
|
1492
|
+
const ScaleInstUIIcon = exports.ScaleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scale);
|
|
1493
|
+
const Scale3DInstUIIcon = exports.Scale3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scale3D);
|
|
1494
|
+
const Scale3dInstUIIcon = exports.Scale3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scale3d);
|
|
1495
|
+
const ScalingInstUIIcon = exports.ScalingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scaling);
|
|
1496
|
+
const ScanInstUIIcon = exports.ScanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scan);
|
|
1497
|
+
const ScanBarcodeInstUIIcon = exports.ScanBarcodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanBarcode);
|
|
1498
|
+
const ScanEyeInstUIIcon = exports.ScanEyeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanEye);
|
|
1499
|
+
const ScanFaceInstUIIcon = exports.ScanFaceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanFace);
|
|
1500
|
+
const ScanHeartInstUIIcon = exports.ScanHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanHeart);
|
|
1501
|
+
const ScanLineInstUIIcon = exports.ScanLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanLine);
|
|
1502
|
+
const ScanQrCodeInstUIIcon = exports.ScanQrCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanQrCode);
|
|
1503
|
+
const ScanSearchInstUIIcon = exports.ScanSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanSearch);
|
|
1504
|
+
const ScanTextInstUIIcon = exports.ScanTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanText);
|
|
1505
|
+
const ScatterChartInstUIIcon = exports.ScatterChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScatterChart);
|
|
1506
|
+
const SchoolInstUIIcon = exports.SchoolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.School);
|
|
1507
|
+
const School2InstUIIcon = exports.School2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.School2);
|
|
1508
|
+
const ScissorsInstUIIcon = exports.ScissorsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scissors);
|
|
1509
|
+
const ScissorsLineDashedInstUIIcon = exports.ScissorsLineDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScissorsLineDashed);
|
|
1510
|
+
const ScissorsSquareInstUIIcon = exports.ScissorsSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScissorsSquare);
|
|
1511
|
+
const ScissorsSquareDashedBottomInstUIIcon = exports.ScissorsSquareDashedBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScissorsSquareDashedBottom);
|
|
1512
|
+
const ScooterInstUIIcon = exports.ScooterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scooter);
|
|
1513
|
+
const ScreenShareInstUIIcon = exports.ScreenShareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScreenShare);
|
|
1514
|
+
const ScreenShareOffInstUIIcon = exports.ScreenShareOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScreenShareOff);
|
|
1515
|
+
const ScrollInstUIIcon = exports.ScrollInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scroll);
|
|
1516
|
+
const ScrollTextInstUIIcon = exports.ScrollTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScrollText);
|
|
1517
|
+
const SearchInstUIIcon = exports.SearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Search);
|
|
1518
|
+
const SearchAlertInstUIIcon = exports.SearchAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchAlert);
|
|
1519
|
+
const SearchCheckInstUIIcon = exports.SearchCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchCheck);
|
|
1520
|
+
const SearchCodeInstUIIcon = exports.SearchCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchCode);
|
|
1521
|
+
const SearchSlashInstUIIcon = exports.SearchSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchSlash);
|
|
1522
|
+
const SearchXInstUIIcon = exports.SearchXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchX);
|
|
1523
|
+
const SectionInstUIIcon = exports.SectionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Section);
|
|
1524
|
+
const SendInstUIIcon = exports.SendInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Send);
|
|
1525
|
+
const SendHorizonalInstUIIcon = exports.SendHorizonalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SendHorizonal);
|
|
1526
|
+
const SendHorizontalInstUIIcon = exports.SendHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SendHorizontal);
|
|
1527
|
+
const SendToBackInstUIIcon = exports.SendToBackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SendToBack);
|
|
1528
|
+
const SeparatorHorizontalInstUIIcon = exports.SeparatorHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SeparatorHorizontal);
|
|
1529
|
+
const SeparatorVerticalInstUIIcon = exports.SeparatorVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SeparatorVertical);
|
|
1530
|
+
const ServerInstUIIcon = exports.ServerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Server);
|
|
1531
|
+
const ServerCogInstUIIcon = exports.ServerCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ServerCog);
|
|
1532
|
+
const ServerCrashInstUIIcon = exports.ServerCrashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ServerCrash);
|
|
1533
|
+
const ServerOffInstUIIcon = exports.ServerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ServerOff);
|
|
1534
|
+
const SettingsInstUIIcon = exports.SettingsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Settings);
|
|
1535
|
+
const Settings2InstUIIcon = exports.Settings2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Settings2);
|
|
1536
|
+
const ShapesInstUIIcon = exports.ShapesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shapes);
|
|
1537
|
+
const ShareInstUIIcon = exports.ShareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Share);
|
|
1538
|
+
const Share2InstUIIcon = exports.Share2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Share2);
|
|
1539
|
+
const SheetInstUIIcon = exports.SheetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sheet);
|
|
1540
|
+
const ShellInstUIIcon = exports.ShellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shell);
|
|
1541
|
+
const ShieldInstUIIcon = exports.ShieldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shield);
|
|
1542
|
+
const ShieldAlertInstUIIcon = exports.ShieldAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldAlert);
|
|
1543
|
+
const ShieldBanInstUIIcon = exports.ShieldBanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldBan);
|
|
1544
|
+
const ShieldCheckInstUIIcon = exports.ShieldCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldCheck);
|
|
1545
|
+
const ShieldCloseInstUIIcon = exports.ShieldCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldClose);
|
|
1546
|
+
const ShieldEllipsisInstUIIcon = exports.ShieldEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldEllipsis);
|
|
1547
|
+
const ShieldHalfInstUIIcon = exports.ShieldHalfInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldHalf);
|
|
1548
|
+
const ShieldMinusInstUIIcon = exports.ShieldMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldMinus);
|
|
1549
|
+
const ShieldOffInstUIIcon = exports.ShieldOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldOff);
|
|
1550
|
+
const ShieldPlusInstUIIcon = exports.ShieldPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldPlus);
|
|
1551
|
+
const ShieldQuestionInstUIIcon = exports.ShieldQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldQuestion);
|
|
1552
|
+
const ShieldQuestionMarkInstUIIcon = exports.ShieldQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldQuestionMark);
|
|
1553
|
+
const ShieldUserInstUIIcon = exports.ShieldUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldUser);
|
|
1554
|
+
const ShieldXInstUIIcon = exports.ShieldXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldX);
|
|
1555
|
+
const ShipInstUIIcon = exports.ShipInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ship);
|
|
1556
|
+
const ShipWheelInstUIIcon = exports.ShipWheelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShipWheel);
|
|
1557
|
+
const ShirtInstUIIcon = exports.ShirtInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shirt);
|
|
1558
|
+
const ShoppingBagInstUIIcon = exports.ShoppingBagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShoppingBag);
|
|
1559
|
+
const ShoppingBasketInstUIIcon = exports.ShoppingBasketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShoppingBasket);
|
|
1560
|
+
const ShoppingCartInstUIIcon = exports.ShoppingCartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShoppingCart);
|
|
1561
|
+
const ShovelInstUIIcon = exports.ShovelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shovel);
|
|
1562
|
+
const ShowerHeadInstUIIcon = exports.ShowerHeadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShowerHead);
|
|
1563
|
+
const ShredderInstUIIcon = exports.ShredderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shredder);
|
|
1564
|
+
const ShrimpInstUIIcon = exports.ShrimpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shrimp);
|
|
1565
|
+
const ShrinkInstUIIcon = exports.ShrinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shrink);
|
|
1566
|
+
const ShrubInstUIIcon = exports.ShrubInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shrub);
|
|
1567
|
+
const ShuffleInstUIIcon = exports.ShuffleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shuffle);
|
|
1568
|
+
const SidebarInstUIIcon = exports.SidebarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sidebar);
|
|
1569
|
+
const SidebarCloseInstUIIcon = exports.SidebarCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SidebarClose);
|
|
1570
|
+
const SidebarOpenInstUIIcon = exports.SidebarOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SidebarOpen);
|
|
1571
|
+
const SigmaInstUIIcon = exports.SigmaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sigma);
|
|
1572
|
+
const SigmaSquareInstUIIcon = exports.SigmaSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SigmaSquare);
|
|
1573
|
+
const SignalInstUIIcon = exports.SignalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Signal);
|
|
1574
|
+
const SignalHighInstUIIcon = exports.SignalHighInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalHigh);
|
|
1575
|
+
const SignalLowInstUIIcon = exports.SignalLowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalLow);
|
|
1576
|
+
const SignalMediumInstUIIcon = exports.SignalMediumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalMedium);
|
|
1577
|
+
const SignalZeroInstUIIcon = exports.SignalZeroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalZero);
|
|
1578
|
+
const SignatureInstUIIcon = exports.SignatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Signature);
|
|
1579
|
+
const SignpostInstUIIcon = exports.SignpostInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Signpost);
|
|
1580
|
+
const SignpostBigInstUIIcon = exports.SignpostBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignpostBig);
|
|
1581
|
+
const SirenInstUIIcon = exports.SirenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Siren);
|
|
1582
|
+
const SkipBackInstUIIcon = exports.SkipBackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SkipBack);
|
|
1583
|
+
const SkipForwardInstUIIcon = exports.SkipForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SkipForward);
|
|
1584
|
+
const SkullInstUIIcon = exports.SkullInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Skull);
|
|
1585
|
+
const SlackInstUIIcon = exports.SlackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Slack);
|
|
1586
|
+
const SlashInstUIIcon = exports.SlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Slash);
|
|
1587
|
+
const SlashSquareInstUIIcon = exports.SlashSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SlashSquare);
|
|
1588
|
+
const SliceInstUIIcon = exports.SliceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Slice);
|
|
1589
|
+
const SlidersInstUIIcon = exports.SlidersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sliders);
|
|
1590
|
+
const SlidersHorizontalInstUIIcon = exports.SlidersHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SlidersHorizontal);
|
|
1591
|
+
const SlidersVerticalInstUIIcon = exports.SlidersVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SlidersVertical);
|
|
1592
|
+
const SmartphoneInstUIIcon = exports.SmartphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Smartphone);
|
|
1593
|
+
const SmartphoneChargingInstUIIcon = exports.SmartphoneChargingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SmartphoneCharging);
|
|
1594
|
+
const SmartphoneNfcInstUIIcon = exports.SmartphoneNfcInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SmartphoneNfc);
|
|
1595
|
+
const SmileInstUIIcon = exports.SmileInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Smile);
|
|
1596
|
+
const SmilePlusInstUIIcon = exports.SmilePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SmilePlus);
|
|
1597
|
+
const SnailInstUIIcon = exports.SnailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Snail);
|
|
1598
|
+
const SnowflakeInstUIIcon = exports.SnowflakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Snowflake);
|
|
1599
|
+
const SoapDispenserDropletInstUIIcon = exports.SoapDispenserDropletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SoapDispenserDroplet);
|
|
1600
|
+
const SofaInstUIIcon = exports.SofaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sofa);
|
|
1601
|
+
const SolarPanelInstUIIcon = exports.SolarPanelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SolarPanel);
|
|
1602
|
+
const SortAscInstUIIcon = exports.SortAscInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SortAsc);
|
|
1603
|
+
const SortDescInstUIIcon = exports.SortDescInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SortDesc);
|
|
1604
|
+
const SoupInstUIIcon = exports.SoupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Soup);
|
|
1605
|
+
const SpaceInstUIIcon = exports.SpaceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Space);
|
|
1606
|
+
const SpadeInstUIIcon = exports.SpadeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spade);
|
|
1607
|
+
const SparkleInstUIIcon = exports.SparkleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sparkle);
|
|
1608
|
+
const SparklesInstUIIcon = exports.SparklesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sparkles);
|
|
1609
|
+
const SpeakerInstUIIcon = exports.SpeakerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Speaker);
|
|
1610
|
+
const SpeechInstUIIcon = exports.SpeechInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Speech);
|
|
1611
|
+
const SpellCheckInstUIIcon = exports.SpellCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SpellCheck);
|
|
1612
|
+
const SpellCheck2InstUIIcon = exports.SpellCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SpellCheck2);
|
|
1613
|
+
const SplineInstUIIcon = exports.SplineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spline);
|
|
1614
|
+
const SplinePointerInstUIIcon = exports.SplinePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SplinePointer);
|
|
1615
|
+
const SplitInstUIIcon = exports.SplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Split);
|
|
1616
|
+
const SplitSquareHorizontalInstUIIcon = exports.SplitSquareHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SplitSquareHorizontal);
|
|
1617
|
+
const SplitSquareVerticalInstUIIcon = exports.SplitSquareVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SplitSquareVertical);
|
|
1618
|
+
const SpoolInstUIIcon = exports.SpoolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spool);
|
|
1619
|
+
const SpotlightInstUIIcon = exports.SpotlightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spotlight);
|
|
1620
|
+
const SprayCanInstUIIcon = exports.SprayCanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SprayCan);
|
|
1621
|
+
const SproutInstUIIcon = exports.SproutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sprout);
|
|
1622
|
+
const SquareInstUIIcon = exports.SquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Square);
|
|
1623
|
+
const SquareActivityInstUIIcon = exports.SquareActivityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareActivity);
|
|
1624
|
+
const SquareArrowDownInstUIIcon = exports.SquareArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowDown);
|
|
1625
|
+
const SquareArrowDownLeftInstUIIcon = exports.SquareArrowDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowDownLeft);
|
|
1626
|
+
const SquareArrowDownRightInstUIIcon = exports.SquareArrowDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowDownRight);
|
|
1627
|
+
const SquareArrowLeftInstUIIcon = exports.SquareArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowLeft);
|
|
1628
|
+
const SquareArrowOutDownLeftInstUIIcon = exports.SquareArrowOutDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutDownLeft);
|
|
1629
|
+
const SquareArrowOutDownRightInstUIIcon = exports.SquareArrowOutDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutDownRight);
|
|
1630
|
+
const SquareArrowOutUpLeftInstUIIcon = exports.SquareArrowOutUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutUpLeft);
|
|
1631
|
+
const SquareArrowOutUpRightInstUIIcon = exports.SquareArrowOutUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutUpRight);
|
|
1632
|
+
const SquareArrowRightInstUIIcon = exports.SquareArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowRight);
|
|
1633
|
+
const SquareArrowUpInstUIIcon = exports.SquareArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowUp);
|
|
1634
|
+
const SquareArrowUpLeftInstUIIcon = exports.SquareArrowUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowUpLeft);
|
|
1635
|
+
const SquareArrowUpRightInstUIIcon = exports.SquareArrowUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowUpRight);
|
|
1636
|
+
const SquareAsteriskInstUIIcon = exports.SquareAsteriskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareAsterisk);
|
|
1637
|
+
const SquareBottomDashedScissorsInstUIIcon = exports.SquareBottomDashedScissorsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareBottomDashedScissors);
|
|
1638
|
+
const SquareChartGanttInstUIIcon = exports.SquareChartGanttInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChartGantt);
|
|
1639
|
+
const SquareCheckInstUIIcon = exports.SquareCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareCheck);
|
|
1640
|
+
const SquareCheckBigInstUIIcon = exports.SquareCheckBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareCheckBig);
|
|
1641
|
+
const SquareChevronDownInstUIIcon = exports.SquareChevronDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronDown);
|
|
1642
|
+
const SquareChevronLeftInstUIIcon = exports.SquareChevronLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronLeft);
|
|
1643
|
+
const SquareChevronRightInstUIIcon = exports.SquareChevronRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronRight);
|
|
1644
|
+
const SquareChevronUpInstUIIcon = exports.SquareChevronUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronUp);
|
|
1645
|
+
const SquareCodeInstUIIcon = exports.SquareCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareCode);
|
|
1646
|
+
const SquareDashedInstUIIcon = exports.SquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashed);
|
|
1647
|
+
const SquareDashedBottomInstUIIcon = exports.SquareDashedBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedBottom);
|
|
1648
|
+
const SquareDashedBottomCodeInstUIIcon = exports.SquareDashedBottomCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedBottomCode);
|
|
1649
|
+
const SquareDashedKanbanInstUIIcon = exports.SquareDashedKanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedKanban);
|
|
1650
|
+
const SquareDashedMousePointerInstUIIcon = exports.SquareDashedMousePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedMousePointer);
|
|
1651
|
+
const SquareDashedTopSolidInstUIIcon = exports.SquareDashedTopSolidInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedTopSolid);
|
|
1652
|
+
const SquareDivideInstUIIcon = exports.SquareDivideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDivide);
|
|
1653
|
+
const SquareDotInstUIIcon = exports.SquareDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDot);
|
|
1654
|
+
const SquareEqualInstUIIcon = exports.SquareEqualInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareEqual);
|
|
1655
|
+
const SquareFunctionInstUIIcon = exports.SquareFunctionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareFunction);
|
|
1656
|
+
const SquareGanttChartInstUIIcon = exports.SquareGanttChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareGanttChart);
|
|
1657
|
+
const SquareKanbanInstUIIcon = exports.SquareKanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareKanban);
|
|
1658
|
+
const SquareLibraryInstUIIcon = exports.SquareLibraryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareLibrary);
|
|
1659
|
+
const SquareMInstUIIcon = exports.SquareMInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareM);
|
|
1660
|
+
const SquareMenuInstUIIcon = exports.SquareMenuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareMenu);
|
|
1661
|
+
const SquareMinusInstUIIcon = exports.SquareMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareMinus);
|
|
1662
|
+
const SquareMousePointerInstUIIcon = exports.SquareMousePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareMousePointer);
|
|
1663
|
+
const SquareParkingInstUIIcon = exports.SquareParkingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareParking);
|
|
1664
|
+
const SquareParkingOffInstUIIcon = exports.SquareParkingOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareParkingOff);
|
|
1665
|
+
const SquarePauseInstUIIcon = exports.SquarePauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePause);
|
|
1666
|
+
const SquarePenInstUIIcon = exports.SquarePenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePen);
|
|
1667
|
+
const SquarePercentInstUIIcon = exports.SquarePercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePercent);
|
|
1668
|
+
const SquarePiInstUIIcon = exports.SquarePiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePi);
|
|
1669
|
+
const SquarePilcrowInstUIIcon = exports.SquarePilcrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePilcrow);
|
|
1670
|
+
const SquarePlayInstUIIcon = exports.SquarePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePlay);
|
|
1671
|
+
const SquarePlusInstUIIcon = exports.SquarePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePlus);
|
|
1672
|
+
const SquarePowerInstUIIcon = exports.SquarePowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePower);
|
|
1673
|
+
const SquareRadicalInstUIIcon = exports.SquareRadicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareRadical);
|
|
1674
|
+
const SquareRoundCornerInstUIIcon = exports.SquareRoundCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareRoundCorner);
|
|
1675
|
+
const SquareScissorsInstUIIcon = exports.SquareScissorsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareScissors);
|
|
1676
|
+
const SquareSigmaInstUIIcon = exports.SquareSigmaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSigma);
|
|
1677
|
+
const SquareSlashInstUIIcon = exports.SquareSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSlash);
|
|
1678
|
+
const SquareSplitHorizontalInstUIIcon = exports.SquareSplitHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSplitHorizontal);
|
|
1679
|
+
const SquareSplitVerticalInstUIIcon = exports.SquareSplitVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSplitVertical);
|
|
1680
|
+
const SquareSquareInstUIIcon = exports.SquareSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSquare);
|
|
1681
|
+
const SquareStackInstUIIcon = exports.SquareStackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareStack);
|
|
1682
|
+
const SquareStarInstUIIcon = exports.SquareStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareStar);
|
|
1683
|
+
const SquareStopInstUIIcon = exports.SquareStopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareStop);
|
|
1684
|
+
const SquareTerminalInstUIIcon = exports.SquareTerminalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareTerminal);
|
|
1685
|
+
const SquareUserInstUIIcon = exports.SquareUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareUser);
|
|
1686
|
+
const SquareUserRoundInstUIIcon = exports.SquareUserRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareUserRound);
|
|
1687
|
+
const SquareXInstUIIcon = exports.SquareXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareX);
|
|
1688
|
+
const SquaresExcludeInstUIIcon = exports.SquaresExcludeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresExclude);
|
|
1689
|
+
const SquaresIntersectInstUIIcon = exports.SquaresIntersectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresIntersect);
|
|
1690
|
+
const SquaresSubtractInstUIIcon = exports.SquaresSubtractInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresSubtract);
|
|
1691
|
+
const SquaresUniteInstUIIcon = exports.SquaresUniteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresUnite);
|
|
1692
|
+
const SquircleInstUIIcon = exports.SquircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Squircle);
|
|
1693
|
+
const SquircleDashedInstUIIcon = exports.SquircleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquircleDashed);
|
|
1694
|
+
const SquirrelInstUIIcon = exports.SquirrelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Squirrel);
|
|
1695
|
+
const StampInstUIIcon = exports.StampInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Stamp);
|
|
1696
|
+
const StarInstUIIcon = exports.StarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Star);
|
|
1697
|
+
const StarHalfInstUIIcon = exports.StarHalfInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StarHalf);
|
|
1698
|
+
const StarOffInstUIIcon = exports.StarOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StarOff);
|
|
1699
|
+
const StarsInstUIIcon = exports.StarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Stars);
|
|
1700
|
+
const StepBackInstUIIcon = exports.StepBackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StepBack);
|
|
1701
|
+
const StepForwardInstUIIcon = exports.StepForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StepForward);
|
|
1702
|
+
const StethoscopeInstUIIcon = exports.StethoscopeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Stethoscope);
|
|
1703
|
+
const StickerInstUIIcon = exports.StickerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sticker);
|
|
1704
|
+
const StickyNoteInstUIIcon = exports.StickyNoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StickyNote);
|
|
1705
|
+
const StopCircleInstUIIcon = exports.StopCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StopCircle);
|
|
1706
|
+
const StoreInstUIIcon = exports.StoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Store);
|
|
1707
|
+
const StretchHorizontalInstUIIcon = exports.StretchHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StretchHorizontal);
|
|
1708
|
+
const StretchVerticalInstUIIcon = exports.StretchVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StretchVertical);
|
|
1709
|
+
const StrikethroughInstUIIcon = exports.StrikethroughInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Strikethrough);
|
|
1710
|
+
const SubscriptInstUIIcon = exports.SubscriptInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Subscript);
|
|
1711
|
+
const SubtitlesInstUIIcon = exports.SubtitlesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Subtitles);
|
|
1712
|
+
const SunInstUIIcon = exports.SunInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sun);
|
|
1713
|
+
const SunDimInstUIIcon = exports.SunDimInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunDim);
|
|
1714
|
+
const SunMediumInstUIIcon = exports.SunMediumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunMedium);
|
|
1715
|
+
const SunMoonInstUIIcon = exports.SunMoonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunMoon);
|
|
1716
|
+
const SunSnowInstUIIcon = exports.SunSnowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunSnow);
|
|
1717
|
+
const SunriseInstUIIcon = exports.SunriseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sunrise);
|
|
1718
|
+
const SunsetInstUIIcon = exports.SunsetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sunset);
|
|
1719
|
+
const SuperscriptInstUIIcon = exports.SuperscriptInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Superscript);
|
|
1720
|
+
const SwatchBookInstUIIcon = exports.SwatchBookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SwatchBook);
|
|
1721
|
+
const SwissFrancInstUIIcon = exports.SwissFrancInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SwissFranc);
|
|
1722
|
+
const SwitchCameraInstUIIcon = exports.SwitchCameraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SwitchCamera);
|
|
1723
|
+
const SwordInstUIIcon = exports.SwordInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sword);
|
|
1724
|
+
const SwordsInstUIIcon = exports.SwordsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Swords);
|
|
1725
|
+
const SyringeInstUIIcon = exports.SyringeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Syringe);
|
|
1726
|
+
const TableInstUIIcon = exports.TableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Table);
|
|
1727
|
+
const Table2InstUIIcon = exports.Table2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Table2);
|
|
1728
|
+
const TableCellsMergeInstUIIcon = exports.TableCellsMergeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableCellsMerge);
|
|
1729
|
+
const TableCellsSplitInstUIIcon = exports.TableCellsSplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableCellsSplit);
|
|
1730
|
+
const TableColumnsSplitInstUIIcon = exports.TableColumnsSplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableColumnsSplit);
|
|
1731
|
+
const TableConfigInstUIIcon = exports.TableConfigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableConfig);
|
|
1732
|
+
const TableOfContentsInstUIIcon = exports.TableOfContentsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableOfContents);
|
|
1733
|
+
const TablePropertiesInstUIIcon = exports.TablePropertiesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableProperties);
|
|
1734
|
+
const TableRowsSplitInstUIIcon = exports.TableRowsSplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableRowsSplit);
|
|
1735
|
+
const TabletInstUIIcon = exports.TabletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tablet);
|
|
1736
|
+
const TabletSmartphoneInstUIIcon = exports.TabletSmartphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TabletSmartphone);
|
|
1737
|
+
const TabletsInstUIIcon = exports.TabletsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tablets);
|
|
1738
|
+
const TagInstUIIcon = exports.TagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tag);
|
|
1739
|
+
const TagsInstUIIcon = exports.TagsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tags);
|
|
1740
|
+
const Tally1InstUIIcon = exports.Tally1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally1);
|
|
1741
|
+
const Tally2InstUIIcon = exports.Tally2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally2);
|
|
1742
|
+
const Tally3InstUIIcon = exports.Tally3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally3);
|
|
1743
|
+
const Tally4InstUIIcon = exports.Tally4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally4);
|
|
1744
|
+
const Tally5InstUIIcon = exports.Tally5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally5);
|
|
1745
|
+
const TangentInstUIIcon = exports.TangentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tangent);
|
|
1746
|
+
const TargetInstUIIcon = exports.TargetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Target);
|
|
1747
|
+
const TelescopeInstUIIcon = exports.TelescopeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Telescope);
|
|
1748
|
+
const TentInstUIIcon = exports.TentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tent);
|
|
1749
|
+
const TentTreeInstUIIcon = exports.TentTreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TentTree);
|
|
1750
|
+
const TerminalInstUIIcon = exports.TerminalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Terminal);
|
|
1751
|
+
const TerminalSquareInstUIIcon = exports.TerminalSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TerminalSquare);
|
|
1752
|
+
const TestTubeInstUIIcon = exports.TestTubeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTube);
|
|
1753
|
+
const TestTube2InstUIIcon = exports.TestTube2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTube2);
|
|
1754
|
+
const TestTubeDiagonalInstUIIcon = exports.TestTubeDiagonalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTubeDiagonal);
|
|
1755
|
+
const TestTubesInstUIIcon = exports.TestTubesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTubes);
|
|
1756
|
+
const TextInstUIIcon = exports.TextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Text);
|
|
1757
|
+
const TextAlignCenterInstUIIcon = exports.TextAlignCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignCenter);
|
|
1758
|
+
const TextAlignEndInstUIIcon = exports.TextAlignEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignEnd);
|
|
1759
|
+
const TextAlignJustifyInstUIIcon = exports.TextAlignJustifyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignJustify);
|
|
1760
|
+
const TextAlignStartInstUIIcon = exports.TextAlignStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignStart);
|
|
1761
|
+
const TextCursorInstUIIcon = exports.TextCursorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextCursor);
|
|
1762
|
+
const TextCursorInputInstUIIcon = exports.TextCursorInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextCursorInput);
|
|
1763
|
+
const TextInitialInstUIIcon = exports.TextInitialInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextInitial);
|
|
1764
|
+
const TextQuoteInstUIIcon = exports.TextQuoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextQuote);
|
|
1765
|
+
const TextSearchInstUIIcon = exports.TextSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextSearch);
|
|
1766
|
+
const TextSelectInstUIIcon = exports.TextSelectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextSelect);
|
|
1767
|
+
const TextSelectionInstUIIcon = exports.TextSelectionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextSelection);
|
|
1768
|
+
const TextWrapInstUIIcon = exports.TextWrapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextWrap);
|
|
1769
|
+
const TheaterInstUIIcon = exports.TheaterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Theater);
|
|
1770
|
+
const ThermometerInstUIIcon = exports.ThermometerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Thermometer);
|
|
1771
|
+
const ThermometerSnowflakeInstUIIcon = exports.ThermometerSnowflakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThermometerSnowflake);
|
|
1772
|
+
const ThermometerSunInstUIIcon = exports.ThermometerSunInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThermometerSun);
|
|
1773
|
+
const ThumbsDownInstUIIcon = exports.ThumbsDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThumbsDown);
|
|
1774
|
+
const ThumbsUpInstUIIcon = exports.ThumbsUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThumbsUp);
|
|
1775
|
+
const TicketInstUIIcon = exports.TicketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ticket);
|
|
1776
|
+
const TicketCheckInstUIIcon = exports.TicketCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketCheck);
|
|
1777
|
+
const TicketMinusInstUIIcon = exports.TicketMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketMinus);
|
|
1778
|
+
const TicketPercentInstUIIcon = exports.TicketPercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketPercent);
|
|
1779
|
+
const TicketPlusInstUIIcon = exports.TicketPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketPlus);
|
|
1780
|
+
const TicketSlashInstUIIcon = exports.TicketSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketSlash);
|
|
1781
|
+
const TicketXInstUIIcon = exports.TicketXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketX);
|
|
1782
|
+
const TicketsInstUIIcon = exports.TicketsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tickets);
|
|
1783
|
+
const TicketsPlaneInstUIIcon = exports.TicketsPlaneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketsPlane);
|
|
1784
|
+
const TimerInstUIIcon = exports.TimerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Timer);
|
|
1785
|
+
const TimerOffInstUIIcon = exports.TimerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TimerOff);
|
|
1786
|
+
const TimerResetInstUIIcon = exports.TimerResetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TimerReset);
|
|
1787
|
+
const ToggleLeftInstUIIcon = exports.ToggleLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToggleLeft);
|
|
1788
|
+
const ToggleRightInstUIIcon = exports.ToggleRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToggleRight);
|
|
1789
|
+
const ToiletInstUIIcon = exports.ToiletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Toilet);
|
|
1790
|
+
const ToolCaseInstUIIcon = exports.ToolCaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToolCase);
|
|
1791
|
+
const TornadoInstUIIcon = exports.TornadoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tornado);
|
|
1792
|
+
const TorusInstUIIcon = exports.TorusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Torus);
|
|
1793
|
+
const TouchpadInstUIIcon = exports.TouchpadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Touchpad);
|
|
1794
|
+
const TouchpadOffInstUIIcon = exports.TouchpadOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TouchpadOff);
|
|
1795
|
+
const TowerControlInstUIIcon = exports.TowerControlInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TowerControl);
|
|
1796
|
+
const ToyBrickInstUIIcon = exports.ToyBrickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToyBrick);
|
|
1797
|
+
const TractorInstUIIcon = exports.TractorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tractor);
|
|
1798
|
+
const TrafficConeInstUIIcon = exports.TrafficConeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrafficCone);
|
|
1799
|
+
const TrainInstUIIcon = exports.TrainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Train);
|
|
1800
|
+
const TrainFrontInstUIIcon = exports.TrainFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrainFront);
|
|
1801
|
+
const TrainFrontTunnelInstUIIcon = exports.TrainFrontTunnelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrainFrontTunnel);
|
|
1802
|
+
const TrainTrackInstUIIcon = exports.TrainTrackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrainTrack);
|
|
1803
|
+
const TramFrontInstUIIcon = exports.TramFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TramFront);
|
|
1804
|
+
const TransgenderInstUIIcon = exports.TransgenderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Transgender);
|
|
1805
|
+
const TrashInstUIIcon = exports.TrashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trash);
|
|
1806
|
+
const Trash2InstUIIcon = exports.Trash2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trash2);
|
|
1807
|
+
const TreeDeciduousInstUIIcon = exports.TreeDeciduousInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TreeDeciduous);
|
|
1808
|
+
const TreePalmInstUIIcon = exports.TreePalmInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TreePalm);
|
|
1809
|
+
const TreePineInstUIIcon = exports.TreePineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TreePine);
|
|
1810
|
+
const TreesInstUIIcon = exports.TreesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trees);
|
|
1811
|
+
const TrelloInstUIIcon = exports.TrelloInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trello);
|
|
1812
|
+
const TrendingDownInstUIIcon = exports.TrendingDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrendingDown);
|
|
1813
|
+
const TrendingUpInstUIIcon = exports.TrendingUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrendingUp);
|
|
1814
|
+
const TrendingUpDownInstUIIcon = exports.TrendingUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrendingUpDown);
|
|
1815
|
+
const TriangleInstUIIcon = exports.TriangleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Triangle);
|
|
1816
|
+
const TriangleAlertInstUIIcon = exports.TriangleAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TriangleAlert);
|
|
1817
|
+
const TriangleDashedInstUIIcon = exports.TriangleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TriangleDashed);
|
|
1818
|
+
const TriangleRightInstUIIcon = exports.TriangleRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TriangleRight);
|
|
1819
|
+
const TrophyInstUIIcon = exports.TrophyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trophy);
|
|
1820
|
+
const TruckInstUIIcon = exports.TruckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Truck);
|
|
1821
|
+
const TruckElectricInstUIIcon = exports.TruckElectricInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TruckElectric);
|
|
1822
|
+
const TurkishLiraInstUIIcon = exports.TurkishLiraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TurkishLira);
|
|
1823
|
+
const TurntableInstUIIcon = exports.TurntableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Turntable);
|
|
1824
|
+
const TurtleInstUIIcon = exports.TurtleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Turtle);
|
|
1825
|
+
const TvInstUIIcon = exports.TvInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tv);
|
|
1826
|
+
const Tv2InstUIIcon = exports.Tv2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tv2);
|
|
1827
|
+
const TvMinimalInstUIIcon = exports.TvMinimalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TvMinimal);
|
|
1828
|
+
const TvMinimalPlayInstUIIcon = exports.TvMinimalPlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TvMinimalPlay);
|
|
1829
|
+
const TwitchInstUIIcon = exports.TwitchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Twitch);
|
|
1830
|
+
const TwitterInstUIIcon = exports.TwitterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Twitter);
|
|
1831
|
+
const TypeInstUIIcon = exports.TypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Type);
|
|
1832
|
+
const TypeOutlineInstUIIcon = exports.TypeOutlineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TypeOutline);
|
|
1833
|
+
const UmbrellaInstUIIcon = exports.UmbrellaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Umbrella);
|
|
1834
|
+
const UmbrellaOffInstUIIcon = exports.UmbrellaOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UmbrellaOff);
|
|
1835
|
+
const UnderlineInstUIIcon = exports.UnderlineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Underline);
|
|
1836
|
+
const UndoInstUIIcon = exports.UndoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Undo);
|
|
1837
|
+
const Undo2InstUIIcon = exports.Undo2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Undo2);
|
|
1838
|
+
const UndoDotInstUIIcon = exports.UndoDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UndoDot);
|
|
1839
|
+
const UnfoldHorizontalInstUIIcon = exports.UnfoldHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UnfoldHorizontal);
|
|
1840
|
+
const UnfoldVerticalInstUIIcon = exports.UnfoldVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UnfoldVertical);
|
|
1841
|
+
const UngroupInstUIIcon = exports.UngroupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ungroup);
|
|
1842
|
+
const UniversityInstUIIcon = exports.UniversityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.University);
|
|
1843
|
+
const UnlinkInstUIIcon = exports.UnlinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unlink);
|
|
1844
|
+
const Unlink2InstUIIcon = exports.Unlink2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unlink2);
|
|
1845
|
+
const UnlockInstUIIcon = exports.UnlockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unlock);
|
|
1846
|
+
const UnlockKeyholeInstUIIcon = exports.UnlockKeyholeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UnlockKeyhole);
|
|
1847
|
+
const UnplugInstUIIcon = exports.UnplugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unplug);
|
|
1848
|
+
const UploadInstUIIcon = exports.UploadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Upload);
|
|
1849
|
+
const UploadCloudInstUIIcon = exports.UploadCloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UploadCloud);
|
|
1850
|
+
const UsbInstUIIcon = exports.UsbInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Usb);
|
|
1851
|
+
const UserInstUIIcon = exports.UserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.User);
|
|
1852
|
+
const User2InstUIIcon = exports.User2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.User2);
|
|
1853
|
+
const UserCheckInstUIIcon = exports.UserCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCheck);
|
|
1854
|
+
const UserCheck2InstUIIcon = exports.UserCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCheck2);
|
|
1855
|
+
const UserCircleInstUIIcon = exports.UserCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCircle);
|
|
1856
|
+
const UserCircle2InstUIIcon = exports.UserCircle2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCircle2);
|
|
1857
|
+
const UserCogInstUIIcon = exports.UserCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCog);
|
|
1858
|
+
const UserCog2InstUIIcon = exports.UserCog2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCog2);
|
|
1859
|
+
const UserLockInstUIIcon = exports.UserLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserLock);
|
|
1860
|
+
const UserMinusInstUIIcon = exports.UserMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserMinus);
|
|
1861
|
+
const UserMinus2InstUIIcon = exports.UserMinus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserMinus2);
|
|
1862
|
+
const UserPenInstUIIcon = exports.UserPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserPen);
|
|
1863
|
+
const UserPlusInstUIIcon = exports.UserPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserPlus);
|
|
1864
|
+
const UserPlus2InstUIIcon = exports.UserPlus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserPlus2);
|
|
1865
|
+
const UserRoundInstUIIcon = exports.UserRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRound);
|
|
1866
|
+
const UserRoundCheckInstUIIcon = exports.UserRoundCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundCheck);
|
|
1867
|
+
const UserRoundCogInstUIIcon = exports.UserRoundCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundCog);
|
|
1868
|
+
const UserRoundMinusInstUIIcon = exports.UserRoundMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundMinus);
|
|
1869
|
+
const UserRoundPenInstUIIcon = exports.UserRoundPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundPen);
|
|
1870
|
+
const UserRoundPlusInstUIIcon = exports.UserRoundPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundPlus);
|
|
1871
|
+
const UserRoundSearchInstUIIcon = exports.UserRoundSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundSearch);
|
|
1872
|
+
const UserRoundXInstUIIcon = exports.UserRoundXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundX);
|
|
1873
|
+
const UserSearchInstUIIcon = exports.UserSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserSearch);
|
|
1874
|
+
const UserSquareInstUIIcon = exports.UserSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserSquare);
|
|
1875
|
+
const UserSquare2InstUIIcon = exports.UserSquare2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserSquare2);
|
|
1876
|
+
const UserStarInstUIIcon = exports.UserStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserStar);
|
|
1877
|
+
const UserXInstUIIcon = exports.UserXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserX);
|
|
1878
|
+
const UserX2InstUIIcon = exports.UserX2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserX2);
|
|
1879
|
+
const UsersInstUIIcon = exports.UsersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Users);
|
|
1880
|
+
const Users2InstUIIcon = exports.Users2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Users2);
|
|
1881
|
+
const UsersRoundInstUIIcon = exports.UsersRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UsersRound);
|
|
1882
|
+
const UtensilsInstUIIcon = exports.UtensilsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Utensils);
|
|
1883
|
+
const UtensilsCrossedInstUIIcon = exports.UtensilsCrossedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UtensilsCrossed);
|
|
1884
|
+
const UtilityPoleInstUIIcon = exports.UtilityPoleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UtilityPole);
|
|
1885
|
+
const VanInstUIIcon = exports.VanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Van);
|
|
1886
|
+
const VariableInstUIIcon = exports.VariableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Variable);
|
|
1887
|
+
const VaultInstUIIcon = exports.VaultInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vault);
|
|
1888
|
+
const VectorSquareInstUIIcon = exports.VectorSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VectorSquare);
|
|
1889
|
+
const VeganInstUIIcon = exports.VeganInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vegan);
|
|
1890
|
+
const VenetianMaskInstUIIcon = exports.VenetianMaskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VenetianMask);
|
|
1891
|
+
const VenusInstUIIcon = exports.VenusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Venus);
|
|
1892
|
+
const VenusAndMarsInstUIIcon = exports.VenusAndMarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VenusAndMars);
|
|
1893
|
+
const VerifiedInstUIIcon = exports.VerifiedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Verified);
|
|
1894
|
+
const VibrateInstUIIcon = exports.VibrateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vibrate);
|
|
1895
|
+
const VibrateOffInstUIIcon = exports.VibrateOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VibrateOff);
|
|
1896
|
+
const VideoInstUIIcon = exports.VideoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Video);
|
|
1897
|
+
const VideoOffInstUIIcon = exports.VideoOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VideoOff);
|
|
1898
|
+
const VideotapeInstUIIcon = exports.VideotapeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Videotape);
|
|
1899
|
+
const ViewInstUIIcon = exports.ViewInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.View);
|
|
1900
|
+
const VoicemailInstUIIcon = exports.VoicemailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Voicemail);
|
|
1901
|
+
const VolleyballInstUIIcon = exports.VolleyballInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volleyball);
|
|
1902
|
+
const VolumeInstUIIcon = exports.VolumeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volume);
|
|
1903
|
+
const Volume1InstUIIcon = exports.Volume1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volume1);
|
|
1904
|
+
const Volume2InstUIIcon = exports.Volume2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volume2);
|
|
1905
|
+
const VolumeOffInstUIIcon = exports.VolumeOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VolumeOff);
|
|
1906
|
+
const VolumeXInstUIIcon = exports.VolumeXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VolumeX);
|
|
1907
|
+
const VoteInstUIIcon = exports.VoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vote);
|
|
1908
|
+
const WalletInstUIIcon = exports.WalletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wallet);
|
|
1909
|
+
const Wallet2InstUIIcon = exports.Wallet2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wallet2);
|
|
1910
|
+
const WalletCardsInstUIIcon = exports.WalletCardsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WalletCards);
|
|
1911
|
+
const WalletMinimalInstUIIcon = exports.WalletMinimalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WalletMinimal);
|
|
1912
|
+
const WallpaperInstUIIcon = exports.WallpaperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wallpaper);
|
|
1913
|
+
const WandInstUIIcon = exports.WandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wand);
|
|
1914
|
+
const Wand2InstUIIcon = exports.Wand2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wand2);
|
|
1915
|
+
const WandSparklesInstUIIcon = exports.WandSparklesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WandSparkles);
|
|
1916
|
+
const WarehouseInstUIIcon = exports.WarehouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Warehouse);
|
|
1917
|
+
const WashingMachineInstUIIcon = exports.WashingMachineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WashingMachine);
|
|
1918
|
+
const WatchInstUIIcon = exports.WatchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Watch);
|
|
1919
|
+
const WavesInstUIIcon = exports.WavesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Waves);
|
|
1920
|
+
const WavesArrowDownInstUIIcon = exports.WavesArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WavesArrowDown);
|
|
1921
|
+
const WavesArrowUpInstUIIcon = exports.WavesArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WavesArrowUp);
|
|
1922
|
+
const WavesLadderInstUIIcon = exports.WavesLadderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WavesLadder);
|
|
1923
|
+
const WaypointsInstUIIcon = exports.WaypointsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Waypoints);
|
|
1924
|
+
const WebcamInstUIIcon = exports.WebcamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Webcam);
|
|
1925
|
+
const WebhookInstUIIcon = exports.WebhookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Webhook);
|
|
1926
|
+
const WebhookOffInstUIIcon = exports.WebhookOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WebhookOff);
|
|
1927
|
+
const WeightInstUIIcon = exports.WeightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Weight);
|
|
1928
|
+
const WeightTildeInstUIIcon = exports.WeightTildeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WeightTilde);
|
|
1929
|
+
const WheatInstUIIcon = exports.WheatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wheat);
|
|
1930
|
+
const WheatOffInstUIIcon = exports.WheatOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WheatOff);
|
|
1931
|
+
const WholeWordInstUIIcon = exports.WholeWordInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WholeWord);
|
|
1932
|
+
const WifiInstUIIcon = exports.WifiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wifi);
|
|
1933
|
+
const WifiCogInstUIIcon = exports.WifiCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiCog);
|
|
1934
|
+
const WifiHighInstUIIcon = exports.WifiHighInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiHigh);
|
|
1935
|
+
const WifiLowInstUIIcon = exports.WifiLowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiLow);
|
|
1936
|
+
const WifiOffInstUIIcon = exports.WifiOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiOff);
|
|
1937
|
+
const WifiPenInstUIIcon = exports.WifiPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiPen);
|
|
1938
|
+
const WifiSyncInstUIIcon = exports.WifiSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiSync);
|
|
1939
|
+
const WifiZeroInstUIIcon = exports.WifiZeroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiZero);
|
|
1940
|
+
const WindInstUIIcon = exports.WindInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wind);
|
|
1941
|
+
const WindArrowDownInstUIIcon = exports.WindArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WindArrowDown);
|
|
1942
|
+
const WineInstUIIcon = exports.WineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wine);
|
|
1943
|
+
const WineOffInstUIIcon = exports.WineOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WineOff);
|
|
1944
|
+
const WorkflowInstUIIcon = exports.WorkflowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Workflow);
|
|
1945
|
+
const WormInstUIIcon = exports.WormInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Worm);
|
|
1946
|
+
const WrapTextInstUIIcon = exports.WrapTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WrapText);
|
|
1947
|
+
const WrenchInstUIIcon = exports.WrenchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wrench);
|
|
1948
|
+
const XInstUIIcon = exports.XInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.X);
|
|
1949
|
+
const XCircleInstUIIcon = exports.XCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.XCircle);
|
|
1950
|
+
const XOctagonInstUIIcon = exports.XOctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.XOctagon);
|
|
1951
|
+
const XSquareInstUIIcon = exports.XSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.XSquare);
|
|
1952
|
+
const YoutubeInstUIIcon = exports.YoutubeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Youtube);
|
|
1953
|
+
const ZapInstUIIcon = exports.ZapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Zap);
|
|
1954
|
+
const ZapOffInstUIIcon = exports.ZapOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ZapOff);
|
|
1955
|
+
const ZoomInInstUIIcon = exports.ZoomInInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ZoomIn);
|
|
1956
|
+
const ZoomOutInstUIIcon = exports.ZoomOutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ZoomOut);
|