@trionesdev/antd-mobile-icons-react 0.0.2-beta.0
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/LICENSE +21 -0
- package/README.md +43 -0
- package/dist/Icon.d.ts +9 -0
- package/dist/Icon.js +17 -0
- package/dist/fill/AddressBookFill.d.ts +3 -0
- package/dist/fill/AddressBookFill.js +16 -0
- package/dist/fill/AlipayCircleFill.d.ts +3 -0
- package/dist/fill/AlipayCircleFill.js +16 -0
- package/dist/fill/AlipaySquareFill.d.ts +3 -0
- package/dist/fill/AlipaySquareFill.js +16 -0
- package/dist/fill/AudioFill.d.ts +3 -0
- package/dist/fill/AudioFill.js +16 -0
- package/dist/fill/CheckCircleFill.d.ts +3 -0
- package/dist/fill/CheckCircleFill.js +16 -0
- package/dist/fill/CheckShieldFill.d.ts +3 -0
- package/dist/fill/CheckShieldFill.js +16 -0
- package/dist/fill/ClockCircleFill.d.ts +3 -0
- package/dist/fill/ClockCircleFill.js +16 -0
- package/dist/fill/CloseCircleFill.d.ts +3 -0
- package/dist/fill/CloseCircleFill.js +16 -0
- package/dist/fill/DownFill.d.ts +3 -0
- package/dist/fill/DownFill.js +16 -0
- package/dist/fill/EditFill.d.ts +3 -0
- package/dist/fill/EditFill.js +16 -0
- package/dist/fill/EditSFill.d.ts +3 -0
- package/dist/fill/EditSFill.js +16 -0
- package/dist/fill/ExclamationCircleFill.d.ts +3 -0
- package/dist/fill/ExclamationCircleFill.js +16 -0
- package/dist/fill/ExclamationShieldFill.d.ts +3 -0
- package/dist/fill/ExclamationShieldFill.js +16 -0
- package/dist/fill/EyeFill.d.ts +3 -0
- package/dist/fill/EyeFill.js +16 -0
- package/dist/fill/EyeInvisibleFill.d.ts +3 -0
- package/dist/fill/EyeInvisibleFill.js +16 -0
- package/dist/fill/FireFill.d.ts +3 -0
- package/dist/fill/FireFill.js +16 -0
- package/dist/fill/ForbidFill.d.ts +3 -0
- package/dist/fill/ForbidFill.js +16 -0
- package/dist/fill/FrownFill.d.ts +3 -0
- package/dist/fill/FrownFill.js +16 -0
- package/dist/fill/HeartFill.d.ts +3 -0
- package/dist/fill/HeartFill.js +16 -0
- package/dist/fill/HomeFill.d.ts +3 -0
- package/dist/fill/HomeFill.js +16 -0
- package/dist/fill/InformationCircleFill.d.ts +3 -0
- package/dist/fill/InformationCircleFill.js +16 -0
- package/dist/fill/KouBeiFill.d.ts +3 -0
- package/dist/fill/KouBeiFill.js +16 -0
- package/dist/fill/LocationFill.d.ts +3 -0
- package/dist/fill/LocationFill.js +16 -0
- package/dist/fill/LockFill.d.ts +3 -0
- package/dist/fill/LockFill.js +16 -0
- package/dist/fill/MailFill.d.ts +3 -0
- package/dist/fill/MailFill.js +16 -0
- package/dist/fill/MessageFill.d.ts +3 -0
- package/dist/fill/MessageFill.js +16 -0
- package/dist/fill/PhoneFill.d.ts +3 -0
- package/dist/fill/PhoneFill.js +16 -0
- package/dist/fill/PhonebookFill.d.ts +3 -0
- package/dist/fill/PhonebookFill.js +16 -0
- package/dist/fill/QuestionCircleFill.d.ts +3 -0
- package/dist/fill/QuestionCircleFill.js +16 -0
- package/dist/fill/SmileFill.d.ts +3 -0
- package/dist/fill/SmileFill.js +16 -0
- package/dist/fill/SoundMuteFill.d.ts +3 -0
- package/dist/fill/SoundMuteFill.js +16 -0
- package/dist/fill/StarFill.d.ts +3 -0
- package/dist/fill/StarFill.js +16 -0
- package/dist/fill/TeamFill.d.ts +3 -0
- package/dist/fill/TeamFill.js +16 -0
- package/dist/fill/UserFill.d.ts +3 -0
- package/dist/fill/UserFill.js +16 -0
- package/dist/fill/WechatPayCircleFill.d.ts +3 -0
- package/dist/fill/WechatPayCircleFill.js +16 -0
- package/dist/fill/WechatPayFill.d.ts +3 -0
- package/dist/fill/WechatPayFill.js +16 -0
- package/dist/fill/WechatPaySquareFill.d.ts +3 -0
- package/dist/fill/WechatPaySquareFill.js +16 -0
- package/dist/fill/index.d.ts +37 -0
- package/dist/fill/index.js +37 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/outline/AAOutline.d.ts +3 -0
- package/dist/outline/AAOutline.js +16 -0
- package/dist/outline/AcceptanceOutline.d.ts +3 -0
- package/dist/outline/AcceptanceOutline.js +16 -0
- package/dist/outline/AddCircleOutline.d.ts +3 -0
- package/dist/outline/AddCircleOutline.js +16 -0
- package/dist/outline/AddOutline.d.ts +3 -0
- package/dist/outline/AddOutline.js +16 -0
- package/dist/outline/AddSquareOutline.d.ts +3 -0
- package/dist/outline/AddSquareOutline.js +16 -0
- package/dist/outline/AntOutline.d.ts +3 -0
- package/dist/outline/AntOutline.js +16 -0
- package/dist/outline/AppOutline.d.ts +3 -0
- package/dist/outline/AppOutline.js +16 -0
- package/dist/outline/AppstoreOutline.d.ts +3 -0
- package/dist/outline/AppstoreOutline.js +16 -0
- package/dist/outline/ArrowDownCircleOutline.d.ts +3 -0
- package/dist/outline/ArrowDownCircleOutline.js +16 -0
- package/dist/outline/ArrowsAltOutline.d.ts +3 -0
- package/dist/outline/ArrowsAltOutline.js +16 -0
- package/dist/outline/AudioMutedOutline.d.ts +3 -0
- package/dist/outline/AudioMutedOutline.js +16 -0
- package/dist/outline/AudioOutline.d.ts +3 -0
- package/dist/outline/AudioOutline.js +16 -0
- package/dist/outline/BankcardOutline.d.ts +3 -0
- package/dist/outline/BankcardOutline.js +16 -0
- package/dist/outline/BellMuteOutline.d.ts +3 -0
- package/dist/outline/BellMuteOutline.js +16 -0
- package/dist/outline/BellOutline.d.ts +3 -0
- package/dist/outline/BellOutline.js +16 -0
- package/dist/outline/BillOutline.d.ts +3 -0
- package/dist/outline/BillOutline.js +16 -0
- package/dist/outline/CalculatorOutline.d.ts +3 -0
- package/dist/outline/CalculatorOutline.js +16 -0
- package/dist/outline/CalendarOutline.d.ts +3 -0
- package/dist/outline/CalendarOutline.js +16 -0
- package/dist/outline/CameraOutline.d.ts +3 -0
- package/dist/outline/CameraOutline.js +16 -0
- package/dist/outline/ChatAddOutline.d.ts +3 -0
- package/dist/outline/ChatAddOutline.js +16 -0
- package/dist/outline/ChatCheckOutline.d.ts +3 -0
- package/dist/outline/ChatCheckOutline.js +16 -0
- package/dist/outline/ChatWrongOutline.d.ts +3 -0
- package/dist/outline/ChatWrongOutline.js +16 -0
- package/dist/outline/CheckCircleOutline.d.ts +3 -0
- package/dist/outline/CheckCircleOutline.js +16 -0
- package/dist/outline/CheckOutline.d.ts +3 -0
- package/dist/outline/CheckOutline.js +16 -0
- package/dist/outline/CheckShieldOutline.d.ts +3 -0
- package/dist/outline/CheckShieldOutline.js +16 -0
- package/dist/outline/ClockCircleOutline.d.ts +3 -0
- package/dist/outline/ClockCircleOutline.js +16 -0
- package/dist/outline/CloseCircleOutline.d.ts +3 -0
- package/dist/outline/CloseCircleOutline.js +16 -0
- package/dist/outline/CloseOutline.d.ts +3 -0
- package/dist/outline/CloseOutline.js +16 -0
- package/dist/outline/CloseShieldOutline.d.ts +3 -0
- package/dist/outline/CloseShieldOutline.js +16 -0
- package/dist/outline/CollectMoneyOutline.d.ts +3 -0
- package/dist/outline/CollectMoneyOutline.js +16 -0
- package/dist/outline/CompassOutline.d.ts +3 -0
- package/dist/outline/CompassOutline.js +16 -0
- package/dist/outline/CompletedOutline.d.ts +3 -0
- package/dist/outline/CompletedOutline.js +16 -0
- package/dist/outline/ContentOutline.d.ts +3 -0
- package/dist/outline/ContentOutline.js +16 -0
- package/dist/outline/CouponOutline.d.ts +3 -0
- package/dist/outline/CouponOutline.js +16 -0
- package/dist/outline/CustomerSupportOutline.d.ts +3 -0
- package/dist/outline/CustomerSupportOutline.js +16 -0
- package/dist/outline/DeleteOutline.d.ts +3 -0
- package/dist/outline/DeleteOutline.js +16 -0
- package/dist/outline/DownCircleOutline.d.ts +3 -0
- package/dist/outline/DownCircleOutline.js +16 -0
- package/dist/outline/DownOutline.d.ts +3 -0
- package/dist/outline/DownOutline.js +16 -0
- package/dist/outline/DownlandOutline.d.ts +3 -0
- package/dist/outline/DownlandOutline.js +16 -0
- package/dist/outline/EditOutline.d.ts +3 -0
- package/dist/outline/EditOutline.js +16 -0
- package/dist/outline/EnvironmentOutline.d.ts +3 -0
- package/dist/outline/EnvironmentOutline.js +16 -0
- package/dist/outline/ExclamationCircleOutline.d.ts +3 -0
- package/dist/outline/ExclamationCircleOutline.js +16 -0
- package/dist/outline/ExclamationOutline.d.ts +3 -0
- package/dist/outline/ExclamationOutline.js +16 -0
- package/dist/outline/ExclamationShieldOutline.d.ts +3 -0
- package/dist/outline/ExclamationShieldOutline.js +16 -0
- package/dist/outline/ExclamationTriangleOutline.d.ts +3 -0
- package/dist/outline/ExclamationTriangleOutline.js +16 -0
- package/dist/outline/EyeInvisibleOutline.d.ts +3 -0
- package/dist/outline/EyeInvisibleOutline.js +16 -0
- package/dist/outline/EyeOutline.d.ts +3 -0
- package/dist/outline/EyeOutline.js +16 -0
- package/dist/outline/FaceRecognitionOutline.d.ts +3 -0
- package/dist/outline/FaceRecognitionOutline.js +16 -0
- package/dist/outline/FileOutline.d.ts +3 -0
- package/dist/outline/FileOutline.js +16 -0
- package/dist/outline/FileWrongOutline.d.ts +3 -0
- package/dist/outline/FileWrongOutline.js +16 -0
- package/dist/outline/FilterOutline.d.ts +3 -0
- package/dist/outline/FilterOutline.js +16 -0
- package/dist/outline/FingerDownOutline.d.ts +3 -0
- package/dist/outline/FingerDownOutline.js +16 -0
- package/dist/outline/FlagOutline.d.ts +3 -0
- package/dist/outline/FlagOutline.js +16 -0
- package/dist/outline/FolderOutline.d.ts +3 -0
- package/dist/outline/FolderOutline.js +16 -0
- package/dist/outline/FormOutlined.d.ts +3 -0
- package/dist/outline/FormOutlined.js +16 -0
- package/dist/outline/FrownOutline.d.ts +3 -0
- package/dist/outline/FrownOutline.js +16 -0
- package/dist/outline/GiftOutline.d.ts +3 -0
- package/dist/outline/GiftOutline.js +16 -0
- package/dist/outline/GlobalOutline.d.ts +3 -0
- package/dist/outline/GlobalOutline.js +16 -0
- package/dist/outline/HandPayCircleOutline.d.ts +3 -0
- package/dist/outline/HandPayCircleOutline.js +16 -0
- package/dist/outline/HeartOutline.d.ts +3 -0
- package/dist/outline/HeartOutline.js +16 -0
- package/dist/outline/HistogramOutline.d.ts +3 -0
- package/dist/outline/HistogramOutline.js +16 -0
- package/dist/outline/HomeOutline.d.ts +3 -0
- package/dist/outline/HomeOutline.js +16 -0
- package/dist/outline/InProcessOutline.d.ts +3 -0
- package/dist/outline/InProcessOutline.js +16 -0
- package/dist/outline/InformationCircleOutline.d.ts +3 -0
- package/dist/outline/InformationCircleOutline.js +16 -0
- package/dist/outline/KeyOutline.d.ts +3 -0
- package/dist/outline/KeyOutline.js +16 -0
- package/dist/outline/KouBeiOutline.d.ts +3 -0
- package/dist/outline/KouBeiOutline.js +16 -0
- package/dist/outline/LeftOutline.d.ts +3 -0
- package/dist/outline/LeftOutline.js +16 -0
- package/dist/outline/LikeOutline.d.ts +3 -0
- package/dist/outline/LikeOutline.js +16 -0
- package/dist/outline/LinkOutline.d.ts +3 -0
- package/dist/outline/LinkOutline.js +16 -0
- package/dist/outline/LocationOutline.d.ts +3 -0
- package/dist/outline/LocationOutline.js +16 -0
- package/dist/outline/LockOutline.d.ts +3 -0
- package/dist/outline/LockOutline.js +16 -0
- package/dist/outline/LoopOutline.d.ts +3 -0
- package/dist/outline/LoopOutline.js +16 -0
- package/dist/outline/MailOpenOutline.d.ts +3 -0
- package/dist/outline/MailOpenOutline.js +16 -0
- package/dist/outline/MailOutline.d.ts +3 -0
- package/dist/outline/MailOutline.js +16 -0
- package/dist/outline/MessageOutline.d.ts +3 -0
- package/dist/outline/MessageOutline.js +16 -0
- package/dist/outline/MinusCircleOutline.d.ts +3 -0
- package/dist/outline/MinusCircleOutline.js +16 -0
- package/dist/outline/MinusOutline.d.ts +3 -0
- package/dist/outline/MinusOutline.js +16 -0
- package/dist/outline/MoreOutline.d.ts +3 -0
- package/dist/outline/MoreOutline.js +16 -0
- package/dist/outline/MovieOutline.d.ts +3 -0
- package/dist/outline/MovieOutline.js +16 -0
- package/dist/outline/PayCircleOutline.d.ts +3 -0
- package/dist/outline/PayCircleOutline.js +16 -0
- package/dist/outline/PayOutline.d.ts +3 -0
- package/dist/outline/PayOutline.js +16 -0
- package/dist/outline/PayPendingOutline.d.ts +3 -0
- package/dist/outline/PayPendingOutline.js +16 -0
- package/dist/outline/PendingOutline.d.ts +3 -0
- package/dist/outline/PendingOutline.js +16 -0
- package/dist/outline/PhoneBookOutline.d.ts +3 -0
- package/dist/outline/PhoneBookOutline.js +16 -0
- package/dist/outline/PictureOutline.d.ts +3 -0
- package/dist/outline/PictureOutline.js +16 -0
- package/dist/outline/PictureWrongOutline.d.ts +3 -0
- package/dist/outline/PictureWrongOutline.js +16 -0
- package/dist/outline/PicturesOutline.d.ts +3 -0
- package/dist/outline/PicturesOutline.js +16 -0
- package/dist/outline/PieOutline.d.ts +3 -0
- package/dist/outline/PieOutline.js +16 -0
- package/dist/outline/PlayOutline.d.ts +3 -0
- package/dist/outline/PlayOutline.js +16 -0
- package/dist/outline/QuestionCircleOutline.d.ts +3 -0
- package/dist/outline/QuestionCircleOutline.js +16 -0
- package/dist/outline/ReceiptOutline.d.ts +3 -0
- package/dist/outline/ReceiptOutline.js +16 -0
- package/dist/outline/ReceivePaymentOutline.d.ts +3 -0
- package/dist/outline/ReceivePaymentOutline.js +16 -0
- package/dist/outline/RedoOutline.d.ts +3 -0
- package/dist/outline/RedoOutline.js +16 -0
- package/dist/outline/RefundOutline.d.ts +3 -0
- package/dist/outline/RefundOutline.js +16 -0
- package/dist/outline/RightOutline.d.ts +3 -0
- package/dist/outline/RightOutline.js +16 -0
- package/dist/outline/ScanCodeOutline.d.ts +3 -0
- package/dist/outline/ScanCodeOutline.js +16 -0
- package/dist/outline/ScanningFaceOutline.d.ts +3 -0
- package/dist/outline/ScanningFaceOutline.js +16 -0
- package/dist/outline/ScanningOutline.d.ts +3 -0
- package/dist/outline/ScanningOutline.js +16 -0
- package/dist/outline/SearchOutline.d.ts +3 -0
- package/dist/outline/SearchOutline.js +16 -0
- package/dist/outline/SendOutline.d.ts +3 -0
- package/dist/outline/SendOutline.js +16 -0
- package/dist/outline/SetOutline.d.ts +3 -0
- package/dist/outline/SetOutline.js +16 -0
- package/dist/outline/ShopBagOutline.d.ts +3 -0
- package/dist/outline/ShopBagOutline.js +16 -0
- package/dist/outline/ShrinkOutline.d.ts +3 -0
- package/dist/outline/ShrinkOutline.js +16 -0
- package/dist/outline/SmileOutline.d.ts +3 -0
- package/dist/outline/SmileOutline.js +16 -0
- package/dist/outline/SoundMuteOutline.d.ts +3 -0
- package/dist/outline/SoundMuteOutline.js +16 -0
- package/dist/outline/SoundOutline.d.ts +3 -0
- package/dist/outline/SoundOutline.js +16 -0
- package/dist/outline/StarOutline.d.ts +3 -0
- package/dist/outline/StarOutline.js +16 -0
- package/dist/outline/StopOutline.d.ts +3 -0
- package/dist/outline/StopOutline.js +16 -0
- package/dist/outline/SystemQRCodeOutline.d.ts +3 -0
- package/dist/outline/SystemQRCodeOutline.js +16 -0
- package/dist/outline/TagOutline.d.ts +3 -0
- package/dist/outline/TagOutline.js +16 -0
- package/dist/outline/TeamOutline.d.ts +3 -0
- package/dist/outline/TeamOutline.js +16 -0
- package/dist/outline/TextDeletionOutline.d.ts +3 -0
- package/dist/outline/TextDeletionOutline.js +16 -0
- package/dist/outline/TextOutline.d.ts +3 -0
- package/dist/outline/TextOutline.js +16 -0
- package/dist/outline/TransportQRCodeOutline.d.ts +3 -0
- package/dist/outline/TransportQRCodeOutline.js +16 -0
- package/dist/outline/TravelOutline.d.ts +3 -0
- package/dist/outline/TravelOutline.js +16 -0
- package/dist/outline/TruckOutline.d.ts +3 -0
- package/dist/outline/TruckOutline.js +16 -0
- package/dist/outline/UndoOutline.d.ts +3 -0
- package/dist/outline/UndoOutline.js +16 -0
- package/dist/outline/UnlockOutline.d.ts +3 -0
- package/dist/outline/UnlockOutline.js +16 -0
- package/dist/outline/UnorderedListOutline.d.ts +3 -0
- package/dist/outline/UnorderedListOutline.js +16 -0
- package/dist/outline/UpCircleOutline.d.ts +3 -0
- package/dist/outline/UpCircleOutline.js +16 -0
- package/dist/outline/UpOutline.d.ts +3 -0
- package/dist/outline/UpOutline.js +16 -0
- package/dist/outline/UploadOutline.d.ts +3 -0
- package/dist/outline/UploadOutline.js +16 -0
- package/dist/outline/UserAddOutline.d.ts +3 -0
- package/dist/outline/UserAddOutline.js +16 -0
- package/dist/outline/UserCircleOutline.d.ts +3 -0
- package/dist/outline/UserCircleOutline.js +16 -0
- package/dist/outline/UserContactOutline.d.ts +3 -0
- package/dist/outline/UserContactOutline.js +16 -0
- package/dist/outline/UserOutline.d.ts +3 -0
- package/dist/outline/UserOutline.js +16 -0
- package/dist/outline/UserSetOutline.d.ts +3 -0
- package/dist/outline/UserSetOutline.js +16 -0
- package/dist/outline/VideoOutline.d.ts +3 -0
- package/dist/outline/VideoOutline.js +16 -0
- package/dist/outline/WalletOutline.d.ts +3 -0
- package/dist/outline/WalletOutline.js +16 -0
- package/dist/outline/WechatPayOutline.d.ts +3 -0
- package/dist/outline/WechatPayOutline.js +16 -0
- package/dist/outline/index.d.ts +130 -0
- package/dist/outline/index.js +130 -0
- package/dist/style/global.scss +684 -0
- package/dist/style/iconfont.json +1178 -0
- package/dist/style/iconfont.ttf +0 -0
- package/dist/style/iconfont.woff +0 -0
- package/dist/style/iconfont.woff2 +0 -0
- package/package.json +82 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) fengxiaotx@163.com
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# @trionesdev/antd-taro-icons-react
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.org/package/@trionesdev/antd-taro-icons-react)
|
|
4
|
+
[](https://npmjs.org/package/@trionesdev/antd-taro-icons-react)
|
|
5
|
+
|
|
6
|
+
A react library developed with dumi
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
|
|
10
|
+
TODO
|
|
11
|
+
|
|
12
|
+
## Options
|
|
13
|
+
|
|
14
|
+
TODO
|
|
15
|
+
|
|
16
|
+
## Development
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
# install dependencies
|
|
20
|
+
$ pnpm install
|
|
21
|
+
|
|
22
|
+
# develop library by docs demo
|
|
23
|
+
$ pnpm start
|
|
24
|
+
|
|
25
|
+
# build library source code
|
|
26
|
+
$ pnpm run build
|
|
27
|
+
|
|
28
|
+
# build library source code in watch mode
|
|
29
|
+
$ pnpm run build:watch
|
|
30
|
+
|
|
31
|
+
# build docs
|
|
32
|
+
$ pnpm run docs:build
|
|
33
|
+
|
|
34
|
+
# Locally preview the production build.
|
|
35
|
+
$ pnpm run docs:preview
|
|
36
|
+
|
|
37
|
+
# check your project for potential problems
|
|
38
|
+
$ pnpm run doctor
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## LICENSE
|
|
42
|
+
|
|
43
|
+
MIT
|
package/dist/Icon.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "./style/global.scss";
|
|
2
|
+
import React, { FC } from "react";
|
|
3
|
+
export declare const IconClsPrefix = "antm-icon-";
|
|
4
|
+
export type IconProps = {
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
};
|
|
9
|
+
export declare const Icon: FC<IconProps>;
|
package/dist/Icon.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import "./style/global.scss";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var IconClsPrefix = "antm-icon-";
|
|
9
|
+
export var Icon = function Icon(_ref) {
|
|
10
|
+
var className = _ref.className,
|
|
11
|
+
style = _ref.style,
|
|
12
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
+
return /*#__PURE__*/React.createElement("i", _extends({}, rest, {
|
|
14
|
+
className: classNames(["triones-antm-icon", className]),
|
|
15
|
+
style: style
|
|
16
|
+
}));
|
|
17
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var AddressBookFill = function AddressBookFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "AddressBookFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var AlipayCircleFill = function AlipayCircleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "AlipayCircleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var AlipaySquareFill = function AlipaySquareFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "AlipaySquareFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var AudioFill = function AudioFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "AudioFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var CheckCircleFill = function CheckCircleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "CheckCircleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var CheckShieldFill = function CheckShieldFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "CheckShieldFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var ClockCircleFill = function ClockCircleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "ClockCircleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var CloseCircleFill = function CloseCircleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "CloseCircleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var DownFill = function DownFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "DownFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var EditFill = function EditFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "EditFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var EditSFill = function EditSFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "EditSFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var ExclamationCircleFill = function ExclamationCircleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "ExclamationCircleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var ExclamationShieldFill = function ExclamationShieldFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "ExclamationShieldFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var EyeFill = function EyeFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "EyeFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var EyeInvisibleFill = function EyeInvisibleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "EyeInvisibleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var FireFill = function FireFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "FireFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var ForbidFill = function ForbidFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "ForbidFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var FrownFill = function FrownFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "FrownFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var HeartFill = function HeartFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "HeartFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var HomeFill = function HomeFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "HomeFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var _excluded = ["className", "style"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
|
+
import { Icon, IconClsPrefix } from "../Icon";
|
|
6
|
+
import React from "react";
|
|
7
|
+
import classNames from "classnames";
|
|
8
|
+
export var InformationCircleFill = function InformationCircleFill(_ref) {
|
|
9
|
+
var className = _ref.className,
|
|
10
|
+
style = _ref.style,
|
|
11
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
12
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, rest, {
|
|
13
|
+
className: classNames(["".concat(IconClsPrefix, "InformationCircleFill"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|