@sensoro-design/icons 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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.67.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.66.1...v2.67.0) (2024-09-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * add SpaceOutlined ([f75048b](https://github.com/sensoro-design/sensoro-design-icons/commit/f75048bc11fc8a74c8130778eada633d285ee038))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.66.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.66.0...v2.66.1) (2024-09-04)
7
18
 
8
19
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SpaceOutlined';
@@ -0,0 +1,16 @@
1
+ // This index.ts file is generated automatically.
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+
8
+ exports.default = void 0;
9
+
10
+ var _SpaceOutlined = _interopRequireDefault(require('./es/icons/SpaceOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SpaceOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,14 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ // This icon file is generated automatically.
3
+ import * as React from 'react';
4
+ import SpaceOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SpaceOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SpaceOutlined = function SpaceOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SpaceOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SpaceOutlined);
13
+ RefIcon.displayName = 'SpaceOutlined';
14
+ export default RefIcon;
@@ -849,6 +849,7 @@ export { default as SmokePurely } from './SmokePurely';
849
849
  export { default as SortOutlined } from './SortOutlined';
850
850
  export { default as SoundOutlined } from './SoundOutlined';
851
851
  export { default as SoundSmallOutlined } from './SoundSmallOutlined';
852
+ export { default as SpaceOutlined } from './SpaceOutlined';
852
853
  export { default as SpecialGroupsFilled } from './SpecialGroupsFilled';
853
854
  export { default as SpecialPopulationsPurely } from './SpecialPopulationsPurely';
854
855
  export { default as SpecialVehiclesPurely } from './SpecialVehiclesPurely';
package/es/icons/index.js CHANGED
@@ -850,6 +850,7 @@ export { default as SmokePurely } from "./SmokePurely";
850
850
  export { default as SortOutlined } from "./SortOutlined";
851
851
  export { default as SoundOutlined } from "./SoundOutlined";
852
852
  export { default as SoundSmallOutlined } from "./SoundSmallOutlined";
853
+ export { default as SpaceOutlined } from "./SpaceOutlined";
853
854
  export { default as SpecialGroupsFilled } from "./SpecialGroupsFilled";
854
855
  export { default as SpecialPopulationsPurely } from "./SpecialPopulationsPurely";
855
856
  export { default as SpecialVehiclesPurely } from "./SpecialVehiclesPurely";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default RefIcon;
@@ -0,0 +1,41 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/icons/SpaceOutlined.tsx
30
+ var SpaceOutlined_exports = {};
31
+ __export(SpaceOutlined_exports, {
32
+ default: () => SpaceOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(SpaceOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SpaceOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SpaceOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SpaceOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SpaceOutlined.default });
39
+ var RefIcon = React.forwardRef(SpaceOutlined);
40
+ RefIcon.displayName = "SpaceOutlined";
41
+ var SpaceOutlined_default = RefIcon;
@@ -849,6 +849,7 @@ export { default as SmokePurely } from './SmokePurely';
849
849
  export { default as SortOutlined } from './SortOutlined';
850
850
  export { default as SoundOutlined } from './SoundOutlined';
851
851
  export { default as SoundSmallOutlined } from './SoundSmallOutlined';
852
+ export { default as SpaceOutlined } from './SpaceOutlined';
852
853
  export { default as SpecialGroupsFilled } from './SpecialGroupsFilled';
853
854
  export { default as SpecialPopulationsPurely } from './SpecialPopulationsPurely';
854
855
  export { default as SpecialVehiclesPurely } from './SpecialVehiclesPurely';
@@ -880,6 +880,7 @@ __export(icons_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("./SmokePurely"));
1900
1901
  var import_SortOutlined = __toESM(require("./SortOutlined"));
1901
1902
  var import_SoundOutlined = __toESM(require("./SoundOutlined"));
1902
1903
  var import_SoundSmallOutlined = __toESM(require("./SoundSmallOutlined"));
1904
+ var import_SpaceOutlined = __toESM(require("./SpaceOutlined"));
1903
1905
  var import_SpecialGroupsFilled = __toESM(require("./SpecialGroupsFilled"));
1904
1906
  var import_SpecialPopulationsPurely = __toESM(require("./SpecialPopulationsPurely"));
1905
1907
  var import_SpecialVehiclesPurely = __toESM(require("./SpecialVehiclesPurely"));
@@ -2920,6 +2922,7 @@ var import_ZoomPlusOutlined = __toESM(require("./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",
3
- "version": "2.66.1",
3
+ "version": "2.67.0",
4
4
  "description": "Abstract nodes for sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -27,7 +27,7 @@
27
27
  "@babel/runtime": "^7.11.2",
28
28
  "@pansy/classnames": "^1.0.1",
29
29
  "rc-util": "^5.19.3",
30
- "@sensoro-design/icons-svg": "2.66.1"
30
+ "@sensoro-design/icons-svg": "2.67.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"