@sensoro-design/icons-svg 2.66.1 → 2.67.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.
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SpaceOutlined: IconDefinition;
3
+ export default SpaceOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SpaceOutlined = {
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: 'M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'space',
18
+ theme: 'outlined'
19
+ };
20
+ export default SpaceOutlined;
package/es/index.d.ts CHANGED
@@ -849,6 +849,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
849
849
  export { default as SortOutlined } from './asn/SortOutlined';
850
850
  export { default as SoundOutlined } from './asn/SoundOutlined';
851
851
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
852
+ export { default as SpaceOutlined } from './asn/SpaceOutlined';
852
853
  export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
853
854
  export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
854
855
  export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
package/es/index.js CHANGED
@@ -850,6 +850,7 @@ export { default as SmokePurely } from "./asn/SmokePurely";
850
850
  export { default as SortOutlined } from "./asn/SortOutlined";
851
851
  export { default as SoundOutlined } from "./asn/SoundOutlined";
852
852
  export { default as SoundSmallOutlined } from "./asn/SoundSmallOutlined";
853
+ export { default as SpaceOutlined } from "./asn/SpaceOutlined";
853
854
  export { default as SpecialGroupsFilled } from "./asn/SpecialGroupsFilled";
854
855
  export { default as SpecialPopulationsPurely } from "./asn/SpecialPopulationsPurely";
855
856
  export { default as SpecialVehiclesPurely } from "./asn/SpecialVehiclesPurely";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SpaceOutlined: IconDefinition;
3
+ export default SpaceOutlined;
@@ -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/SpaceOutlined.ts
20
+ var SpaceOutlined_exports = {};
21
+ __export(SpaceOutlined_exports, {
22
+ default: () => SpaceOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(SpaceOutlined_exports);
25
+ var SpaceOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "space",
39
+ theme: "outlined"
40
+ };
41
+ var SpaceOutlined_default = SpaceOutlined;
package/lib/index.d.ts CHANGED
@@ -849,6 +849,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
849
849
  export { default as SortOutlined } from './asn/SortOutlined';
850
850
  export { default as SoundOutlined } from './asn/SoundOutlined';
851
851
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
852
+ export { default as SpaceOutlined } from './asn/SpaceOutlined';
852
853
  export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
853
854
  export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
854
855
  export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
package/lib/index.js CHANGED
@@ -880,6 +880,7 @@ __export(src_exports, {
880
880
  SortOutlined: () => import_SortOutlined.default,
881
881
  SoundOutlined: () => import_SoundOutlined.default,
882
882
  SoundSmallOutlined: () => import_SoundSmallOutlined.default,
883
+ SpaceOutlined: () => import_SpaceOutlined.default,
883
884
  SpecialGroupsFilled: () => import_SpecialGroupsFilled.default,
884
885
  SpecialPopulationsPurely: () => import_SpecialPopulationsPurely.default,
885
886
  SpecialVehiclesPurely: () => import_SpecialVehiclesPurely.default,
@@ -1900,6 +1901,7 @@ var import_SmokePurely = __toESM(require("./asn/SmokePurely"));
1900
1901
  var import_SortOutlined = __toESM(require("./asn/SortOutlined"));
1901
1902
  var import_SoundOutlined = __toESM(require("./asn/SoundOutlined"));
1902
1903
  var import_SoundSmallOutlined = __toESM(require("./asn/SoundSmallOutlined"));
1904
+ var import_SpaceOutlined = __toESM(require("./asn/SpaceOutlined"));
1903
1905
  var import_SpecialGroupsFilled = __toESM(require("./asn/SpecialGroupsFilled"));
1904
1906
  var import_SpecialPopulationsPurely = __toESM(require("./asn/SpecialPopulationsPurely"));
1905
1907
  var import_SpecialVehiclesPurely = __toESM(require("./asn/SpecialVehiclesPurely"));
@@ -2920,6 +2922,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2920
2922
  SortOutlined,
2921
2923
  SoundOutlined,
2922
2924
  SoundSmallOutlined,
2925
+ SpaceOutlined,
2923
2926
  SpecialGroupsFilled,
2924
2927
  SpecialPopulationsPurely,
2925
2928
  SpecialVehiclesPurely,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.66.1",
3
+ "version": "2.67.0",
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 SpaceOutlined: 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: 'M878.02 392.96h-60.04a8 8 0 0 0-8 8.06v153.99H214.02V401.02a8 8 0 0 0-8-8h-60.1a8 8 0 0 0-8 8v197.96a32 32 0 0 0 32 32h684.03a32 32 0 0 0 32-32V401.02a8 8 0 0 0-8-8z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'space',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default SpaceOutlined;
package/src/index.ts CHANGED
@@ -850,6 +850,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
850
850
  export { default as SortOutlined } from './asn/SortOutlined';
851
851
  export { default as SoundOutlined } from './asn/SoundOutlined';
852
852
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
853
+ export { default as SpaceOutlined } from './asn/SpaceOutlined';
853
854
  export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
854
855
  export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
855
856
  export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';