a-icons 1.0.12 → 1.0.13
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/demo/index.md +2 -2
- package/es/BrokenLineFilled.d.ts +6 -0
- package/es/BrokenLineFilled.js +39 -0
- package/es/BrokenLineOutlined.d.ts +6 -0
- package/es/BrokenLineOutlined.js +37 -0
- package/es/CardFilled.js +9 -4
- package/es/CardOutlined.js +36 -7
- package/es/CategoryFilled.d.ts +6 -0
- package/es/CategoryFilled.js +62 -0
- package/es/CategoryOutlined.d.ts +6 -0
- package/es/CategoryOutlined.js +39 -0
- package/es/CloseFilled.d.ts +6 -0
- package/es/CloseFilled.js +37 -0
- package/es/CloseOutlined.js +4 -9
- package/es/CloseSquareFilled.d.ts +6 -0
- package/es/CloseSquareFilled.js +39 -0
- package/es/CloseSquareOutlined.d.ts +6 -0
- package/es/CloseSquareOutlined.js +42 -0
- package/es/DoubleTextFilled.d.ts +6 -0
- package/es/DoubleTextFilled.js +39 -0
- package/es/DoubleTextOutlined.d.ts +6 -0
- package/es/DoubleTextOutlined.js +39 -0
- package/es/EditFilled.js +1 -2
- package/es/FileFilled.d.ts +6 -0
- package/es/FileFilled.js +37 -0
- package/es/FileOutlined.d.ts +6 -0
- package/es/FileOutlined.js +39 -0
- package/es/LayerFilled.d.ts +6 -0
- package/es/LayerFilled.js +43 -0
- package/es/LayerOutlined.d.ts +6 -0
- package/es/LayerOutlined.js +45 -0
- package/es/LineUpFilled.d.ts +6 -0
- package/es/LineUpFilled.js +39 -0
- package/es/LineUpOutlined.d.ts +6 -0
- package/es/LineUpOutlined.js +42 -0
- package/es/ListFilled.js +19 -5
- package/es/ListOutlined.d.ts +6 -0
- package/es/ListOutlined.js +50 -0
- package/es/LoopFilled.d.ts +6 -0
- package/es/LoopFilled.js +39 -0
- package/es/LoopFolderFilled.d.ts +6 -0
- package/es/LoopFolderFilled.js +39 -0
- package/es/LoopFolderOutlined.d.ts +6 -0
- package/es/LoopFolderOutlined.js +39 -0
- package/es/LoopOutlined.d.ts +6 -0
- package/es/LoopOutlined.js +37 -0
- package/es/MoneySymbolFilled.d.ts +6 -0
- package/es/MoneySymbolFilled.js +39 -0
- package/es/MoneySymbolOutlined.d.ts +6 -0
- package/es/MoneySymbolOutlined.js +50 -0
- package/es/PeopleAddFilled.d.ts +6 -0
- package/es/PeopleAddFilled.js +37 -0
- package/es/PeopleAddOutlined.d.ts +6 -0
- package/es/PeopleAddOutlined.js +42 -0
- package/es/PeopleFilled.d.ts +6 -0
- package/es/PeopleFilled.js +37 -0
- package/es/PeopleGroupFilled.d.ts +6 -0
- package/es/PeopleGroupFilled.js +37 -0
- package/es/PeopleGroupOutlined.d.ts +6 -0
- package/es/PeopleGroupOutlined.js +39 -0
- package/es/PeopleOutlined.d.ts +6 -0
- package/es/PeopleOutlined.js +39 -0
- package/es/PeopleTeamFilled.d.ts +6 -0
- package/es/PeopleTeamFilled.js +37 -0
- package/es/PeopleTeamOutlined.d.ts +6 -0
- package/es/PeopleTeamOutlined.js +39 -0
- package/es/PlusFilled.d.ts +6 -0
- package/es/PlusFilled.js +37 -0
- package/es/PlusOutlined.js +4 -4
- package/es/SettingFilled.js +1 -2
- package/es/SettingOutlined.js +1 -2
- package/es/SettingSquareFilled.d.ts +6 -0
- package/es/SettingSquareFilled.js +39 -0
- package/es/SettingSquareOutlined.d.ts +6 -0
- package/es/SettingSquareOutlined.js +49 -0
- package/es/TrashCanFilled.js +1 -2
- package/es/UpFilled.d.ts +6 -0
- package/es/UpFilled.js +40 -0
- package/es/UpOutlined.d.ts +6 -0
- package/es/UpOutlined.js +39 -0
- package/es/index.d.ts +40 -0
- package/es/index.js +41 -1
- package/lib/BrokenLineFilled.d.ts +6 -0
- package/lib/BrokenLineFilled.js +86 -0
- package/lib/BrokenLineOutlined.d.ts +6 -0
- package/lib/BrokenLineOutlined.js +84 -0
- package/lib/CardFilled.js +9 -4
- package/lib/CardOutlined.js +36 -7
- package/lib/CategoryFilled.d.ts +6 -0
- package/lib/CategoryFilled.js +109 -0
- package/lib/CategoryOutlined.d.ts +6 -0
- package/lib/CategoryOutlined.js +86 -0
- package/lib/CloseFilled.d.ts +6 -0
- package/lib/CloseFilled.js +84 -0
- package/lib/CloseOutlined.js +4 -9
- package/lib/CloseSquareFilled.d.ts +6 -0
- package/lib/CloseSquareFilled.js +86 -0
- package/lib/CloseSquareOutlined.d.ts +6 -0
- package/lib/CloseSquareOutlined.js +89 -0
- package/lib/DoubleTextFilled.d.ts +6 -0
- package/lib/DoubleTextFilled.js +86 -0
- package/lib/DoubleTextOutlined.d.ts +6 -0
- package/lib/DoubleTextOutlined.js +86 -0
- package/lib/EditFilled.js +1 -2
- package/lib/FileFilled.d.ts +6 -0
- package/lib/FileFilled.js +84 -0
- package/lib/FileOutlined.d.ts +6 -0
- package/lib/FileOutlined.js +86 -0
- package/lib/LayerFilled.d.ts +6 -0
- package/lib/LayerFilled.js +90 -0
- package/lib/LayerOutlined.d.ts +6 -0
- package/lib/LayerOutlined.js +92 -0
- package/lib/LineUpFilled.d.ts +6 -0
- package/lib/LineUpFilled.js +86 -0
- package/lib/LineUpOutlined.d.ts +6 -0
- package/lib/LineUpOutlined.js +89 -0
- package/lib/ListFilled.js +19 -5
- package/lib/ListOutlined.d.ts +6 -0
- package/lib/ListOutlined.js +97 -0
- package/lib/LoopFilled.d.ts +6 -0
- package/lib/LoopFilled.js +86 -0
- package/lib/LoopFolderFilled.d.ts +6 -0
- package/lib/LoopFolderFilled.js +86 -0
- package/lib/LoopFolderOutlined.d.ts +6 -0
- package/lib/LoopFolderOutlined.js +86 -0
- package/lib/LoopOutlined.d.ts +6 -0
- package/lib/LoopOutlined.js +84 -0
- package/lib/MoneySymbolFilled.d.ts +6 -0
- package/lib/MoneySymbolFilled.js +86 -0
- package/lib/MoneySymbolOutlined.d.ts +6 -0
- package/lib/MoneySymbolOutlined.js +97 -0
- package/lib/PeopleAddFilled.d.ts +6 -0
- package/lib/PeopleAddFilled.js +84 -0
- package/lib/PeopleAddOutlined.d.ts +6 -0
- package/lib/PeopleAddOutlined.js +89 -0
- package/lib/PeopleFilled.d.ts +6 -0
- package/lib/PeopleFilled.js +84 -0
- package/lib/PeopleGroupFilled.d.ts +6 -0
- package/lib/PeopleGroupFilled.js +84 -0
- package/lib/PeopleGroupOutlined.d.ts +6 -0
- package/lib/PeopleGroupOutlined.js +86 -0
- package/lib/PeopleOutlined.d.ts +6 -0
- package/lib/PeopleOutlined.js +86 -0
- package/lib/PeopleTeamFilled.d.ts +6 -0
- package/lib/PeopleTeamFilled.js +84 -0
- package/lib/PeopleTeamOutlined.d.ts +6 -0
- package/lib/PeopleTeamOutlined.js +86 -0
- package/lib/PlusFilled.d.ts +6 -0
- package/lib/PlusFilled.js +84 -0
- package/lib/PlusOutlined.js +4 -4
- package/lib/SettingFilled.js +1 -2
- package/lib/SettingOutlined.js +1 -2
- package/lib/SettingSquareFilled.d.ts +6 -0
- package/lib/SettingSquareFilled.js +86 -0
- package/lib/SettingSquareOutlined.d.ts +6 -0
- package/lib/SettingSquareOutlined.js +96 -0
- package/lib/TrashCanFilled.js +1 -2
- package/lib/UpFilled.d.ts +6 -0
- package/lib/UpFilled.js +87 -0
- package/lib/UpOutlined.d.ts +6 -0
- package/lib/UpOutlined.js +86 -0
- package/lib/index.d.ts +40 -0
- package/lib/index.js +360 -0
- package/package.json +2 -2
- package/src/BrokenLineFilled.tsx +20 -0
- package/src/BrokenLineOutlined.tsx +18 -0
- package/src/CardFilled.tsx +8 -2
- package/src/CardOutlined.tsx +30 -5
- package/src/CategoryFilled.tsx +18 -0
- package/src/CategoryOutlined.tsx +20 -0
- package/src/CloseFilled.tsx +18 -0
- package/src/CloseOutlined.tsx +2 -8
- package/src/CloseSquareFilled.tsx +20 -0
- package/src/CloseSquareOutlined.tsx +24 -0
- package/src/DoubleTextFilled.tsx +20 -0
- package/src/DoubleTextOutlined.tsx +20 -0
- package/src/EditFilled.tsx +1 -1
- package/src/FileFilled.tsx +18 -0
- package/src/FileOutlined.tsx +20 -0
- package/src/LayerFilled.tsx +26 -0
- package/src/LayerOutlined.tsx +28 -0
- package/src/LineUpFilled.tsx +20 -0
- package/src/LineUpOutlined.tsx +24 -0
- package/src/ListFilled.tsx +4 -2
- package/src/ListOutlined.tsx +34 -0
- package/src/LoopFilled.tsx +20 -0
- package/src/LoopFolderFilled.tsx +20 -0
- package/src/LoopFolderOutlined.tsx +20 -0
- package/src/LoopOutlined.tsx +18 -0
- package/src/MoneySymbolFilled.tsx +20 -0
- package/src/MoneySymbolOutlined.tsx +32 -0
- package/src/PeopleAddFilled.tsx +18 -0
- package/src/PeopleAddOutlined.tsx +24 -0
- package/src/PeopleFilled.tsx +18 -0
- package/src/PeopleGroupFilled.tsx +18 -0
- package/src/PeopleGroupOutlined.tsx +20 -0
- package/src/PeopleOutlined.tsx +20 -0
- package/src/PeopleTeamFilled.tsx +18 -0
- package/src/PeopleTeamOutlined.tsx +20 -0
- package/src/PlusFilled.tsx +18 -0
- package/src/PlusOutlined.tsx +2 -2
- package/src/SettingFilled.tsx +1 -1
- package/src/SettingOutlined.tsx +1 -1
- package/src/SettingSquareFilled.tsx +20 -0
- package/src/SettingSquareOutlined.tsx +32 -0
- package/src/TrashCanFilled.tsx +1 -1
- package/src/UpFilled.tsx +19 -0
- package/src/UpOutlined.tsx +20 -0
- package/src/index.tsx +40 -0
- package/svgs/filled/broken-line-filled.svg +5 -0
- package/svgs/filled/card-filled.svg +8 -0
- package/svgs/filled/category-filled.svg +6 -0
- package/svgs/filled/close-filled.svg +5 -0
- package/svgs/filled/close-square-filled.svg +5 -0
- package/svgs/filled/double-text-filled.svg +5 -0
- package/svgs/filled/edit-filled.svg +1 -1
- package/svgs/filled/file-filled.svg +5 -0
- package/svgs/filled/layer-filled.svg +11 -0
- package/svgs/filled/line-up-filled.svg +5 -0
- package/svgs/filled/list-filled.svg +16 -0
- package/svgs/filled/loop-filled.svg +5 -0
- package/svgs/filled/loop-folder-filled.svg +5 -0
- package/svgs/filled/money-symbol-filled.svg +5 -0
- package/svgs/filled/people-add-filled.svg +11 -0
- package/svgs/filled/people-filled.svg +8 -0
- package/svgs/filled/people-group-filled.svg +11 -0
- package/svgs/filled/people-team-filled.svg +14 -0
- package/svgs/filled/plus-filled.svg +5 -0
- package/svgs/filled/setting-filled.svg +1 -1
- package/svgs/filled/setting-square-filled.svg +5 -0
- package/svgs/filled/trash-can-filled.svg +1 -1
- package/svgs/filled/up-filled.svg +8 -0
- package/svgs/outlined/broken-line-outlined.svg +5 -0
- package/svgs/outlined/card-outlined.svg +13 -0
- package/svgs/outlined/category-outlined.svg +14 -0
- package/svgs/outlined/close-outlined.svg +5 -0
- package/svgs/outlined/close-square-outlined.svg +8 -0
- package/svgs/outlined/double-text-outlined.svg +5 -0
- package/svgs/outlined/file-outlined.svg +5 -0
- package/svgs/outlined/layer-outlined.svg +11 -0
- package/svgs/outlined/line-up-outlined.svg +8 -0
- package/svgs/outlined/list-outlined.svg +20 -0
- package/svgs/outlined/loop-folder-outlined.svg +5 -0
- package/svgs/outlined/loop-outlined.svg +8 -0
- package/svgs/outlined/money-symbol-outlined.svg +5 -0
- package/svgs/outlined/people-add-outlined.svg +11 -0
- package/svgs/outlined/people-group-outlined.svg +11 -0
- package/svgs/outlined/people-outlined.svg +8 -0
- package/svgs/outlined/people-team-outlined.svg +14 -0
- package/svgs/outlined/plus-outlined.svg +5 -0
- package/svgs/outlined/setting-outlined.svg +1 -1
- package/svgs/outlined/setting-square-outlined.svg +11 -0
- package/svgs/outlined/up-outlined.svg +5 -0
- package/tmpAllSvgs/broken-line-filled.svg +5 -0
- package/tmpAllSvgs/broken-line-outlined.svg +5 -0
- package/tmpAllSvgs/card-filled.svg +8 -0
- package/tmpAllSvgs/card-outlined.svg +13 -0
- package/tmpAllSvgs/category-filled.svg +6 -0
- package/tmpAllSvgs/category-outlined.svg +14 -0
- package/tmpAllSvgs/close-filled.svg +5 -0
- package/tmpAllSvgs/close-outlined.svg +5 -0
- package/tmpAllSvgs/close-square-filled.svg +5 -0
- package/tmpAllSvgs/close-square-outlined.svg +8 -0
- package/tmpAllSvgs/double-text-filled.svg +5 -0
- package/tmpAllSvgs/double-text-outlined.svg +5 -0
- package/tmpAllSvgs/edit-filled.svg +1 -1
- package/tmpAllSvgs/file-filled.svg +5 -0
- package/tmpAllSvgs/file-outlined.svg +5 -0
- package/tmpAllSvgs/layer-filled.svg +11 -0
- package/tmpAllSvgs/layer-outlined.svg +11 -0
- package/tmpAllSvgs/line-up-filled.svg +5 -0
- package/tmpAllSvgs/line-up-outlined.svg +8 -0
- package/tmpAllSvgs/list-filled.svg +16 -0
- package/tmpAllSvgs/list-outlined.svg +20 -0
- package/tmpAllSvgs/loop-filled.svg +5 -0
- package/tmpAllSvgs/loop-folder-filled.svg +5 -0
- package/tmpAllSvgs/loop-folder-outlined.svg +5 -0
- package/tmpAllSvgs/loop-outlined.svg +8 -0
- package/tmpAllSvgs/money-symbol-filled.svg +5 -0
- package/tmpAllSvgs/money-symbol-outlined.svg +5 -0
- package/tmpAllSvgs/people-add-filled.svg +11 -0
- package/tmpAllSvgs/people-add-outlined.svg +11 -0
- package/tmpAllSvgs/people-filled.svg +8 -0
- package/tmpAllSvgs/people-group-filled.svg +11 -0
- package/tmpAllSvgs/people-group-outlined.svg +11 -0
- package/tmpAllSvgs/people-outlined.svg +8 -0
- package/tmpAllSvgs/people-team-filled.svg +14 -0
- package/tmpAllSvgs/people-team-outlined.svg +14 -0
- package/tmpAllSvgs/plus-filled.svg +5 -0
- package/tmpAllSvgs/plus-outlined.svg +5 -0
- package/tmpAllSvgs/setting-filled.svg +1 -1
- package/tmpAllSvgs/setting-outlined.svg +1 -1
- package/tmpAllSvgs/setting-square-filled.svg +5 -0
- package/tmpAllSvgs/setting-square-outlined.svg +11 -0
- package/tmpAllSvgs/trash-can-filled.svg +1 -1
- package/tmpAllSvgs/up-filled.svg +8 -0
- package/tmpAllSvgs/up-outlined.svg +5 -0
- package/es/AdFilled.d.ts +0 -6
- package/es/AdFilled.js +0 -40
- package/es/AgreementMoney.d.ts +0 -6
- package/es/AgreementMoney.js +0 -40
- package/es/AlignLeftOutlined.d.ts +0 -6
- package/es/AlignLeftOutlined.js +0 -38
- package/es/AllocationOutlined.d.ts +0 -6
- package/es/AllocationOutlined.js +0 -37
- package/es/ArrowFilled.d.ts +0 -6
- package/es/ArrowFilled.js +0 -37
- package/es/ArrowInsideCircleOutlined.d.ts +0 -6
- package/es/ArrowInsideCircleOutlined.js +0 -40
- package/es/ArrowOutsideCircleOutlined.d.ts +0 -6
- package/es/ArrowOutsideCircleOutlined.js +0 -40
- package/es/BOutlined.d.ts +0 -6
- package/es/BOutlined.js +0 -37
- package/es/Balance.d.ts +0 -6
- package/es/Balance.js +0 -61
- package/es/BarFilled.d.ts +0 -6
- package/es/BarFilled.js +0 -37
- package/es/BarLineOutlined.d.ts +0 -6
- package/es/BarLineOutlined.js +0 -40
- package/es/BigEllipsisOutlined.d.ts +0 -6
- package/es/BigEllipsisOutlined.js +0 -37
- package/es/BlockTowerOutlined.d.ts +0 -6
- package/es/BlockTowerOutlined.js +0 -43
- package/es/BookmarkFilled.d.ts +0 -6
- package/es/BookmarkFilled.js +0 -37
- package/es/BoxOutlined.d.ts +0 -6
- package/es/BoxOutlined.js +0 -40
- package/es/BrowserUpgrade.d.ts +0 -6
- package/es/BrowserUpgrade.js +0 -198
- package/es/Btc.d.ts +0 -6
- package/es/Btc.js +0 -43
- package/es/BtcFilled.d.ts +0 -6
- package/es/BtcFilled.js +0 -42
- package/es/CFileFilled.d.ts +0 -6
- package/es/CFileFilled.js +0 -37
- package/es/Calendar.d.ts +0 -6
- package/es/Calendar.js +0 -44
- package/es/CancelledOutlined.d.ts +0 -6
- package/es/CancelledOutlined.js +0 -37
- package/es/CardLeftOutlined.d.ts +0 -6
- package/es/CardLeftOutlined.js +0 -42
- package/es/CheckCircleFilled.d.ts +0 -6
- package/es/CheckCircleFilled.js +0 -43
- package/es/CheckCircleOFilled.d.ts +0 -6
- package/es/CheckCircleOFilled.js +0 -48
- package/es/CheckCircleOutlined.d.ts +0 -6
- package/es/CheckCircleOutlined.js +0 -40
- package/es/CircleCalendar.d.ts +0 -6
- package/es/CircleCalendar.js +0 -67
- package/es/CircleCancelOutlined.d.ts +0 -6
- package/es/CircleCancelOutlined.js +0 -37
- package/es/CircleComplete.d.ts +0 -6
- package/es/CircleComplete.js +0 -70
- package/es/CircleCouponFilled.d.ts +0 -6
- package/es/CircleCouponFilled.js +0 -40
- package/es/CircleDoc.d.ts +0 -6
- package/es/CircleDoc.js +0 -67
- package/es/CircleLightningFilled.d.ts +0 -6
- package/es/CircleLightningFilled.js +0 -40
- package/es/CircleListOutlined.d.ts +0 -6
- package/es/CircleListOutlined.js +0 -40
- package/es/CircleLockFilled.d.ts +0 -6
- package/es/CircleLockFilled.js +0 -40
- package/es/CircleMoney.d.ts +0 -6
- package/es/CircleMoney.js +0 -67
- package/es/CircleQuestionOutlined.d.ts +0 -6
- package/es/CircleQuestionOutlined.js +0 -43
- package/es/CircleShutdownOutlined.d.ts +0 -6
- package/es/CircleShutdownOutlined.js +0 -40
- package/es/CloseCircleFilled.d.ts +0 -6
- package/es/CloseCircleFilled.js +0 -42
- package/es/CloseCircleTFilled.d.ts +0 -6
- package/es/CloseCircleTFilled.js +0 -42
- package/es/CloudOutlined.d.ts +0 -6
- package/es/CloudOutlined.js +0 -37
- package/es/CoinCircleOutline.d.ts +0 -6
- package/es/CoinCircleOutline.js +0 -40
- package/es/CoinFilled.d.ts +0 -6
- package/es/CoinFilled.js +0 -37
- package/es/CompassFilled.d.ts +0 -6
- package/es/CompassFilled.js +0 -37
- package/es/Complete.d.ts +0 -6
- package/es/Complete.js +0 -47
- package/es/CopyFilled.d.ts +0 -6
- package/es/CopyFilled.js +0 -40
- package/es/CopyOutlined.d.ts +0 -6
- package/es/CopyOutlined.js +0 -37
- package/es/CorrectOutlined.d.ts +0 -6
- package/es/CorrectOutlined.js +0 -37
- package/es/CouponFilled.d.ts +0 -6
- package/es/CouponFilled.js +0 -37
- package/es/CycleArrowFilled.d.ts +0 -6
- package/es/CycleArrowFilled.js +0 -38
- package/es/DashboardOutlined.d.ts +0 -6
- package/es/DashboardOutlined.js +0 -49
- package/es/Doc.d.ts +0 -6
- package/es/Doc.js +0 -47
- package/es/DocFilled.d.ts +0 -6
- package/es/DocFilled.js +0 -37
- package/es/DocFilledOutlined.d.ts +0 -6
- package/es/DocFilledOutlined.js +0 -40
- package/es/DocTFilled.d.ts +0 -6
- package/es/DocTFilled.js +0 -37
- package/es/DoubleDownOutlined.d.ts +0 -6
- package/es/DoubleDownOutlined.js +0 -40
- package/es/DoubleUpOutlined.d.ts +0 -6
- package/es/DoubleUpOutlined.js +0 -40
- package/es/DoubleUser.d.ts +0 -6
- package/es/DoubleUser.js +0 -40
- package/es/DoubleUserFilled.d.ts +0 -6
- package/es/DoubleUserFilled.js +0 -38
- package/es/DownloadFilled.d.ts +0 -6
- package/es/DownloadFilled.js +0 -37
- package/es/DragDotFilled.d.ts +0 -6
- package/es/DragDotFilled.js +0 -64
- package/es/DragOutlined.d.ts +0 -6
- package/es/DragOutlined.js +0 -37
- package/es/EarthFilled.d.ts +0 -6
- package/es/EarthFilled.js +0 -37
- package/es/EditFilled2.d.ts +0 -6
- package/es/EditFilled2.js +0 -43
- package/es/ElectricOutlined.d.ts +0 -6
- package/es/ElectricOutlined.js +0 -40
- package/es/EllipsisOutlined.d.ts +0 -6
- package/es/EllipsisOutlined.js +0 -49
- package/es/EmailCircleFilled.d.ts +0 -6
- package/es/EmailCircleFilled.js +0 -37
- package/es/EmailCircleOutlined.d.ts +0 -6
- package/es/EmailCircleOutlined.js +0 -40
- package/es/EmailFilled.d.ts +0 -6
- package/es/EmailFilled.js +0 -37
- package/es/EthFilled.d.ts +0 -6
- package/es/EthFilled.js +0 -42
- package/es/ExclamationCircleFilled.d.ts +0 -6
- package/es/ExclamationCircleFilled.js +0 -43
- package/es/ExclamationCircleOutlined.d.ts +0 -6
- package/es/ExclamationCircleOutlined.js +0 -40
- package/es/EyeFilled.d.ts +0 -6
- package/es/EyeFilled.js +0 -41
- package/es/EyeInvisibleFilled.d.ts +0 -6
- package/es/EyeInvisibleFilled.js +0 -37
- package/es/FileDoneOutlined.d.ts +0 -6
- package/es/FileDoneOutlined.js +0 -43
- package/es/FileDownOutlined.d.ts +0 -6
- package/es/FileDownOutlined.js +0 -46
- package/es/FileSearchOutlined.d.ts +0 -6
- package/es/FileSearchOutlined.js +0 -37
- package/es/FileTextCircleFilled.d.ts +0 -6
- package/es/FileTextCircleFilled.js +0 -45
- package/es/FillePageOutlined.d.ts +0 -6
- package/es/FillePageOutlined.js +0 -40
- package/es/FormOutlined.d.ts +0 -6
- package/es/FormOutlined.js +0 -40
- package/es/GuilderFilled.d.ts +0 -6
- package/es/GuilderFilled.js +0 -37
- package/es/HandCardOutlined.d.ts +0 -6
- package/es/HandCardOutlined.js +0 -40
- package/es/HashCouponFilled.d.ts +0 -6
- package/es/HashCouponFilled.js +0 -37
- package/es/HomeFilled.d.ts +0 -6
- package/es/HomeFilled.js +0 -37
- package/es/HornFilled.d.ts +0 -6
- package/es/HornFilled.js +0 -43
- package/es/InfoCircleFilled.d.ts +0 -6
- package/es/InfoCircleFilled.js +0 -37
- package/es/KeyFilled.d.ts +0 -6
- package/es/KeyFilled.js +0 -37
- package/es/KeyOutlined.d.ts +0 -6
- package/es/KeyOutlined.js +0 -37
- package/es/LagFilled.d.ts +0 -6
- package/es/LagFilled.js +0 -41
- package/es/LightningFilled.d.ts +0 -6
- package/es/LightningFilled.js +0 -37
- package/es/LightningFilledTwo.d.ts +0 -6
- package/es/LightningFilledTwo.js +0 -40
- package/es/LightningOutlined.d.ts +0 -6
- package/es/LightningOutlined.js +0 -37
- package/es/LockFilled.d.ts +0 -6
- package/es/LockFilled.js +0 -37
- package/es/LockOutlined.d.ts +0 -6
- package/es/LockOutlined.js +0 -40
- package/es/MBalance.d.ts +0 -6
- package/es/MBalance.js +0 -58
- package/es/MUpwardArrow.d.ts +0 -6
- package/es/MUpwardArrow.js +0 -44
- package/es/MailFilled.d.ts +0 -6
- package/es/MailFilled.js +0 -37
- package/es/MenuFoldOutlined.d.ts +0 -6
- package/es/MenuFoldOutlined.js +0 -37
- package/es/MenuUnfoldOutlined.d.ts +0 -6
- package/es/MenuUnfoldOutlined.js +0 -37
- package/es/MinusCircleFilled.d.ts +0 -6
- package/es/MinusCircleFilled.js +0 -37
- package/es/Money.d.ts +0 -6
- package/es/Money.js +0 -40
- package/es/MoneyLockOutlined.d.ts +0 -6
- package/es/MoneyLockOutlined.js +0 -37
- package/es/MultipleRoundOutlined.d.ts +0 -6
- package/es/MultipleRoundOutlined.js +0 -37
- package/es/NoData.d.ts +0 -6
- package/es/NoData.js +0 -162
- package/es/NotFound.d.ts +0 -6
- package/es/NotFound.js +0 -584
- package/es/OneShovelOutlined.d.ts +0 -6
- package/es/OneShovelOutlined.js +0 -37
- package/es/OneUserFilled.d.ts +0 -6
- package/es/OneUserFilled.js +0 -37
- package/es/OrganizationFilled.d.ts +0 -6
- package/es/OrganizationFilled.js +0 -38
- package/es/PendingFilled.d.ts +0 -6
- package/es/PendingFilled.js +0 -57
- package/es/PercentOutlined.d.ts +0 -6
- package/es/PercentOutlined.js +0 -50
- package/es/PersonMoney.d.ts +0 -6
- package/es/PersonMoney.js +0 -44
- package/es/PhoneCircleFilled.d.ts +0 -6
- package/es/PhoneCircleFilled.js +0 -40
- package/es/PhoneFilled.d.ts +0 -6
- package/es/PhoneFilled.js +0 -38
- package/es/PieChartFilled.d.ts +0 -6
- package/es/PieChartFilled.js +0 -37
- package/es/PieFilled.d.ts +0 -6
- package/es/PieFilled.js +0 -37
- package/es/PiggyBank.d.ts +0 -6
- package/es/PiggyBank.js +0 -40
- package/es/PocketFilled.d.ts +0 -6
- package/es/PocketFilled.js +0 -40
- package/es/PolygonMoney.d.ts +0 -6
- package/es/PolygonMoney.js +0 -73
- package/es/ProfileOutlined.d.ts +0 -6
- package/es/ProfileOutlined.js +0 -40
- package/es/QrCodeOutlined.d.ts +0 -6
- package/es/QrCodeOutlined.js +0 -37
- package/es/QuestionCircleFilled.d.ts +0 -6
- package/es/QuestionCircleFilled.js +0 -41
- package/es/RefreshCOutlined.d.ts +0 -6
- package/es/RefreshCOutlined.js +0 -43
- package/es/RefreshOutlined.d.ts +0 -6
- package/es/RefreshOutlined.js +0 -37
- package/es/ReticuleOutlined.d.ts +0 -6
- package/es/ReticuleOutlined.js +0 -40
- package/es/RightOutlined.d.ts +0 -6
- package/es/RightOutlined.js +0 -37
- package/es/SafeMoney.d.ts +0 -6
- package/es/SafeMoney.js +0 -47
- package/es/SafetyCertificateFilled.d.ts +0 -6
- package/es/SafetyCertificateFilled.js +0 -37
- package/es/SafetyOutlined.d.ts +0 -6
- package/es/SafetyOutlined.js +0 -40
- package/es/SearchOutlined.d.ts +0 -6
- package/es/SearchOutlined.js +0 -37
- package/es/SettingsFilled.d.ts +0 -6
- package/es/SettingsFilled.js +0 -46
- package/es/SharedFilled.d.ts +0 -6
- package/es/SharedFilled.js +0 -37
- package/es/ShopOutlined.d.ts +0 -6
- package/es/ShopOutlined.js +0 -37
- package/es/ShoppingBagOutlined.d.ts +0 -6
- package/es/ShoppingBagOutlined.js +0 -37
- package/es/ShovelOutlined.d.ts +0 -6
- package/es/ShovelOutlined.js +0 -37
- package/es/ShrinkFilled.d.ts +0 -6
- package/es/ShrinkFilled.js +0 -42
- package/es/ShrinkOutlined.d.ts +0 -6
- package/es/ShrinkOutlined.js +0 -38
- package/es/ShutdownOutlined.d.ts +0 -6
- package/es/ShutdownOutlined.js +0 -40
- package/es/SmallBarFilled.d.ts +0 -6
- package/es/SmallBarFilled.js +0 -53
- package/es/SquareForbidOutlined.d.ts +0 -6
- package/es/SquareForbidOutlined.js +0 -40
- package/es/SquareLockOutlined.d.ts +0 -6
- package/es/SquareLockOutlined.js +0 -37
- package/es/SquareSwitchOutlined.d.ts +0 -6
- package/es/SquareSwitchOutlined.js +0 -40
- package/es/SquaresFilled.d.ts +0 -6
- package/es/SquaresFilled.js +0 -37
- package/es/StereoSquareOutlined.d.ts +0 -6
- package/es/StereoSquareOutlined.js +0 -37
- package/es/StopCircleOutlined.d.ts +0 -6
- package/es/StopCircleOutlined.js +0 -44
- package/es/StoreFilled.d.ts +0 -6
- package/es/StoreFilled.js +0 -37
- package/es/StoreOutlined.d.ts +0 -6
- package/es/StoreOutlined.js +0 -40
- package/es/SyncOutlined.d.ts +0 -6
- package/es/SyncOutlined.js +0 -37
- package/es/TagOutlined.d.ts +0 -6
- package/es/TagOutlined.js +0 -42
- package/es/TimeOutlined.d.ts +0 -6
- package/es/TimeOutlined.js +0 -41
- package/es/TimeTwoOutlined.d.ts +0 -6
- package/es/TimeTwoOutlined.js +0 -60
- package/es/TipCircleOutlined.d.ts +0 -6
- package/es/TipCircleOutlined.js +0 -43
- package/es/TransformFilled.d.ts +0 -6
- package/es/TransformFilled.js +0 -49
- package/es/TrashOutlined.d.ts +0 -6
- package/es/TrashOutlined.js +0 -40
- package/es/TriangleFilled.d.ts +0 -6
- package/es/TriangleFilled.js +0 -37
- package/es/TrumpetMoney.d.ts +0 -6
- package/es/TrumpetMoney.js +0 -42
- package/es/TvMoney.d.ts +0 -6
- package/es/TvMoney.js +0 -47
- package/es/UmbrellaOutlined.d.ts +0 -6
- package/es/UmbrellaOutlined.js +0 -37
- package/es/UndoOutlined.d.ts +0 -6
- package/es/UndoOutlined.js +0 -37
- package/es/UpwardArrow.d.ts +0 -6
- package/es/UpwardArrow.js +0 -67
- package/es/UsdtFilled.d.ts +0 -6
- package/es/UsdtFilled.js +0 -40
- package/es/UserAddFilled.d.ts +0 -6
- package/es/UserAddFilled.js +0 -37
- package/es/UserFilled.d.ts +0 -6
- package/es/UserFilled.js +0 -37
- package/es/UserFilled2.d.ts +0 -6
- package/es/UserFilled2.js +0 -37
- package/es/WalletFilled.d.ts +0 -6
- package/es/WalletFilled.js +0 -37
- package/es/Welcome.d.ts +0 -6
- package/es/Welcome.js +0 -2107
- package/es/ZoomCircleOutlined.d.ts +0 -6
- package/es/ZoomCircleOutlined.js +0 -40
- package/es/ZoomOutlined.d.ts +0 -6
- package/es/ZoomOutlined.js +0 -38
- package/lib/AdFilled.d.ts +0 -6
- package/lib/AdFilled.js +0 -87
- package/lib/AgreementMoney.d.ts +0 -6
- package/lib/AgreementMoney.js +0 -87
- package/lib/AlignLeftOutlined.d.ts +0 -6
- package/lib/AlignLeftOutlined.js +0 -85
- package/lib/AllocationOutlined.d.ts +0 -6
- package/lib/AllocationOutlined.js +0 -84
- package/lib/ArrowFilled.d.ts +0 -6
- package/lib/ArrowFilled.js +0 -84
- package/lib/ArrowInsideCircleOutlined.d.ts +0 -6
- package/lib/ArrowInsideCircleOutlined.js +0 -87
- package/lib/ArrowOutsideCircleOutlined.d.ts +0 -6
- package/lib/ArrowOutsideCircleOutlined.js +0 -87
- package/lib/BOutlined.d.ts +0 -6
- package/lib/BOutlined.js +0 -84
- package/lib/Balance.d.ts +0 -6
- package/lib/Balance.js +0 -108
- package/lib/BarFilled.d.ts +0 -6
- package/lib/BarFilled.js +0 -84
- package/lib/BarLineOutlined.d.ts +0 -6
- package/lib/BarLineOutlined.js +0 -87
- package/lib/BigEllipsisOutlined.d.ts +0 -6
- package/lib/BigEllipsisOutlined.js +0 -84
- package/lib/BlockTowerOutlined.d.ts +0 -6
- package/lib/BlockTowerOutlined.js +0 -90
- package/lib/BookmarkFilled.d.ts +0 -6
- package/lib/BookmarkFilled.js +0 -84
- package/lib/BoxOutlined.d.ts +0 -6
- package/lib/BoxOutlined.js +0 -87
- package/lib/BrowserUpgrade.d.ts +0 -6
- package/lib/BrowserUpgrade.js +0 -245
- package/lib/Btc.d.ts +0 -6
- package/lib/Btc.js +0 -90
- package/lib/BtcFilled.d.ts +0 -6
- package/lib/BtcFilled.js +0 -89
- package/lib/CFileFilled.d.ts +0 -6
- package/lib/CFileFilled.js +0 -84
- package/lib/Calendar.d.ts +0 -6
- package/lib/Calendar.js +0 -91
- package/lib/CancelledOutlined.d.ts +0 -6
- package/lib/CancelledOutlined.js +0 -84
- package/lib/CardLeftOutlined.d.ts +0 -6
- package/lib/CardLeftOutlined.js +0 -89
- package/lib/CheckCircleFilled.d.ts +0 -6
- package/lib/CheckCircleFilled.js +0 -90
- package/lib/CheckCircleOFilled.d.ts +0 -6
- package/lib/CheckCircleOFilled.js +0 -95
- package/lib/CheckCircleOutlined.d.ts +0 -6
- package/lib/CheckCircleOutlined.js +0 -87
- package/lib/CircleCalendar.d.ts +0 -6
- package/lib/CircleCalendar.js +0 -114
- package/lib/CircleCancelOutlined.d.ts +0 -6
- package/lib/CircleCancelOutlined.js +0 -84
- package/lib/CircleComplete.d.ts +0 -6
- package/lib/CircleComplete.js +0 -117
- package/lib/CircleCouponFilled.d.ts +0 -6
- package/lib/CircleCouponFilled.js +0 -87
- package/lib/CircleDoc.d.ts +0 -6
- package/lib/CircleDoc.js +0 -114
- package/lib/CircleLightningFilled.d.ts +0 -6
- package/lib/CircleLightningFilled.js +0 -87
- package/lib/CircleListOutlined.d.ts +0 -6
- package/lib/CircleListOutlined.js +0 -87
- package/lib/CircleLockFilled.d.ts +0 -6
- package/lib/CircleLockFilled.js +0 -87
- package/lib/CircleMoney.d.ts +0 -6
- package/lib/CircleMoney.js +0 -114
- package/lib/CircleQuestionOutlined.d.ts +0 -6
- package/lib/CircleQuestionOutlined.js +0 -90
- package/lib/CircleShutdownOutlined.d.ts +0 -6
- package/lib/CircleShutdownOutlined.js +0 -87
- package/lib/CloseCircleFilled.d.ts +0 -6
- package/lib/CloseCircleFilled.js +0 -89
- package/lib/CloseCircleTFilled.d.ts +0 -6
- package/lib/CloseCircleTFilled.js +0 -89
- package/lib/CloudOutlined.d.ts +0 -6
- package/lib/CloudOutlined.js +0 -84
- package/lib/CoinCircleOutline.d.ts +0 -6
- package/lib/CoinCircleOutline.js +0 -87
- package/lib/CoinFilled.d.ts +0 -6
- package/lib/CoinFilled.js +0 -84
- package/lib/CompassFilled.d.ts +0 -6
- package/lib/CompassFilled.js +0 -84
- package/lib/Complete.d.ts +0 -6
- package/lib/Complete.js +0 -94
- package/lib/CopyFilled.d.ts +0 -6
- package/lib/CopyFilled.js +0 -87
- package/lib/CopyOutlined.d.ts +0 -6
- package/lib/CopyOutlined.js +0 -84
- package/lib/CorrectOutlined.d.ts +0 -6
- package/lib/CorrectOutlined.js +0 -84
- package/lib/CouponFilled.d.ts +0 -6
- package/lib/CouponFilled.js +0 -84
- package/lib/CycleArrowFilled.d.ts +0 -6
- package/lib/CycleArrowFilled.js +0 -85
- package/lib/DashboardOutlined.d.ts +0 -6
- package/lib/DashboardOutlined.js +0 -96
- package/lib/Doc.d.ts +0 -6
- package/lib/Doc.js +0 -94
- package/lib/DocFilled.d.ts +0 -6
- package/lib/DocFilled.js +0 -84
- package/lib/DocFilledOutlined.d.ts +0 -6
- package/lib/DocFilledOutlined.js +0 -87
- package/lib/DocTFilled.d.ts +0 -6
- package/lib/DocTFilled.js +0 -84
- package/lib/DoubleDownOutlined.d.ts +0 -6
- package/lib/DoubleDownOutlined.js +0 -87
- package/lib/DoubleUpOutlined.d.ts +0 -6
- package/lib/DoubleUpOutlined.js +0 -87
- package/lib/DoubleUser.d.ts +0 -6
- package/lib/DoubleUser.js +0 -87
- package/lib/DoubleUserFilled.d.ts +0 -6
- package/lib/DoubleUserFilled.js +0 -85
- package/lib/DownloadFilled.d.ts +0 -6
- package/lib/DownloadFilled.js +0 -84
- package/lib/DragDotFilled.d.ts +0 -6
- package/lib/DragDotFilled.js +0 -111
- package/lib/DragOutlined.d.ts +0 -6
- package/lib/DragOutlined.js +0 -84
- package/lib/EarthFilled.d.ts +0 -6
- package/lib/EarthFilled.js +0 -84
- package/lib/EditFilled2.d.ts +0 -6
- package/lib/EditFilled2.js +0 -90
- package/lib/ElectricOutlined.d.ts +0 -6
- package/lib/ElectricOutlined.js +0 -87
- package/lib/EllipsisOutlined.d.ts +0 -6
- package/lib/EllipsisOutlined.js +0 -96
- package/lib/EmailCircleFilled.d.ts +0 -6
- package/lib/EmailCircleFilled.js +0 -84
- package/lib/EmailCircleOutlined.d.ts +0 -6
- package/lib/EmailCircleOutlined.js +0 -87
- package/lib/EmailFilled.d.ts +0 -6
- package/lib/EmailFilled.js +0 -84
- package/lib/EthFilled.d.ts +0 -6
- package/lib/EthFilled.js +0 -89
- package/lib/ExclamationCircleFilled.d.ts +0 -6
- package/lib/ExclamationCircleFilled.js +0 -90
- package/lib/ExclamationCircleOutlined.d.ts +0 -6
- package/lib/ExclamationCircleOutlined.js +0 -87
- package/lib/EyeFilled.d.ts +0 -6
- package/lib/EyeFilled.js +0 -88
- package/lib/EyeInvisibleFilled.d.ts +0 -6
- package/lib/EyeInvisibleFilled.js +0 -84
- package/lib/FileDoneOutlined.d.ts +0 -6
- package/lib/FileDoneOutlined.js +0 -90
- package/lib/FileDownOutlined.d.ts +0 -6
- package/lib/FileDownOutlined.js +0 -93
- package/lib/FileSearchOutlined.d.ts +0 -6
- package/lib/FileSearchOutlined.js +0 -84
- package/lib/FileTextCircleFilled.d.ts +0 -6
- package/lib/FileTextCircleFilled.js +0 -92
- package/lib/FillePageOutlined.d.ts +0 -6
- package/lib/FillePageOutlined.js +0 -87
- package/lib/FormOutlined.d.ts +0 -6
- package/lib/FormOutlined.js +0 -87
- package/lib/GuilderFilled.d.ts +0 -6
- package/lib/GuilderFilled.js +0 -84
- package/lib/HandCardOutlined.d.ts +0 -6
- package/lib/HandCardOutlined.js +0 -87
- package/lib/HashCouponFilled.d.ts +0 -6
- package/lib/HashCouponFilled.js +0 -84
- package/lib/HomeFilled.d.ts +0 -6
- package/lib/HomeFilled.js +0 -84
- package/lib/HornFilled.d.ts +0 -6
- package/lib/HornFilled.js +0 -90
- package/lib/InfoCircleFilled.d.ts +0 -6
- package/lib/InfoCircleFilled.js +0 -84
- package/lib/KeyFilled.d.ts +0 -6
- package/lib/KeyFilled.js +0 -84
- package/lib/KeyOutlined.d.ts +0 -6
- package/lib/KeyOutlined.js +0 -84
- package/lib/LagFilled.d.ts +0 -6
- package/lib/LagFilled.js +0 -88
- package/lib/LightningFilled.d.ts +0 -6
- package/lib/LightningFilled.js +0 -84
- package/lib/LightningFilledTwo.d.ts +0 -6
- package/lib/LightningFilledTwo.js +0 -87
- package/lib/LightningOutlined.d.ts +0 -6
- package/lib/LightningOutlined.js +0 -84
- package/lib/LockFilled.d.ts +0 -6
- package/lib/LockFilled.js +0 -84
- package/lib/LockOutlined.d.ts +0 -6
- package/lib/LockOutlined.js +0 -87
- package/lib/MBalance.d.ts +0 -6
- package/lib/MBalance.js +0 -105
- package/lib/MUpwardArrow.d.ts +0 -6
- package/lib/MUpwardArrow.js +0 -91
- package/lib/MailFilled.d.ts +0 -6
- package/lib/MailFilled.js +0 -84
- package/lib/MenuFoldOutlined.d.ts +0 -6
- package/lib/MenuFoldOutlined.js +0 -84
- package/lib/MenuUnfoldOutlined.d.ts +0 -6
- package/lib/MenuUnfoldOutlined.js +0 -84
- package/lib/MinusCircleFilled.d.ts +0 -6
- package/lib/MinusCircleFilled.js +0 -84
- package/lib/Money.d.ts +0 -6
- package/lib/Money.js +0 -87
- package/lib/MoneyLockOutlined.d.ts +0 -6
- package/lib/MoneyLockOutlined.js +0 -84
- package/lib/MultipleRoundOutlined.d.ts +0 -6
- package/lib/MultipleRoundOutlined.js +0 -84
- package/lib/NoData.d.ts +0 -6
- package/lib/NoData.js +0 -209
- package/lib/NotFound.d.ts +0 -6
- package/lib/NotFound.js +0 -631
- package/lib/OneShovelOutlined.d.ts +0 -6
- package/lib/OneShovelOutlined.js +0 -84
- package/lib/OneUserFilled.d.ts +0 -6
- package/lib/OneUserFilled.js +0 -84
- package/lib/OrganizationFilled.d.ts +0 -6
- package/lib/OrganizationFilled.js +0 -85
- package/lib/PendingFilled.d.ts +0 -6
- package/lib/PendingFilled.js +0 -104
- package/lib/PercentOutlined.d.ts +0 -6
- package/lib/PercentOutlined.js +0 -97
- package/lib/PersonMoney.d.ts +0 -6
- package/lib/PersonMoney.js +0 -91
- package/lib/PhoneCircleFilled.d.ts +0 -6
- package/lib/PhoneCircleFilled.js +0 -87
- package/lib/PhoneFilled.d.ts +0 -6
- package/lib/PhoneFilled.js +0 -85
- package/lib/PieChartFilled.d.ts +0 -6
- package/lib/PieChartFilled.js +0 -84
- package/lib/PieFilled.d.ts +0 -6
- package/lib/PieFilled.js +0 -84
- package/lib/PiggyBank.d.ts +0 -6
- package/lib/PiggyBank.js +0 -87
- package/lib/PocketFilled.d.ts +0 -6
- package/lib/PocketFilled.js +0 -87
- package/lib/PolygonMoney.d.ts +0 -6
- package/lib/PolygonMoney.js +0 -120
- package/lib/ProfileOutlined.d.ts +0 -6
- package/lib/ProfileOutlined.js +0 -87
- package/lib/QrCodeOutlined.d.ts +0 -6
- package/lib/QrCodeOutlined.js +0 -84
- package/lib/QuestionCircleFilled.d.ts +0 -6
- package/lib/QuestionCircleFilled.js +0 -88
- package/lib/RefreshCOutlined.d.ts +0 -6
- package/lib/RefreshCOutlined.js +0 -90
- package/lib/RefreshOutlined.d.ts +0 -6
- package/lib/RefreshOutlined.js +0 -84
- package/lib/ReticuleOutlined.d.ts +0 -6
- package/lib/ReticuleOutlined.js +0 -87
- package/lib/RightOutlined.d.ts +0 -6
- package/lib/RightOutlined.js +0 -84
- package/lib/SafeMoney.d.ts +0 -6
- package/lib/SafeMoney.js +0 -94
- package/lib/SafetyCertificateFilled.d.ts +0 -6
- package/lib/SafetyCertificateFilled.js +0 -84
- package/lib/SafetyOutlined.d.ts +0 -6
- package/lib/SafetyOutlined.js +0 -87
- package/lib/SearchOutlined.d.ts +0 -6
- package/lib/SearchOutlined.js +0 -84
- package/lib/SettingsFilled.d.ts +0 -6
- package/lib/SettingsFilled.js +0 -93
- package/lib/SharedFilled.d.ts +0 -6
- package/lib/SharedFilled.js +0 -84
- package/lib/ShopOutlined.d.ts +0 -6
- package/lib/ShopOutlined.js +0 -84
- package/lib/ShoppingBagOutlined.d.ts +0 -6
- package/lib/ShoppingBagOutlined.js +0 -84
- package/lib/ShovelOutlined.d.ts +0 -6
- package/lib/ShovelOutlined.js +0 -84
- package/lib/ShrinkFilled.d.ts +0 -6
- package/lib/ShrinkFilled.js +0 -89
- package/lib/ShrinkOutlined.d.ts +0 -6
- package/lib/ShrinkOutlined.js +0 -85
- package/lib/ShutdownOutlined.d.ts +0 -6
- package/lib/ShutdownOutlined.js +0 -87
- package/lib/SmallBarFilled.d.ts +0 -6
- package/lib/SmallBarFilled.js +0 -100
- package/lib/SquareForbidOutlined.d.ts +0 -6
- package/lib/SquareForbidOutlined.js +0 -87
- package/lib/SquareLockOutlined.d.ts +0 -6
- package/lib/SquareLockOutlined.js +0 -84
- package/lib/SquareSwitchOutlined.d.ts +0 -6
- package/lib/SquareSwitchOutlined.js +0 -87
- package/lib/SquaresFilled.d.ts +0 -6
- package/lib/SquaresFilled.js +0 -84
- package/lib/StereoSquareOutlined.d.ts +0 -6
- package/lib/StereoSquareOutlined.js +0 -84
- package/lib/StopCircleOutlined.d.ts +0 -6
- package/lib/StopCircleOutlined.js +0 -91
- package/lib/StoreFilled.d.ts +0 -6
- package/lib/StoreFilled.js +0 -84
- package/lib/StoreOutlined.d.ts +0 -6
- package/lib/StoreOutlined.js +0 -87
- package/lib/SyncOutlined.d.ts +0 -6
- package/lib/SyncOutlined.js +0 -84
- package/lib/TagOutlined.d.ts +0 -6
- package/lib/TagOutlined.js +0 -89
- package/lib/TimeOutlined.d.ts +0 -6
- package/lib/TimeOutlined.js +0 -88
- package/lib/TimeTwoOutlined.d.ts +0 -6
- package/lib/TimeTwoOutlined.js +0 -107
- package/lib/TipCircleOutlined.d.ts +0 -6
- package/lib/TipCircleOutlined.js +0 -90
- package/lib/TransformFilled.d.ts +0 -6
- package/lib/TransformFilled.js +0 -96
- package/lib/TrashOutlined.d.ts +0 -6
- package/lib/TrashOutlined.js +0 -87
- package/lib/TriangleFilled.d.ts +0 -6
- package/lib/TriangleFilled.js +0 -84
- package/lib/TrumpetMoney.d.ts +0 -6
- package/lib/TrumpetMoney.js +0 -89
- package/lib/TvMoney.d.ts +0 -6
- package/lib/TvMoney.js +0 -94
- package/lib/UmbrellaOutlined.d.ts +0 -6
- package/lib/UmbrellaOutlined.js +0 -84
- package/lib/UndoOutlined.d.ts +0 -6
- package/lib/UndoOutlined.js +0 -84
- package/lib/UpwardArrow.d.ts +0 -6
- package/lib/UpwardArrow.js +0 -114
- package/lib/UsdtFilled.d.ts +0 -6
- package/lib/UsdtFilled.js +0 -87
- package/lib/UserAddFilled.d.ts +0 -6
- package/lib/UserAddFilled.js +0 -84
- package/lib/UserFilled.d.ts +0 -6
- package/lib/UserFilled.js +0 -84
- package/lib/UserFilled2.d.ts +0 -6
- package/lib/UserFilled2.js +0 -84
- package/lib/WalletFilled.d.ts +0 -6
- package/lib/WalletFilled.js +0 -84
- package/lib/Welcome.d.ts +0 -6
- package/lib/Welcome.js +0 -2154
- package/lib/ZoomCircleOutlined.d.ts +0 -6
- package/lib/ZoomCircleOutlined.js +0 -87
- package/lib/ZoomOutlined.d.ts +0 -6
- package/lib/ZoomOutlined.js +0 -85
- package/src/AdFilled.tsx +0 -22
- package/src/AgreementMoney.tsx +0 -22
- package/src/AlignLeftOutlined.tsx +0 -17
- package/src/AllocationOutlined.tsx +0 -18
- package/src/ArrowFilled.tsx +0 -15
- package/src/ArrowInsideCircleOutlined.tsx +0 -22
- package/src/ArrowOutsideCircleOutlined.tsx +0 -22
- package/src/BOutlined.tsx +0 -18
- package/src/Balance.tsx +0 -53
- package/src/BarFilled.tsx +0 -18
- package/src/BarLineOutlined.tsx +0 -18
- package/src/BigEllipsisOutlined.tsx +0 -18
- package/src/BlockTowerOutlined.tsx +0 -26
- package/src/BookmarkFilled.tsx +0 -18
- package/src/BoxOutlined.tsx +0 -19
- package/src/BrowserUpgrade.tsx +0 -188
- package/src/Btc.tsx +0 -20
- package/src/BtcFilled.tsx +0 -19
- package/src/CFileFilled.tsx +0 -18
- package/src/Calendar.tsx +0 -31
- package/src/CancelledOutlined.tsx +0 -18
- package/src/CardLeftOutlined.tsx +0 -19
- package/src/CheckCircleFilled.tsx +0 -20
- package/src/CheckCircleOFilled.tsx +0 -29
- package/src/CheckCircleOutlined.tsx +0 -22
- package/src/CircleCalendar.tsx +0 -58
- package/src/CircleCancelOutlined.tsx +0 -18
- package/src/CircleComplete.tsx +0 -60
- package/src/CircleCouponFilled.tsx +0 -19
- package/src/CircleDoc.tsx +0 -56
- package/src/CircleLightningFilled.tsx +0 -19
- package/src/CircleListOutlined.tsx +0 -22
- package/src/CircleLockFilled.tsx +0 -22
- package/src/CircleMoney.tsx +0 -56
- package/src/CircleQuestionOutlined.tsx +0 -23
- package/src/CircleShutdownOutlined.tsx +0 -18
- package/src/CloseCircleFilled.tsx +0 -19
- package/src/CloseCircleTFilled.tsx +0 -19
- package/src/CloudOutlined.tsx +0 -18
- package/src/CoinCircleOutline.tsx +0 -22
- package/src/CoinFilled.tsx +0 -18
- package/src/CompassFilled.tsx +0 -18
- package/src/Complete.tsx +0 -35
- package/src/CopyFilled.tsx +0 -22
- package/src/CopyOutlined.tsx +0 -18
- package/src/CorrectOutlined.tsx +0 -18
- package/src/CouponFilled.tsx +0 -18
- package/src/CycleArrowFilled.tsx +0 -17
- package/src/DashboardOutlined.tsx +0 -29
- package/src/Doc.tsx +0 -35
- package/src/DocFilled.tsx +0 -18
- package/src/DocFilledOutlined.tsx +0 -22
- package/src/DocTFilled.tsx +0 -18
- package/src/DoubleDownOutlined.tsx +0 -22
- package/src/DoubleUpOutlined.tsx +0 -22
- package/src/DoubleUser.tsx +0 -23
- package/src/DoubleUserFilled.tsx +0 -17
- package/src/DownloadFilled.tsx +0 -18
- package/src/DragDotFilled.tsx +0 -20
- package/src/DragOutlined.tsx +0 -18
- package/src/EarthFilled.tsx +0 -18
- package/src/EditFilled2.tsx +0 -24
- package/src/ElectricOutlined.tsx +0 -22
- package/src/EllipsisOutlined.tsx +0 -17
- package/src/EmailCircleFilled.tsx +0 -18
- package/src/EmailCircleOutlined.tsx +0 -22
- package/src/EmailFilled.tsx +0 -18
- package/src/EthFilled.tsx +0 -19
- package/src/ExclamationCircleFilled.tsx +0 -19
- package/src/ExclamationCircleOutlined.tsx +0 -22
- package/src/EyeFilled.tsx +0 -19
- package/src/EyeInvisibleFilled.tsx +0 -18
- package/src/FileDoneOutlined.tsx +0 -26
- package/src/FileDownOutlined.tsx +0 -30
- package/src/FileSearchOutlined.tsx +0 -18
- package/src/FileTextCircleFilled.tsx +0 -23
- package/src/FillePageOutlined.tsx +0 -22
- package/src/FormOutlined.tsx +0 -22
- package/src/GuilderFilled.tsx +0 -18
- package/src/HandCardOutlined.tsx +0 -22
- package/src/HashCouponFilled.tsx +0 -18
- package/src/HomeFilled.tsx +0 -18
- package/src/HornFilled.tsx +0 -20
- package/src/InfoCircleFilled.tsx +0 -18
- package/src/KeyFilled.tsx +0 -18
- package/src/KeyOutlined.tsx +0 -18
- package/src/LagFilled.tsx +0 -23
- package/src/LightningFilled.tsx +0 -18
- package/src/LightningFilledTwo.tsx +0 -18
- package/src/LightningOutlined.tsx +0 -18
- package/src/LockFilled.tsx +0 -18
- package/src/LockOutlined.tsx +0 -22
- package/src/MBalance.tsx +0 -49
- package/src/MUpwardArrow.tsx +0 -31
- package/src/MailFilled.tsx +0 -18
- package/src/MenuFoldOutlined.tsx +0 -18
- package/src/MenuUnfoldOutlined.tsx +0 -18
- package/src/MinusCircleFilled.tsx +0 -18
- package/src/Money.tsx +0 -22
- package/src/MoneyLockOutlined.tsx +0 -18
- package/src/MultipleRoundOutlined.tsx +0 -18
- package/src/NoData.tsx +0 -135
- package/src/NotFound.tsx +0 -534
- package/src/OneShovelOutlined.tsx +0 -18
- package/src/OneUserFilled.tsx +0 -18
- package/src/OrganizationFilled.tsx +0 -23
- package/src/PendingFilled.tsx +0 -18
- package/src/PercentOutlined.tsx +0 -24
- package/src/PersonMoney.tsx +0 -31
- package/src/PhoneCircleFilled.tsx +0 -18
- package/src/PhoneFilled.tsx +0 -19
- package/src/PieChartFilled.tsx +0 -18
- package/src/PieFilled.tsx +0 -18
- package/src/PiggyBank.tsx +0 -22
- package/src/PocketFilled.tsx +0 -22
- package/src/PolygonMoney.tsx +0 -61
- package/src/ProfileOutlined.tsx +0 -22
- package/src/QrCodeOutlined.tsx +0 -18
- package/src/QuestionCircleFilled.tsx +0 -23
- package/src/RefreshCOutlined.tsx +0 -26
- package/src/RefreshOutlined.tsx +0 -18
- package/src/ReticuleOutlined.tsx +0 -22
- package/src/RightOutlined.tsx +0 -18
- package/src/SafeMoney.tsx +0 -35
- package/src/SafetyCertificateFilled.tsx +0 -18
- package/src/SafetyOutlined.tsx +0 -22
- package/src/SearchOutlined.tsx +0 -18
- package/src/SettingsFilled.tsx +0 -20
- package/src/SharedFilled.tsx +0 -18
- package/src/ShopOutlined.tsx +0 -18
- package/src/ShoppingBagOutlined.tsx +0 -18
- package/src/ShovelOutlined.tsx +0 -18
- package/src/ShrinkFilled.tsx +0 -19
- package/src/ShrinkOutlined.tsx +0 -23
- package/src/ShutdownOutlined.tsx +0 -22
- package/src/SmallBarFilled.tsx +0 -17
- package/src/SquareForbidOutlined.tsx +0 -22
- package/src/SquareLockOutlined.tsx +0 -18
- package/src/SquareSwitchOutlined.tsx +0 -22
- package/src/SquaresFilled.tsx +0 -18
- package/src/StereoSquareOutlined.tsx +0 -18
- package/src/StopCircleOutlined.tsx +0 -16
- package/src/StoreFilled.tsx +0 -18
- package/src/StoreOutlined.tsx +0 -22
- package/src/SyncOutlined.tsx +0 -18
- package/src/TagOutlined.tsx +0 -19
- package/src/TimeOutlined.tsx +0 -27
- package/src/TimeTwoOutlined.tsx +0 -26
- package/src/TipCircleOutlined.tsx +0 -26
- package/src/TransformFilled.tsx +0 -28
- package/src/TrashOutlined.tsx +0 -18
- package/src/TriangleFilled.tsx +0 -18
- package/src/TrumpetMoney.tsx +0 -33
- package/src/TvMoney.tsx +0 -35
- package/src/UmbrellaOutlined.tsx +0 -18
- package/src/UndoOutlined.tsx +0 -18
- package/src/UpwardArrow.tsx +0 -56
- package/src/UsdtFilled.tsx +0 -19
- package/src/UserAddFilled.tsx +0 -18
- package/src/UserFilled.tsx +0 -18
- package/src/UserFilled2.tsx +0 -18
- package/src/WalletFilled.tsx +0 -18
- package/src/Welcome.tsx +0 -1919
- package/src/ZoomCircleOutlined.tsx +0 -19
- package/src/ZoomOutlined.tsx +0 -23
package/lib/MailFilled.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function MailFilled(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 16 16"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M13.2 1.1H2.8C1.3 1.1 0 2.4 0 3.9V12c0 1.6 1.3 2.8 2.8 2.8h10.3c1.6 0 2.8-1.3 2.8-2.8V3.9c.1-1.5-1.2-2.8-2.7-2.8zm.8 4.7L9.2 8.5c-.7.4-1.6.4-2.3 0L2 5.8c-.4-.2-.5-.6-.4-.9.1-.3.5-.5.9-.4.1 0 .1 0 .1.1l4.9 2.7c.3.2.7.2 1 0l4.9-2.7c.3-.2.7-.1.9.2.2.4.1.8-.3 1 .1 0 0 0 0 0z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
MailFilled.displayName = 'MailFilled';
|
|
84
|
-
exports["default"] = MailFilled;
|
package/lib/MenuFoldOutlined.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function MenuFoldOutlined(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
viewBox: "64 64 896 896",
|
|
71
|
-
"aria-hidden": "true"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 000 13.8z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
MenuFoldOutlined.displayName = 'MenuFoldOutlined';
|
|
84
|
-
exports["default"] = MenuFoldOutlined;
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function MenuUnfoldOutlined(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
viewBox: "64 64 896 896",
|
|
71
|
-
"aria-hidden": "true"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 000-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0014.4 7z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
MenuUnfoldOutlined.displayName = 'MenuUnfoldOutlined';
|
|
84
|
-
exports["default"] = MenuUnfoldOutlined;
|
package/lib/MinusCircleFilled.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function MinusCircleFilled(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 16 16"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M8 0a8 8 0 108 8 8 8 0 00-8-8zm5.09 9.11H2.91V6.89h10.18v2.22z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
MinusCircleFilled.displayName = 'MinusCircleFilled';
|
|
84
|
-
exports["default"] = MinusCircleFilled;
|
package/lib/Money.d.ts
DELETED
package/lib/Money.js
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function Money(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 16 16"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
d: "M13.6 0H2.4C1.5 0 .8.7.8 1.5v8.8c0 .7.4 1.4 1 1.8l5.6 3.7c.4.3 1 .3 1.4 0l5.6-3.7c.6-.4 1-1.1 1-1.8V1.5C15.2.7 14.5 0 13.6 0zM2.4 1h11.2c.4 0 .7.3.7.6v1.2H1.7V1.5c0-.3.3-.5.7-.5zm11.3 10.3l-5.2 3.5c-.3.2-.7.2-1 0l-5.2-3.5c-.3-.2-.6-.6-.6-1V3.7h12.5v6.6c.1.4-.1.7-.5 1z",
|
|
74
|
-
fill: "#285a83"
|
|
75
|
-
}), React.createElement("path", {
|
|
76
|
-
d: "M8.7 8.1H7.2c-.4 0-.7-.3-.7-.6v-.1c0-.3.3-.6.7-.6h2.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H8.5v-.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v.6h-.3c-.9 0-1.6.7-1.6 1.6v.1c0 .8.7 1.5 1.6 1.5h1.4c.4 0 .8.3.8.6s-.4.6-.7.6H6.1c-.3 0-.5.2-.5.5s.2.5.5.5h1.5v.7c0 .3.2.5.5.5s.5-.2.5-.5v-.7h.2c.9 0 1.6-.7 1.6-1.6-.1-.8-.8-1.5-1.7-1.5z",
|
|
77
|
-
fill: "#ef6f53"
|
|
78
|
-
}));
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
82
|
-
component: IconNode
|
|
83
|
-
}));
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
Money.displayName = 'Money';
|
|
87
|
-
exports["default"] = Money;
|
package/lib/MoneyLockOutlined.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function MoneyLockOutlined(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 16 16"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M11.32 12.49a2 2 0 013.9 0 .78.78 0 01.78.78v2a.76.76 0 01-.76.76H11.3a.76.76 0 01-.76-.76v-2a.78.78 0 01.78-.78zm1.17 0h1.56a.78.78 0 10-1.56 0zm1.89-3.79a6.05 6.05 0 00.06-1A6.81 6.81 0 008 1.17 6.65 6.65 0 001.17 8a6.81 6.81 0 006.48 6.41 6.05 6.05 0 001-.06.59.59 0 01.67.58.59.59 0 01-.51.58 8.24 8.24 0 01-1.22.07 7.81 7.81 0 118-8 8.24 8.24 0 01-.07 1.22.59.59 0 01-.58.51.59.59 0 01-.56-.61zM11.71 14v.43a.36.36 0 00.37.37h2.38a.36.36 0 00.37-.37V14a.36.36 0 00-.37-.37h-2.38a.36.36 0 00-.37.37zM8.42 5.11l2.09 2.08a.89.89 0 010 1.23l-2.09 2.09a.89.89 0 01-1.23 0L5.11 8.42a.87.87 0 010-1.23l2.08-2.08a.87.87 0 011.23 0zM6.36 8L7.6 9.25a.28.28 0 00.41 0L9.25 8a.28.28 0 000-.41L8 6.36a.28.28 0 00-.41 0L6.36 7.6a.28.28 0 000 .4z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
MoneyLockOutlined.displayName = 'MoneyLockOutlined';
|
|
84
|
-
exports["default"] = MoneyLockOutlined;
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __assign = this && this.__assign || function () {
|
|
4
|
-
__assign = Object.assign || function (t) {
|
|
5
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
-
s = arguments[i];
|
|
7
|
-
|
|
8
|
-
for (var p in s) {
|
|
9
|
-
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return t;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
return __assign.apply(this, arguments);
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function get() {
|
|
24
|
-
return m[k];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
} : function (o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
|
|
33
|
-
Object.defineProperty(o, "default", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
value: v
|
|
36
|
-
});
|
|
37
|
-
} : function (o, v) {
|
|
38
|
-
o["default"] = v;
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
var __importStar = this && this.__importStar || function (mod) {
|
|
42
|
-
if (mod && mod.__esModule) return mod;
|
|
43
|
-
var result = {};
|
|
44
|
-
if (mod != null) for (var k in mod) {
|
|
45
|
-
if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
|
|
50
|
-
return result;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var __importDefault = this && this.__importDefault || function (mod) {
|
|
54
|
-
return mod && mod.__esModule ? mod : {
|
|
55
|
-
"default": mod
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
Object.defineProperty(exports, "__esModule", {
|
|
60
|
-
value: true
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
var React = __importStar(require("react"));
|
|
64
|
-
|
|
65
|
-
var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
|
|
66
|
-
|
|
67
|
-
function MultipleRoundOutlined(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
-
viewBox: "0 0 16 16"
|
|
72
|
-
}, props), React.createElement("path", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
d: "M13.14 10.26a2.18 2.18 0 00-1 .23l-.93-.93A3 3 0 0011.74 8a3 3 0 00-.45-1.58l1.1-1.1a1.9 1.9 0 00.79.17 2 2 0 10-1.63-.85l-1 1a3 3 0 00-3.45-.25L5.5 3.8a2.54 2.54 0 00.36-1.28 2.53 2.53 0 10-2.53 2.53 2.47 2.47 0 001.44-.46l1.54 1.54a3 3 0 000 3.66l-1.4 1.42A2.64 2.64 0 106 13.34 2.59 2.59 0 005.63 12l1.5-1.5a3 3 0 001.58.5 3 3 0 001.82-.62l.84.84a2.1 2.1 0 00-.4 1.23 2.17 2.17 0 102.17-2.16zm0-7.7a.9.9 0 11-.9.9.9.9 0 01.94-.9zM3.33 4a1.44 1.44 0 111.45-1.48A1.44 1.44 0 013.33 4zm0 11a1.57 1.57 0 111.57-1.57 1.57 1.57 0 01-1.55 1.48zm5.36-5a1.95 1.95 0 111.97-2 1.94 1.94 0 01-1.95 1.89zm4.43 3.62a1.09 1.09 0 111.08-1.09 1.09 1.09 0 01-1.06.98z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
MultipleRoundOutlined.displayName = 'MultipleRoundOutlined';
|
|
84
|
-
exports["default"] = MultipleRoundOutlined;
|