@sensoro-design/icons 1.17.0 → 1.18.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/FullscreenExitProOutlined.d.ts +2 -0
  3. package/FullscreenExitProOutlined.js +15 -0
  4. package/FullscreenProOutlined.d.ts +2 -0
  5. package/FullscreenProOutlined.js +15 -0
  6. package/HiddenDangerFilled.d.ts +2 -0
  7. package/HiddenDangerFilled.js +15 -0
  8. package/LakeOutlined.d.ts +2 -0
  9. package/LakeOutlined.js +15 -0
  10. package/ReservoirOutlined.d.ts +2 -0
  11. package/ReservoirOutlined.js +15 -0
  12. package/RiverOutlined.d.ts +2 -0
  13. package/RiverOutlined.js +15 -0
  14. package/WaterAreaOutlined.d.ts +2 -0
  15. package/WaterAreaOutlined.js +15 -0
  16. package/WatersOutlined.d.ts +2 -0
  17. package/WatersOutlined.js +15 -0
  18. package/es/icons/FullscreenExitProOutlined.d.ts +4 -0
  19. package/es/icons/FullscreenExitProOutlined.js +68 -0
  20. package/es/icons/FullscreenProOutlined.d.ts +4 -0
  21. package/es/icons/FullscreenProOutlined.js +68 -0
  22. package/es/icons/HiddenDangerFilled.d.ts +4 -0
  23. package/es/icons/HiddenDangerFilled.js +68 -0
  24. package/es/icons/LakeOutlined.d.ts +4 -0
  25. package/es/icons/LakeOutlined.js +68 -0
  26. package/es/icons/ReservoirOutlined.d.ts +4 -0
  27. package/es/icons/ReservoirOutlined.js +68 -0
  28. package/es/icons/RiverOutlined.d.ts +4 -0
  29. package/es/icons/RiverOutlined.js +68 -0
  30. package/es/icons/WaterAreaOutlined.d.ts +4 -0
  31. package/es/icons/WaterAreaOutlined.js +68 -0
  32. package/es/icons/WatersOutlined.d.ts +4 -0
  33. package/es/icons/WatersOutlined.js +68 -0
  34. package/es/icons/index.d.ts +8 -0
  35. package/es/icons/index.js +77 -5
  36. package/lib/icons/FullscreenExitProOutlined.d.ts +4 -0
  37. package/lib/icons/FullscreenExitProOutlined.js +70 -0
  38. package/lib/icons/FullscreenProOutlined.d.ts +4 -0
  39. package/lib/icons/FullscreenProOutlined.js +70 -0
  40. package/lib/icons/HiddenDangerFilled.d.ts +4 -0
  41. package/lib/icons/HiddenDangerFilled.js +70 -0
  42. package/lib/icons/LakeOutlined.d.ts +4 -0
  43. package/lib/icons/LakeOutlined.js +70 -0
  44. package/lib/icons/ReservoirOutlined.d.ts +4 -0
  45. package/lib/icons/ReservoirOutlined.js +70 -0
  46. package/lib/icons/RiverOutlined.d.ts +4 -0
  47. package/lib/icons/RiverOutlined.js +70 -0
  48. package/lib/icons/WaterAreaOutlined.d.ts +4 -0
  49. package/lib/icons/WaterAreaOutlined.js +70 -0
  50. package/lib/icons/WatersOutlined.d.ts +4 -0
  51. package/lib/icons/WatersOutlined.js +70 -0
  52. package/lib/icons/index.d.ts +8 -0
  53. package/lib/icons/index.js +77 -5
  54. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const WatersOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default WatersOutlined;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
