@firesoon/icons-react 1.57.0 → 1.58.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,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
11
|
+
|
|
12
|
+
var _rijianshoushu = _interopRequireDefault(require("../../icons/outlined/rijianshoushu"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
|
|
18
|
+
var _default = function _default() {
|
|
19
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
20
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
21
|
+
rootNode: _rijianshoushu.default,
|
|
22
|
+
iconName: 'rijianshoushu'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -144,6 +144,7 @@ export { default as Qingdanzhiliangjiancha } from './Qingdanzhiliangjiancha';
|
|
|
144
144
|
export { default as QingdanzhiliangjianchaFill } from './QingdanzhiliangjianchaFill';
|
|
145
145
|
export { default as RedAlert } from './RedAlert';
|
|
146
146
|
export { default as ReHospitalized } from './ReHospitalized';
|
|
147
|
+
export { default as Rijianshoushu } from './Rijianshoushu';
|
|
147
148
|
export { default as Rise } from './Rise';
|
|
148
149
|
export { default as RotateSpeed } from './RotateSpeed';
|
|
149
150
|
export { default as Schedule } from './Schedule';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "rijianshoushu",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M512 0a512 512 0 110 1024A512 512 0 01512 0zm0 85.33a426.67 426.67 0 100 853.34V85.33z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
package/lib/index.js
CHANGED
|
@@ -167,6 +167,7 @@ export { default as Qingdanzhiliangjiancha } from './components/outlined/Qingdan
|
|
|
167
167
|
export { default as QingdanzhiliangjianchaFill } from './components/outlined/QingdanzhiliangjianchaFill';
|
|
168
168
|
export { default as RedAlert } from './components/outlined/RedAlert';
|
|
169
169
|
export { default as ReHospitalized } from './components/outlined/ReHospitalized';
|
|
170
|
+
export { default as Rijianshoushu } from './components/outlined/Rijianshoushu';
|
|
170
171
|
export { default as Rise } from './components/outlined/Rise';
|
|
171
172
|
export { default as RotateSpeed } from './components/outlined/RotateSpeed';
|
|
172
173
|
export { default as Schedule } from './components/outlined/Schedule';
|