@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
|
@@ -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 AppOutline = function AppOutline(_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, "AppOutline"), 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 AppstoreOutline = function AppstoreOutline(_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, "AppstoreOutline"), 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 ArrowDownCircleOutline = function ArrowDownCircleOutline(_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, "ArrowDownCircleOutline"), 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 ArrowsAltOutline = function ArrowsAltOutline(_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, "ArrowsAltOutline"), 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 AudioMutedOutline = function AudioMutedOutline(_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, "AudioMutedOutline"), 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 AudioOutline = function AudioOutline(_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, "AudioOutline"), 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 BankcardOutline = function BankcardOutline(_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, "BankcardOutline"), 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 BellMuteOutline = function BellMuteOutline(_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, "BellMuteOutline"), 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 BellOutline = function BellOutline(_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, "BellOutline"), 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 BillOutline = function BillOutline(_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, "BillOutline"), 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 CalculatorOutline = function CalculatorOutline(_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, "CalculatorOutline"), 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 CalendarOutline = function CalendarOutline(_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, "CalendarOutline"), 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 CameraOutline = function CameraOutline(_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, "CameraOutline"), 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 ChatAddOutline = function ChatAddOutline(_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, "ChatAddOutline"), 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 ChatCheckOutline = function ChatCheckOutline(_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, "ChatCheckOutline"), 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 ChatWrongOutline = function ChatWrongOutline(_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, "ChatWrongOutline"), 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 CheckCircleOutline = function CheckCircleOutline(_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, "CheckCircleOutline"), 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 CheckOutline = function CheckOutline(_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, "CheckOutline"), 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 CheckShieldOutline = function CheckShieldOutline(_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, "CheckShieldOutline"), 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 ClockCircleOutline = function ClockCircleOutline(_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, "ClockCircleOutline"), 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 CloseCircleOutline = function CloseCircleOutline(_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, "CloseCircleOutline"), 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 CloseOutline = function CloseOutline(_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, "CloseOutline"), 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 CloseShieldOutline = function CloseShieldOutline(_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, "CloseShieldOutline"), 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 CollectMoneyOutline = function CollectMoneyOutline(_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, "CollectMoneyOutline"), 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 CompassOutline = function CompassOutline(_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, "CompassOutline"), className]),
|
|
14
|
+
style: style
|
|
15
|
+
}));
|
|
16
|
+
};
|