@sensoro-design/icons 2.12.0 → 2.14.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/CHANGELOG.md +22 -0
- package/CaseAssistanceOutlined.d.ts +2 -0
- package/CaseAssistanceOutlined.js +15 -0
- package/ColorFilterOutlined.d.ts +2 -0
- package/ColorFilterOutlined.js +15 -0
- package/CropOutlined.d.ts +2 -0
- package/CropOutlined.js +15 -0
- package/FineTuneOutlined.d.ts +2 -0
- package/FineTuneOutlined.js +15 -0
- package/ImageOptimizationFilled.d.ts +2 -0
- package/ImageOptimizationFilled.js +15 -0
- package/MosaicOutlined.d.ts +2 -0
- package/MosaicOutlined.js +15 -0
- package/ResizeOutlined.d.ts +2 -0
- package/ResizeOutlined.js +15 -0
- package/RestoreOutlined.d.ts +2 -0
- package/RestoreOutlined.js +15 -0
- package/StickerOutlined.d.ts +2 -0
- package/StickerOutlined.js +15 -0
- package/VolunteerServiceOutlined.d.ts +2 -0
- package/VolunteerServiceOutlined.js +15 -0
- package/es/icons/CaseAssistanceOutlined.d.ts +4 -0
- package/es/icons/CaseAssistanceOutlined.js +13 -0
- package/es/icons/ColorFilterOutlined.d.ts +4 -0
- package/es/icons/ColorFilterOutlined.js +13 -0
- package/es/icons/CropOutlined.d.ts +4 -0
- package/es/icons/CropOutlined.js +13 -0
- package/es/icons/FineTuneOutlined.d.ts +4 -0
- package/es/icons/FineTuneOutlined.js +13 -0
- package/es/icons/ImageOptimizationFilled.d.ts +4 -0
- package/es/icons/ImageOptimizationFilled.js +13 -0
- package/es/icons/MosaicOutlined.d.ts +4 -0
- package/es/icons/MosaicOutlined.js +13 -0
- package/es/icons/ResizeOutlined.d.ts +4 -0
- package/es/icons/ResizeOutlined.js +13 -0
- package/es/icons/RestoreOutlined.d.ts +4 -0
- package/es/icons/RestoreOutlined.js +13 -0
- package/es/icons/StickerOutlined.d.ts +4 -0
- package/es/icons/StickerOutlined.js +13 -0
- package/es/icons/VolunteerServiceOutlined.d.ts +4 -0
- package/es/icons/VolunteerServiceOutlined.js +13 -0
- package/es/icons/index.d.ts +10 -0
- package/es/icons/index.js +10 -0
- package/lib/icons/CaseAssistanceOutlined.d.ts +4 -0
- package/lib/icons/CaseAssistanceOutlined.js +42 -0
- package/lib/icons/ColorFilterOutlined.d.ts +4 -0
- package/lib/icons/ColorFilterOutlined.js +42 -0
- package/lib/icons/CropOutlined.d.ts +4 -0
- package/lib/icons/CropOutlined.js +42 -0
- package/lib/icons/FineTuneOutlined.d.ts +4 -0
- package/lib/icons/FineTuneOutlined.js +42 -0
- package/lib/icons/ImageOptimizationFilled.d.ts +4 -0
- package/lib/icons/ImageOptimizationFilled.js +42 -0
- package/lib/icons/MosaicOutlined.d.ts +4 -0
- package/lib/icons/MosaicOutlined.js +42 -0
- package/lib/icons/ResizeOutlined.d.ts +4 -0
- package/lib/icons/ResizeOutlined.js +42 -0
- package/lib/icons/RestoreOutlined.d.ts +4 -0
- package/lib/icons/RestoreOutlined.js +42 -0
- package/lib/icons/StickerOutlined.d.ts +4 -0
- package/lib/icons/StickerOutlined.js +42 -0
- package/lib/icons/VolunteerServiceOutlined.d.ts +4 -0
- package/lib/icons/VolunteerServiceOutlined.js +42 -0
- package/lib/icons/index.d.ts +10 -0
- package/lib/icons/index.js +30 -0
- package/package.json +2 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const ResizeOutlined: 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 ResizeOutlined;
|
|
@@ -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/ResizeOutlined.tsx
|
|
30
|
+
var ResizeOutlined_exports = {};
|
|
31
|
+
__export(ResizeOutlined_exports, {
|
|
32
|
+
default: () => ResizeOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ResizeOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ResizeOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ResizeOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ResizeOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ResizeOutlined.default }));
|
|
39
|
+
ResizeOutlined.displayName = "ResizeOutlined";
|
|
40
|
+
var ResizeOutlined_default = ResizeOutlined;
|
|
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 RestoreOutlined: 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 RestoreOutlined;
|
|
@@ -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/RestoreOutlined.tsx
|
|
30
|
+
var RestoreOutlined_exports = {};
|
|
31
|
+
__export(RestoreOutlined_exports, {
|
|
32
|
+
default: () => RestoreOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(RestoreOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_RestoreOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/RestoreOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var RestoreOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_RestoreOutlined.default }));
|
|
39
|
+
RestoreOutlined.displayName = "RestoreOutlined";
|
|
40
|
+
var RestoreOutlined_default = RestoreOutlined;
|
|
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 StickerOutlined: 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 StickerOutlined;
|
|
@@ -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/StickerOutlined.tsx
|
|
30
|
+
var StickerOutlined_exports = {};
|
|
31
|
+
__export(StickerOutlined_exports, {
|
|
32
|
+
default: () => StickerOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(StickerOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_StickerOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/StickerOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var StickerOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_StickerOutlined.default }));
|
|
39
|
+
StickerOutlined.displayName = "StickerOutlined";
|
|
40
|
+
var StickerOutlined_default = StickerOutlined;
|
|
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 VolunteerServiceOutlined: 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 VolunteerServiceOutlined;
|
|
@@ -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/VolunteerServiceOutlined.tsx
|
|
30
|
+
var VolunteerServiceOutlined_exports = {};
|
|
31
|
+
__export(VolunteerServiceOutlined_exports, {
|
|
32
|
+
default: () => VolunteerServiceOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(VolunteerServiceOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_VolunteerServiceOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/VolunteerServiceOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var VolunteerServiceOutlined = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_VolunteerServiceOutlined.default }));
|
|
39
|
+
VolunteerServiceOutlined.displayName = "VolunteerServiceOutlined";
|
|
40
|
+
var VolunteerServiceOutlined_default = VolunteerServiceOutlined;
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {});
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ export { default as CaretDownFilled } from './CaretDownFilled';
|
|
|
90
90
|
export { default as CaretLeftFilled } from './CaretLeftFilled';
|
|
91
91
|
export { default as CaretRightFilled } from './CaretRightFilled';
|
|
92
92
|
export { default as CaretUpFilled } from './CaretUpFilled';
|
|
93
|
+
export { default as CaseAssistanceOutlined } from './CaseAssistanceOutlined';
|
|
93
94
|
export { default as CellularDiagramFilled } from './CellularDiagramFilled';
|
|
94
95
|
export { default as Ch4Outlined } from './Ch4Outlined';
|
|
95
96
|
export { default as CheckCircleFilled } from './CheckCircleFilled';
|
|
@@ -111,6 +112,7 @@ export { default as Co2Outlined } from './Co2Outlined';
|
|
|
111
112
|
export { default as CoOutlined } from './CoOutlined';
|
|
112
113
|
export { default as CodeOutlined } from './CodeOutlined';
|
|
113
114
|
export { default as CollectOutlined } from './CollectOutlined';
|
|
115
|
+
export { default as ColorFilterOutlined } from './ColorFilterOutlined';
|
|
114
116
|
export { default as CommunicationEquipmentOutlined } from './CommunicationEquipmentOutlined';
|
|
115
117
|
export { default as CompareOutlined } from './CompareOutlined';
|
|
116
118
|
export { default as CompassOutlined } from './CompassOutlined';
|
|
@@ -119,6 +121,7 @@ export { default as CompressOutlined } from './CompressOutlined';
|
|
|
119
121
|
export { default as ContinuityDetectionOutlined } from './ContinuityDetectionOutlined';
|
|
120
122
|
export { default as ControllerOutlined } from './ControllerOutlined';
|
|
121
123
|
export { default as CopyOutlined } from './CopyOutlined';
|
|
124
|
+
export { default as CropOutlined } from './CropOutlined';
|
|
122
125
|
export { default as CurrentOutlined } from './CurrentOutlined';
|
|
123
126
|
export { default as DamOutlined } from './DamOutlined';
|
|
124
127
|
export { default as DangerFilled } from './DangerFilled';
|
|
@@ -246,6 +249,7 @@ export { default as FileWordOutlined } from './FileWordOutlined';
|
|
|
246
249
|
export { default as FileZipOutlined } from './FileZipOutlined';
|
|
247
250
|
export { default as FilterFilled } from './FilterFilled';
|
|
248
251
|
export { default as FilterOutlined } from './FilterOutlined';
|
|
252
|
+
export { default as FineTuneOutlined } from './FineTuneOutlined';
|
|
249
253
|
export { default as FireBreakerFilled } from './FireBreakerFilled';
|
|
250
254
|
export { default as FireBrigadeFilled } from './FireBrigadeFilled';
|
|
251
255
|
export { default as FireBrigadeOutlined } from './FireBrigadeOutlined';
|
|
@@ -363,6 +367,7 @@ export { default as IllegalHelmetPurely } from './IllegalHelmetPurely';
|
|
|
363
367
|
export { default as ImageCameraOutlined } from './ImageCameraOutlined';
|
|
364
368
|
export { default as ImageErrorFilled } from './ImageErrorFilled';
|
|
365
369
|
export { default as ImageFilled } from './ImageFilled';
|
|
370
|
+
export { default as ImageOptimizationFilled } from './ImageOptimizationFilled';
|
|
366
371
|
export { default as ImageOptimizationOutlined } from './ImageOptimizationOutlined';
|
|
367
372
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
368
373
|
export { default as InclinationOutlined } from './InclinationOutlined';
|
|
@@ -460,6 +465,7 @@ export { default as MoneyWatchOutlined } from './MoneyWatchOutlined';
|
|
|
460
465
|
export { default as MoonOutlined } from './MoonOutlined';
|
|
461
466
|
export { default as MoonPurely } from './MoonPurely';
|
|
462
467
|
export { default as MoreOutlined } from './MoreOutlined';
|
|
468
|
+
export { default as MosaicOutlined } from './MosaicOutlined';
|
|
463
469
|
export { default as MufflingDeviceFilled } from './MufflingDeviceFilled';
|
|
464
470
|
export { default as MufflingFilled } from './MufflingFilled';
|
|
465
471
|
export { default as MufflingOutlined } from './MufflingOutlined';
|
|
@@ -567,9 +573,11 @@ export { default as ReloadOutlined } from './ReloadOutlined';
|
|
|
567
573
|
export { default as RemoteFireMonitoringFilled } from './RemoteFireMonitoringFilled';
|
|
568
574
|
export { default as RemoteFireMonitoringOutlined } from './RemoteFireMonitoringOutlined';
|
|
569
575
|
export { default as ReservoirOutlined } from './ReservoirOutlined';
|
|
576
|
+
export { default as ResizeOutlined } from './ResizeOutlined';
|
|
570
577
|
export { default as ResourceOutlined } from './ResourceOutlined';
|
|
571
578
|
export { default as RestFilled } from './RestFilled';
|
|
572
579
|
export { default as RestOutlined } from './RestOutlined';
|
|
580
|
+
export { default as RestoreOutlined } from './RestoreOutlined';
|
|
573
581
|
export { default as RetrieveCarFilled } from './RetrieveCarFilled';
|
|
574
582
|
export { default as RetrieveCarOutlined } from './RetrieveCarOutlined';
|
|
575
583
|
export { default as RetrieveHumanoidOutlined } from './RetrieveHumanoidOutlined';
|
|
@@ -667,6 +675,7 @@ export { default as StatisticsFilled } from './StatisticsFilled';
|
|
|
667
675
|
export { default as StepBackwardOutlined } from './StepBackwardOutlined';
|
|
668
676
|
export { default as StepCountOutlined } from './StepCountOutlined';
|
|
669
677
|
export { default as StepForwardOutlined } from './StepForwardOutlined';
|
|
678
|
+
export { default as StickerOutlined } from './StickerOutlined';
|
|
670
679
|
export { default as StopOutlined } from './StopOutlined';
|
|
671
680
|
export { default as SunOutlined } from './SunOutlined';
|
|
672
681
|
export { default as SunriseOutlined } from './SunriseOutlined';
|
|
@@ -757,6 +766,7 @@ export { default as ViewOutlined } from './ViewOutlined';
|
|
|
757
766
|
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
|
758
767
|
export { default as VisibilityOutlined } from './VisibilityOutlined';
|
|
759
768
|
export { default as VolunteerServiceFilled } from './VolunteerServiceFilled';
|
|
769
|
+
export { default as VolunteerServiceOutlined } from './VolunteerServiceOutlined';
|
|
760
770
|
export { default as VrOutlined } from './VrOutlined';
|
|
761
771
|
export { default as WalkieTalkieFilled } from './WalkieTalkieFilled';
|
|
762
772
|
export { default as WarningFilled } from './WarningFilled';
|
package/lib/icons/index.js
CHANGED
|
@@ -121,6 +121,7 @@ __export(icons_exports, {
|
|
|
121
121
|
CaretLeftFilled: () => import_CaretLeftFilled.default,
|
|
122
122
|
CaretRightFilled: () => import_CaretRightFilled.default,
|
|
123
123
|
CaretUpFilled: () => import_CaretUpFilled.default,
|
|
124
|
+
CaseAssistanceOutlined: () => import_CaseAssistanceOutlined.default,
|
|
124
125
|
CellularDiagramFilled: () => import_CellularDiagramFilled.default,
|
|
125
126
|
Ch4Outlined: () => import_Ch4Outlined.default,
|
|
126
127
|
CheckCircleFilled: () => import_CheckCircleFilled.default,
|
|
@@ -142,6 +143,7 @@ __export(icons_exports, {
|
|
|
142
143
|
CoOutlined: () => import_CoOutlined.default,
|
|
143
144
|
CodeOutlined: () => import_CodeOutlined.default,
|
|
144
145
|
CollectOutlined: () => import_CollectOutlined.default,
|
|
146
|
+
ColorFilterOutlined: () => import_ColorFilterOutlined.default,
|
|
145
147
|
CommunicationEquipmentOutlined: () => import_CommunicationEquipmentOutlined.default,
|
|
146
148
|
CompareOutlined: () => import_CompareOutlined.default,
|
|
147
149
|
CompassOutlined: () => import_CompassOutlined.default,
|
|
@@ -150,6 +152,7 @@ __export(icons_exports, {
|
|
|
150
152
|
ContinuityDetectionOutlined: () => import_ContinuityDetectionOutlined.default,
|
|
151
153
|
ControllerOutlined: () => import_ControllerOutlined.default,
|
|
152
154
|
CopyOutlined: () => import_CopyOutlined.default,
|
|
155
|
+
CropOutlined: () => import_CropOutlined.default,
|
|
153
156
|
CurrentOutlined: () => import_CurrentOutlined.default,
|
|
154
157
|
DamOutlined: () => import_DamOutlined.default,
|
|
155
158
|
DangerFilled: () => import_DangerFilled.default,
|
|
@@ -277,6 +280,7 @@ __export(icons_exports, {
|
|
|
277
280
|
FileZipOutlined: () => import_FileZipOutlined.default,
|
|
278
281
|
FilterFilled: () => import_FilterFilled.default,
|
|
279
282
|
FilterOutlined: () => import_FilterOutlined.default,
|
|
283
|
+
FineTuneOutlined: () => import_FineTuneOutlined.default,
|
|
280
284
|
FireBreakerFilled: () => import_FireBreakerFilled.default,
|
|
281
285
|
FireBrigadeFilled: () => import_FireBrigadeFilled.default,
|
|
282
286
|
FireBrigadeOutlined: () => import_FireBrigadeOutlined.default,
|
|
@@ -394,6 +398,7 @@ __export(icons_exports, {
|
|
|
394
398
|
ImageCameraOutlined: () => import_ImageCameraOutlined.default,
|
|
395
399
|
ImageErrorFilled: () => import_ImageErrorFilled.default,
|
|
396
400
|
ImageFilled: () => import_ImageFilled.default,
|
|
401
|
+
ImageOptimizationFilled: () => import_ImageOptimizationFilled.default,
|
|
397
402
|
ImageOptimizationOutlined: () => import_ImageOptimizationOutlined.default,
|
|
398
403
|
ImageOutlined: () => import_ImageOutlined.default,
|
|
399
404
|
InclinationOutlined: () => import_InclinationOutlined.default,
|
|
@@ -491,6 +496,7 @@ __export(icons_exports, {
|
|
|
491
496
|
MoonOutlined: () => import_MoonOutlined.default,
|
|
492
497
|
MoonPurely: () => import_MoonPurely.default,
|
|
493
498
|
MoreOutlined: () => import_MoreOutlined.default,
|
|
499
|
+
MosaicOutlined: () => import_MosaicOutlined.default,
|
|
494
500
|
MufflingDeviceFilled: () => import_MufflingDeviceFilled.default,
|
|
495
501
|
MufflingFilled: () => import_MufflingFilled.default,
|
|
496
502
|
MufflingOutlined: () => import_MufflingOutlined.default,
|
|
@@ -598,9 +604,11 @@ __export(icons_exports, {
|
|
|
598
604
|
RemoteFireMonitoringFilled: () => import_RemoteFireMonitoringFilled.default,
|
|
599
605
|
RemoteFireMonitoringOutlined: () => import_RemoteFireMonitoringOutlined.default,
|
|
600
606
|
ReservoirOutlined: () => import_ReservoirOutlined.default,
|
|
607
|
+
ResizeOutlined: () => import_ResizeOutlined.default,
|
|
601
608
|
ResourceOutlined: () => import_ResourceOutlined.default,
|
|
602
609
|
RestFilled: () => import_RestFilled.default,
|
|
603
610
|
RestOutlined: () => import_RestOutlined.default,
|
|
611
|
+
RestoreOutlined: () => import_RestoreOutlined.default,
|
|
604
612
|
RetrieveCarFilled: () => import_RetrieveCarFilled.default,
|
|
605
613
|
RetrieveCarOutlined: () => import_RetrieveCarOutlined.default,
|
|
606
614
|
RetrieveHumanoidOutlined: () => import_RetrieveHumanoidOutlined.default,
|
|
@@ -698,6 +706,7 @@ __export(icons_exports, {
|
|
|
698
706
|
StepBackwardOutlined: () => import_StepBackwardOutlined.default,
|
|
699
707
|
StepCountOutlined: () => import_StepCountOutlined.default,
|
|
700
708
|
StepForwardOutlined: () => import_StepForwardOutlined.default,
|
|
709
|
+
StickerOutlined: () => import_StickerOutlined.default,
|
|
701
710
|
StopOutlined: () => import_StopOutlined.default,
|
|
702
711
|
SunOutlined: () => import_SunOutlined.default,
|
|
703
712
|
SunriseOutlined: () => import_SunriseOutlined.default,
|
|
@@ -788,6 +797,7 @@ __export(icons_exports, {
|
|
|
788
797
|
VirtualCameraOutlined: () => import_VirtualCameraOutlined.default,
|
|
789
798
|
VisibilityOutlined: () => import_VisibilityOutlined.default,
|
|
790
799
|
VolunteerServiceFilled: () => import_VolunteerServiceFilled.default,
|
|
800
|
+
VolunteerServiceOutlined: () => import_VolunteerServiceOutlined.default,
|
|
791
801
|
VrOutlined: () => import_VrOutlined.default,
|
|
792
802
|
WalkieTalkieFilled: () => import_WalkieTalkieFilled.default,
|
|
793
803
|
WarningFilled: () => import_WarningFilled.default,
|
|
@@ -908,6 +918,7 @@ var import_CaretDownFilled = __toESM(require("./CaretDownFilled"));
|
|
|
908
918
|
var import_CaretLeftFilled = __toESM(require("./CaretLeftFilled"));
|
|
909
919
|
var import_CaretRightFilled = __toESM(require("./CaretRightFilled"));
|
|
910
920
|
var import_CaretUpFilled = __toESM(require("./CaretUpFilled"));
|
|
921
|
+
var import_CaseAssistanceOutlined = __toESM(require("./CaseAssistanceOutlined"));
|
|
911
922
|
var import_CellularDiagramFilled = __toESM(require("./CellularDiagramFilled"));
|
|
912
923
|
var import_Ch4Outlined = __toESM(require("./Ch4Outlined"));
|
|
913
924
|
var import_CheckCircleFilled = __toESM(require("./CheckCircleFilled"));
|
|
@@ -929,6 +940,7 @@ var import_Co2Outlined = __toESM(require("./Co2Outlined"));
|
|
|
929
940
|
var import_CoOutlined = __toESM(require("./CoOutlined"));
|
|
930
941
|
var import_CodeOutlined = __toESM(require("./CodeOutlined"));
|
|
931
942
|
var import_CollectOutlined = __toESM(require("./CollectOutlined"));
|
|
943
|
+
var import_ColorFilterOutlined = __toESM(require("./ColorFilterOutlined"));
|
|
932
944
|
var import_CommunicationEquipmentOutlined = __toESM(require("./CommunicationEquipmentOutlined"));
|
|
933
945
|
var import_CompareOutlined = __toESM(require("./CompareOutlined"));
|
|
934
946
|
var import_CompassOutlined = __toESM(require("./CompassOutlined"));
|
|
@@ -937,6 +949,7 @@ var import_CompressOutlined = __toESM(require("./CompressOutlined"));
|
|
|
937
949
|
var import_ContinuityDetectionOutlined = __toESM(require("./ContinuityDetectionOutlined"));
|
|
938
950
|
var import_ControllerOutlined = __toESM(require("./ControllerOutlined"));
|
|
939
951
|
var import_CopyOutlined = __toESM(require("./CopyOutlined"));
|
|
952
|
+
var import_CropOutlined = __toESM(require("./CropOutlined"));
|
|
940
953
|
var import_CurrentOutlined = __toESM(require("./CurrentOutlined"));
|
|
941
954
|
var import_DamOutlined = __toESM(require("./DamOutlined"));
|
|
942
955
|
var import_DangerFilled = __toESM(require("./DangerFilled"));
|
|
@@ -1064,6 +1077,7 @@ var import_FileWordOutlined = __toESM(require("./FileWordOutlined"));
|
|
|
1064
1077
|
var import_FileZipOutlined = __toESM(require("./FileZipOutlined"));
|
|
1065
1078
|
var import_FilterFilled = __toESM(require("./FilterFilled"));
|
|
1066
1079
|
var import_FilterOutlined = __toESM(require("./FilterOutlined"));
|
|
1080
|
+
var import_FineTuneOutlined = __toESM(require("./FineTuneOutlined"));
|
|
1067
1081
|
var import_FireBreakerFilled = __toESM(require("./FireBreakerFilled"));
|
|
1068
1082
|
var import_FireBrigadeFilled = __toESM(require("./FireBrigadeFilled"));
|
|
1069
1083
|
var import_FireBrigadeOutlined = __toESM(require("./FireBrigadeOutlined"));
|
|
@@ -1181,6 +1195,7 @@ var import_IllegalHelmetPurely = __toESM(require("./IllegalHelmetPurely"));
|
|
|
1181
1195
|
var import_ImageCameraOutlined = __toESM(require("./ImageCameraOutlined"));
|
|
1182
1196
|
var import_ImageErrorFilled = __toESM(require("./ImageErrorFilled"));
|
|
1183
1197
|
var import_ImageFilled = __toESM(require("./ImageFilled"));
|
|
1198
|
+
var import_ImageOptimizationFilled = __toESM(require("./ImageOptimizationFilled"));
|
|
1184
1199
|
var import_ImageOptimizationOutlined = __toESM(require("./ImageOptimizationOutlined"));
|
|
1185
1200
|
var import_ImageOutlined = __toESM(require("./ImageOutlined"));
|
|
1186
1201
|
var import_InclinationOutlined = __toESM(require("./InclinationOutlined"));
|
|
@@ -1278,6 +1293,7 @@ var import_MoneyWatchOutlined = __toESM(require("./MoneyWatchOutlined"));
|
|
|
1278
1293
|
var import_MoonOutlined = __toESM(require("./MoonOutlined"));
|
|
1279
1294
|
var import_MoonPurely = __toESM(require("./MoonPurely"));
|
|
1280
1295
|
var import_MoreOutlined = __toESM(require("./MoreOutlined"));
|
|
1296
|
+
var import_MosaicOutlined = __toESM(require("./MosaicOutlined"));
|
|
1281
1297
|
var import_MufflingDeviceFilled = __toESM(require("./MufflingDeviceFilled"));
|
|
1282
1298
|
var import_MufflingFilled = __toESM(require("./MufflingFilled"));
|
|
1283
1299
|
var import_MufflingOutlined = __toESM(require("./MufflingOutlined"));
|
|
@@ -1385,9 +1401,11 @@ var import_ReloadOutlined = __toESM(require("./ReloadOutlined"));
|
|
|
1385
1401
|
var import_RemoteFireMonitoringFilled = __toESM(require("./RemoteFireMonitoringFilled"));
|
|
1386
1402
|
var import_RemoteFireMonitoringOutlined = __toESM(require("./RemoteFireMonitoringOutlined"));
|
|
1387
1403
|
var import_ReservoirOutlined = __toESM(require("./ReservoirOutlined"));
|
|
1404
|
+
var import_ResizeOutlined = __toESM(require("./ResizeOutlined"));
|
|
1388
1405
|
var import_ResourceOutlined = __toESM(require("./ResourceOutlined"));
|
|
1389
1406
|
var import_RestFilled = __toESM(require("./RestFilled"));
|
|
1390
1407
|
var import_RestOutlined = __toESM(require("./RestOutlined"));
|
|
1408
|
+
var import_RestoreOutlined = __toESM(require("./RestoreOutlined"));
|
|
1391
1409
|
var import_RetrieveCarFilled = __toESM(require("./RetrieveCarFilled"));
|
|
1392
1410
|
var import_RetrieveCarOutlined = __toESM(require("./RetrieveCarOutlined"));
|
|
1393
1411
|
var import_RetrieveHumanoidOutlined = __toESM(require("./RetrieveHumanoidOutlined"));
|
|
@@ -1485,6 +1503,7 @@ var import_StatisticsFilled = __toESM(require("./StatisticsFilled"));
|
|
|
1485
1503
|
var import_StepBackwardOutlined = __toESM(require("./StepBackwardOutlined"));
|
|
1486
1504
|
var import_StepCountOutlined = __toESM(require("./StepCountOutlined"));
|
|
1487
1505
|
var import_StepForwardOutlined = __toESM(require("./StepForwardOutlined"));
|
|
1506
|
+
var import_StickerOutlined = __toESM(require("./StickerOutlined"));
|
|
1488
1507
|
var import_StopOutlined = __toESM(require("./StopOutlined"));
|
|
1489
1508
|
var import_SunOutlined = __toESM(require("./SunOutlined"));
|
|
1490
1509
|
var import_SunriseOutlined = __toESM(require("./SunriseOutlined"));
|
|
@@ -1575,6 +1594,7 @@ var import_ViewOutlined = __toESM(require("./ViewOutlined"));
|
|
|
1575
1594
|
var import_VirtualCameraOutlined = __toESM(require("./VirtualCameraOutlined"));
|
|
1576
1595
|
var import_VisibilityOutlined = __toESM(require("./VisibilityOutlined"));
|
|
1577
1596
|
var import_VolunteerServiceFilled = __toESM(require("./VolunteerServiceFilled"));
|
|
1597
|
+
var import_VolunteerServiceOutlined = __toESM(require("./VolunteerServiceOutlined"));
|
|
1578
1598
|
var import_VrOutlined = __toESM(require("./VrOutlined"));
|
|
1579
1599
|
var import_WalkieTalkieFilled = __toESM(require("./WalkieTalkieFilled"));
|
|
1580
1600
|
var import_WarningFilled = __toESM(require("./WarningFilled"));
|
|
@@ -1695,6 +1715,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1695
1715
|
CaretLeftFilled,
|
|
1696
1716
|
CaretRightFilled,
|
|
1697
1717
|
CaretUpFilled,
|
|
1718
|
+
CaseAssistanceOutlined,
|
|
1698
1719
|
CellularDiagramFilled,
|
|
1699
1720
|
Ch4Outlined,
|
|
1700
1721
|
CheckCircleFilled,
|
|
@@ -1716,6 +1737,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1716
1737
|
CoOutlined,
|
|
1717
1738
|
CodeOutlined,
|
|
1718
1739
|
CollectOutlined,
|
|
1740
|
+
ColorFilterOutlined,
|
|
1719
1741
|
CommunicationEquipmentOutlined,
|
|
1720
1742
|
CompareOutlined,
|
|
1721
1743
|
CompassOutlined,
|
|
@@ -1724,6 +1746,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1724
1746
|
ContinuityDetectionOutlined,
|
|
1725
1747
|
ControllerOutlined,
|
|
1726
1748
|
CopyOutlined,
|
|
1749
|
+
CropOutlined,
|
|
1727
1750
|
CurrentOutlined,
|
|
1728
1751
|
DamOutlined,
|
|
1729
1752
|
DangerFilled,
|
|
@@ -1851,6 +1874,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1851
1874
|
FileZipOutlined,
|
|
1852
1875
|
FilterFilled,
|
|
1853
1876
|
FilterOutlined,
|
|
1877
|
+
FineTuneOutlined,
|
|
1854
1878
|
FireBreakerFilled,
|
|
1855
1879
|
FireBrigadeFilled,
|
|
1856
1880
|
FireBrigadeOutlined,
|
|
@@ -1968,6 +1992,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1968
1992
|
ImageCameraOutlined,
|
|
1969
1993
|
ImageErrorFilled,
|
|
1970
1994
|
ImageFilled,
|
|
1995
|
+
ImageOptimizationFilled,
|
|
1971
1996
|
ImageOptimizationOutlined,
|
|
1972
1997
|
ImageOutlined,
|
|
1973
1998
|
InclinationOutlined,
|
|
@@ -2065,6 +2090,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2065
2090
|
MoonOutlined,
|
|
2066
2091
|
MoonPurely,
|
|
2067
2092
|
MoreOutlined,
|
|
2093
|
+
MosaicOutlined,
|
|
2068
2094
|
MufflingDeviceFilled,
|
|
2069
2095
|
MufflingFilled,
|
|
2070
2096
|
MufflingOutlined,
|
|
@@ -2172,9 +2198,11 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2172
2198
|
RemoteFireMonitoringFilled,
|
|
2173
2199
|
RemoteFireMonitoringOutlined,
|
|
2174
2200
|
ReservoirOutlined,
|
|
2201
|
+
ResizeOutlined,
|
|
2175
2202
|
ResourceOutlined,
|
|
2176
2203
|
RestFilled,
|
|
2177
2204
|
RestOutlined,
|
|
2205
|
+
RestoreOutlined,
|
|
2178
2206
|
RetrieveCarFilled,
|
|
2179
2207
|
RetrieveCarOutlined,
|
|
2180
2208
|
RetrieveHumanoidOutlined,
|
|
@@ -2272,6 +2300,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2272
2300
|
StepBackwardOutlined,
|
|
2273
2301
|
StepCountOutlined,
|
|
2274
2302
|
StepForwardOutlined,
|
|
2303
|
+
StickerOutlined,
|
|
2275
2304
|
StopOutlined,
|
|
2276
2305
|
SunOutlined,
|
|
2277
2306
|
SunriseOutlined,
|
|
@@ -2362,6 +2391,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2362
2391
|
VirtualCameraOutlined,
|
|
2363
2392
|
VisibilityOutlined,
|
|
2364
2393
|
VolunteerServiceFilled,
|
|
2394
|
+
VolunteerServiceOutlined,
|
|
2365
2395
|
VrOutlined,
|
|
2366
2396
|
WalkieTalkieFilled,
|
|
2367
2397
|
WarningFilled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.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.
|
|
34
|
+
"@sensoro-design/icons-svg": "2.20.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|