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
|
@@ -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 ArrowOutsideCircleOutlined(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.87 7.13V5.56L16 8.06l-4.13 2.42V9.1H7.44s-.53-.1-.53-.76v-.55a.66.66 0 01.69-.66z"
|
|
75
|
-
}), React.createElement("path", {
|
|
76
|
-
fill: "currentColor",
|
|
77
|
-
d: "M8 16a8 8 0 115.9-13.45.86.86 0 01-.05 1.23.87.87 0 01-1.24 0 6.27 6.27 0 10-.15 8.66.88.88 0 011.24 1.24A8 8 0 018 16z"
|
|
78
|
-
}));
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
82
|
-
component: IconNode
|
|
83
|
-
}));
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
ArrowOutsideCircleOutlined.displayName = 'ArrowOutsideCircleOutlined';
|
|
87
|
-
exports["default"] = ArrowOutsideCircleOutlined;
|
package/lib/BOutlined.d.ts
DELETED
package/lib/BOutlined.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 BOutlined(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: "M5.94.56v1.23h-1.5a1 1 0 00-1 1v10.36a1 1 0 001 .95h1.5v1.24a.61.61 0 00.61.61.61.61 0 00.62-.61V14.1h1.24v1.24A.61.61 0 009 16a.61.61 0 00.61-.61V14.1h.86a3.39 3.39 0 001.68-6.36A3.39 3.39 0 009.94 1.8h-.3V.56A.61.61 0 009 0a.6.6 0 00-.61.61v1.18H7.18V.56A.61.61 0 006.56 0a.61.61 0 00-.62.56zM5.17 3h4.72a2.18 2.18 0 012.2 2.1 2.15 2.15 0 01-2.16 2.24H4.71V3.47A.46.46 0 015.17 3zm-.46 5.57h5.81a2.17 2.17 0 012.19 2.1 2.14 2.14 0 01-2.16 2.21H5.17a.45.45 0 01-.46-.45z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
BOutlined.displayName = 'BOutlined';
|
|
84
|
-
exports["default"] = BOutlined;
|
package/lib/Balance.d.ts
DELETED
package/lib/Balance.js
DELETED
|
@@ -1,108 +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 Balance(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
id: "balance_svg__\\u56FE\\u5C42_1",
|
|
71
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
72
|
-
x: 0,
|
|
73
|
-
y: 0,
|
|
74
|
-
viewBox: "0 0 71.9 72.2",
|
|
75
|
-
xmlSpace: "preserve"
|
|
76
|
-
}, props), React.createElement("style", null, '.balance_svg__st0{fill:#285a83}.balance_svg__st1{fill:#ef6f53}'), React.createElement("path", {
|
|
77
|
-
className: "balance_svg__st0",
|
|
78
|
-
d: "M35.9 72C16 72-.1 55.9-.1 36S16 0 35.9 0s36 16.1 36 36-16.1 36-36 36zm0-70c-18.7 0-34 15.3-34 34s15.3 34 34 34 34-15.3 34-34-15.2-34-34-34z"
|
|
79
|
-
}), React.createElement("path", {
|
|
80
|
-
className: "balance_svg__st0",
|
|
81
|
-
d: "M52.3 36.7h-8.7c-.6 0-1-.4-1-1s.4-1 1-1h8.7c.6 0 1 .4 1 1s-.4 1-1 1zM29.4 40.1h-9.3c-.6 0-1-.4-1-1s.4-1 1-1h9.3c.6 0 1 .4 1 1s-.5 1-1 1z"
|
|
82
|
-
}), React.createElement("path", {
|
|
83
|
-
transform: "rotate(-8.251 43.651 22.771)",
|
|
84
|
-
className: "balance_svg__st0",
|
|
85
|
-
d: "M39.3 21.8H48v2h-8.7z"
|
|
86
|
-
}), React.createElement("path", {
|
|
87
|
-
transform: "rotate(-8.251 28.372 24.99)",
|
|
88
|
-
className: "balance_svg__st0",
|
|
89
|
-
d: "M24.5 24h7.8v2h-7.8z"
|
|
90
|
-
}), React.createElement("path", {
|
|
91
|
-
className: "balance_svg__st0",
|
|
92
|
-
d: "M54.6 51.2H17.2c-.6 0-1-.4-1-1s.4-1 1-1h37.5c.6 0 1 .4 1 1s-.5 1-1.1 1zM34.9 27.6h2v21.6h-2z"
|
|
93
|
-
}), React.createElement("path", {
|
|
94
|
-
className: "balance_svg__st1",
|
|
95
|
-
d: "M47.9 41.9c-3.2 0-5.8-2.6-5.8-5.8 0-.6.1-1.1.2-1.6L47 21.8c.1-.4.5-.7.9-.7s.8.3.9.7l4.6 12.4c.2.6.3 1.2.3 1.8 0 3.3-2.6 5.9-5.8 5.9zm0-16.9l-3.7 10c-.1.3-.1.6-.1 1 0 2.1 1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8c0-.4-.1-.8-.2-1.2L47.9 25zM24.9 45.3c-3.2 0-5.8-2.6-5.8-5.8 0-.6.1-1.1.2-1.6l4.6-12.6c.1-.4.5-.7.9-.7s.8.3.9.7l4.6 12.4c.2.6.3 1.2.3 1.8.1 3.2-2.5 5.8-5.7 5.8zm0-16.9l-3.7 10c-.1.3-.1.6-.1 1 0 2.1 1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8c0-.4-.1-.8-.2-1.2l-3.6-9.8z"
|
|
96
|
-
}), React.createElement("path", {
|
|
97
|
-
className: "balance_svg__st0",
|
|
98
|
-
d: "M35.9 28.6c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5zm0-7c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5z"
|
|
99
|
-
}));
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
103
|
-
component: IconNode
|
|
104
|
-
}));
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
Balance.displayName = 'Balance';
|
|
108
|
-
exports["default"] = Balance;
|
package/lib/BarFilled.d.ts
DELETED
package/lib/BarFilled.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 BarFilled(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: "M6.3 16h-1c-.5 0-.8-.4-.8-.8V.8c0-.4.3-.8.8-.8h1c.5 0 .8.4.8.8v14.3c0 .5-.4.9-.8.9zm-4.5 0h-1c-.4 0-.8-.4-.8-.8V4.4c0-.5.4-.8.8-.8h1c.5 0 .8.4.8.8v10.8c.1.4-.3.8-.8.8zm8.9 0h-1c-.5 0-.8-.4-.8-.8V8c0-.5.4-.8.8-.8h1c.5 0 .8.4.8.8v7.1c.1.5-.3.9-.8.9zm4.5 0h-1c-.5 0-.8-.4-.8-.8V6.8c0-.5.4-.8.8-.8h1c.4 0 .8.4.8.8v8.3c0 .5-.4.9-.8.9z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
BarFilled.displayName = 'BarFilled';
|
|
84
|
-
exports["default"] = BarFilled;
|
package/lib/BarLineOutlined.d.ts
DELETED
package/lib/BarLineOutlined.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 BarLineOutlined(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("g", {
|
|
73
|
-
fill: "currentColor"
|
|
74
|
-
}, React.createElement("path", {
|
|
75
|
-
d: "M15.9.5c0-.1 0-.1 0 0-.1-.1-.1-.1 0 0-.1-.1-.3-.2-.4-.2H13c-.3 0-.5.2-.5.5s.2.5.5.5h1L8 6.5 4 5h-.2c-.1 0-.3.1-.4.2L.1 8.9c-.2.3-.1.6.1.8.2.2.6.2.7-.1l3-3.5 3.9 1.5H8c.1 0 .2-.1.3-.2L14.9 2v1.3c0 .3.2.5.5.5s.6-.3.6-.6V.8c0-.1-.1-.3-.1-.3zM1.1 15.6c-.4 0-.6-.3-.6-.6v-4c0-.4.3-.6.6-.6.4 0 .6.3.6.6v4c0 .3-.3.6-.6.6z"
|
|
76
|
-
}), React.createElement("path", {
|
|
77
|
-
d: "M4.6 15.6c-.4 0-.6-.3-.6-.6V9c0-.4.3-.6.6-.6.4 0 .6.3.6.6v6c0 .3-.3.6-.6.6zM8.1 15.6c-.4 0-.6-.3-.6-.6v-4.3c0-.4.3-.6.6-.6.4 0 .6.3.6.6V15c0 .3-.3.6-.6.6zM11.6 15.6c-.4 0-.6-.3-.6-.6V8.5c0-.4.3-.6.6-.6.4 0 .6.3.6.6V15c0 .3-.3.6-.6.6zM15 15.6c-.4 0-.6-.3-.6-.6V6.4c0-.4.3-.6.6-.6.4 0 .6.3.6.6V15c0 .3-.3.6-.6.6z"
|
|
78
|
-
})));
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
82
|
-
component: IconNode
|
|
83
|
-
}));
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
BarLineOutlined.displayName = 'BarLineOutlined';
|
|
87
|
-
exports["default"] = BarLineOutlined;
|
|
@@ -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 BigEllipsisOutlined(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: "M1.8 9.8C.8 9.8 0 9 0 8s.8-1.8 1.8-1.8S3.6 7 3.6 8s-.8 1.8-1.8 1.8zm6.2 0C7 9.8 6.2 9 6.2 8S7 6.2 8 6.2 9.8 7 9.8 8 9 9.8 8 9.8zm6.2 0c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8S16 7 16 8s-.8 1.8-1.8 1.8z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
BigEllipsisOutlined.displayName = 'BigEllipsisOutlined';
|
|
84
|
-
exports["default"] = BigEllipsisOutlined;
|
|
@@ -1,90 +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 BlockTowerOutlined(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 9.79a2.16 2.16 0 01-1.19-.36L1.47 5.84a1.22 1.22 0 010-2L7.14.25a1.62 1.62 0 011.72 0l5.64 3.54a1.22 1.22 0 010 2.05L9.19 9.43A2.16 2.16 0 018 9.79zm-.22-8.53L2.14 4.8l5.34 3.63a.94.94 0 001 0l5.34-3.59-5.6-3.58a.43.43 0 00-.44 0z"
|
|
75
|
-
}), React.createElement("path", {
|
|
76
|
-
fill: "currentColor",
|
|
77
|
-
d: "M8 12.87a2.16 2.16 0 01-1.19-.36L1.47 8.92a1.22 1.22 0 010-2 .6.6 0 01.83.19.61.61 0 01-.19.83l5.35 3.61a.94.94 0 001 0l5.34-3.58a.63.63 0 01-.19-.85.61.61 0 01.83-.21 1.22 1.22 0 010 2.05l-5.25 3.55a2.16 2.16 0 01-1.19.36z"
|
|
78
|
-
}), React.createElement("path", {
|
|
79
|
-
fill: "currentColor",
|
|
80
|
-
d: "M8 16a2.16 2.16 0 01-1.19-.36l-5.34-3.59A1.22 1.22 0 011.5 10a.6.6 0 11.64 1l5.35 3.61a.94.94 0 001 0l5.34-3.59a.62.62 0 01-.19-.84.61.61 0 01.86-.18 1.22 1.22 0 010 2.05l-5.31 3.59A2.16 2.16 0 018 16z"
|
|
81
|
-
}));
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
85
|
-
component: IconNode
|
|
86
|
-
}));
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
BlockTowerOutlined.displayName = 'BlockTowerOutlined';
|
|
90
|
-
exports["default"] = BlockTowerOutlined;
|