@sensoro-design/icons 2.25.0 → 2.27.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 (66) hide show
  1. package/BusOutlined.d.ts +2 -0
  2. package/BusOutlined.js +15 -0
  3. package/BusinessAreaOutlined.d.ts +2 -0
  4. package/BusinessAreaOutlined.js +15 -0
  5. package/CHANGELOG.md +22 -0
  6. package/EntranceOutlined.d.ts +2 -0
  7. package/EntranceOutlined.js +15 -0
  8. package/ExitOutlined.d.ts +2 -0
  9. package/ExitOutlined.js +15 -0
  10. package/ItineraryOutlined.d.ts +2 -0
  11. package/ItineraryOutlined.js +15 -0
  12. package/LinbanOutlined.d.ts +2 -0
  13. package/LinbanOutlined.js +15 -0
  14. package/PigeonholeOutlined.d.ts +2 -0
  15. package/PigeonholeOutlined.js +15 -0
  16. package/PlatformSwitchOutlined.d.ts +2 -0
  17. package/PlatformSwitchOutlined.js +15 -0
  18. package/ScanCodeOutlined.d.ts +2 -0
  19. package/ScanCodeOutlined.js +15 -0
  20. package/WoodlandOutlined.d.ts +2 -0
  21. package/WoodlandOutlined.js +15 -0
  22. package/es/icons/BusOutlined.d.ts +4 -0
  23. package/es/icons/BusOutlined.js +13 -0
  24. package/es/icons/BusinessAreaOutlined.d.ts +4 -0
  25. package/es/icons/BusinessAreaOutlined.js +13 -0
  26. package/es/icons/EntranceOutlined.d.ts +4 -0
  27. package/es/icons/EntranceOutlined.js +13 -0
  28. package/es/icons/ExitOutlined.d.ts +4 -0
  29. package/es/icons/ExitOutlined.js +13 -0
  30. package/es/icons/ItineraryOutlined.d.ts +4 -0
  31. package/es/icons/ItineraryOutlined.js +13 -0
  32. package/es/icons/LinbanOutlined.d.ts +4 -0
  33. package/es/icons/LinbanOutlined.js +13 -0
  34. package/es/icons/PigeonholeOutlined.d.ts +4 -0
  35. package/es/icons/PigeonholeOutlined.js +13 -0
  36. package/es/icons/PlatformSwitchOutlined.d.ts +4 -0
  37. package/es/icons/PlatformSwitchOutlined.js +13 -0
  38. package/es/icons/ScanCodeOutlined.d.ts +4 -0
  39. package/es/icons/ScanCodeOutlined.js +13 -0
  40. package/es/icons/WoodlandOutlined.d.ts +4 -0
  41. package/es/icons/WoodlandOutlined.js +13 -0
  42. package/es/icons/index.d.ts +10 -0
  43. package/es/icons/index.js +10 -0
  44. package/lib/icons/BusOutlined.d.ts +4 -0
  45. package/lib/icons/BusOutlined.js +42 -0
  46. package/lib/icons/BusinessAreaOutlined.d.ts +4 -0
  47. package/lib/icons/BusinessAreaOutlined.js +42 -0
  48. package/lib/icons/EntranceOutlined.d.ts +4 -0
  49. package/lib/icons/EntranceOutlined.js +42 -0
  50. package/lib/icons/ExitOutlined.d.ts +4 -0
  51. package/lib/icons/ExitOutlined.js +42 -0
  52. package/lib/icons/ItineraryOutlined.d.ts +4 -0
  53. package/lib/icons/ItineraryOutlined.js +42 -0
  54. package/lib/icons/LinbanOutlined.d.ts +4 -0
  55. package/lib/icons/LinbanOutlined.js +42 -0
  56. package/lib/icons/PigeonholeOutlined.d.ts +4 -0
  57. package/lib/icons/PigeonholeOutlined.js +42 -0
  58. package/lib/icons/PlatformSwitchOutlined.d.ts +4 -0
  59. package/lib/icons/PlatformSwitchOutlined.js +42 -0
  60. package/lib/icons/ScanCodeOutlined.d.ts +4 -0
  61. package/lib/icons/ScanCodeOutlined.js +42 -0
  62. package/lib/icons/WoodlandOutlined.d.ts +4 -0
  63. package/lib/icons/WoodlandOutlined.js +42 -0
  64. package/lib/icons/index.d.ts +10 -0
  65. package/lib/icons/index.js +30 -0
  66. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const PigeonholeOutlined: 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" | "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" | "nonce" | "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 PigeonholeOutlined;
