@sensoro-design/icons-svg 2.68.0 → 2.69.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/es/asn/FineTuningOutlined.d.ts +3 -0
- package/es/asn/FineTuningOutlined.js +20 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/outlined/fine-tuning.svg +1 -0
- package/inline-svg/outlined/fine-tuning.svg +1 -0
- package/lib/asn/FineTuningOutlined.d.ts +3 -0
- package/lib/asn/FineTuningOutlined.js +41 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/FineTuningOutlined.ts +21 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var FineTuningOutlined = {
|
|
4
|
+
icon: {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: {
|
|
7
|
+
viewBox: '0 0 1024 1024',
|
|
8
|
+
focusable: 'false'
|
|
9
|
+
},
|
|
10
|
+
children: [{
|
|
11
|
+
tag: 'path',
|
|
12
|
+
attrs: {
|
|
13
|
+
d: 'M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'fine-tuning',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default FineTuningOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -326,6 +326,7 @@ 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
328
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
329
|
+
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
329
330
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
330
331
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
331
332
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
package/es/index.js
CHANGED
|
@@ -327,6 +327,7 @@ 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
329
|
export { default as FineTuneOutlined } from "./asn/FineTuneOutlined";
|
|
330
|
+
export { default as FineTuningOutlined } from "./asn/FineTuningOutlined";
|
|
330
331
|
export { default as FireBreakerFilled } from "./asn/FireBreakerFilled";
|
|
331
332
|
export { default as FireBrigadeFilled } from "./asn/FireBrigadeFilled";
|
|
332
333
|
export { default as FireBrigadeOutlined } from "./asn/FireBrigadeOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z" /></svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/asn/FineTuningOutlined.ts
|
|
20
|
+
var FineTuningOutlined_exports = {};
|
|
21
|
+
__export(FineTuningOutlined_exports, {
|
|
22
|
+
default: () => FineTuningOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(FineTuningOutlined_exports);
|
|
25
|
+
var FineTuningOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "fine-tuning",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var FineTuningOutlined_default = FineTuningOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -326,6 +326,7 @@ 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
328
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
329
|
+
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
329
330
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
330
331
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
331
332
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|
package/lib/index.js
CHANGED
|
@@ -357,6 +357,7 @@ __export(src_exports, {
|
|
|
357
357
|
FilterFilled: () => import_FilterFilled.default,
|
|
358
358
|
FilterOutlined: () => import_FilterOutlined.default,
|
|
359
359
|
FineTuneOutlined: () => import_FineTuneOutlined.default,
|
|
360
|
+
FineTuningOutlined: () => import_FineTuningOutlined.default,
|
|
360
361
|
FireBreakerFilled: () => import_FireBreakerFilled.default,
|
|
361
362
|
FireBrigadeFilled: () => import_FireBrigadeFilled.default,
|
|
362
363
|
FireBrigadeOutlined: () => import_FireBrigadeOutlined.default,
|
|
@@ -1379,6 +1380,7 @@ var import_FileZipOutlined = __toESM(require("./asn/FileZipOutlined"));
|
|
|
1379
1380
|
var import_FilterFilled = __toESM(require("./asn/FilterFilled"));
|
|
1380
1381
|
var import_FilterOutlined = __toESM(require("./asn/FilterOutlined"));
|
|
1381
1382
|
var import_FineTuneOutlined = __toESM(require("./asn/FineTuneOutlined"));
|
|
1383
|
+
var import_FineTuningOutlined = __toESM(require("./asn/FineTuningOutlined"));
|
|
1382
1384
|
var import_FireBreakerFilled = __toESM(require("./asn/FireBreakerFilled"));
|
|
1383
1385
|
var import_FireBrigadeFilled = __toESM(require("./asn/FireBrigadeFilled"));
|
|
1384
1386
|
var import_FireBrigadeOutlined = __toESM(require("./asn/FireBrigadeOutlined"));
|
|
@@ -2401,6 +2403,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2401
2403
|
FilterFilled,
|
|
2402
2404
|
FilterOutlined,
|
|
2403
2405
|
FineTuneOutlined,
|
|
2406
|
+
FineTuningOutlined,
|
|
2404
2407
|
FireBreakerFilled,
|
|
2405
2408
|
FireBrigadeFilled,
|
|
2406
2409
|
FireBrigadeOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const FineTuningOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M224 112a8 8 0 0 1 8 8v290.18a108.03 108.03 0 0 1 0 203.64V904a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V613.82a108.03 108.03 0 0 1 0-203.64V120a8 8 0 0 1 8-8h56zm632.06 0a8 8 0 0 1 8 8v430.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8 8H800a8 8 0 0 1-8-8V753.86a108.03 108.03 0 0 1 0-203.72V120a8 8 0 0 1 8-8h56.06zm-316.03 0a8.02 8.02 0 0 1 8.07 8v150.14a108.03 108.03 0 0 1 0 203.72V904a8 8 0 0 1-8.07 8H484.1a8 8 0 0 1-8-8V473.86a108.03 108.03 0 0 1 0-203.72V120c0-4.42 3.52-8 8-8h56-.07z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'fine-tuning',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default FineTuningOutlined;
|
package/src/index.ts
CHANGED
|
@@ -327,6 +327,7 @@ 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
329
|
export { default as FineTuneOutlined } from './asn/FineTuneOutlined';
|
|
330
|
+
export { default as FineTuningOutlined } from './asn/FineTuningOutlined';
|
|
330
331
|
export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
|
|
331
332
|
export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
|
|
332
333
|
export { default as FireBrigadeOutlined } from './asn/FireBrigadeOutlined';
|