@sensoro-design/icons-svg 2.68.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.
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FineTuneFilled: IconDefinition;
3
+ export default FineTuneFilled;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var FineTuneFilled = {
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-tune',
18
+ theme: 'filled'
19
+ };
20
+ export default FineTuneFilled;
package/es/index.d.ts CHANGED
@@ -325,6 +325,7 @@ 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
330
  export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
330
331
  export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
package/es/index.js CHANGED
@@ -326,6 +326,7 @@ 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
331
  export { default as FireBreakerFilled } from "./asn/FireBreakerFilled";
331
332
  export { default as FireBrigadeFilled } from "./asn/FireBrigadeFilled";
@@ -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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FineTuneFilled: IconDefinition;
3
+ export default FineTuneFilled;
@@ -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/FineTuneFilled.ts
20
+ var FineTuneFilled_exports = {};
21
+ __export(FineTuneFilled_exports, {
22
+ default: () => FineTuneFilled_default
23
+ });
24
+ module.exports = __toCommonJS(FineTuneFilled_exports);
25
+ var FineTuneFilled = {
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-tune",
39
+ theme: "filled"
40
+ };
41
+ var FineTuneFilled_default = FineTuneFilled;
package/lib/index.d.ts CHANGED
@@ -325,6 +325,7 @@ 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
330
  export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
330
331
  export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';
package/lib/index.js CHANGED
@@ -356,6 +356,7 @@ __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
361
  FireBreakerFilled: () => import_FireBreakerFilled.default,
361
362
  FireBrigadeFilled: () => import_FireBrigadeFilled.default,
@@ -1378,6 +1379,7 @@ var import_FileWordOutlined = __toESM(require("./asn/FileWordOutlined"));
1378
1379
  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"));
1382
+ var import_FineTuneFilled = __toESM(require("./asn/FineTuneFilled"));
1381
1383
  var import_FineTuneOutlined = __toESM(require("./asn/FineTuneOutlined"));
1382
1384
  var import_FireBreakerFilled = __toESM(require("./asn/FireBreakerFilled"));
1383
1385
  var import_FireBrigadeFilled = __toESM(require("./asn/FireBrigadeFilled"));
@@ -2400,6 +2402,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2400
2402
  FileZipOutlined,
2401
2403
  FilterFilled,
2402
2404
  FilterOutlined,
2405
+ FineTuneFilled,
2403
2406
  FineTuneOutlined,
2404
2407
  FireBreakerFilled,
2405
2408
  FireBrigadeFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.68.0",
3
+ "version": "2.69.1",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const FineTuneFilled: 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-tune',
18
+ theme: 'filled',
19
+ };
20
+
21
+ export default FineTuneFilled;
package/src/index.ts CHANGED
@@ -326,6 +326,7 @@ 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
331
  export { default as FireBreakerFilled } from './asn/FireBreakerFilled';
331
332
  export { default as FireBrigadeFilled } from './asn/FireBrigadeFilled';