@sensoro-design/icons 1.24.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 +11 -0
- package/FileInfoCircleOutlined.d.ts +2 -0
- package/FileInfoCircleOutlined.js +15 -0
- package/GenderOutlined.d.ts +2 -0
- package/GenderOutlined.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/ThirdPurely.d.ts +4 -0
- package/es/icons/ThirdPurely.js +68 -0
- package/es/icons/index.d.ts +5 -0
- package/es/icons/index.js +53 -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/ThirdPurely.d.ts +4 -0
- package/lib/icons/ThirdPurely.js +70 -0
- package/lib/icons/index.d.ts +5 -0
- package/lib/icons/index.js +53 -8
- package/package.json +2 -2
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';
|
|
@@ -354,6 +358,7 @@ export { default as TemperaturePatchOutlined } from './TemperaturePatchOutlined'
|
|
|
354
358
|
export { default as TemplateFilled } from './TemplateFilled';
|
|
355
359
|
export { default as TetrisOutlined } from './TetrisOutlined';
|
|
356
360
|
export { default as ThermometerOutlined } from './ThermometerOutlined';
|
|
361
|
+
export { default as ThirdPurely } from './ThirdPurely';
|
|
357
362
|
export { default as TimeCircleFilled } from './TimeCircleFilled';
|
|
358
363
|
export { default as ToTopOutlined } from './ToTopOutlined';
|
|
359
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 = exports.TemperaturePatchOutlined = exports.TagsOutlined = exports.TagsFilled = 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", {
|
|
@@ -3222,6 +3258,15 @@ Object.defineProperty(exports, "ThermometerOutlined", {
|
|
|
3222
3258
|
}
|
|
3223
3259
|
});
|
|
3224
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
|
+
|
|
3225
3270
|
var TimeCircleFilled_1 = require("./TimeCircleFilled");
|
|
3226
3271
|
|
|
3227
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": {
|