+
7
+ var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
8
+ if (k2 === undefined) k2 = k;
9
+ var desc = Object.getOwnPropertyDescriptor(m, k);
10
+
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return m[k];
16
+ }
17
+ };
18
+ }
19
+
20
+ Object.defineProperty(o, k2, desc);
21
+ } : function (o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ });
25
+
26
+ var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
27
+ Object.defineProperty(o, "default", {
28
+ enumerable: true,
29
+ value: v
30
+ });
31
+ } : function (o, v) {
32
+ o["default"] = v;
33
+ });
34
+
35
+ var __importStar = void 0 && (void 0).__importStar || function (mod) {
36
+ if (mod && mod.__esModule) return mod;
37
+ var result = {};
38
+ if (mod != null) for (var k in mod) {
39
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
40
+ }
41
+
42
+ __setModuleDefault(result, mod);
43
+
44
+ return result;
45
+ };
46
+
47
+ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
48
+ return mod && mod.__esModule ? mod : {
49
+ "default": mod
50
+ };
51
+ };
52
+
53
+ Object.defineProperty(exports, "__esModule", {
54
+ value: true
55
+ }); // This icon file is generated automatically.
56
+
57
+ var React = __importStar(require("react"));
58
+
59
+ var WatersOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/WatersOutlined"));
60
+
61
+ var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
62
+
63
+ var WatersOutlined = React.forwardRef(function (props, ref) {
64
+ return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
65
+ ref: ref,
66
+ icon: WatersOutlined_1.default
67
+ }));
68
+ });
69
+ WatersOutlined.displayName = 'WatersOutlined';
70
+ exports.default = WatersOutlined;
@@ -148,7 +148,9 @@ export { default as FrownOutlined } from './FrownOutlined';
148
148
  export { default as FullTargetCameraOutlined } from './FullTargetCameraOutlined';
149
149
  export { default as FullTargetOutlined } from './FullTargetOutlined';
150
150
  export { default as FullscreenExitOutlined } from './FullscreenExitOutlined';
151
+ export { default as FullscreenExitProOutlined } from './FullscreenExitProOutlined';
151
152
  export { default as FullscreenOutlined } from './FullscreenOutlined';
153
+ export { default as FullscreenProOutlined } from './FullscreenProOutlined';
152
154
  export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
153
155
  export { default as GasSensorOutlined } from './GasSensorOutlined';
154
156
  export { default as GatewayOutlined } from './GatewayOutlined';
@@ -162,6 +164,7 @@ export { default as HashrateCenterFilled } from './HashrateCenterFilled';
162
164
  export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
163
165
  export { default as HeartFilled } from './HeartFilled';
164
166
  export { default as HeartOutlined } from './HeartOutlined';
167
+ export { default as HiddenDangerFilled } from './HiddenDangerFilled';
165
168
  export { default as HolderOutlined } from './HolderOutlined';
166
169
  export { default as HolderVerticalOutlined } from './HolderVerticalOutlined';
167
170
  export { default as HomeOutlined } from './HomeOutlined';
@@ -183,6 +186,7 @@ export { default as InvalidContentPurely } from './InvalidContentPurely';
183
186
  export { default as IotFilled } from './IotFilled';
184
187
  export { default as IotOutlined } from './IotOutlined';
185
188
  export { default as KeyOutlined } from './KeyOutlined';
189
+ export { default as LakeOutlined } from './LakeOutlined';
186
190
  export { default as LeakingOutlined } from './LeakingOutlined';
187
191
  export { default as LeftCircleOutlined } from './LeftCircleOutlined';
188
192
  export { default as LeftDownOutlined } from './LeftDownOutlined';
@@ -273,12 +277,14 @@ export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
273
277
  export { default as QuestionOutlined } from './QuestionOutlined';
274
278
  export { default as RedoOutlined } from './RedoOutlined';
275
279
  export { default as ReloadOutlined } from './ReloadOutlined';
280
+ export { default as ReservoirOutlined } from './ReservoirOutlined';
276
281
  export { default as ResourceOutlined } from './ResourceOutlined';
277
282
  export { default as RestOutlined } from './RestOutlined';
278
283
  export { default as RightCircleOutlined } from './RightCircleOutlined';
279
284
  export { default as RightDownOutlined } from './RightDownOutlined';
280
285
  export { default as RightOutlined } from './RightOutlined';
281
286
  export { default as RightUpOutlined } from './RightUpOutlined';
287
+ export { default as RiverOutlined } from './RiverOutlined';
282
288
  export { default as RobotOutlined } from './RobotOutlined';
283
289
  export { default as RocketOutlined } from './RocketOutlined';
