@sensoro-design/icons 1.22.0 → 1.25.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/AddressOutlined.d.ts +2 -0
- package/AddressOutlined.js +15 -0
- package/BrandOutlined.d.ts +2 -0
- package/BrandOutlined.js +15 -0
- package/CHANGELOG.md +34 -0
- package/FileInfoCircleOutlined.d.ts +2 -0
- package/FileInfoCircleOutlined.js +15 -0
- package/GenderOutlined.d.ts +2 -0
- package/GenderOutlined.js +15 -0
- package/IllegallyBuiltFilled.d.ts +2 -0
- package/IllegallyBuiltFilled.js +15 -0
- package/IllegallyBuiltOutlined.d.ts +2 -0
- package/IllegallyBuiltOutlined.js +15 -0
- package/NoSwimPurely.d.ts +2 -0
- package/NoSwimPurely.js +15 -0
- package/ThirdPurely.d.ts +2 -0
- package/ThirdPurely.js +15 -0
- package/es/icons/AddressOutlined.d.ts +4 -0
- package/es/icons/AddressOutlined.js +68 -0
- package/es/icons/BrandOutlined.d.ts +4 -0
- package/es/icons/BrandOutlined.js +68 -0
- package/es/icons/FileInfoCircleOutlined.d.ts +4 -0
- package/es/icons/FileInfoCircleOutlined.js +68 -0
- package/es/icons/GenderOutlined.d.ts +4 -0
- package/es/icons/GenderOutlined.js +68 -0
- package/es/icons/IllegallyBuiltFilled.d.ts +4 -0
- package/es/icons/IllegallyBuiltFilled.js +68 -0
- package/es/icons/IllegallyBuiltOutlined.d.ts +4 -0
- package/es/icons/IllegallyBuiltOutlined.js +68 -0
- package/es/icons/NoSwimPurely.d.ts +4 -0
- package/es/icons/NoSwimPurely.js +68 -0
- package/es/icons/ThirdPurely.d.ts +4 -0
- package/es/icons/ThirdPurely.js +68 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +80 -8
- package/lib/icons/AddressOutlined.d.ts +4 -0
- package/lib/icons/AddressOutlined.js +70 -0
- package/lib/icons/BrandOutlined.d.ts +4 -0
- package/lib/icons/BrandOutlined.js +70 -0
- package/lib/icons/FileInfoCircleOutlined.d.ts +4 -0
- package/lib/icons/FileInfoCircleOutlined.js +70 -0
- package/lib/icons/GenderOutlined.d.ts +4 -0
- package/lib/icons/GenderOutlined.js +70 -0
- package/lib/icons/IllegallyBuiltFilled.d.ts +4 -0
- package/lib/icons/IllegallyBuiltFilled.js +70 -0
- package/lib/icons/IllegallyBuiltOutlined.d.ts +4 -0
- package/lib/icons/IllegallyBuiltOutlined.js +70 -0
- package/lib/icons/NoSwimPurely.d.ts +4 -0
- package/lib/icons/NoSwimPurely.js +70 -0
- package/lib/icons/ThirdPurely.d.ts +4 -0
- package/lib/icons/ThirdPurely.js +70 -0
- package/lib/icons/index.d.ts +8 -0
- package/lib/icons/index.js +80 -8
- package/package.json +2 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { SensoroIconProps } from '../components/SensoroIcon';
|
|
3
|
+
declare const ThirdPurely: 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 ThirdPurely;
|
|
@@ -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 ThirdPurely_1 = __importDefault(require("@sensoro-design/icons-svg/lib/asn/ThirdPurely"));
|
|
60
|
+
|
|
61
|
+
var SensoroIcon_1 = __importDefault(require("../components/SensoroIcon"));
|
|
62
|
+
|
|
63
|
+
var ThirdPurely = React.forwardRef(function (props, ref) {
|
|
64
|
+
return /*#__PURE__*/React.createElement(SensoroIcon_1.default, (0, _extends2.default)({}, props, {
|
|
65
|
+
ref: ref,
|
|
66
|
+
icon: ThirdPurely_1.default
|
|
67
|
+
}));
|
|
68
|
+
});
|
|
69
|
+
ThirdPurely.displayName = 'ThirdPurely';
|
|
70
|
+
exports.default = ThirdPurely;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as AccountBookFilled } from './AccountBookFilled';
|
|
2
2
|
export { default as AccountBookOutlined } from './AccountBookOutlined';
|
|
3
3
|
export { default as AccountBookTwoTone } from './AccountBookTwoTone';
|
|
4
|
+
export { default as AddressOutlined } from './AddressOutlined';
|
|
4
5
|
export { default as AimOutlined } from './AimOutlined';
|
|
5
6
|
export { default as AircircuitBreakerOutlined } from './AircircuitBreakerOutlined';
|
|
6
7
|
export { default as AlarmHostOutlined } from './AlarmHostOutlined';
|
|
@@ -30,6 +31,7 @@ export { default as BaseStationFilled } from './BaseStationFilled';
|
|
|
30
31
|
export { default as BaseStationOutlined } from './BaseStationOutlined';
|
|
31
32
|
export { default as BellOutlined } from './BellOutlined';
|
|
32
33
|
export { default as BlockOutlined } from './BlockOutlined';
|
|
34
|
+
export { default as BrandOutlined } from './BrandOutlined';
|
|
33
35
|
export { default as BugOutlined } from './BugOutlined';
|
|
34
36
|
export { default as BuildingFilled } from './BuildingFilled';
|
|
35
37
|
export { default as BuildingOutlined } from './BuildingOutlined';
|
|
@@ -116,6 +118,7 @@ export { default as FileExcelOutlined } from './FileExcelOutlined';
|
|
|
116
118
|
export { default as FileExclamationOutlined } from './FileExclamationOutlined';
|
|
117
119
|
export { default as FileGifOutlined } from './FileGifOutlined';
|
|
118
120
|
export { default as FileImageOutlined } from './FileImageOutlined';
|
|
121
|
+
export { default as FileInfoCircleOutlined } from './FileInfoCircleOutlined';
|
|
119
122
|
export { default as FileInfoOutlined } from './FileInfoOutlined';
|
|
120
123
|
export { default as FileJpgOutlined } from './FileJpgOutlined';
|
|
121
124
|
export { default as FileMarkdownOutlined } from './FileMarkdownOutlined';
|
|
@@ -161,6 +164,7 @@ export { default as FullscreenProOutlined } from './FullscreenProOutlined';
|
|
|
161
164
|
export { default as GasSensorControllerOutlined } from './GasSensorControllerOutlined';
|
|
162
165
|
export { default as GasSensorOutlined } from './GasSensorOutlined';
|
|
163
166
|
export { default as GatewayOutlined } from './GatewayOutlined';
|
|
167
|
+
export { default as GenderOutlined } from './GenderOutlined';
|
|
164
168
|
export { default as GeoLocationFilled } from './GeoLocationFilled';
|
|
165
169
|
export { default as GeoLocationOutlined } from './GeoLocationOutlined';
|
|
166
170
|
export { default as GithubFilled } from './GithubFilled';
|
|
@@ -181,6 +185,8 @@ export { default as HumanoidRightFilled } from './HumanoidRightFilled';
|
|
|
181
185
|
export { default as HydrolabOutlined } from './HydrolabOutlined';
|
|
182
186
|
export { default as IdcardFilled } from './IdcardFilled';
|
|
183
187
|
export { default as IdcardOutlined } from './IdcardOutlined';
|
|
188
|
+
export { default as IllegallyBuiltFilled } from './IllegallyBuiltFilled';
|
|
189
|
+
export { default as IllegallyBuiltOutlined } from './IllegallyBuiltOutlined';
|
|
184
190
|
export { default as ImageFilled } from './ImageFilled';
|
|
185
191
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
186
192
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
@@ -245,6 +251,7 @@ export { default as NoFishingOutlined } from './NoFishingOutlined';
|
|
|
245
251
|
export { default as NoImagePurely } from './NoImagePurely';
|
|
246
252
|
export { default as NoPersonPurely } from './NoPersonPurely';
|
|
247
253
|
export { default as NoPersonsPurely } from './NoPersonsPurely';
|
|
254
|
+
export { default as NoSwimPurely } from './NoSwimPurely';
|
|
248
255
|
export { default as NoVideoPurely } from './NoVideoPurely';
|
|
249
256
|
export { default as NonMotorVehicleFilled } from './NonMotorVehicleFilled';
|
|
250
257
|
export { default as NonMotorVehicleOutlined } from './NonMotorVehicleOutlined';
|
|
@@ -351,6 +358,7 @@ export { default as TemperaturePatchOutlined } from './TemperaturePatchOutlined'
|
|
|
351
358
|
export { default as TemplateFilled } from './TemplateFilled';
|
|
352
359
|
export { default as TetrisOutlined } from './TetrisOutlined';
|
|
353
360
|
export { default as ThermometerOutlined } from './ThermometerOutlined';
|
|
361
|
+
export { default as ThirdPurely } from './ThirdPurely';
|
|
354
362
|
export { default as TimeCircleFilled } from './TimeCircleFilled';
|
|
355
363
|
export { default as ToTopOutlined } from './ToTopOutlined';
|
|
356
364
|
export { default as ToolOutlined } from './ToolOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -9,14 +9,14 @@ 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.
|
|
19
|
-
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UserReportFilled = exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = void 0; // This index.ts file is generated automatically.
|
|
12
|
+
exports.CaretDownOutlined = exports.CarUnknownOutlined = exports.CarRecordOutlined = exports.CarOutlined = exports.CarFilled = exports.CarCameraOutlined = exports.CameraOutlined = exports.CameraFilled = exports.CameraBarrelFilled = exports.CalendarOutlined = exports.CalendarClockOutlined = exports.CalendarCheckOutlined = exports.BulbOutlined = exports.BuildingOutlined = exports.BuildingFilled = exports.BugOutlined = exports.BrandOutlined = exports.BlockOutlined = exports.BellOutlined = exports.BaseStationOutlined = exports.BaseStationFilled = exports.BarCardFilled = exports.AuthOutlined = exports.AudioOutlined = exports.AudioMutedOutlined = exports.AudibleAlarmOutlined = exports.AudibleAlarmHostOutlined = exports.AtlasOutlined = exports.AtlasFilled = exports.ArrowUpOutlined = exports.ArrowRightOutlined = exports.ArrowLeftOutlined = exports.ArrowDownOutlined = exports.AreaOutlined = exports.AppstoreOutlined = exports.AppstoreFilled = exports.AppstoreAddOutlined = exports.AlignRightOutlined = exports.AlignLeftOutlined = exports.AlignCenterOutlined = exports.AlertOutlined = exports.AlertFilled = exports.AlertCameraOutlined = exports.AlarmHostOutlined = exports.AircircuitBreakerOutlined = exports.AimOutlined = exports.AddressOutlined = exports.AccountBookTwoTone = exports.AccountBookOutlined = exports.AccountBookFilled = void 0;
|
|
13
|
+
exports.ElectricalFireOutlined = exports.EditOutlined = exports.DroneOutlined = exports.DrawRoundOutlined = exports.DrawRectangleOutlined = exports.DrawPolygonOutlined = exports.DragOutlined = exports.DownloadOutlined = exports.DownOutlined = exports.DownCircleOutlined = exports.DoubleRightOutlined = exports.DoubleLeftOutlined = exports.DoorSettingOutlined = exports.DoorLockOutlined = exports.DomeCameraOutlined = exports.DistanceOutlined = exports.DigitalMediaOutlined = exports.DigitalMediaFilled = exports.DeviceOutlined = exports.DeviceFilled = exports.DeleteOutlined = exports.DatabaseOutlined = exports.DatabaseFilled = exports.DataAssetsOutlined = exports.DataAssetsFilled = exports.DashOutlined = exports.DangerFilled = exports.CopyOutlined = exports.ControllerOutlined = exports.CompressOutlined = exports.CollectOutlined = exports.CodeOutlined = exports.CoOutlined = exports.Co2Outlined = exports.CloseSquareOutlined = exports.CloseSquareFilled = exports.CloseOutlined = exports.CloseCircleOutlined = exports.CloseCircleFilled = exports.ClockCircleOutlined = exports.ClearOutlined = exports.CheckSquareOutlined = exports.CheckSquareFilled = exports.CheckOutlined = exports.CheckCircleOutlined = exports.CheckCircleFilled = exports.Ch4Outlined = exports.CaretUpOutlined = exports.CaretRightOutlined = exports.CaretLeftOutlined = void 0;
|
|
14
|
+
exports.FireHydraulicsOutlined = exports.FireHydrantOutlined = exports.FireHydrantFilled = exports.FireHostOutlined = exports.FireFilled = exports.FireExitsFilled = exports.FireCameraOutlined = exports.FilterOutlined = exports.FilterFilled = exports.FileZipOutlined = exports.FileWordOutlined = exports.FileWarningOutlined = exports.FileVideoOutlined = exports.FileUnknownOutlined = exports.FileTimeOutlined = exports.FileTextOutlined = exports.FileTempOutlined = exports.FileSyncOutlined = exports.FileSearchOutlined = exports.FileSearchFilled = exports.FileSealOutlined = exports.FileProtectOutlined = exports.FilePptOutlined = exports.FilePenOutlined = exports.FilePdfOutlined = exports.FileOutlined = exports.FileMarkdownOutlined = exports.FileJpgOutlined = exports.FileInfoOutlined = exports.FileInfoCircleOutlined = 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.EmployerOutlined = exports.EmployerFilled = exports.EllipsisOutlined = void 0;
|
|
15
|
+
exports.IotOutlined = exports.IotFilled = exports.InvalidContentPurely = exports.IntelligentAccessOutlined = exports.InfraredOutlined = exports.InfraredHostOutlined = exports.InfoOutlined = exports.InfoCircleOutlined = exports.InfoCircleFilled = exports.ImageOutlined = exports.ImageFilled = exports.IllegallyBuiltOutlined = exports.IllegallyBuiltFilled = exports.IdcardOutlined = exports.IdcardFilled = exports.HydrolabOutlined = exports.HumanoidRightFilled = exports.HumanoidLeftFilled = exports.HumanTrafficVideoOutlined = exports.HomeOutlined = exports.HolderVerticalOutlined = exports.HolderOutlined = exports.HiddenDangerFilled = exports.HeartOutlined = exports.HeartFilled = exports.HashrateCenterOutlined = exports.HashrateCenterFilled = exports.GroupFilled = exports.GlobalOutlined = exports.GlobalFilled = exports.GithubFilled = exports.GeoLocationOutlined = exports.GeoLocationFilled = exports.GenderOutlined = exports.GatewayOutlined = exports.GasSensorOutlined = exports.GasSensorControllerOutlined = exports.FullscreenProOutlined = exports.FullscreenOutlined = exports.FullscreenExitProOutlined = exports.FullscreenExitOutlined = exports.FullTargetOutlined = exports.FullTargetCameraOutlined = exports.FrownOutlined = exports.FrownFilled = exports.FrameSelectionOutlined = exports.FormOutlined = exports.FireWarningFilled = exports.FireStationFilled = exports.FireOutlined = void 0;
|
|
16
|
+
exports.NoFishingOutlined = exports.NoDevicePurely = exports.NoDataPurely = exports.NoCarsPurely = exports.NoCarPurely = exports.NoAppPurely = exports.NoAlarmPurely = exports.Nh3Outlined = exports.MuteOutlined = exports.MoreOutlined = exports.MoneyWatchOutlined = exports.MoneyWatchFilled = exports.MolecularChainOutlined = exports.MolecularChainFilled = exports.ModerateRainOutlined = exports.MobileOutlined = exports.MinusSquareOutlined = exports.MinusSquareFilled = exports.MinusOutlined = exports.MinusCircleOutlined = exports.MinusCircleFilled = exports.MessageOutlined = exports.MenuUnfoldOutlined = exports.MenuFoldOutlined = exports.MehOutlined = exports.MehFilled = exports.ManualAlarmSquareOutlined = exports.ManualAlarmCircleOutlined = exports.ManholeCoverOutlined = exports.MailOutlined = exports.LpgOutlined = exports.LogoutOutlined = exports.LockOutlined = exports.LockFilled = exports.LocationPurely = exports.LocationOutlined = exports.LocationFilled = exports.LoadingOutlined = exports.ListFilled = exports.LinsAccessOutlined = exports.LinkOutlined = exports.LineOutlined = exports.LikeOutlined = exports.LeftUpOutlined = exports.LeftOutlined = exports.LeftDownOutlined = exports.LeftCircleOutlined = exports.LeakingOutlined = exports.LakeOutlined = exports.KeyOutlined = void 0;
|
|
17
|
+
exports.RestOutlined = exports.ResourceOutlined = exports.ReservoirOutlined = exports.ReloadOutlined = exports.RedoOutlined = exports.QuestionOutlined = exports.QuestionCircleOutlined = exports.QrcodeOutlined = exports.PushpinOutlined = exports.PrinterOutlined = exports.PoweroffOutlined = exports.PositionMapFilled = exports.PmOutlined = exports.PlusSquareFilled = exports.PlusOutlined = exports.PlusCircleOutlined = exports.PlusCircleFilled = exports.PlayOutlined = exports.PlayCircleProOutlined = exports.PlayCircleOutlined = exports.PlayCircleFilled = exports.PieChartOutlined = exports.PhoneOutlined = exports.PersonCameraOutlined = exports.PercentageOutlined = exports.PenOutlined = exports.PayCircleOutlined = exports.PayCircleFilled = exports.PauseOutlined = exports.PauseCircleOutlined = exports.PauseCircleFilled = exports.ParkingLotOutlined = exports.PaperClipOutlined = exports.OriginalSizeOutlined = exports.OrganizeOutlined = exports.OrganizeFilled = exports.OrderedListOutlined = exports.OrderReaultFilled = exports.OrderListFilled = exports.OneToOneOutlined = exports.OfflineOutlined = exports.ObliqueLineOutlined = exports.O2Outlined = exports.NonMotorVehicleOutlined = exports.NonMotorVehicleFilled = exports.NoVideoPurely = exports.NoSwimPurely = exports.NoPersonsPurely = exports.NoPersonPurely = exports.NoImagePurely = void 0;
|
|
18
|
+
exports.SwapOutlined = exports.SwapLeftOutlined = exports.StopOutlined = exports.StepForwardOutlined = exports.StepBackwardOutlined = exports.StatisticsFilled = exports.StarOutlined = exports.StarFilled = exports.StarCheckOutlined = exports.SquareOutlined = exports.SplitScreenOutlined = 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.ShootFilled = exports.ShakeOutlined = exports.SettingOutlined = exports.SearchOutlined = exports.ScreencastOutlined = exports.ScissorOutlined = exports.ScheduleOutlined = exports.ScanOutlined = exports.SatelliteOutlined = exports.SafetyOutlined = exports.SafetyLightningFilled = exports.SafetyCertificateOutlined = exports.SafetyCertificateFilled = exports.RulerOutlined = exports.RotationOutlined = exports.RotationCloseOutlined = exports.RotateRightOutlined = exports.RotateLeftOutlined = exports.RocketOutlined = exports.RobotOutlined = exports.RiverOutlined = exports.RightUpOutlined = exports.RightOutlined = exports.RightDownOutlined = exports.RightCircleOutlined = void 0;
|
|
19
|
+
exports.ZoomOutOutlined = exports.ZoomInOutlined = exports.YuntaiOutlined = exports.WindSpeedOutlined = exports.WifiOutlined = exports.WechatFilled = exports.WeatherStationOutlined = exports.WatersOutlined = exports.WaterSurfaceFilled = exports.WaterLevelOutlined = exports.WaterFlowOutlined = exports.WaterAreaOutlined = exports.WarningOutlined = exports.WarningFilled = exports.VirtualCameraOutlined = exports.VideoStopOutlined = exports.VideoOutlined = exports.VideoFilled = exports.VideoCameraOutlined = exports.VideoCameraFilled = exports.VehicleFileOutlined = exports.UserReportFilled = exports.UserOutlined = exports.UserFilled = exports.UsbOutlined = exports.UploadOutlined = exports.UploadFilled = exports.UpOutlined = exports.UpCircleOutlined = exports.UnorderedListOutlined = exports.UnlockOutlined = exports.TrophyOutlined = exports.ToolOutlined = exports.ToTopOutlined = exports.TimeCircleFilled = exports.ThirdPurely = exports.ThermometerOutlined = exports.TetrisOutlined = exports.TemplateFilled = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = exports.TagOutlined = exports.TagFilled = exports.SyncOutlined = exports.SwapRightOutlined = void 0; // This index.ts file is generated automatically.
|
|
20
20
|
|
|
21
21
|
var AccountBookFilled_1 = require("./AccountBookFilled");
|
|
22
22
|
|
|
@@ -45,6 +45,15 @@ Object.defineProperty(exports, "AccountBookTwoTone", {
|
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
|
|
48
|
+
var AddressOutlined_1 = require("./AddressOutlined");
|
|
49
|
+
|
|
50
|
+
Object.defineProperty(exports, "AddressOutlined", {
|
|
51
|
+
enumerable: true,
|
|
52
|
+
get: function get() {
|
|
53
|
+
return __importDefault(AddressOutlined_1).default;
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
|
|
48
57
|
var AimOutlined_1 = require("./AimOutlined");
|
|
49
58
|
|
|
50
59
|
Object.defineProperty(exports, "AimOutlined", {
|
|
@@ -306,6 +315,15 @@ Object.defineProperty(exports, "BlockOutlined", {
|
|
|
306
315
|
}
|
|
307
316
|
});
|
|
308
317
|
|
|
318
|
+
var BrandOutlined_1 = require("./BrandOutlined");
|
|
319
|
+
|
|
320
|
+
Object.defineProperty(exports, "BrandOutlined", {
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: function get() {
|
|
323
|
+
return __importDefault(BrandOutlined_1).default;
|
|
324
|
+
}
|
|
325
|
+
});
|
|
326
|
+
|
|
309
327
|
var BugOutlined_1 = require("./BugOutlined");
|
|
310
328
|
|
|
311
329
|
Object.defineProperty(exports, "BugOutlined", {
|
|
@@ -1080,6 +1098,15 @@ Object.defineProperty(exports, "FileImageOutlined", {
|
|
|
1080
1098
|
}
|
|
1081
1099
|
});
|
|
1082
1100
|
|
|
1101
|
+
var FileInfoCircleOutlined_1 = require("./FileInfoCircleOutlined");
|
|
1102
|
+
|
|
1103
|
+
Object.defineProperty(exports, "FileInfoCircleOutlined", {
|
|
1104
|
+
enumerable: true,
|
|
1105
|
+
get: function get() {
|
|
1106
|
+
return __importDefault(FileInfoCircleOutlined_1).default;
|
|
1107
|
+
}
|
|
1108
|
+
});
|
|
1109
|
+
|
|
1083
1110
|
var FileInfoOutlined_1 = require("./FileInfoOutlined");
|
|
1084
1111
|
|
|
1085
1112
|
Object.defineProperty(exports, "FileInfoOutlined", {
|
|
@@ -1485,6 +1512,15 @@ Object.defineProperty(exports, "GatewayOutlined", {
|
|
|
1485
1512
|
}
|
|
1486
1513
|
});
|
|
1487
1514
|
|
|
1515
|
+
var GenderOutlined_1 = require("./GenderOutlined");
|
|
1516
|
+
|
|
1517
|
+
Object.defineProperty(exports, "GenderOutlined", {
|
|
1518
|
+
enumerable: true,
|
|
1519
|
+
get: function get() {
|
|
1520
|
+
return __importDefault(GenderOutlined_1).default;
|
|
1521
|
+
}
|
|
1522
|
+
});
|
|
1523
|
+
|
|
1488
1524
|
var GeoLocationFilled_1 = require("./GeoLocationFilled");
|
|
1489
1525
|
|
|
1490
1526
|
Object.defineProperty(exports, "GeoLocationFilled", {
|
|
@@ -1665,6 +1701,24 @@ Object.defineProperty(exports, "IdcardOutlined", {
|
|
|
1665
1701
|
}
|
|
1666
1702
|
});
|
|
1667
1703
|
|
|
1704
|
+
var IllegallyBuiltFilled_1 = require("./IllegallyBuiltFilled");
|
|
1705
|
+
|
|
1706
|
+
Object.defineProperty(exports, "IllegallyBuiltFilled", {
|
|
1707
|
+
enumerable: true,
|
|
1708
|
+
get: function get() {
|
|
1709
|
+
return __importDefault(IllegallyBuiltFilled_1).default;
|
|
1710
|
+
}
|
|
1711
|
+
});
|
|
1712
|
+
|
|
1713
|
+
var IllegallyBuiltOutlined_1 = require("./IllegallyBuiltOutlined");
|
|
1714
|
+
|
|
1715
|
+
Object.defineProperty(exports, "IllegallyBuiltOutlined", {
|
|
1716
|
+
enumerable: true,
|
|
1717
|
+
get: function get() {
|
|
1718
|
+
return __importDefault(IllegallyBuiltOutlined_1).default;
|
|
1719
|
+
}
|
|
1720
|
+
});
|
|
1721
|
+
|
|
1668
1722
|
var ImageFilled_1 = require("./ImageFilled");
|
|
1669
1723
|
|
|
1670
1724
|
Object.defineProperty(exports, "ImageFilled", {
|
|
@@ -2241,6 +2295,15 @@ Object.defineProperty(exports, "NoPersonsPurely", {
|
|
|
2241
2295
|
}
|
|
2242
2296
|
});
|
|
2243
2297
|
|
|
2298
|
+
var NoSwimPurely_1 = require("./NoSwimPurely");
|
|
2299
|
+
|
|
2300
|
+
Object.defineProperty(exports, "NoSwimPurely", {
|
|
2301
|
+
enumerable: true,
|
|
2302
|
+
get: function get() {
|
|
2303
|
+
return __importDefault(NoSwimPurely_1).default;
|
|
2304
|
+
}
|
|
2305
|
+
});
|
|
2306
|
+
|
|
2244
2307
|
var NoVideoPurely_1 = require("./NoVideoPurely");
|
|
2245
2308
|
|
|
2246
2309
|
Object.defineProperty(exports, "NoVideoPurely", {
|
|
@@ -3195,6 +3258,15 @@ Object.defineProperty(exports, "ThermometerOutlined", {
|
|
|
3195
3258
|
}
|
|
3196
3259
|
});
|
|
3197
3260
|
|
|
3261
|
+
var ThirdPurely_1 = require("./ThirdPurely");
|
|
3262
|
+
|
|
3263
|
+
Object.defineProperty(exports, "ThirdPurely", {
|
|
3264
|
+
enumerable: true,
|
|
3265
|
+
get: function get() {
|
|
3266
|
+
return __importDefault(ThirdPurely_1).default;
|
|
3267
|
+
}
|
|
3268
|
+
});
|
|
3269
|
+
|
|
3198
3270
|
var TimeCircleFilled_1 = require("./TimeCircleFilled");
|
|
3199
3271
|
|
|
3200
3272
|
Object.defineProperty(exports, "TimeCircleFilled", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.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.26.0",
|
|
34
34
|
"rc-util": "^5.19.3"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|