@@ -0,0 +1,42 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/PigeonholeOutlined.tsx
30
+ var PigeonholeOutlined_exports = {};
31
+ __export(PigeonholeOutlined_exports, {
32
+ default: () => PigeonholeOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(PigeonholeOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_PigeonholeOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/PigeonholeOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var PigeonholeOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_PigeonholeOutlined.default }));
39
+ PigeonholeOutlined.displayName = "PigeonholeOutlined";
40
+ var PigeonholeOutlined_default = PigeonholeOutlined;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {});
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const PlatformSwitchOutlined: 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" | "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" | "nonce" | "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 PlatformSwitchOutlined;
@@ -0,0 +1,42 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/PlatformSwitchOutlined.tsx
30
+ var PlatformSwitchOutlined_exports = {};
31
+ __export(PlatformSwitchOutlined_exports, {
32
+ default: () => PlatformSwitchOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(PlatformSwitchOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_PlatformSwitchOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/PlatformSwitchOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var PlatformSwitchOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_PlatformSwitchOutlined.default }));
39
+ PlatformSwitchOutlined.displayName = "PlatformSwitchOutlined";
40
+ var PlatformSwitchOutlined_default = PlatformSwitchOutlined;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {});
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const ScanCodeOutlined: 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" | "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" | "nonce" | "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 ScanCodeOutlined;
@@ -0,0 +1,42 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/ScanCodeOutlined.tsx
30
+ var ScanCodeOutlined_exports = {};
31
+ __export(ScanCodeOutlined_exports, {
32
+ default: () => ScanCodeOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(ScanCodeOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_ScanCodeOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ScanCodeOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var ScanCodeOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ScanCodeOutlined.default }));
39
+ ScanCodeOutlined.displayName = "ScanCodeOutlined";
40
+ var ScanCodeOutlined_default = ScanCodeOutlined;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {});
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const WoodlandOutlined: 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" | "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" | "nonce" | "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 WoodlandOutlined;
@@ -0,0 +1,42 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/WoodlandOutlined.tsx
30
+ var WoodlandOutlined_exports = {};
31
+ __export(WoodlandOutlined_exports, {
32
+ default: () => WoodlandOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(WoodlandOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_WoodlandOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/WoodlandOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var WoodlandOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_WoodlandOutlined.default }));
39
+ WoodlandOutlined.displayName = "WoodlandOutlined";
40
+ var WoodlandOutlined_default = WoodlandOutlined;
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {});
@@ -88,6 +88,8 @@ export { default as BuildingPlusCircleOutlined } from './BuildingPlusCircleOutli
88
88
  export { default as BulbOutlined } from './BulbOutlined';
89
89
  export { default as BurningPointOutlined } from './BurningPointOutlined';
90
90
  export { default as BusFilled } from './BusFilled';
91
+ export { default as BusOutlined } from './BusOutlined';
92
+ export { default as BusinessAreaOutlined } from './BusinessAreaOutlined';
91
93
  export { default as CakeOutlined } from './CakeOutlined';
92
94
  export { default as CalendarCheckFilled } from './CalendarCheckFilled';
93
95
  export { default as CalendarCheckOutlined } from './CalendarCheckOutlined';
@@ -213,6 +215,7 @@ export { default as EmployerFilled } from './EmployerFilled';
213
215
  export { default as EmployerOutlined } from './EmployerOutlined';
214
216
  export { default as EngineOutlined } from './EngineOutlined';