284
290
  export { default as RotateLeftOutlined } from './RotateLeftOutlined';
@@ -351,8 +357,10 @@ export { default as VideoStopOutlined } from './VideoStopOutlined';
351
357
  export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
352
358
  export { default as WarningFilled } from './WarningFilled';
353
359
  export { default as WarningOutlined } from './WarningOutlined';
360
+ export { default as WaterAreaOutlined } from './WaterAreaOutlined';
354
361
  export { default as WaterFlowOutlined } from './WaterFlowOutlined';
355
362
  export { default as WaterLevelOutlined } from './WaterLevelOutlined';
363
+ export { default as WatersOutlined } from './WatersOutlined';
356
364
  export { default as WeatherStationOutlined } from './WeatherStationOutlined';
357
365
  export { default as WechatFilled } from './WechatFilled';
358
366
  export { default as WifiOutlined } from './WifiOutlined';
@@ -12,11 +12,11 @@ Object.defineProperty(exports, "__esModule", {
12
12
  exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarOutlined = exports.CarFilled = exports.CarCameraOutlined = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AreaOutlined = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerOutlined = exports.AimOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = void 0;
13
13
  exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EllipsisOutlined = exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashOutlined = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = void 0;
14
14
  exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FormOutlined = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = void 0;
15
- exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HeartOutlined = exports.HeartFilled = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.GroupFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenOutlined = void 0;
16
- exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = void 0;
17
- exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = void 0;
18
- exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPoleOutlined = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = void 0;
19
- exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = void 0; // This index.ts file is generated automatically.
15
+ exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LakeOutlined = exports.KeyOutlined = exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HeartOutlined = exports.HeartFilled = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.GroupFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = void 0;
16
+ exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = void 0;
17
+ exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RiverOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = void 0;
18
+ exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPoleOutlined = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScissorOutlined = void 0;
19
+ exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = void 0; // This index.ts file is generated automatically.
20
20
 
21
21
  var AccountBookFilled_1 = require("./AccountBookFilled");
22
22
 
@@ -1368,6 +1368,15 @@ Object.defineProperty(exports, "FullscreenExitOutlined", {
1368
1368
  }
1369
1369
  });
1370
1370
 
1371
+ var FullscreenExitProOutlined_1 = require("./FullscreenExitProOutlined");
1372
+
1373
+ Object.defineProperty(exports, "FullscreenExitProOutlined", {
1374
+ enumerable: true,
1375
+ get: function get() {
1376
+ return __importDefault(FullscreenExitProOutlined_1).default;
1377
+ }
1378
+ });
1379
+
1371
1380
  var FullscreenOutlined_1 = require("./FullscreenOutlined");
1372
1381
 
1373
1382
  Object.defineProperty(exports, "FullscreenOutlined", {
@@ -1377,6 +1386,15 @@ Object.defineProperty(exports, "FullscreenOutlined", {
1377
1386
  }
1378
1387
  });
1379
1388
 
1389
+ var FullscreenProOutlined_1 = require("./FullscreenProOutlined");
1390
+
1391
+ Object.defineProperty(exports, "FullscreenProOutlined", {
1392
+ enumerable: true,
1393
+ get: function get() {
1394
+ return __importDefault(FullscreenProOutlined_1).default;
1395
+ }
1396
+ });
1397
+
1380
1398
  var GasSensorControllerOutlined_1 = require("./GasSensorControllerOutlined");
1381
1399
 
1382
1400
  Object.defineProperty(exports, "GasSensorControllerOutlined", {
@@ -1494,6 +1512,15 @@ Object.defineProperty(exports, "HeartOutlined", {
1494
1512
  }
1495
1513
  });
1496
1514
 
1515
+ var HiddenDangerFilled_1 = require("./HiddenDangerFilled");
1516
+
1517
+ Object.defineProperty(exports, "HiddenDangerFilled", {
1518
+ enumerable: true,
1519
+ get: function get() {
1520
+ return __importDefault(HiddenDangerFilled_1).default;
1521
+ }
1522
+ });
1523
+
1497
1524
  var HolderOutlined_1 = require("./HolderOutlined");
1498
1525
 
1499
1526
  Object.defineProperty(exports, "HolderOutlined", {
@@ -1683,6 +1710,15 @@ Object.defineProperty(exports, "KeyOutlined", {
1683
1710
  }
1684
1711
  });
1685
1712
 
1713
+ var LakeOutlined_1 = require("./LakeOutlined");
1714
+
1715
+ Object.defineProperty(exports, "LakeOutlined", {
1716
+ enumerable: true,
1717
+ get: function get() {
1718
+ return __importDefault(LakeOutlined_1).default;
1719
+ }
1720
+ });
1721
+
1686
1722
  var LeakingOutlined_1 = require("./LeakingOutlined");
1687
1723
 
1688
1724
  Object.defineProperty(exports, "LeakingOutlined", {
@@ -2493,6 +2529,15 @@ Object.defineProperty(exports, "ReloadOutlined", {
2493
2529
  }
2494
2530
  });
2495
2531
 
2532
+ var ReservoirOutlined_1 = require("./ReservoirOutlined");
2533
+
2534
+ Object.defineProperty(exports, "ReservoirOutlined", {
2535
+ enumerable: true,
2536
+ get: function get() {
2537
+ return __importDefault(ReservoirOutlined_1).default;
2538
+ }
2539
+ });
2540
+
2496
2541
  var ResourceOutlined_1 = require("./ResourceOutlined");
2497
2542
 
2498
2543
  Object.defineProperty(exports, "ResourceOutlined", {
@@ -2547,6 +2592,15 @@ Object.defineProperty(exports, "RightUpOutlined", {
2547
2592
  }
2548
2593
  });
2549
2594
 
2595
+ var RiverOutlined_1 = require("./RiverOutlined");
2596
+
2597
+ Object.defineProperty(exports, "RiverOutlined", {
2598
+ enumerable: true,
2599
+ get: function get() {
2600
+ return __importDefault(RiverOutlined_1).default;
2601
+ }
2602
+ });
2603
+
2550
2604
  var RobotOutlined_1 = require("./RobotOutlined");
2551
2605
 
2552
2606
  Object.defineProperty(exports, "RobotOutlined", {
@@ -3195,6 +3249,15 @@ Object.defineProperty(exports, "WarningOutlined", {
3195
3249
  }
3196
3250
  });
3197
3251
 
3252
+ var WaterAreaOutlined_1 = require("./WaterAreaOutlined");
3253
+
3254
+ Object.defineProperty(exports, "WaterAreaOutlined", {
3255
+ enumerable: true,
3256
+ get: function get() {
3257
+ return __importDefault(WaterAreaOutlined_1).default;
3258
+ }
3259
+ });
3260
+
3198
3261
  var WaterFlowOutlined_1 = require("./WaterFlowOutlined");
3199
3262
 
3200
3263
  Object.defineProperty(exports, "WaterFlowOutlined", {
@@ -3213,6 +3276,15 @@ Object.defineProperty(exports, "WaterLevelOutlined", {
3213
3276
  }
3214
3277
  });
3215
3278
 
3279
+ var WatersOutlined_1 = require("./WatersOutlined");
3280
+
3281
+ Object.defineProperty(exports, "WatersOutlined", {
3282
+ enumerable: true,
3283
+ get: function get() {
3284
+ return __importDefault(WatersOutlined_1).default;
3285
+ }
3286
+ });
3287
+
3216
3288
  var WeatherStationOutlined_1 = require("./WeatherStationOutlined");
3217
3289
 
3218
3290
  Object.defineProperty(exports, "WeatherStationOutlined", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Abstract nodes for sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -30,7 +30,7 @@
30
30
  "@ant-design/colors": "^6.0.0",
31
31
  "@babel/runtime": "^7.11.2",
32
32
  "@pansy/classnames": "^1.0.1",
33
- "@sensoro-design/icons-svg": "1.18.0",
33
+ "@sensoro-design/icons-svg": "1.19.0",
34
34
  "rc-util": "^5.19.3"
35
35
  },
36
36
  "publishConfig": {