@sensoro-design/icons 1.7.0 → 1.8.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/AtlasFilled.d.ts +2 -0
- package/AtlasFilled.js +15 -0
- package/AtlasOutlined.d.ts +2 -0
- package/AtlasOutlined.js +15 -0
- package/CHANGELOG.md +11 -0
- package/DataAssetsFilled.d.ts +2 -0
- package/DataAssetsFilled.js +15 -0
- package/DataAssetsOutlined.d.ts +2 -0
- package/DataAssetsOutlined.js +15 -0
- package/DatabaseFilled.d.ts +2 -0
- package/DatabaseFilled.js +15 -0
- package/DatabaseOutlined.d.ts +2 -0
- package/DatabaseOutlined.js +15 -0
- package/FileWarningOutlined.d.ts +2 -0
- package/FileWarningOutlined.js +15 -0
- package/LocationOutlined.d.ts +2 -0
- package/LocationOutlined.js +15 -0
- package/MolecularChainFilled.d.ts +2 -0
- package/MolecularChainFilled.js +15 -0
- package/MolecularChainOutlined.d.ts +2 -0
- package/MolecularChainOutlined.js +15 -0
- package/TetrisOutlined.d.ts +2 -0
- package/TetrisOutlined.js +15 -0
- package/es/icons/AtlasFilled.d.ts +4 -0
- package/es/icons/AtlasFilled.js +68 -0
- package/es/icons/AtlasOutlined.d.ts +4 -0
- package/es/icons/AtlasOutlined.js +68 -0
- package/es/icons/DataAssetsFilled.d.ts +4 -0
- package/es/icons/DataAssetsFilled.js +68 -0
- package/es/icons/DataAssetsOutlined.d.ts +4 -0
- package/es/icons/DataAssetsOutlined.js +68 -0
- package/es/icons/DatabaseFilled.d.ts +4 -0
- package/es/icons/DatabaseFilled.js +68 -0
- package/es/icons/DatabaseOutlined.d.ts +4 -0
- package/es/icons/DatabaseOutlined.js +68 -0
- package/es/icons/FileWarningOutlined.d.ts +4 -0
- package/es/icons/FileWarningOutlined.js +68 -0
- package/es/icons/LocationOutlined.d.ts +4 -0
- package/es/icons/LocationOutlined.js +68 -0
- package/es/icons/MolecularChainFilled.d.ts +4 -0
- package/es/icons/MolecularChainFilled.js +68 -0
- package/es/icons/MolecularChainOutlined.d.ts +4 -0
- package/es/icons/MolecularChainOutlined.js +68 -0
- package/es/icons/TetrisOutlined.d.ts +4 -0
- package/es/icons/TetrisOutlined.js +68 -0
- package/es/icons/index.d.ts +11 -0
- package/es/icons/index.js +106 -7
- package/lib/icons/AtlasFilled.d.ts +4 -0
- package/lib/icons/AtlasFilled.js +70 -0
- package/lib/icons/AtlasOutlined.d.ts +4 -0
- package/lib/icons/AtlasOutlined.js +70 -0
- package/lib/icons/DataAssetsFilled.d.ts +4 -0
- package/lib/icons/DataAssetsFilled.js +70 -0
- package/lib/icons/DataAssetsOutlined.d.ts +4 -0
- package/lib/icons/DataAssetsOutlined.js +70 -0
- package/lib/icons/DatabaseFilled.d.ts +4 -0
- package/lib/icons/DatabaseFilled.js +70 -0
- package/lib/icons/DatabaseOutlined.d.ts +4 -0
- package/lib/icons/DatabaseOutlined.js +70 -0
- package/lib/icons/FileWarningOutlined.d.ts +4 -0
- package/lib/icons/FileWarningOutlined.js +70 -0
- package/lib/icons/LocationOutlined.d.ts +4 -0
- package/lib/icons/LocationOutlined.js +70 -0
- package/lib/icons/MolecularChainFilled.d.ts +4 -0
- package/lib/icons/MolecularChainFilled.js +70 -0
- package/lib/icons/MolecularChainOutlined.d.ts +4 -0
- package/lib/icons/MolecularChainOutlined.js +70 -0
- package/lib/icons/TetrisOutlined.d.ts +4 -0
- package/lib/icons/TetrisOutlined.js +70 -0
- package/lib/icons/index.d.ts +11 -0
- package/lib/icons/index.js +106 -7
- package/package.json +2 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const TetrisOutlined: React.ForwardRefExoticComponent<Pick<SensoroIconProps, "value" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "pattern" | "className" | "onClick" | "width" | "height" | "aria-hidden" | "spin" | "rotate" | "aria-label" | "tabIndex" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
|
|
4
|
+
export default TetrisOutlined;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
6
|
+
|
|
7
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
10
|
+
|
|
11
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
12
|
+
desc = {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return m[k];
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
Object.defineProperty(o, k2, desc);
|
|
21
|
+
} : function (o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
value: v
|
|
30
|
+
});
|
|
31
|
+
} : function (o, v) {
|
|
32
|
+
o["default"] = v;
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
var __importStar = void 0 && (void 0).__importStar || function (mod) {
|
|
36
|
+
if (mod && mod.__esModule) return mod;
|
|
37
|
+
var result = {};
|
|
38
|
+
if (mod != null) for (var k in mod) {
|
|
39
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
__setModuleDefault(result, mod);
|
|
43
|
+
|
|
44
|
+
return result;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
48
|
+
return mod && mod.__esModule ? mod : {
|
|
49
|
+
"default": mod
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
Object.defineProperty(exports, "__esModule", {
|
|
54
|
+
value: true
|
|
55
|
+
}); // This icon file is generated automatically.
|
|
56
|
+
|
|
57
|
+
var React = __importStar(require("react"));
|
|
58
|
+
|
|
59
|
+
var TetrisOutlined_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/TetrisOutlined"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var TetrisOutlined = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: TetrisOutlined_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
TetrisOutlined.displayName = 'TetrisOutlined';
|
|
70
|
+
exports.default = TetrisOutlined;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ export { default as ArrowDownOutlined } from './ArrowDownOutlined';
|
|
|
17
17
|
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined';
|
|
18
18
|
export { default as ArrowRightOutlined } from './ArrowRightOutlined';
|
|
19
19
|
export { default as ArrowUpOutlined } from './ArrowUpOutlined';
|
|
20
|
+
export { default as AtlasFilled } from './AtlasFilled';
|
|
21
|
+
export { default as AtlasOutlined } from './AtlasOutlined';
|
|
20
22
|
export { default as AudibleAlarmHostOutlined } from './AudibleAlarmHostOutlined';
|
|
21
23
|
export { default as AudibleAlarmOutlined } from './AudibleAlarmOutlined';
|
|
22
24
|
export { default as AudioMutedOutlined } from './AudioMutedOutlined';
|
|
@@ -58,6 +60,10 @@ export { default as CompressOutlined } from './CompressOutlined';
|
|
|
58
60
|
export { default as ControllerOutlined } from './ControllerOutlined';
|
|
59
61
|
export { default as CopyOutlined } from './CopyOutlined';
|
|
60
62
|
export { default as DashOutlined } from './DashOutlined';
|
|
63
|
+
export { default as DataAssetsFilled } from './DataAssetsFilled';
|
|
64
|
+
export { default as DataAssetsOutlined } from './DataAssetsOutlined';
|
|
65
|
+
export { default as DatabaseFilled } from './DatabaseFilled';
|
|
66
|
+
export { default as DatabaseOutlined } from './DatabaseOutlined';
|
|
61
67
|
export { default as DeleteOutlined } from './DeleteOutlined';
|
|
62
68
|
export { default as DeviceFilled } from './DeviceFilled';
|
|
63
69
|
export { default as DeviceOutlined } from './DeviceOutlined';
|
|
@@ -106,6 +112,7 @@ export { default as FileTextOutlined } from './FileTextOutlined';
|
|
|
106
112
|
export { default as FileTimeOutlined } from './FileTimeOutlined';
|
|
107
113
|
export { default as FileUnknownOutlined } from './FileUnknownOutlined';
|
|
108
114
|
export { default as FileVideoOutlined } from './FileVideoOutlined';
|
|
115
|
+
export { default as FileWarningOutlined } from './FileWarningOutlined';
|
|
109
116
|
export { default as FileWordOutlined } from './FileWordOutlined';
|
|
110
117
|
export { default as FileZipOutlined } from './FileZipOutlined';
|
|
111
118
|
export { default as FilterFilled } from './FilterFilled';
|
|
@@ -158,6 +165,7 @@ export { default as LinkOutlined } from './LinkOutlined';
|
|
|
158
165
|
export { default as LinsAccessOutlined } from './LinsAccessOutlined';
|
|
159
166
|
export { default as LoadingOutlined } from './LoadingOutlined';
|
|
160
167
|
export { default as LocationFilled } from './LocationFilled';
|
|
168
|
+
export { default as LocationOutlined } from './LocationOutlined';
|
|
161
169
|
export { default as LocationPurely } from './LocationPurely';
|
|
162
170
|
export { default as LockFilled } from './LockFilled';
|
|
163
171
|
export { default as LockOutlined } from './LockOutlined';
|
|
@@ -176,6 +184,8 @@ export { default as MinusCircleOutlined } from './MinusCircleOutlined';
|
|
|
176
184
|
export { default as MinusOutlined } from './MinusOutlined';
|
|
177
185
|
export { default as MinusSquareFilled } from './MinusSquareFilled';
|
|
178
186
|
export { default as MinusSquareOutlined } from './MinusSquareOutlined';
|
|
187
|
+
export { default as MolecularChainFilled } from './MolecularChainFilled';
|
|
188
|
+
export { default as MolecularChainOutlined } from './MolecularChainOutlined';
|
|
179
189
|
export { default as MoreOutlined } from './MoreOutlined';
|
|
180
190
|
export { default as MuteOutlined } from './MuteOutlined';
|
|
181
191
|
export { default as Nh3Outlined } from './Nh3Outlined';
|
|
@@ -275,6 +285,7 @@ export { default as TagOutlined } from './TagOutlined';
|
|
|
275
285
|
export { default as TagsFilled } from './TagsFilled';
|
|
276
286
|
export { default as TagsOutlined } from './TagsOutlined';
|
|
277
287
|
export { default as TemperaturePatchOutlined } from './TemperaturePatchOutlined';
|
|
288
|
+
export { default as TetrisOutlined } from './TetrisOutlined';
|
|
278
289
|
export { default as ThermometerOutlined } from './ThermometerOutlined';
|
|
279
290
|
export { default as ToTopOutlined } from './ToTopOutlined';
|
|
280
291
|
export { default as ToolOutlined } from './ToolOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -9,13 +9,13 @@ var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", {
|
|
10
10
|
value: true
|
|
11
11
|
});
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = void 0; // This index.ts file is generated automatically.
|
|
12
|
+
exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = exports.CaretDownOutlined = exports.CarOutlined = exports.CarFilled = exports.CameraOutlined = exports.CameraFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BugOutlined = exports.BlockOutlined = exports.BellOutlined = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerOutlined = exports.AimOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = void 0;
|
|
13
|
+
exports.FileImageOutlined = exports.FileGifOutlined = exports.FileExclamationOutlined = exports.FileExcelOutlined = exports.FileDoneOutlined = exports.FileCheckOutlined = exports.FileAudioOutlined = exports.FileAddOutlined = exports.FaceCameraOutlined = exports.EyeOutlined = exports.EyeInvisibleOutlined = exports.EyeInvisibleFilled = exports.EyeFilled = exports.ExpandOutlined = exports.ExclamationOutlined = exports.ExclamationCircleOutlined = exports.ExclamationCircleFilled = exports.EllipsisOutlined = exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashOutlined = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = void 0;
|
|
14
|
+
exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HeartOutlined = exports.HeartFilled = exports.GithubFilled = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FormOutlined = exports.FireOutlined = exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = void 0;
|
|
15
|
+
exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.KeyOutlined = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = void 0;
|
|
16
|
+
exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyCertificateOutlined = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = exports.RestOutlined = exports.ResourceOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrderedListOutlined = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NoVideoPurely = void 0;
|
|
17
|
+
exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = exports.SwapOutlined = exports.SwapLeftOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SoundSmallOutlined = exports.SoundOutlined = exports.SmokeOutlined = exports.SmokeFilled = exports.SmileOutlined = exports.SmileFilled = exports.SmartWaterMeterOutlined = exports.SmartWaterMeterFilled = exports.SmartWatchOutlined = exports.SmartLightPoleOutlined = exports.SmartDoorLockOutlined = exports.SmartBoxOutlined = exports.SleepOutlined = exports.ShoppingCartOutlined = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = void 0;
|
|
18
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UserOutlined = void 0; // This index.ts file is generated automatically.
|
|
19
19
|
|
|
20
20
|
var AccountBookFilled_1 = require("./AccountBookFilled");
|
|
21
21
|
|
|
@@ -188,6 +188,24 @@ Object.defineProperty(exports, "ArrowUpOutlined", {
|
|
|
188
188
|
}
|
|
189
189
|
});
|
|
190
190
|
|
|
191
|
+
var AtlasFilled_1 = require("./AtlasFilled");
|
|
192
|
+
|
|
193
|
+
Object.defineProperty(exports, "AtlasFilled", {
|
|
194
|
+
enumerable: true,
|
|
195
|
+
get: function get() {
|
|
196
|
+
return __importDefault(AtlasFilled_1).default;
|
|
197
|
+
}
|
|
198
|
+
});
|
|
199
|
+
|
|
200
|
+
var AtlasOutlined_1 = require("./AtlasOutlined");
|
|
201
|
+
|
|
202
|
+
Object.defineProperty(exports, "AtlasOutlined", {
|
|
203
|
+
enumerable: true,
|
|
204
|
+
get: function get() {
|
|
205
|
+
return __importDefault(AtlasOutlined_1).default;
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
|
|
191
209
|
var AudibleAlarmHostOutlined_1 = require("./AudibleAlarmHostOutlined");
|
|
192
210
|
|
|
193
211
|
Object.defineProperty(exports, "AudibleAlarmHostOutlined", {
|
|
@@ -557,6 +575,42 @@ Object.defineProperty(exports, "DashOutlined", {
|
|
|
557
575
|
}
|
|
558
576
|
});
|
|
559
577
|
|
|
578
|
+
var DataAssetsFilled_1 = require("./DataAssetsFilled");
|
|
579
|
+
|
|
580
|
+
Object.defineProperty(exports, "DataAssetsFilled", {
|
|
581
|
+
enumerable: true,
|
|
582
|
+
get: function get() {
|
|
583
|
+
return __importDefault(DataAssetsFilled_1).default;
|
|
584
|
+
}
|
|
585
|
+
});
|
|
586
|
+
|
|
587
|
+
var DataAssetsOutlined_1 = require("./DataAssetsOutlined");
|
|
588
|
+
|
|
589
|
+
Object.defineProperty(exports, "DataAssetsOutlined", {
|
|
590
|
+
enumerable: true,
|
|
591
|
+
get: function get() {
|
|
592
|
+
return __importDefault(DataAssetsOutlined_1).default;
|
|
593
|
+
}
|
|
594
|
+
});
|
|
595
|
+
|
|
596
|
+
var DatabaseFilled_1 = require("./DatabaseFilled");
|
|
597
|
+
|
|
598
|
+
Object.defineProperty(exports, "DatabaseFilled", {
|
|
599
|
+
enumerable: true,
|
|
600
|
+
get: function get() {
|
|
601
|
+
return __importDefault(DatabaseFilled_1).default;
|
|
602
|
+
}
|
|
603
|
+
});
|
|
604
|
+
|
|
605
|
+
var DatabaseOutlined_1 = require("./DatabaseOutlined");
|
|
606
|
+
|
|
607
|
+
Object.defineProperty(exports, "DatabaseOutlined", {
|
|
608
|
+
enumerable: true,
|
|
609
|
+
get: function get() {
|
|
610
|
+
return __importDefault(DatabaseOutlined_1).default;
|
|
611
|
+
}
|
|
612
|
+
});
|
|
613
|
+
|
|
560
614
|
var DeleteOutlined_1 = require("./DeleteOutlined");
|
|
561
615
|
|
|
562
616
|
Object.defineProperty(exports, "DeleteOutlined", {
|
|
@@ -989,6 +1043,15 @@ Object.defineProperty(exports, "FileVideoOutlined", {
|
|
|
989
1043
|
}
|
|
990
1044
|
});
|
|
991
1045
|
|
|
1046
|
+
var FileWarningOutlined_1 = require("./FileWarningOutlined");
|
|
1047
|
+
|
|
1048
|
+
Object.defineProperty(exports, "FileWarningOutlined", {
|
|
1049
|
+
enumerable: true,
|
|
1050
|
+
get: function get() {
|
|
1051
|
+
return __importDefault(FileWarningOutlined_1).default;
|
|
1052
|
+
}
|
|
1053
|
+
});
|
|
1054
|
+
|
|
992
1055
|
var FileWordOutlined_1 = require("./FileWordOutlined");
|
|
993
1056
|
|
|
994
1057
|
Object.defineProperty(exports, "FileWordOutlined", {
|
|
@@ -1457,6 +1520,15 @@ Object.defineProperty(exports, "LocationFilled", {
|
|
|
1457
1520
|
}
|
|
1458
1521
|
});
|
|
1459
1522
|
|
|
1523
|
+
var LocationOutlined_1 = require("./LocationOutlined");
|
|
1524
|
+
|
|
1525
|
+
Object.defineProperty(exports, "LocationOutlined", {
|
|
1526
|
+
enumerable: true,
|
|
1527
|
+
get: function get() {
|
|
1528
|
+
return __importDefault(LocationOutlined_1).default;
|
|
1529
|
+
}
|
|
1530
|
+
});
|
|
1531
|
+
|
|
1460
1532
|
var LocationPurely_1 = require("./LocationPurely");
|
|
1461
1533
|
|
|
1462
1534
|
Object.defineProperty(exports, "LocationPurely", {
|
|
@@ -1619,6 +1691,24 @@ Object.defineProperty(exports, "MinusSquareOutlined", {
|
|
|
1619
1691
|
}
|
|
1620
1692
|
});
|
|
1621
1693
|
|
|
1694
|
+
var MolecularChainFilled_1 = require("./MolecularChainFilled");
|
|
1695
|
+
|
|
1696
|
+
Object.defineProperty(exports, "MolecularChainFilled", {
|
|
1697
|
+
enumerable: true,
|
|
1698
|
+
get: function get() {
|
|
1699
|
+
return __importDefault(MolecularChainFilled_1).default;
|
|
1700
|
+
}
|
|
1701
|
+
});
|
|
1702
|
+
|
|
1703
|
+
var MolecularChainOutlined_1 = require("./MolecularChainOutlined");
|
|
1704
|
+
|
|
1705
|
+
Object.defineProperty(exports, "MolecularChainOutlined", {
|
|
1706
|
+
enumerable: true,
|
|
1707
|
+
get: function get() {
|
|
1708
|
+
return __importDefault(MolecularChainOutlined_1).default;
|
|
1709
|
+
}
|
|
1710
|
+
});
|
|
1711
|
+
|
|
1622
1712
|
var MoreOutlined_1 = require("./MoreOutlined");
|
|
1623
1713
|
|
|
1624
1714
|
Object.defineProperty(exports, "MoreOutlined", {
|
|
@@ -2510,6 +2600,15 @@ Object.defineProperty(exports, "TemperaturePatchOutlined", {
|
|
|
2510
2600
|
}
|
|
2511
2601
|
});
|
|
2512
2602
|
|
|
2603
|
+
var TetrisOutlined_1 = require("./TetrisOutlined");
|
|
2604
|
+
|
|
2605
|
+
Object.defineProperty(exports, "TetrisOutlined", {
|
|
2606
|
+
enumerable: true,
|
|
2607
|
+
get: function get() {
|
|
2608
|
+
return __importDefault(TetrisOutlined_1).default;
|
|
2609
|
+
}
|
|
2610
|
+
});
|
|
2611
|
+
|
|
2513
2612
|
var ThermometerOutlined_1 = require("./ThermometerOutlined");
|
|
2514
2613
|
|
|
2515
2614
|
Object.defineProperty(exports, "ThermometerOutlined", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@ant-design/colors": "^6.0.0",
|
|
31
31
|
"@babel/runtime": "^7.11.2",
|
|
32
32
|
"@pansy/classnames": "^1.0.1",
|
|
33
|
-
"@sensoro-design/icons-svg": "1.
|
|
33
|
+
"@sensoro-design/icons-svg": "1.8.0",
|
|
34
34
|
"rc-util": "^5.19.3"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|