215
217
  export { default as EnterOutlined } from './EnterOutlined';
218
+ export { default as EntranceOutlined } from './EntranceOutlined';
216
219
  export { default as EnvironmentalMonitoringFilled } from './EnvironmentalMonitoringFilled';
217
220
  export { default as EnvironmentalMonitoringOutlined } from './EnvironmentalMonitoringOutlined';
218
221
  export { default as EpidemicProtectionFilled } from './EpidemicProtectionFilled';
@@ -222,6 +225,7 @@ export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
222
225
  export { default as ExclamationCircleOutlined } from './ExclamationCircleOutlined';
223
226
  export { default as ExclamationOutlined } from './ExclamationOutlined';
224
227
  export { default as ExhaleOutlined } from './ExhaleOutlined';
228
+ export { default as ExitOutlined } from './ExitOutlined';
225
229
  export { default as ExpandOutlined } from './ExpandOutlined';
226
230
  export { default as EyeFilled } from './EyeFilled';
227
231
  export { default as EyeInvisibleFilled } from './EyeInvisibleFilled';
@@ -411,6 +415,7 @@ export { default as IntelligentAccessOutlined } from './IntelligentAccessOutline
411
415
  export { default as InvalidContentPurely } from './InvalidContentPurely';
412
416
  export { default as IotFilled } from './IotFilled';
413
417
  export { default as IotOutlined } from './IotOutlined';
418
+ export { default as ItineraryOutlined } from './ItineraryOutlined';
414
419
  export { default as JackOutlined } from './JackOutlined';
415
420
  export { default as KeyAreaOutlined } from './KeyAreaOutlined';
416
421
  export { default as KeyOutlined } from './KeyOutlined';
@@ -436,6 +441,7 @@ export { default as LightningFilled } from './LightningFilled';
436
441
  export { default as LightningOutlined } from './LightningOutlined';
437
442
  export { default as LightningProOutlined } from './LightningProOutlined';
438
443
  export { default as LikeOutlined } from './LikeOutlined';
444
+ export { default as LinbanOutlined } from './LinbanOutlined';
439
445
  export { default as LineChartOutlined } from './LineChartOutlined';
440
446
  export { default as LineChartPurely } from './LineChartPurely';
441
447
  export { default as LineOutlined } from './LineOutlined';
@@ -570,7 +576,9 @@ export { default as PetDogPurely } from './PetDogPurely';
570
576
  export { default as PhoneFilled } from './PhoneFilled';
571
577
  export { default as PhoneOutlined } from './PhoneOutlined';
572
578
  export { default as PieChartOutlined } from './PieChartOutlined';
579
+ export { default as PigeonholeOutlined } from './PigeonholeOutlined';
573
580
  export { default as PlateOutlined } from './PlateOutlined';
581
+ export { default as PlatformSwitchOutlined } from './PlatformSwitchOutlined';
574
582
  export { default as PlayCircleFilled } from './PlayCircleFilled';
575
583
  export { default as PlayCircleOutlined } from './PlayCircleOutlined';
576
584
  export { default as PlayCircleProOutlined } from './PlayCircleProOutlined';
@@ -661,6 +669,7 @@ export { default as SafetySearchOutlined } from './SafetySearchOutlined';
661
669
  export { default as SalesCallFilled } from './SalesCallFilled';
662
670
  export { default as SatelliteOutlined } from './SatelliteOutlined';
663
671
  export { default as SaveOutlined } from './SaveOutlined';
672
+ export { default as ScanCodeOutlined } from './ScanCodeOutlined';
664
673
  export { default as ScanOutlined } from './ScanOutlined';
665
674
  export { default as ScenicAreaFilled } from './ScenicAreaFilled';
666
675
  export { default as ScheduleOutlined } from './ScheduleOutlined';
@@ -843,6 +852,7 @@ export { default as WindDirectionOutlined } from './WindDirectionOutlined';
843
852
  export { default as WindSpeedOutlined } from './WindSpeedOutlined';
