@sensoro-design/icons 2.86.0 → 2.87.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/AmapFilled.d.ts +2 -0
- package/AmapFilled.js +16 -0
- package/CHANGELOG.md +11 -0
- package/SocialNetworkFilled.d.ts +2 -0
- package/SocialNetworkFilled.js +16 -0
- package/SocialNetworkOutlined.d.ts +2 -0
- package/SocialNetworkOutlined.js +16 -0
- package/es/icons/AmapFilled.d.ts +4 -0
- package/es/icons/AmapFilled.js +14 -0
- package/es/icons/SocialNetworkFilled.d.ts +4 -0
- package/es/icons/SocialNetworkFilled.js +14 -0
- package/es/icons/SocialNetworkOutlined.d.ts +4 -0
- package/es/icons/SocialNetworkOutlined.js +14 -0
- package/es/icons/index.d.ts +3 -0
- package/es/icons/index.js +3 -0
- package/lib/icons/AmapFilled.d.ts +4 -0
- package/lib/icons/AmapFilled.js +41 -0
- package/lib/icons/SocialNetworkFilled.d.ts +4 -0
- package/lib/icons/SocialNetworkFilled.js +41 -0
- package/lib/icons/SocialNetworkOutlined.d.ts +4 -0
- package/lib/icons/SocialNetworkOutlined.js +41 -0
- package/lib/icons/index.d.ts +3 -0
- package/lib/icons/index.js +9 -0
- package/package.json +2 -2
package/AmapFilled.d.ts
ADDED
package/AmapFilled.js
ADDED
|
@@ -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 _AmapFilled = _interopRequireDefault(require('./es/icons/AmapFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _AmapFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
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.87.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.86.0...v2.87.0) (2025-04-30)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add icons ([38a280a](https://github.com/sensoro-design/sensoro-design-icons/commit/38a280afe92c4b273b59f5fdb3bac353218b4b5c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.86.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.85.0...v2.86.0) (2025-04-16)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -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 _SocialNetworkFilled = _interopRequireDefault(require('./es/icons/SocialNetworkFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _SocialNetworkFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -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 _SocialNetworkOutlined = _interopRequireDefault(require('./es/icons/SocialNetworkOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _SocialNetworkOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -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 AmapFilledSvg from '@sensoro-design/icons-svg/es/asn/AmapFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AmapFilled = function AmapFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AmapFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AmapFilled);
|
|
13
|
+
RefIcon.displayName = 'AmapFilled';
|
|
14
|
+
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 SocialNetworkFilledSvg from '@sensoro-design/icons-svg/es/asn/SocialNetworkFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var SocialNetworkFilled = function SocialNetworkFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: SocialNetworkFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(SocialNetworkFilled);
|
|
13
|
+
RefIcon.displayName = 'SocialNetworkFilled';
|
|
14
|
+
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 SocialNetworkOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SocialNetworkOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var SocialNetworkOutlined = function SocialNetworkOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: SocialNetworkOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(SocialNetworkOutlined);
|
|
13
|
+
RefIcon.displayName = 'SocialNetworkOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export { default as AlgorithmSupermarketPurely } from './AlgorithmSupermarketPur
|
|
|
23
23
|
export { default as AlignCenterOutlined } from './AlignCenterOutlined';
|
|
24
24
|
export { default as AlignLeftOutlined } from './AlignLeftOutlined';
|
|
25
25
|
export { default as AlignRightOutlined } from './AlignRightOutlined';
|
|
26
|
+
export { default as AmapFilled } from './AmapFilled';
|
|
26
27
|
export { default as AndroidFilled } from './AndroidFilled';
|
|
27
28
|
export { default as AndroidOutlined } from './AndroidOutlined';
|
|
28
29
|
export { default as AnimalHospitalFilled } from './AnimalHospitalFilled';
|
|
@@ -881,6 +882,8 @@ export { default as SmileOutlined } from './SmileOutlined';
|
|
|
881
882
|
export { default as SmokeFilled } from './SmokeFilled';
|
|
882
883
|
export { default as SmokeOutlined } from './SmokeOutlined';
|
|
883
884
|
export { default as SmokePurely } from './SmokePurely';
|
|
885
|
+
export { default as SocialNetworkFilled } from './SocialNetworkFilled';
|
|
886
|
+
export { default as SocialNetworkOutlined } from './SocialNetworkOutlined';
|
|
884
887
|
export { default as SortOutlined } from './SortOutlined';
|
|
885
888
|
export { default as SoundOutlined } from './SoundOutlined';
|
|
886
889
|
export { default as SoundSmallOutlined } from './SoundSmallOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -24,6 +24,7 @@ export { default as AlgorithmSupermarketPurely } from "./AlgorithmSupermarketPur
|
|
|
24
24
|
export { default as AlignCenterOutlined } from "./AlignCenterOutlined";
|
|
25
25
|
export { default as AlignLeftOutlined } from "./AlignLeftOutlined";
|
|
26
26
|
export { default as AlignRightOutlined } from "./AlignRightOutlined";
|
|
27
|
+
export { default as AmapFilled } from "./AmapFilled";
|
|
27
28
|
export { default as AndroidFilled } from "./AndroidFilled";
|
|
28
29
|
export { default as AndroidOutlined } from "./AndroidOutlined";
|
|
29
30
|
export { default as AnimalHospitalFilled } from "./AnimalHospitalFilled";
|
|
@@ -882,6 +883,8 @@ export { default as SmileOutlined } from "./SmileOutlined";
|
|
|
882
883
|
export { default as SmokeFilled } from "./SmokeFilled";
|
|
883
884
|
export { default as SmokeOutlined } from "./SmokeOutlined";
|
|
884
885
|
export { default as SmokePurely } from "./SmokePurely";
|
|
886
|
+
export { default as SocialNetworkFilled } from "./SocialNetworkFilled";
|
|
887
|
+
export { default as SocialNetworkOutlined } from "./SocialNetworkOutlined";
|
|
885
888
|
export { default as SortOutlined } from "./SortOutlined";
|
|
886
889
|
export { default as SoundOutlined } from "./SoundOutlined";
|
|
887
890
|
export { default as SoundSmallOutlined } from "./SoundSmallOutlined";
|
|
@@ -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/AmapFilled.tsx
|
|
30
|
+
var AmapFilled_exports = {};
|
|
31
|
+
__export(AmapFilled_exports, {
|
|
32
|
+
default: () => AmapFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AmapFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AmapFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/AmapFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AmapFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AmapFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AmapFilled);
|
|
40
|
+
RefIcon.displayName = "AmapFilled";
|
|
41
|
+
var AmapFilled_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/SocialNetworkFilled.tsx
|
|
30
|
+
var SocialNetworkFilled_exports = {};
|
|
31
|
+
__export(SocialNetworkFilled_exports, {
|
|
32
|
+
default: () => SocialNetworkFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(SocialNetworkFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_SocialNetworkFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/SocialNetworkFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var SocialNetworkFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SocialNetworkFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(SocialNetworkFilled);
|
|
40
|
+
RefIcon.displayName = "SocialNetworkFilled";
|
|
41
|
+
var SocialNetworkFilled_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/SocialNetworkOutlined.tsx
|
|
30
|
+
var SocialNetworkOutlined_exports = {};
|
|
31
|
+
__export(SocialNetworkOutlined_exports, {
|
|
32
|
+
default: () => SocialNetworkOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(SocialNetworkOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_SocialNetworkOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SocialNetworkOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var SocialNetworkOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SocialNetworkOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(SocialNetworkOutlined);
|
|
40
|
+
RefIcon.displayName = "SocialNetworkOutlined";
|
|
41
|
+
var SocialNetworkOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export { default as AlgorithmSupermarketPurely } from './AlgorithmSupermarketPur
|
|
|
23
23
|
export { default as AlignCenterOutlined } from './AlignCenterOutlined';
|
|
24
24
|
export { default as AlignLeftOutlined } from './AlignLeftOutlined';
|
|
25
25
|
export { default as AlignRightOutlined } from './AlignRightOutlined';
|
|
26
|
+
export { default as AmapFilled } from './AmapFilled';
|
|
26
27
|
export { default as AndroidFilled } from './AndroidFilled';
|
|
27
28
|
export { default as AndroidOutlined } from './AndroidOutlined';
|
|
28
29
|
export { default as AnimalHospitalFilled } from './AnimalHospitalFilled';
|
|
@@ -881,6 +882,8 @@ export { default as SmileOutlined } from './SmileOutlined';
|
|
|
881
882
|
export { default as SmokeFilled } from './SmokeFilled';
|
|
882
883
|
export { default as SmokeOutlined } from './SmokeOutlined';
|
|
883
884
|
export { default as SmokePurely } from './SmokePurely';
|
|
885
|
+
export { default as SocialNetworkFilled } from './SocialNetworkFilled';
|
|
886
|
+
export { default as SocialNetworkOutlined } from './SocialNetworkOutlined';
|
|
884
887
|
export { default as SortOutlined } from './SortOutlined';
|
|
885
888
|
export { default as SoundOutlined } from './SoundOutlined';
|
|
886
889
|
export { default as SoundSmallOutlined } from './SoundSmallOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -54,6 +54,7 @@ __export(icons_exports, {
|
|
|
54
54
|
AlignCenterOutlined: () => import_AlignCenterOutlined.default,
|
|
55
55
|
AlignLeftOutlined: () => import_AlignLeftOutlined.default,
|
|
56
56
|
AlignRightOutlined: () => import_AlignRightOutlined.default,
|
|
57
|
+
AmapFilled: () => import_AmapFilled.default,
|
|
57
58
|
AndroidFilled: () => import_AndroidFilled.default,
|
|
58
59
|
AndroidOutlined: () => import_AndroidOutlined.default,
|
|
59
60
|
AnimalHospitalFilled: () => import_AnimalHospitalFilled.default,
|
|
@@ -912,6 +913,8 @@ __export(icons_exports, {
|
|
|
912
913
|
SmokeFilled: () => import_SmokeFilled.default,
|
|
913
914
|
SmokeOutlined: () => import_SmokeOutlined.default,
|
|
914
915
|
SmokePurely: () => import_SmokePurely.default,
|
|
916
|
+
SocialNetworkFilled: () => import_SocialNetworkFilled.default,
|
|
917
|
+
SocialNetworkOutlined: () => import_SocialNetworkOutlined.default,
|
|
915
918
|
SortOutlined: () => import_SortOutlined.default,
|
|
916
919
|
SoundOutlined: () => import_SoundOutlined.default,
|
|
917
920
|
SoundSmallOutlined: () => import_SoundSmallOutlined.default,
|
|
@@ -1121,6 +1124,7 @@ var import_AlgorithmSupermarketPurely = __toESM(require("./AlgorithmSupermarketP
|
|
|
1121
1124
|
var import_AlignCenterOutlined = __toESM(require("./AlignCenterOutlined"));
|
|
1122
1125
|
var import_AlignLeftOutlined = __toESM(require("./AlignLeftOutlined"));
|
|
1123
1126
|
var import_AlignRightOutlined = __toESM(require("./AlignRightOutlined"));
|
|
1127
|
+
var import_AmapFilled = __toESM(require("./AmapFilled"));
|
|
1124
1128
|
var import_AndroidFilled = __toESM(require("./AndroidFilled"));
|
|
1125
1129
|
var import_AndroidOutlined = __toESM(require("./AndroidOutlined"));
|
|
1126
1130
|
var import_AnimalHospitalFilled = __toESM(require("./AnimalHospitalFilled"));
|
|
@@ -1979,6 +1983,8 @@ var import_SmileOutlined = __toESM(require("./SmileOutlined"));
|
|
|
1979
1983
|
var import_SmokeFilled = __toESM(require("./SmokeFilled"));
|
|
1980
1984
|
var import_SmokeOutlined = __toESM(require("./SmokeOutlined"));
|
|
1981
1985
|
var import_SmokePurely = __toESM(require("./SmokePurely"));
|
|
1986
|
+
var import_SocialNetworkFilled = __toESM(require("./SocialNetworkFilled"));
|
|
1987
|
+
var import_SocialNetworkOutlined = __toESM(require("./SocialNetworkOutlined"));
|
|
1982
1988
|
var import_SortOutlined = __toESM(require("./SortOutlined"));
|
|
1983
1989
|
var import_SoundOutlined = __toESM(require("./SoundOutlined"));
|
|
1984
1990
|
var import_SoundSmallOutlined = __toESM(require("./SoundSmallOutlined"));
|
|
@@ -2188,6 +2194,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2188
2194
|
AlignCenterOutlined,
|
|
2189
2195
|
AlignLeftOutlined,
|
|
2190
2196
|
AlignRightOutlined,
|
|
2197
|
+
AmapFilled,
|
|
2191
2198
|
AndroidFilled,
|
|
2192
2199
|
AndroidOutlined,
|
|
2193
2200
|
AnimalHospitalFilled,
|
|
@@ -3046,6 +3053,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3046
3053
|
SmokeFilled,
|
|
3047
3054
|
SmokeOutlined,
|
|
3048
3055
|
SmokePurely,
|
|
3056
|
+
SocialNetworkFilled,
|
|
3057
|
+
SocialNetworkOutlined,
|
|
3049
3058
|
SortOutlined,
|
|
3050
3059
|
SoundOutlined,
|
|
3051
3060
|
SoundSmallOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.87.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.
|
|
30
|
+
"@sensoro-design/icons-svg": "2.87.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|