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/src/PersonMoney.tsx
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PersonMoney(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
7
|
-
id="person-money_svg__\u56FE\u5C42_1"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
x={0}
|
|
10
|
-
y={0}
|
|
11
|
-
viewBox="0 0 16 16"
|
|
12
|
-
xmlSpace="preserve"
|
|
13
|
-
{...props}
|
|
14
|
-
>
|
|
15
|
-
<style>{'.person-money_svg__st0{fill:#ef6f53}.person-money_svg__st1{fill:#285a83}'}</style>
|
|
16
|
-
<path
|
|
17
|
-
className="person-money_svg__st0"
|
|
18
|
-
d="M9 12.8c0-.9-1.4-.8-1.4-1.2 0-.2.2-.3.4-.3.3 0 .5.1.7.3l.3-.4c-.2-.2-.4-.3-.8-.4v-.5h-.3v.5c-.5.1-.8.3-.8.7 0 .8 1.4.8 1.4 1.2 0 .2-.2.3-.5.3s-.6-.1-.9-.3l-.2.4c.2.2.6.3.9.4v.5h.4v-.5c.5 0 .8-.3.8-.7zM5.3 11.7c0-.6-1-.5-1-.8 0-.1.1-.2.3-.2.2 0 .3.1.5.2l.2-.2c-.1-.1-.3-.2-.5-.3v-.3h-.3v.3c-.3 0-.5.2-.5.5 0 .6 1 .5 1 .8 0 .1-.1.2-.3.2-.2 0-.4-.1-.6-.2l-.2.3c.2.1.4.2.6.2v.4h.2v-.4c.4 0 .6-.2.6-.5zM12.1 11.7c0-.6-1-.5-1-.8 0-.1.1-.2.3-.2.2 0 .3.1.5.2l.2-.2c-.1-.1-.3-.2-.5-.3v-.3h-.2v.3c-.3 0-.5.2-.5.5 0 .6 1 .5 1 .8 0 .1-.1.2-.3.2-.2 0-.4-.1-.6-.2l-.3.3c.2.1.4.2.6.2v.4h.2v-.4c.3 0 .6-.2.6-.5z"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
className="person-money_svg__st1"
|
|
22
|
-
d="M9.6 6.6l-1 1.5-.5-1.2.4-.4H7.4l.4.4-.4 1.2-1-1.5c-1.3.2-2.2 1.3-2.2 2.6 0 .1.1.2.2.2h7.1c.1 0 .2-.1.2-.2.1-1.3-.8-2.4-2.1-2.6zM4.6 4.4c0 .8-.4 2.1-1.4 2.1S1.8 5.2 1.8 4.4 2.5 3 3.2 3s1.4.6 1.4 1.4zM3.4 9.2c0-.4.1-.7.2-1.1l-.2-.8.4-.4h-1l.4.4-.3 1L1.8 7C.8 7.2 0 8.1 0 9.2c0 .1.1.2.2.2h3.5c-.2 0-.3-.1-.3-.2zM11.4 4.4c0 .8.4 2.1 1.4 2.1s1.4-1.3 1.4-2.1S13.5 3 12.8 3s-1.4.6-1.4 1.4zM6.3 3.6C6.3 4.5 6.8 6 8 6s1.7-1.5 1.7-2.4S8.9 1.9 8 1.9s-1.7.8-1.7 1.7zM12.6 9.2c0-.4-.1-.7-.2-1.1l.3-.8-.4-.4h1l-.4.4.3 1 1-1.3c1 .2 1.8 1.1 1.8 2.2 0 .1-.1.2-.2.2h-3.5c.2 0 .3-.1.3-.2z"
|
|
23
|
-
/>
|
|
24
|
-
</svg>
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
PersonMoney.displayName = 'PersonMoney';
|
|
31
|
-
export default PersonMoney;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PhoneCircleFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<g fill="currentColor">
|
|
8
|
-
<path d="M8 12.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5-.5.2-.5.5.2.5.5.5z" />
|
|
9
|
-
<path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3.2 12c0 .6-.3.9-.8.9H5.7c-.5 0-.9-.4-.9-.9v-1.3h6.4V12zm0-2.1H4.8v-6c0-.4.4-.8.8-.8h4.8c.4 0 .8.4.8.8v6z" />
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
PhoneCircleFilled.displayName = 'PhoneCircleFilled';
|
|
18
|
-
export default PhoneCircleFilled;
|
package/src/PhoneFilled.tsx
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PhoneFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
className="phone-filled_svg__st0"
|
|
10
|
-
d="M13.2 11.8V1.3c0-.7-.6-1.3-1.3-1.3H4.1c-.7 0-1.3.6-1.3 1.3v10.5h10.4zm-10.4.7v2.1c0 .8.6 1.4 1.4 1.4h7.6c.8 0 1.4-.6 1.4-1.5v-2.1H2.8zM8 14.3c-.3 0-.6-.2-.6-.6 0-.3.2-.6.6-.6.3 0 .6.2.6.6 0 .4-.3.6-.6.6z"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
);
|
|
14
|
-
|
|
15
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
PhoneFilled.displayName = 'PhoneFilled';
|
|
19
|
-
export default PhoneFilled;
|
package/src/PieChartFilled.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PieChartFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M93.8 23.9c0-4.3-3.8-7.7-8.1-7.2-47.8 5.1-84.3 44.4-82.9 90.9v.4c-1.2 49.5 39.8 90.6 91.8 91.9 43.9-.9 80.7-30.6 89.5-70.7 1.1-5-2.6-9.7-7.7-9.7H102c-4.5 0-8.2-3.7-8.2-8.2V23.9zm17.3 67.2c0 4 3.2 7.2 7.2 7.2h71.8c4 0 7.2-3.2 7.2-7.2.3-44.8-34.1-86.4-78.7-90.7-4-.4-7.6 2.8-7.6 6.8v83.9z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
PieChartFilled.displayName = 'PieChartFilled';
|
|
18
|
-
export default PieChartFilled;
|
package/src/PieFilled.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PieFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M8 8.9l-.4-.2-.1-.1-2.3-2.3-3.1-3c-2.7 3.2-2.4 8.1.8 10.8 3.1 2.7 7.8 2.4 10.6-.5.6-.7 1.1-1.4 1.4-2.2l-2.2-.8L8 8.9zm-.8-1.8L6.1 6 2.2 2.1C3.6.8 5.3.1 7.2 0v7.1zm1-6.8c4.2.1 7.6 3.6 7.5 7.9 0 .7-.1 1.5-.4 2.2L8.2 7.8V.3z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
PieFilled.displayName = 'PieFilled';
|
|
18
|
-
export default PieFilled;
|
package/src/PiggyBank.tsx
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PiggyBank(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M16 10.1c0-.1-.1-.3-.3-.3-.1 0-.3.1-.3.3 0 .1-.1.1-.1.1-.3 0-.5-.2-.5-.5V8.4c0-.5-.4-.9-.9-.9h-.4c-.1-.3-.3-.7-.5-1-.1-.1-.2-.1-.3 0-.4.4-1.7 1.2-3.6.7C7.8 6.8 7.2 5.4 7 4.8c0-.2-.2-.3-.3-.2-.4.1-1.2.3-2 .9-.2.2-.6.2-.8 0-.1-.2-.2-.3-.3-.4-.1-.2-.5-.2-.6.1-.2.4-.6 1.3-1 3 0 0-.5 1.3-1.1 1.1-.6-.2-.9-.2-.9.1 0 .3.3 2 .3 2h.2c.3 0 .6.1.8.3.5.4 1.4 1.1 2.5 1.4.3.1.5.3.5.5l.4 1.2c0 .1.2.2.3.2h.4c.1 0 .3-.1.3-.2l.4-1.3c.1-.2.2-.3.4-.2.5.1 1.4.3 2.6 0 .2 0 .4.1.4.2l.5 1.4c0 .1.2.2.3.2h.3c.1 0 .2-.1.3-.2l.7-1.4c.1-.3.4-.5.7-.7.4-.2 1.1-.8 1.4-1.9.2-1 .2-1.9 0-2.7h.2c.2 0 .3.2.3.3v1.3c0 .6.5 1 1 1 .5-.1.8-.3.8-.7zM3.8 9.2c-.4 0-.6-.3-.6-.6s.3-.6.6-.6.6.3.6.6-.3.6-.6.6z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
d="M10.4 1.4C8.9 1.4 7.7 2.5 7.7 4s1.2 2.6 2.6 2.6S13 5.5 13 4s-1.1-2.6-2.6-2.6zm.2 4.1v.6h-.4v-.6c-.4 0-.8-.2-1-.4l.3-.4c.3.2.6.3 1 .3.3 0 .5-.1.5-.3 0-.6-1.6-.5-1.6-1.4 0-.5.3-.8.9-.8v-.6h.4v.5c.4 0 .6.2.9.4l-.3.4c-.2-.2-.4-.3-.8-.3-.3 0-.5.1-.5.3 0 .5 1.6.4 1.6 1.4 0 .5-.4.8-1 .9z"
|
|
13
|
-
fill="#ef6f53"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
PiggyBank.displayName = 'PiggyBank';
|
|
22
|
-
export default PiggyBank;
|
package/src/PocketFilled.tsx
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PocketFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M8.3 11c-1.5 0-2.8-1.3-2.8-2.8v-.4C5.5 6.2 6.8 5 8.3 5h6.8V2.8c0-1.5-1.3-2.8-2.8-2.8H3.6C2.1 0 .9 1.3.9 2.8v10.4c0 1.5 1.3 2.8 2.8 2.8h8.7c1.5 0 2.8-1.3 2.8-2.8V11H8.3z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
d="M8.5 6.2c-1 0-1.7.8-1.7 1.8s.8 1.7 1.7 1.7h6.4c.1 0 .2-.1.2-.2V6.4c0-.1-.1-.2-.2-.2H8.5zm.1 2.6c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9z"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
PocketFilled.displayName = 'PocketFilled';
|
|
22
|
-
export default PocketFilled;
|
package/src/PolygonMoney.tsx
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function PolygonMoney(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
7
|
-
id="polygon-money_svg__\u56FE\u5C42_1"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
-
x={0}
|
|
11
|
-
y={0}
|
|
12
|
-
viewBox="0 0 71.9 72.2"
|
|
13
|
-
xmlSpace="preserve"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<style>{'.polygon-money_svg__st4{fill:#285a83}.polygon-money_svg__st5{fill:#ef6f53}'}</style>
|
|
17
|
-
<defs>
|
|
18
|
-
<path id="polygon-money_svg__SVGID_1_" d="M-931.6-750.8h1920v1578h-1920z" />
|
|
19
|
-
</defs>
|
|
20
|
-
<clipPath id="polygon-money_svg__SVGID_2_">
|
|
21
|
-
<use xlinkHref="#polygon-money_svg__SVGID_1_" overflow="visible" />
|
|
22
|
-
</clipPath>
|
|
23
|
-
<defs>
|
|
24
|
-
<path id="polygon-money_svg__SVGID_3_" d="M-933.5-739.7h1920v1578h-1920z" />
|
|
25
|
-
</defs>
|
|
26
|
-
<clipPath id="polygon-money_svg__SVGID_4_">
|
|
27
|
-
<use xlinkHref="#polygon-money_svg__SVGID_3_" overflow="visible" />
|
|
28
|
-
</clipPath>
|
|
29
|
-
<path
|
|
30
|
-
className="polygon-money_svg__st4"
|
|
31
|
-
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"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
className="polygon-money_svg__st4"
|
|
35
|
-
d="M34.8 55.6L22.9 47c-1.3-.9-2-2.4-2-4V23.2c0-1.9 1.5-3.4 3.4-3.4h23.4c1.9 0 3.4 1.5 3.4 3.4V43c0 1.6-.8 3-2 4l-11.9 8.6c-.8.5-1.7.5-2.4 0zM24.2 21.9c-.8 0-1.4.6-1.4 1.4V43c0 .9.4 1.8 1.2 2.3l10.7 7.8c.7.5 1.6.5 2.3 0l10.7-7.8c.7-.5 1.2-1.4 1.2-2.3V23.2c0-.8-.6-1.4-1.4-1.4H24.2z"
|
|
36
|
-
/>
|
|
37
|
-
<path className="polygon-money_svg__st4" d="M21.9 26.1h28.2v2H21.9z" />
|
|
38
|
-
<path
|
|
39
|
-
className="polygon-money_svg__st5"
|
|
40
|
-
d="M37.4 45.1h-5.5c-.6 0-1-.4-1-1s.4-1 1-1h5.5c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3c-1.9 0-3.5-1.6-3.5-3.5v-.2c0-1.9 1.6-3.5 3.5-3.5h5.5c.6 0 1 .4 1 1s-.4 1-1 1h-5.5c-.8 0-1.5.7-1.5 1.5v.2c0 .8.7 1.5 1.5 1.5h3c1.9 0 3.5 1.6 3.5 3.5s-1.6 3.5-3.5 3.5z"
|
|
41
|
-
/>
|
|
42
|
-
<g>
|
|
43
|
-
<path
|
|
44
|
-
className="polygon-money_svg__st5"
|
|
45
|
-
d="M36 34.6c-.6 0-1-.4-1-1v-2.2c0-.6.4-1 1-1s1 .4 1 1v2.2c0 .5-.5 1-1 1z"
|
|
46
|
-
/>
|
|
47
|
-
</g>
|
|
48
|
-
<g>
|
|
49
|
-
<path
|
|
50
|
-
className="polygon-money_svg__st5"
|
|
51
|
-
d="M36 47.7c-.6 0-1-.4-1-1v-2.6c0-.6.4-1 1-1s1 .4 1 1v2.6c0 .5-.5 1-1 1z"
|
|
52
|
-
/>
|
|
53
|
-
</g>
|
|
54
|
-
</svg>
|
|
55
|
-
);
|
|
56
|
-
|
|
57
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
PolygonMoney.displayName = 'PolygonMoney';
|
|
61
|
-
export default PolygonMoney;
|
package/src/ProfileOutlined.tsx
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ProfileOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M12.8 0H3.2a2.14 2.14 0 00-2.14 2.13v11.74A2.14 2.14 0 003.2 16h9.6a2.14 2.14 0 002.13-2.13V2.13A2.14 2.14 0 0012.8 0zm1.06 13.87a1.06 1.06 0 01-1.06 1.06H3.2a1.06 1.06 0 01-1.07-1.06V2.13A1.06 1.06 0 013.2 1.07h9.6a1.06 1.06 0 011.06 1.06z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
d="M11.49 4.27h-4.8a.53.53 0 000 1.06h4.8a.53.53 0 100-1.06zm0 3.2h-4.8a.53.53 0 000 1.06h4.8a.53.53 0 100-1.06zm0 3.2h-4.8a.53.53 0 100 1.06h4.8a.53.53 0 100-1.06zm-6.6-6.4H4.5a.53.53 0 100 1.06h.4a.53.53 0 100-1.06zm0 3.2H4.5a.53.53 0 100 1.06h.4a.53.53 0 100-1.06zm0 3.2H4.5a.53.53 0 100 1.06h.4a.53.53 0 100-1.06z"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
ProfileOutlined.displayName = 'ProfileOutlined';
|
|
22
|
-
export default ProfileOutlined;
|
package/src/QrCodeOutlined.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function QrCodeOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M0 7.5h7.5V0H0v7.5zm1.9-5.6h3.8v3.8H1.9V1.9zM8.5 0v7.5H16V0H8.5zm5.6 5.6h-3.8V1.9h3.8v3.7zM2.8 4.7h1.9V2.8H2.8v1.9zM0 16h7.5V8.5H0V16zm1.9-5.6h3.8v3.8H1.9v-3.8zm11.3-7.6h-1.9v1.9h1.9V2.8zM8.5 16h1.9v-1.9H8.5V16zm1.9-5.6v3.8h1.9v-3.8h-1.9zm3.7 3.7h-1.9V16H16v-3.8h-1.9v1.9zm0-3.7H16V8.5h-1.9v1.9zM8.5 8.5v1.9h1.9V8.5H8.5zm-5.7 4.7h1.9v-1.9H2.8v1.9z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
QrCodeOutlined.displayName = 'QrCodeOutlined';
|
|
18
|
-
export default QrCodeOutlined;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function QuestionCircleFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="inherit"
|
|
9
|
-
d="M8 0C3.6 0 0 3.5 0 7.9V8c0 4.5 3.7 8 8 8 4.5 0 8-3.7 8-8s-3.5-8-8-8z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
className="question-circle-filled_svg__st0"
|
|
14
|
-
d="M9.7 7.4c.8-.7 1.4-1.3 1.4-2.3C11.1 3.4 9.7 2 8 2 6.3 2 4.9 3.4 4.9 5.1c0 .4.4.8.8.8.5 0 .8-.5.8-.8 0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .2-.2.6-.8 1.3-.8.7-1.5 1.4-1.5 2.4v.9c0 .4.4.8.8.8s.8-.4.8-.8v-.9c0-.3.6-.9.9-1.4zM9.1 12.8c0-.7-.5-1.1-1.1-1.1-.7 0-1.1.5-1.1 1.1 0 .7.5 1.1 1.1 1.1.7 0 1.1-.4 1.1-1.1z"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
QuestionCircleFilled.displayName = 'QuestionCircleFilled';
|
|
23
|
-
export default QuestionCircleFilled;
|
package/src/RefreshCOutlined.tsx
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function RefreshCOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M3.7 16c-.2 0-.5-.2-.5-.4 0-.3.1-.5.4-.6l.4-.1c-2.4-1.4-4-4-4-6.9 0-4.4 3.6-8 8-8 .3 0 .5.2.5.5S8.3 1 8 1C4.1 1 1 4.1 1 8c0 3.1 2.1 5.8 5 6.7.2.1.4.3.4.5s-.2.4-.4.5l-2.3.3c.1 0 0 0 0 0zM8 16c-.3 0-.5-.2-.5-.5s.2-.5.5-.5c3.9 0 7-3.1 7-7 0-3.1-2.1-5.8-5-6.7-.2-.1-.4-.3-.4-.5s.2-.4.4-.5l2.2-.3c.3 0 .5.1.6.4 0 .3-.2.5-.4.6l-.4.1c2.4 1.4 4 4.1 4 6.9 0 4.4-3.6 8-8 8z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
d="M8 7.3c-2.1 0-4.3-.6-4.3-1.9s2.2-2 4.3-2 4.3.6 4.3 1.9-2.2 2-4.3 2zm0-2.7c-1.9 0-3 .5-3.1.8.1.1 1.2.7 3.1.7 1.9 0 2.9-.5 3.1-.7-.2-.3-1.2-.8-3.1-.8zm3.1.8z"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill="currentColor"
|
|
17
|
-
d="M8 9.8c-2.1 0-4.3-.6-4.3-1.9 0-.3.3-.6.6-.6s.6.3.6.6c.1.2 1.2.7 3.1.7 1.9 0 3-.5 3.1-.8 0-.3.3-.6.6-.6s.6.3.6.6c0 1.4-2.2 2-4.3 2zM8 12.5c-2.1 0-4.3-.6-4.3-1.9 0-.3.3-.6.6-.6s.6.3.6.6c.1.1 1.2.7 3.1.7s3-.5 3.1-.8c0-.3.3-.6.6-.6s.6.3.6.6c0 1.4-2.2 2-4.3 2z"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
RefreshCOutlined.displayName = 'RefreshCOutlined';
|
|
26
|
-
export default RefreshCOutlined;
|
package/src/RefreshOutlined.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function RefreshOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M3.7 16c-.2 0-.5-.2-.5-.4 0-.3.1-.5.4-.6l.4-.1c-2.4-1.4-4-4-4-6.9 0-4.4 3.6-8 8-8 .3 0 .5.2.5.5S8.3 1 8 1C4.1 1 1 4.1 1 8c0 3.1 2.1 5.8 5 6.7.2.1.4.3.4.5s-.2.4-.4.5l-2.3.3c.1 0 0 0 0 0zM8 16c-.3 0-.5-.2-.5-.5s.2-.5.5-.5c3.9 0 7-3.1 7-7 0-3.1-2.1-5.8-5-6.7-.2-.1-.4-.3-.4-.5s.2-.4.4-.5l2.2-.3c.3 0 .5.1.6.4 0 .3-.2.5-.4.6l-.4.1c2.4 1.4 4 4.1 4 6.9 0 4.4-3.6 8-8 8z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
RefreshOutlined.displayName = 'RefreshOutlined';
|
|
18
|
-
export default RefreshOutlined;
|
package/src/ReticuleOutlined.tsx
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ReticuleOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M15 15.22H1A.6.6 0 01.56 15a.62.62 0 01-.16-.46l1-10A.6.6 0 012 4h12a.6.6 0 01.6.54l1 10a.62.62 0 01-.16.46.6.6 0 01-.44.22zM1.66 14h12.68l-.88-8.81H2.54z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
d="M11 7.22a.59.59 0 01-.6-.59V4.38a2.4 2.4 0 10-4.8 0v2.25a.6.6 0 01-1.2 0V4.38a3.6 3.6 0 017.2 0v2.25a.59.59 0 01-.6.59z"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
ReticuleOutlined.displayName = 'ReticuleOutlined';
|
|
22
|
-
export default ReticuleOutlined;
|
package/src/RightOutlined.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function RightOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M10.92 8L4 14.91a.63.63 0 000 .9.65.65 0 00.91 0l6.93-6.92a1.26 1.26 0 000-1.78L4.9.19a.65.65 0 00-.9 0 .63.63 0 000 .9z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
RightOutlined.displayName = 'RightOutlined';
|
|
18
|
-
export default RightOutlined;
|
package/src/SafeMoney.tsx
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function SafeMoney(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
7
|
-
id="safe-money_svg__\u56FE\u5C42_1"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
x={0}
|
|
10
|
-
y={0}
|
|
11
|
-
viewBox="0 0 16 16"
|
|
12
|
-
xmlSpace="preserve"
|
|
13
|
-
{...props}
|
|
14
|
-
>
|
|
15
|
-
<style>{'.safe-money_svg__st0{fill:#ef6f53}.safe-money_svg__st1{fill:#285a83}'}</style>
|
|
16
|
-
<path
|
|
17
|
-
className="safe-money_svg__st0"
|
|
18
|
-
d="M8.6 12.5H6.4c-.2 0-.4-.2-.4-.4s.2-.4.4-.4h2.3c.3 0 .6-.3.6-.6s-.3-.7-.7-.7H7.4C6.6 10.4 6 9.8 6 9v-.1c0-.8.6-1.4 1.4-1.4h2.3c.2 0 .4.2.4.4s-.2.4-.4.4H7.4c-.4 0-.6.3-.6.6V9c0 .3.3.6.6.6h1.2c.8 0 1.4.6 1.4 1.4s-.6 1.5-1.4 1.5z"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
className="safe-money_svg__st0"
|
|
22
|
-
d="M8 8.2c-.2 0-.4-.2-.4-.5v-.9c0-.2.2-.4.4-.4s.4.2.4.4v.9c.1.3-.1.5-.4.5zM8 13.5c-.2 0-.4-.2-.4-.4V12c0-.2.2-.4.4-.4s.4.2.4.4v1.1c.1.3-.1.4-.4.4z"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
className="safe-money_svg__st1"
|
|
26
|
-
d="M13.8 5.1H2.2c-.8 0-1.4.6-1.4 1.4v6.8c0 .8.6 1.4 1.4 1.4h11.5c.8 0 1.4-.6 1.4-1.4V6.5c.1-.8-.6-1.4-1.3-1.4zm.6 8.2c0 .3-.3.6-.6.6H2.2c-.3 0-.6-.3-.6-.6V6.5c0-.3.3-.6.6-.6h11.5c.3 0 .6.3.6.6v6.8zM15.7 3.9l-7-2.5c-.4-.2-1-.2-1.4 0l-7 2.5c-.2.1-.4.3-.3.5.1.2.2.3.4.3h.1l7-2.5c.3-.1.6-.1.8 0l7 2.5c.2.1.4 0 .5-.2.3-.3.1-.5-.1-.6z"
|
|
27
|
-
/>
|
|
28
|
-
</svg>
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
SafeMoney.displayName = 'SafeMoney';
|
|
35
|
-
export default SafeMoney;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function SafetyCertificateFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M8 0c2.6 1.2 4.6 1.9 6.2 2 .3 0 .6.3.6.6v6C14.2 12.2 12 14.7 8 16c-4-1.3-6.3-3.8-6.8-7.4v-6c0-.3.3-.6.6-.6 1.6-.1 3.7-.8 6.2-2zm3.6 5.2c-.2-.2-.6-.2-.8 0L7.1 8.9 5.2 7c-.2-.3-.6-.3-.8 0-.2.2-.2.6 0 .8l2.3 2.3c.1.1.3.2.4.2.1 0 .3-.1.4-.2L11.6 6c.3-.2.3-.6 0-.8z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
SafetyCertificateFilled.displayName = 'SafetyCertificateFilled';
|
|
18
|
-
export default SafetyCertificateFilled;
|
package/src/SafetyOutlined.tsx
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function SafetyOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M8 16c-1.5 0-3.2-.9-5.2-2.8-1-.9-1.6-2.2-1.7-3.6V3c0-.4.2-.7.6-.9l6-2.1h.6l6 2.1c.3.1.6.5.6.9v5.2c0 .5 0 1-.1 1.4-.1 1.4-.7 2.6-1.7 3.6C11.2 15.1 9.5 16 8 16zM2.3 3.1v5.1c0 .5 0 .9.1 1.3.1 1.1.6 2.1 1.3 2.8C5.4 14 6.9 14.9 8 14.9s2.6-.8 4.4-2.5c.8-.7 1.3-1.7 1.3-2.8 0-.4.1-.9.1-1.3V3.1L8 1.1l-5.7 2z"
|
|
10
|
-
/>
|
|
11
|
-
<path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
d="M7.3 9.1l3.3-3.3c.2-.2.6-.2.8 0s.2.6 0 .8l-3.7 3.7c-.2.2-.6.2-.8 0l-2-2c-.2-.2-.2-.6 0-.8s.6-.2.8 0l1.6 1.6z"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
SafetyOutlined.displayName = 'SafetyOutlined';
|
|
22
|
-
export default SafetyOutlined;
|
package/src/SearchOutlined.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function SearchOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M16 15.08l-3.37-3.38a7.14 7.14 0 10-.92.92L15 16a.4.4 0 00.29-.17l.46-.46a.93.93 0 00.25-.29zM7.09 13A5.87 5.87 0 1113 7.1 5.86 5.86 0 017.09 13z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
SearchOutlined.displayName = 'SearchOutlined';
|
|
18
|
-
export default SearchOutlined;
|
package/src/SettingsFilled.tsx
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function SettingsFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<g data-name="Layer 2">
|
|
8
|
-
<g fill="currentColor" data-name="Layer 1-2">
|
|
9
|
-
<ellipse cx={7.99} cy={8} rx={1.25} ry={1.22} />
|
|
10
|
-
<path d="M15.65 9.67L14.38 9a1.08 1.08 0 01-.44-1.48 1.11 1.11 0 01.44-.42l1.27-.72a.67.67 0 00.25-.92l-1.66-2.87a.7.7 0 00-1-.24L12 3.06a1.13 1.13 0 01-1.1 0 1.07 1.07 0 01-.56-.94V.68A.68.68 0 009.67 0H6.33a.68.68 0 00-.69.68v1.44a1.1 1.1 0 01-1.09 1.1A1.11 1.11 0 014 3.06l-1.31-.71a.69.69 0 00-.94.24L.09 5.41a.65.65 0 00.24.92l1.27.72a1.08 1.08 0 01.44 1.48 1.26 1.26 0 01-.43.47l-1.27.67a.67.67 0 00-.26.92l1.66 2.82a.7.7 0 001 .24L4 12.94a1.12 1.12 0 011.52.37 1 1 0 01.15.57v1.44a.69.69 0 00.7.68h3.29a.68.68 0 00.69-.68v-1.44a1.1 1.1 0 011.09-1.1 1.11 1.11 0 01.59.16l1.26.71a.69.69 0 00.94-.24l1.67-2.82a.67.67 0 00-.26-.92zM8 10.58A2.58 2.58 0 1110.63 8 2.63 2.63 0 018 10.58z" />
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
SettingsFilled.displayName = 'SettingsFilled';
|
|
20
|
-
export default SettingsFilled;
|
package/src/SharedFilled.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function SharedFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M13.3 10.7c-.8 0-1.5.3-2 .9l-6.1-3c.1-.4.1-.7 0-1.1l5.4-2.7c.9 1.2 2.5 1.5 3.7.8s1.9-2.2 1.4-3.6-1.9-2.2-3.3-2-2.3 1.5-2.3 3c0 .2 0 .4.1.5L4.7 6.2c-.8-.8-1.9-1.1-3-.7C.7 5.9 0 6.9 0 8s.7 2.1 1.7 2.5c1 .4 2.2.1 2.9-.7l6.1 3c0 .2-.1.4-.1.5 0 1.5 1.2 2.7 2.7 2.7s2.7-1.2 2.7-2.7-1.2-2.6-2.7-2.6z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
SharedFilled.displayName = 'SharedFilled';
|
|
18
|
-
export default SharedFilled;
|
package/src/ShopOutlined.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ShopOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M15.1 0c.5 0 .9.4.9.9v3.6c0 .5-.4.9-.9.9h-1.5v9.1c0 .8-.7 1.5-1.5 1.5H3.9c-.8 0-1.5-.7-1.5-1.5V5.4H.9C.4 5.4 0 5 0 4.5V.9C0 .4.4 0 .9 0h14.2zM9.3 3.2H3.9c-.2 0-.4.2-.4.4v10.9c0 .2.2.4.4.5h5.4V3.2zm2.8 0h-1.9V15h1.9c.2 0 .4-.2.4-.4v-11c.1-.2-.1-.4-.4-.4zm-6.3 9.2v1.1h-1v-1.1h1zm0-1.5V12h-1v-1.1h1zm0-1.5v1.1h-1V9.4h1zM15 1.1H1v3.3h1.3v-.8c0-.8.7-1.5 1.5-1.5h8.3c.8 0 1.5.7 1.5 1.5v.8H15V1.1z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
ShopOutlined.displayName = 'ShopOutlined';
|
|
18
|
-
export default ShopOutlined;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ShoppingBagOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M14.35 12L14 3a.5.5 0 00-.5-.48h-2a.26.26 0 01-.24-.17A3.49 3.49 0 0010.47 1 3.44 3.44 0 008 0a3.51 3.51 0 00-3.3 2.32.26.26 0 01-.24.17h-2A.5.5 0 002 3l-.33 9-.11 3a1 1 0 001 1h10.9a1 1 0 001-1zM6.23 1.72a2.5 2.5 0 014 .68.06.06 0 01-.06.09H5.81a.06.06 0 01-.06-.09 2.7 2.7 0 01.48-.68zm-3 1.77h1.14a.13.13 0 01.13.13v1.87a.53.53 0 00.15.36A.47.47 0 005 6a.5.5 0 00.49-.51V3.62a.13.13 0 01.13-.13h4.75a.13.13 0 01.12.13v1.87a.53.53 0 00.15.36A.47.47 0 0011 6a.5.5 0 00.49-.51V3.62a.13.13 0 01.13-.13h1.18a.26.26 0 01.25.24l.3 8.2a.06.06 0 01-.06.06H2.71a.06.06 0 01-.06-.06L3 3.73a.26.26 0 01.2-.24zm-.68 11.24l.06-1.68a.06.06 0 01.06-.05h10.66a.06.06 0 01.06.06l.06 1.68a.25.25 0 01-.25.26H2.8a.24.24 0 01-.25-.27z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
ShoppingBagOutlined.displayName = 'ShoppingBagOutlined';
|
|
18
|
-
export default ShoppingBagOutlined;
|
package/src/ShovelOutlined.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ShovelOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M1.4 6.4v7.72a.69.69 0 00.68.68h11.84a.68.68 0 00.68-.68V6.4a.6.6 0 01.6-.6.59.59 0 01.59.6v8.75a.85.85 0 01-.85.85H1.06a.85.85 0 01-.85-.85V6.4a.59.59 0 01.59-.6.58.58 0 01.6.6zM9 .3a.6.6 0 01.82-.22L14 2.48a.6.6 0 01.22.82.6.6 0 01-.82.22l-1.55-.9L10 5.74l1.87 1.06a.88.88 0 01.31 1.2l-2 3.4A3.6 3.6 0 014 7.79l2-3.4a.88.88 0 011.19-.32L9 5.14 10.79 2l-1.56-.9A.61.61 0 019 .3zM7 5.37a.18.18 0 00-.26.07L5 8.4a2.4 2.4 0 00.73 3.18l.15.1A2.42 2.42 0 009.1 11l.1-.15 1.69-3a.19.19 0 00-.07-.26l-1.39-.82-.91 1.56a.59.59 0 01-.81.22.59.59 0 01-.22-.82l.9-1.55z"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
ShovelOutlined.displayName = 'ShovelOutlined';
|
|
18
|
-
export default ShovelOutlined;
|
package/src/ShrinkFilled.tsx
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ShrinkFilled(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" {...props}>
|
|
7
|
-
<circle fill="currentColor" cx={8} cy={8} r={8} />
|
|
8
|
-
<path
|
|
9
|
-
fill="inherit"
|
|
10
|
-
d="M9.18 7.09a.33.33 0 00.23.09H12a.36.36 0 100-.72h-1.77l2.18-2.36a.37.37 0 000-.51.37.37 0 00-.51 0L9.79 5.9V4.23a.37.37 0 00-.37-.36.36.36 0 00-.36.36v2.6a.35.35 0 00.12.26zm-3.41-.61H4a.36.36 0 00-.36.36.35.35 0 00.36.35h2.57a.31.31 0 00.25-.1.38.38 0 00.12-.27V4.23a.36.36 0 00-.36-.36.36.36 0 00-.36.36V5.9l-2.1-2.28a.35.35 0 10-.53.47l2.18 2.39zm1.32 2.7a.37.37 0 00-.26-.12h-2.6a.36.36 0 00-.36.36.36.36 0 00.36.36H5.9l-2.29 2.1a.37.37 0 000 .51.36.36 0 00.5 0l2.38-2.18V12a.36.36 0 00.72 0V9.43a.33.33 0 00-.09-.23zm5.3 2.7L10.1 9.79h1.67a.37.37 0 00.36-.37.36.36 0 00-.36-.36h-2.6a.35.35 0 00-.28.14.33.33 0 00-.09.23V12a.36.36 0 00.36.36.36.36 0 00.36-.36v-1.77l2.38 2.18a.36.36 0 00.49-.53z"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
);
|
|
14
|
-
|
|
15
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
ShrinkFilled.displayName = 'ShrinkFilled';
|
|
19
|
-
export default ShrinkFilled;
|
package/src/ShrinkOutlined.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Icon, { IconProps } from 'a-base-icon/lib/Icon';
|
|
3
|
-
|
|
4
|
-
function ShrinkOutlined(componentProps: IconProps) {
|
|
5
|
-
const IconNode = (props: React.SVGProps<SVGSVGElement>) => (
|
|
6
|
-
<svg
|
|
7
|
-
className="shrink-outlined_svg__icon"
|
|
8
|
-
viewBox="0 0 1024 1024"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
d="M646.38 408.9l1.92 1.792a39.674 39.674 0 0026.556 9.79h296.405a41.018 41.018 0 0041.082-40.826 40.954 40.954 0 00-41.082-40.762H765.723l247.451-270.68a40.57 40.57 0 00-2.687-57.592 41.018 41.018 0 00-57.912 2.752l-237.66 260.25V83.444a41.018 41.018 0 10-82.1 0v294.932c0 11.199 4.543 22.461 13.565 30.46zm-388.103-70.07H52.803a40.954 40.954 0 00-41.082 40.762 40.954 40.954 0 0041.082 40.826h296.405a39.866 39.866 0 0028.54-11.646 40.698 40.698 0 0013.438-30.46V83.316a40.954 40.954 0 00-41.082-40.634 40.89 40.89 0 00-40.954 40.826V273.56L71.36 13.438a41.018 41.018 0 00-57.847-2.688 40.506 40.506 0 00-2.687 57.592l247.451 270.552zm150.634 307.475a40.698 40.698 0 00-30.46-13.438H83.456a40.954 40.954 0 00-40.762 41.018c0 22.717 18.301 40.954 40.826 40.954H273.57L13.513 952.629a41.018 41.018 0 00-2.687 57.847 40.506 40.506 0 0057.591 2.687l270.616-247.451v205.601a40.954 40.954 0 0040.762 41.082 40.954 40.954 0 0040.826-41.082V674.845a39.866 39.866 0 00-9.79-26.492l-1.92-1.984zm601.512 306.26L750.365 714.902h190.052a41.018 41.018 0 100-82.1H645.42a40.698 40.698 0 00-32.25 15.486 39.674 39.674 0 00-9.791 26.492v296.468c0 22.589 18.3 41.082 40.762 41.082a40.954 40.954 0 0040.826-41.082V765.648l270.616 247.451a40.954 40.954 0 0054.904-60.599z"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
return <Icon {...componentProps} component={IconNode} />;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
ShrinkOutlined.displayName = 'ShrinkOutlined';
|
|
23
|
-
export default ShrinkOutlined;
|