844
853
  export { default as WithoutMaskPurely } from './WithoutMaskPurely';
845
854
  export { default as WomanOutlined } from './WomanOutlined';
855
+ export { default as WoodlandOutlined } from './WoodlandOutlined';
846
856
  export { default as WordOrderOutlined } from './WordOrderOutlined';
847
857
  export { default as WorkOrderCheckOutlined } from './WorkOrderCheckOutlined';
848
858
  export { default as WorkOrderTimeOutlined } from './WorkOrderTimeOutlined';
@@ -119,6 +119,8 @@ __export(icons_exports, {
119
119
  BulbOutlined: () => import_BulbOutlined.default,
120
120
  BurningPointOutlined: () => import_BurningPointOutlined.default,
121
121
  BusFilled: () => import_BusFilled.default,
122
+ BusOutlined: () => import_BusOutlined.default,
123
+ BusinessAreaOutlined: () => import_BusinessAreaOutlined.default,
122
124
  CakeOutlined: () => import_CakeOutlined.default,
123
125
  CalendarCheckFilled: () => import_CalendarCheckFilled.default,
124
126
  CalendarCheckOutlined: () => import_CalendarCheckOutlined.default,
@@ -244,6 +246,7 @@ __export(icons_exports, {
244
246
  EmployerOutlined: () => import_EmployerOutlined.default,
245
247
  EngineOutlined: () => import_EngineOutlined.default,
246
248
  EnterOutlined: () => import_EnterOutlined.default,
249
+ EntranceOutlined: () => import_EntranceOutlined.default,
247
250
  EnvironmentalMonitoringFilled: () => import_EnvironmentalMonitoringFilled.default,
248
251
  EnvironmentalMonitoringOutlined: () => import_EnvironmentalMonitoringOutlined.default,
249
252
  EpidemicProtectionFilled: () => import_EpidemicProtectionFilled.default,
@@ -253,6 +256,7 @@ __export(icons_exports, {
253
256
  ExclamationCircleOutlined: () => import_ExclamationCircleOutlined.default,
254
257
  ExclamationOutlined: () => import_ExclamationOutlined.default,
255
258
  ExhaleOutlined: () => import_ExhaleOutlined.default,
259
+ ExitOutlined: () => import_ExitOutlined.default,
256
260
  ExpandOutlined: () => import_ExpandOutlined.default,
257
261
  EyeFilled: () => import_EyeFilled.default,
258
262
  EyeInvisibleFilled: () => import_EyeInvisibleFilled.default,
@@ -442,6 +446,7 @@ __export(icons_exports, {
442
446
  InvalidContentPurely: () => import_InvalidContentPurely.default,
443
447
  IotFilled: () => import_IotFilled.default,
444
448
  IotOutlined: () => import_IotOutlined.default,
449
+ ItineraryOutlined: () => import_ItineraryOutlined.default,
445
450
  JackOutlined: () => import_JackOutlined.default,
446
451
  KeyAreaOutlined: () => import_KeyAreaOutlined.default,
447
452
  KeyOutlined: () => import_KeyOutlined.default,
@@ -467,6 +472,7 @@ __export(icons_exports, {
467
472
  LightningOutlined: () => import_LightningOutlined.default,
468
473
  LightningProOutlined: () => import_LightningProOutlined.default,
469
474
  LikeOutlined: () => import_LikeOutlined.default,
475
+ LinbanOutlined: () => import_LinbanOutlined.default,
470
476
  LineChartOutlined: () => import_LineChartOutlined.default,
471
477
  LineChartPurely: () => import_LineChartPurely.default,
472
478
  LineOutlined: () => import_LineOutlined.default,
@@ -601,7 +607,9 @@ __export(icons_exports, {
601
607
  PhoneFilled: () => import_PhoneFilled.default,
602
608
  PhoneOutlined: () => import_PhoneOutlined.default,
603
609
  PieChartOutlined: () => import_PieChartOutlined.default,
610
+ PigeonholeOutlined: () => import_PigeonholeOutlined.default,
604
611
  PlateOutlined: () => import_PlateOutlined.default,
612
+ PlatformSwitchOutlined: () => import_PlatformSwitchOutlined.default,
605
613
  PlayCircleFilled: () => import_PlayCircleFilled.default,
606
614
  PlayCircleOutlined: () => import_PlayCircleOutlined.default,
607
615
  PlayCircleProOutlined: () => import_PlayCircleProOutlined.default,
@@ -692,6 +700,7 @@ __export(icons_exports, {
692
700
  SalesCallFilled: () => import_SalesCallFilled.default,
693
701
  SatelliteOutlined: () => import_SatelliteOutlined.default,
694
702
  SaveOutlined: () => import_SaveOutlined.default,
703
+ ScanCodeOutlined: () => import_ScanCodeOutlined.default,
695
704
  ScanOutlined: () => import_ScanOutlined.default,
696
705
  ScenicAreaFilled: () => import_ScenicAreaFilled.default,
697
706
  ScheduleOutlined: () => import_ScheduleOutlined.default,
@@ -874,6 +883,7 @@ __export(icons_exports, {
874
883
  WindSpeedOutlined: () => import_WindSpeedOutlined.default,
875
884
  WithoutMaskPurely: () => import_WithoutMaskPurely.default,
876
885
  WomanOutlined: () => import_WomanOutlined.default,
886
+ WoodlandOutlined: () => import_WoodlandOutlined.default,
877
887
  WordOrderOutlined: () => import_WordOrderOutlined.default,
878
888
  WorkOrderCheckOutlined: () => import_WorkOrderCheckOutlined.default,
879
889
  WorkOrderTimeOutlined: () => import_WorkOrderTimeOutlined.default,
@@ -974,6 +984,8 @@ var import_BuildingPlusCircleOutlined = __toESM(require("./BuildingPlusCircleOut
974
984
  var import_BulbOutlined = __toESM(require("./BulbOutlined"));
975
985
  var import_BurningPointOutlined = __toESM(require("./BurningPointOutlined"));
976
986
  var import_BusFilled = __toESM(require("./BusFilled"));
987
+ var import_BusOutlined = __toESM(require("./BusOutlined"));
988
+ var import_BusinessAreaOutlined = __toESM(require("./BusinessAreaOutlined"));
977
989
  var import_CakeOutlined = __toESM(require("./CakeOutlined"));
978
990
  var import_CalendarCheckFilled = __toESM(require("./CalendarCheckFilled"));
979
991
  var import_CalendarCheckOutlined = __toESM(require("./CalendarCheckOutlined"));
@@ -1099,6 +1111,7 @@ var import_EmployerFilled = __toESM(require("./EmployerFilled"));
1099
1111
  var import_EmployerOutlined = __toESM(require("./EmployerOutlined"));
1100
1112
  var import_EngineOutlined = __toESM(require("./EngineOutlined"));
1101
1113
  var import_EnterOutlined = __toESM(require("./EnterOutlined"));
1114
+ var import_EntranceOutlined = __toESM(require("./EntranceOutlined"));
1102
1115
  var import_EnvironmentalMonitoringFilled = __toESM(require("./EnvironmentalMonitoringFilled"));
1103
1116
  var import_EnvironmentalMonitoringOutlined = __toESM(require("./EnvironmentalMonitoringOutlined"));
1104
1117
  var import_EpidemicProtectionFilled = __toESM(require("./EpidemicProtectionFilled"));
@@ -1108,6 +1121,7 @@ var import_ExclamationCircleFilled = __toESM(require("./ExclamationCircleFilled"
1108
1121
  var import_ExclamationCircleOutlined = __toESM(require("./ExclamationCircleOutlined"));
1109
1122
  var import_ExclamationOutlined = __toESM(require("./ExclamationOutlined"));
1110
1123
  var import_ExhaleOutlined = __toESM(require("./ExhaleOutlined"));
1124
+ var import_ExitOutlined = __toESM(require("./ExitOutlined"));
1111
1125
  var import_ExpandOutlined = __toESM(require("./ExpandOutlined"));
1112
1126
  var import_EyeFilled = __toESM(require("./EyeFilled"));
1113
1127
  var import_EyeInvisibleFilled = __toESM(require("./EyeInvisibleFilled"));
@@ -1297,6 +1311,7 @@ var import_IntelligentAccessOutlined = __toESM(require("./IntelligentAccessOutli
1297
1311
  var import_InvalidContentPurely = __toESM(require("./InvalidContentPurely"));
1298
1312
  var import_IotFilled = __toESM(require("./IotFilled"));
1299
1313
  var import_IotOutlined = __toESM(require("./IotOutlined"));
1314
+ var import_ItineraryOutlined = __toESM(require("./ItineraryOutlined"));
1300
1315
  var import_JackOutlined = __toESM(require("./JackOutlined"));
1301
1316
  var import_KeyAreaOutlined = __toESM(require("./KeyAreaOutlined"));
1302
1317
  var import_KeyOutlined = __toESM(require("./KeyOutlined"));
@@ -1322,6 +1337,7 @@ var import_LightningFilled = __toESM(require("./LightningFilled"));
1322
1337
  var import_LightningOutlined = __toESM(require("./LightningOutlined"));
1323
1338
  var import_LightningProOutlined = __toESM(require("./LightningProOutlined"));
1324
1339
  var import_LikeOutlined = __toESM(require("./LikeOutlined"));
1340
+ var import_LinbanOutlined = __toESM(require("./LinbanOutlined"));
1325
1341
  var import_LineChartOutlined = __toESM(require("./LineChartOutlined"));
1326
1342
  var import_LineChartPurely = __toESM(require("./LineChartPurely"));
1327
1343
  var import_LineOutlined = __toESM(require("./LineOutlined"));
@@ -1456,7 +1472,9 @@ var import_PetDogPurely = __toESM(require("./PetDogPurely"));
1456
1472
  var import_PhoneFilled = __toESM(require("./PhoneFilled"));
1457
1473
  var import_PhoneOutlined = __toESM(require("./PhoneOutlined"));
1458
1474
  var import_PieChartOutlined = __toESM(require("./PieChartOutlined"));
1475
+ var import_PigeonholeOutlined = __toESM(require("./PigeonholeOutlined"));
1459
1476
  var import_PlateOutlined = __toESM(require("./PlateOutlined"));
1477
+ var import_PlatformSwitchOutlined = __toESM(require("./PlatformSwitchOutlined"));
1460
1478
  var import_PlayCircleFilled = __toESM(require("./PlayCircleFilled"));
1461
1479
  var import_PlayCircleOutlined = __toESM(require("./PlayCircleOutlined"));
1462
1480
  var import_PlayCircleProOutlined = __toESM(require("./PlayCircleProOutlined"));
@@ -1547,6 +1565,7 @@ var import_SafetySearchOutlined = __toESM(require("./SafetySearchOutlined"));
1547
1565
  var import_SalesCallFilled = __toESM(require("./SalesCallFilled"));
1548
1566
  var import_SatelliteOutlined = __toESM(require("./SatelliteOutlined"));
1549
1567
  var import_SaveOutlined = __toESM(require("./SaveOutlined"));
1568
+ var import_ScanCodeOutlined = __toESM(require("./ScanCodeOutlined"));
1550
1569
  var import_ScanOutlined = __toESM(require("./ScanOutlined"));
1551
1570
  var import_ScenicAreaFilled = __toESM(require("./ScenicAreaFilled"));
1552
1571
  var import_ScheduleOutlined = __toESM(require("./ScheduleOutlined"));
@@ -1729,6 +1748,7 @@ var import_WindDirectionOutlined = __toESM(require("./WindDirectionOutlined"));
1729
1748
  var import_WindSpeedOutlined = __toESM(require("./WindSpeedOutlined"));
1730
1749
  var import_WithoutMaskPurely = __toESM(require("./WithoutMaskPurely"));
1731
1750
  var import_WomanOutlined = __toESM(require("./WomanOutlined"));
1751
+ var import_WoodlandOutlined = __toESM(require("./WoodlandOutlined"));
1732
1752
  var import_WordOrderOutlined = __toESM(require("./WordOrderOutlined"));
1733
1753
  var import_WorkOrderCheckOutlined = __toESM(require("./WorkOrderCheckOutlined"));
1734
1754
  var import_WorkOrderTimeOutlined = __toESM(require("./WorkOrderTimeOutlined"));
@@ -1829,6 +1849,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
1829
1849
  BulbOutlined,
1830
1850
  BurningPointOutlined,
1831
1851
  BusFilled,
1852
+ BusOutlined,
1853
+ BusinessAreaOutlined,
1832
1854
  CakeOutlined,
1833
1855
  CalendarCheckFilled,
1834
1856
  CalendarCheckOutlined,
@@ -1954,6 +1976,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
1954
1976
  EmployerOutlined,
1955
1977
  EngineOutlined,
1956
1978
  EnterOutlined,
1979
+ EntranceOutlined,
1957
1980
  EnvironmentalMonitoringFilled,
1958
1981
  EnvironmentalMonitoringOutlined,
1959
1982
  EpidemicProtectionFilled,
@@ -1963,6 +1986,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
1963
1986
  ExclamationCircleOutlined,
1964
1987
  ExclamationOutlined,
1965
1988
  ExhaleOutlined,
1989
+ ExitOutlined,
1966
1990
  ExpandOutlined,
1967
1991
  EyeFilled,
1968
1992
  EyeInvisibleFilled,
@@ -2152,6 +2176,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2152
2176
  InvalidContentPurely,
2153
2177
  IotFilled,
2154
2178
  IotOutlined,
2179
+ ItineraryOutlined,
2155
2180
  JackOutlined,
2156
2181
  KeyAreaOutlined,
2157
2182
  KeyOutlined,
@@ -2177,6 +2202,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2177
2202
  LightningOutlined,
2178
2203
  LightningProOutlined,
2179
2204
  LikeOutlined,
2205
+ LinbanOutlined,
2180
2206
  LineChartOutlined,
2181
2207
  LineChartPurely,
2182
2208
  LineOutlined,
@@ -2311,7 +2337,9 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2311
2337
  PhoneFilled,
2312
2338
  PhoneOutlined,
2313
2339
  PieChartOutlined,
2340
+ PigeonholeOutlined,
2314
2341
  PlateOutlined,
2342
+ PlatformSwitchOutlined,
2315
2343
  PlayCircleFilled,
2316
2344
  PlayCircleOutlined,
2317
2345
  PlayCircleProOutlined,
@@ -2402,6 +2430,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2402
2430
  SalesCallFilled,
2403
2431
  SatelliteOutlined,
2404
2432
  SaveOutlined,
2433
+ ScanCodeOutlined,
2405
2434
  ScanOutlined,
2406
2435
  ScenicAreaFilled,
2407
2436
  ScheduleOutlined,
@@ -2584,6 +2613,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2584
2613
  WindSpeedOutlined,
2585
2614
  WithoutMaskPurely,
2586
2615
  WomanOutlined,
2616
+ WoodlandOutlined,
2587
2617
  WordOrderOutlined,
2588
2618
  WorkOrderCheckOutlined,
2589
2619
  WorkOrderTimeOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.25.0",
3
+ "version": "2.27.0",
4
4
  "description": "Abstract nodes for sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,7 +31,7 @@
31
31
  "@ant-design/colors": "^6.0.0",
32
32
  "@babel/runtime": "^7.11.2",
33
33
  "@pansy/classnames": "^1.0.1",
34
- "@sensoro-design/icons-svg": "2.33.0",
34
+ "@sensoro-design/icons-svg": "2.35.0",
35
35
  "rc-util": "^5.19.3"
36
36
  },
37
37
  "publishConfig": {