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/DragOutlined.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 DragOutlined(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: "M7.4 15.8L5 13.4c-.4-.3-.4-.8-.1-1.2.3-.4.8-.4 1.2-.1l.1.1.9.9v-2.6c0-.5.4-.8.8-.9.5 0 .8.4.9.8V13l1-.9c.3-.3.9-.3 1.2 0 .3.3.3.9 0 1.2l-2.4 2.4c-.2.2-.4.3-.6.3-.2 0-.4-.1-.6-.2zm4.8-4.8c-.3-.3-.3-.9 0-1.2l.9-.9h-2.6c-.5 0-.8-.5-.8-.9s.4-.7.8-.8h2.6l-.9-1c-.4-.3-.4-.8-.1-1.2.3-.4.8-.4 1.2-.1l.1.1 2.4 2.4c.3.3.3.9 0 1.2L13.4 11c-.4.3-.9.3-1.2 0zm-9.5 0L.2 8.6c-.3-.3-.3-.9 0-1.2L2.7 5c.3-.4.8-.5 1.2-.2s.4.8.1 1.2c0 .1-.1.1-.2.2l-.9 1h2.6c.5 0 .8.5.8.9s-.4.7-.8.8H2.9l.9.9c.4.2.5.8.3 1.2-.3.4-.8.5-1.2.2-.1-.1-.2-.1-.2-.2zm4.5-5.5V2.9l-1 .9c-.3.4-.9.4-1.2 0-.3-.3-.3-.8 0-1.1L7.4.3c.2-.2.4-.3.6-.3.2 0 .4.1.6.2L11 2.7c.4.3.4.8.1 1.2-.3.3-.9.4-1.2.1l-.1-.1-.9-1v2.6c0 .5-.4.8-.9.8-.5-.1-.8-.4-.8-.8z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
DragOutlined.displayName = 'DragOutlined';
|
|
84
|
-
exports["default"] = DragOutlined;
|
package/lib/EarthFilled.d.ts
DELETED
package/lib/EarthFilled.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 EarthFilled(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-8zm-.8 14.34A6.39 6.39 0 011.6 8a6.15 6.15 0 01.17-1.43L5.6 10.4v.8a1.6 1.6 0 001.6 1.6v1.54zm5.52-2a1.6 1.6 0 00-1.52-1.14h-.8V8.8a.8.8 0 00-.8-.8H4.8V6.4h1.6a.8.8 0 00.8-.8V4h1.6a1.6 1.6 0 001.6-1.6v-.33a6.4 6.4 0 012.32 10.25z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
EarthFilled.displayName = 'EarthFilled';
|
|
84
|
-
exports["default"] = EarthFilled;
|
package/lib/EditFilled2.d.ts
DELETED
package/lib/EditFilled2.js
DELETED
|
@@ -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 EditFilled2(componentProps) {
|
|
68
|
-
var IconNode = function IconNode(props) {
|
|
69
|
-
return React.createElement("svg", __assign({
|
|
70
|
-
width: 24,
|
|
71
|
-
height: 24,
|
|
72
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
73
|
-
}, props), React.createElement("path", {
|
|
74
|
-
fill: "currentColor",
|
|
75
|
-
d: "M13.24 15.62l-3.41.73a1.832 1.832 0 01-.4 0 1.75 1.75 0 01-1.26-.52 1.81 1.81 0 01-.47-1.66l.73-3.4a3.51 3.51 0 011-1.75l5.7-5.7h-9a4.14 4.14 0 00-4.19 4.19v10.35A4.14 4.14 0 006.08 22h10.36a4.14 4.14 0 004.14-4.14V9.07L15 14.66a3.5 3.5 0 01-1.76.96z"
|
|
76
|
-
}), React.createElement("path", {
|
|
77
|
-
fill: "currentColor",
|
|
78
|
-
fillRule: "evenodd",
|
|
79
|
-
clipRule: "evenodd",
|
|
80
|
-
d: "M16.77 3.11a3.22 3.22 0 014.51-.34 3.22 3.22 0 01-.34 4.56L14.27 14a2.48 2.48 0 01-1.27.64l-3.38.76a.77.77 0 01-.94-1l.73-3.4a2.55 2.55 0 01.69-1.22l6.67-6.67zm.41 4.66l2.24-2.24a.75.75 0 00-1.06-1.06l-2.24 2.24a.75.75 0 001.06 1.06z"
|
|
81
|
-
}));
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
85
|
-
component: IconNode
|
|
86
|
-
}));
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
EditFilled2.displayName = 'EditFilled2';
|
|
90
|
-
exports["default"] = EditFilled2;
|
package/lib/ElectricOutlined.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 ElectricOutlined(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.2 1c.3 0 .4.2.3.5L9.7 4.7c-.3.5-.3 1 0 1.5.4.5.9.8 1.5.8h2.2l-5.8 6.5 1.2-3.4c.2-.5.1-1-.3-1.4-.2-.5-.8-.7-1.3-.7H2.6c-.2 0-.3-.2-.2-.3l3.3-6.1c.2-.4.6-.6 1-.6h4.5zm1.3-1H6.3c-.6 0-1.1.3-1.4.8l-3.8 7c-.3.5.1 1.2.8 1.2h5.3c.4 0 .8.4.6.8l-1.9 5.4c-.2.4.2.8.6.8.2 0 .4-.1.5-.2L14.8 7c.3-.4 0-1-.5-1h-3.1c-.5 0-.8-.5-.6-.9L13 .9c.3-.4-.1-.9-.5-.9z"
|
|
75
|
-
}), React.createElement("path", {
|
|
76
|
-
fill: "currentColor",
|
|
77
|
-
d: "M5.4 6.6c-.1 0-.2 0-.3-.1-.3-.1-.4-.5-.2-.8l1.9-3.5c.2-.3.5-.4.8-.2.3.1.4.5.2.8L5.9 6.3c-.1.2-.3.3-.5.3z"
|
|
78
|
-
}));
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
82
|
-
component: IconNode
|
|
83
|
-
}));
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
ElectricOutlined.displayName = 'ElectricOutlined';
|
|
87
|
-
exports["default"] = ElectricOutlined;
|
package/lib/EllipsisOutlined.js
DELETED
|
@@ -1,96 +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 EllipsisOutlined(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("circle", {
|
|
73
|
-
fill: "currentColor",
|
|
74
|
-
cx: 1.06,
|
|
75
|
-
cy: 8,
|
|
76
|
-
r: 1.06
|
|
77
|
-
}), React.createElement("circle", {
|
|
78
|
-
fill: "currentColor",
|
|
79
|
-
cx: 8,
|
|
80
|
-
cy: 8,
|
|
81
|
-
r: 1.06
|
|
82
|
-
}), React.createElement("circle", {
|
|
83
|
-
fill: "currentColor",
|
|
84
|
-
cx: 14.94,
|
|
85
|
-
cy: 8,
|
|
86
|
-
r: 1.06
|
|
87
|
-
}));
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
91
|
-
component: IconNode
|
|
92
|
-
}));
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
EllipsisOutlined.displayName = 'EllipsisOutlined';
|
|
96
|
-
exports["default"] = EllipsisOutlined;
|
package/lib/EmailCircleFilled.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 EmailCircleFilled(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 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM4.7 4.7h6.7c.5 0 .8.4.8.8L8 7.8 3.8 5.5c0-.4.4-.8.9-.8zm6.6 6.6H4.7c-.5 0-.8-.4-.8-.8v-4L8 8.7h.2l4.1-2.2v4c-.1.4-.5.8-1 .8z"
|
|
75
|
-
}));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
79
|
-
component: IconNode
|
|
80
|
-
}));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
EmailCircleFilled.displayName = 'EmailCircleFilled';
|
|
84
|
-
exports["default"] = EmailCircleFilled;
|
|
@@ -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 EmailCircleOutlined(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 .6A7.4 7.4 0 11.6 8 7.41 7.41 0 018 .6M8 0a8 8 0 108 8 8 8 0 00-8-8z"
|
|
75
|
-
}), React.createElement("path", {
|
|
76
|
-
fill: "currentColor",
|
|
77
|
-
d: "M11.92 4.24H4.08a1 1 0 00-1 1v5.46a1 1 0 001 1h7.84a1 1 0 001-1V5.27a1 1 0 00-1-1.03zm-7.84.56h7.84a.48.48 0 01.47.47v.43L8 9.2 3.61 5.7v-.43a.48.48 0 01.47-.47zm7.84 6.4H4.08a.48.48 0 01-.47-.47V6.42l4.22 3.35a.27.27 0 00.34 0l4.22-3.35v4.31a.48.48 0 01-.47.47z"
|
|
78
|
-
}));
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
return React.createElement(Icon_1["default"], __assign({}, componentProps, {
|
|
82
|
-
component: IconNode
|
|
83
|
-
}));
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
EmailCircleOutlined.displayName = 'EmailCircleOutlined';
|
|
87
|
-
exports["default"] = EmailCircleOutlined;
|