@sensoro-design/icons-svg 2.69.0 → 2.69.1
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/es/asn/FineTuneFilled.d.ts +3 -0
- package/es/asn/{FineTuningOutlined.js → FineTuneFilled.js} +4 -4
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/asn/FineTuneFilled.d.ts +3 -0
- package/lib/asn/{FineTuningOutlined.js → FineTuneFilled.js} +9 -9
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/package.json +1 -1
- package/src/asn/{FineTuningOutlined.ts → FineTuneFilled.ts} +4 -4
- package/src/index.ts +1 -1
- package/es/asn/FineTuningOutlined.d.ts +0 -3
- package/lib/asn/FineTuningOutlined.d.ts +0 -3
- /package/inline-namespaced-svg/{outlined/fine-tuning.svg → filled/fine-tune.svg} +0 -0
- /package/inline-svg/{outlined/fine-tuning.svg → filled/fine-tune.svg} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var FineTuneFilled = {
|
|
4
4
|
icon: {
|
|
5
5
|
tag: 'svg',
|
|
6
6
|
attrs: {
|
|
@@ -14,7 +14,7 @@ var FineTuningOutlined = {
|
|
|
14
14
|
}
|
|
15
15
|
}]
|
|
16
16
|
},
|
|
17
|
-
name: 'fine-
|
|
18
|
-
theme: '
|
|
17
|
+
name: 'fine-tune',
|
|
18
|
+
theme: 'filled'
|
|
19
19
|
};
|
|
20
|
-
export default
|
|
20
|
+
export default FineTuneFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -325,8 +325,8 @@ export { default as FileWordOutlined } from './asn/FileWordOutlined';
|
|
|
325
325
|
export { default as FileZipOutlined } from './asn/FileZipOutlined';
|
|
326
326
|
export { default as FilterFilled } from './asn/FilterFilled';
|
|
327
327
|
export { default as FilterOutlined } from './asn/FilterOutlined';
|
|
328
|
+
export { default as FineTuneFilled } from './asn/FineTuneFilled';
|
|
328
329
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
329
|
-
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
330
330
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
331
331
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
332
332
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
package/es/index.js
CHANGED
|
@@ -326,8 +326,8 @@ export { default as FileWordOutlined } from "./asn/FileWordOutlined";
|
|
|
326
326
|
export { default as FileZipOutlined } from "./asn/FileZipOutlined";
|
|
327
327
|
export { default as FilterFilled } from "./asn/FilterFilled";
|
|
328
328
|
export { default as FilterOutlined } from "./asn/FilterOutlined";
|
|
329
|
+
export { default as FineTuneFilled } from "./asn/FineTuneFilled";
|
|
329
330
|
export { default as FineTuneOutlined } from "./asn/FineTuneOutlined";
|
|
330
|
-
export { default as FineTuningOutlined } from "./asn/FineTuningOutlined";
|
|
331
331
|
export { default as FireBreakerFilled } from "./asn/FireBreakerFilled";
|
|
332
332
|
export { default as FireBrigadeFilled } from "./asn/FireBrigadeFilled";
|
|
333
333
|
export { default as FireBrigadeOutlined } from "./asn/FireBrigadeOutlined";
|
|
@@ -16,13 +16,13 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// src/asn/
|
|
20
|
-
var
|
|
21
|
-
__export(
|
|
22
|
-
default: () =>
|
|
19
|
+
// src/asn/FineTuneFilled.ts
|
|
20
|
+
var FineTuneFilled_exports = {};
|
|
21
|
+
__export(FineTuneFilled_exports, {
|
|
22
|
+
default: () => FineTuneFilled_default
|
|
23
23
|
});
|
|
24
|
-
module.exports = __toCommonJS(
|
|
25
|
-
var
|
|
24
|
+
module.exports = __toCommonJS(FineTuneFilled_exports);
|
|
25
|
+
var FineTuneFilled = {
|
|
26
26
|
icon: {
|
|
27
27
|
tag: "svg",
|
|
28
28
|
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
@@ -35,7 +35,7 @@ var FineTuningOutlined = {
|
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
-
name: "fine-
|
|
39
|
-
theme: "
|
|
38
|
+
name: "fine-tune",
|
|
39
|
+
theme: "filled"
|
|
40
40
|
};
|
|
41
|
-
var
|
|
41
|
+
var FineTuneFilled_default = FineTuneFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -325,8 +325,8 @@ export { default as FileWordOutlined } from './asn/FileWordOutlined';
|
|
|
325
325
|
export { default as FileZipOutlined } from './asn/FileZipOutlined';
|
|
326
326
|
export { default as FilterFilled } from './asn/FilterFilled';
|
|
327
327
|
export { default as FilterOutlined } from './asn/FilterOutlined';
|
|
328
|
+
export { default as FineTuneFilled } from './asn/FineTuneFilled';
|
|
328
329
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
329
|
-
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
330
330
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
331
331
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
332
332
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
package/lib/index.js
CHANGED
|
@@ -356,8 +356,8 @@ __export(src_exports, {
|
|
|
356
356
|
FileZipOutlined: () => import_FileZipOutlined.default,
|
|
357
357
|
FilterFilled: () => import_FilterFilled.default,
|
|
358
358
|
FilterOutlined: () => import_FilterOutlined.default,
|
|
359
|
+
FineTuneFilled: () => import_FineTuneFilled.default,
|
|
359
360
|
FineTuneOutlined: () => import_FineTuneOutlined.default,
|
|
360
|
-
FineTuningOutlined: () => import_FineTuningOutlined.default,
|
|
361
361
|
FireBreakerFilled: () => import_FireBreakerFilled.default,
|
|
362
362
|
FireBrigadeFilled: () => import_FireBrigadeFilled.default,
|
|
363
363
|
FireBrigadeOutlined: () => import_FireBrigadeOutlined.default,
|
|
@@ -1379,8 +1379,8 @@ var import_FileWordOutlined = __toESM(require("./asn/FileWordOutlined"));
|
|
|
1379
1379
|
var import_FileZipOutlined = __toESM(require("./asn/FileZipOutlined"));
|
|
1380
1380
|
var import_FilterFilled = __toESM(require("./asn/FilterFilled"));
|
|
1381
1381
|
var import_FilterOutlined = __toESM(require("./asn/FilterOutlined"));
|
|
1382
|
+
var import_FineTuneFilled = __toESM(require("./asn/FineTuneFilled"));
|
|
1382
1383
|
var import_FineTuneOutlined = __toESM(require("./asn/FineTuneOutlined"));
|
|
1383
|
-
var import_FineTuningOutlined = __toESM(require("./asn/FineTuningOutlined"));
|
|
1384
1384
|
var import_FireBreakerFilled = __toESM(require("./asn/FireBreakerFilled"));
|
|
1385
1385
|
var import_FireBrigadeFilled = __toESM(require("./asn/FireBrigadeFilled"));
|
|
1386
1386
|
var import_FireBrigadeOutlined = __toESM(require("./asn/FireBrigadeOutlined"));
|
|
@@ -2402,8 +2402,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2402
2402
|
FileZipOutlined,
|
|
2403
2403
|
FilterFilled,
|
|
2404
2404
|
FilterOutlined,
|
|
2405
|
+
FineTuneFilled,
|
|
2405
2406
|
FineTuneOutlined,
|
|
2406
|
-
FineTuningOutlined,
|
|
2407
2407
|
FireBreakerFilled,
|
|
2408
2408
|
FireBrigadeFilled,
|
|
2409
2409
|
FireBrigadeOutlined,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
import { IconDefinition } from '../types';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const FineTuneFilled: IconDefinition = {
|
|
5
5
|
icon: {
|
|
6
6
|
tag: 'svg',
|
|
7
7
|
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
@@ -14,8 +14,8 @@ const FineTuningOutlined: IconDefinition = {
|
|
|
14
14
|
},
|
|
15
15
|
],
|
|
16
16
|
},
|
|
17
|
-
name: 'fine-
|
|
18
|
-
theme: '
|
|
17
|
+
name: 'fine-tune',
|
|
18
|
+
theme: 'filled',
|
|
19
19
|
};
|
|
20
20
|
|
|
21
|
-
export default
|
|
21
|
+
export default FineTuneFilled;
|
package/src/index.ts
CHANGED
|
@@ -326,8 +326,8 @@ export { default as FileWordOutlined } from './asn/FileWordOutlined';
|
|
|
326
326
|
export { default as FileZipOutlined } from './asn/FileZipOutlined';
|
|
327
327
|
export { default as FilterFilled } from './asn/FilterFilled';
|
|
328
328
|
export { default as FilterOutlined } from './asn/FilterOutlined';
|
|
329
|
+
export { default as FineTuneFilled } from './asn/FineTuneFilled';
|
|
329
330
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
330
|
-
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
331
331
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
332
332
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
333
333
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
|
File without changes
|
|
File without changes
|