@douyinfe/semi-icons 2.93.0 → 2.94.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/dist/umd/semi-icons.js +92 -0
- package/dist/umd/semi-icons.js.map +1 -1
- package/dist/umd/semi-icons.min.js +1 -1
- package/dist/umd/semi-icons.min.js.map +1 -1
- package/lib/cjs/icons/IconMaximize2.d.ts +3 -0
- package/lib/cjs/icons/IconMaximize2.js +28 -0
- package/lib/cjs/icons/IconMaximize2Stroked.d.ts +3 -0
- package/lib/cjs/icons/IconMaximize2Stroked.js +28 -0
- package/lib/cjs/icons/IconRestore.d.ts +3 -0
- package/lib/cjs/icons/IconRestore.js +28 -0
- package/lib/cjs/icons/IconRestoreStroked.d.ts +3 -0
- package/lib/cjs/icons/IconRestoreStroked.js +28 -0
- package/lib/cjs/icons/index.d.ts +4 -0
- package/lib/cjs/icons/index.js +28 -0
- package/lib/es/icons/IconMaximize2.d.ts +3 -0
- package/lib/es/icons/IconMaximize2.js +20 -0
- package/lib/es/icons/IconMaximize2Stroked.d.ts +3 -0
- package/lib/es/icons/IconMaximize2Stroked.js +20 -0
- package/lib/es/icons/IconRestore.d.ts +3 -0
- package/lib/es/icons/IconRestore.js +20 -0
- package/lib/es/icons/IconRestoreStroked.d.ts +3 -0
- package/lib/es/icons/IconRestoreStroked.js +20 -0
- package/lib/es/icons/index.d.ts +4 -0
- package/lib/es/icons/index.js +4 -0
- package/package.json +2 -2
- package/src/icons/IconMaximize2.tsx +25 -0
- package/src/icons/IconMaximize2Stroked.tsx +25 -0
- package/src/icons/IconRestore.tsx +25 -0
- package/src/icons/IconRestoreStroked.tsx +25 -0
- package/src/icons/index.ts +4 -0
- package/src/svgs/maximize2.svg +1 -0
- package/src/svgs/maximize2_stroked.svg +1 -0
- package/src/svgs/meta.json +16 -0
- package/src/svgs/restore.svg +1 -0
- package/src/svgs/restore_stroked.svg +1 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _Icon = require("../components/Icon");
|
|
9
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
10
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
11
|
+
function SvgComponent(props) {
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
focusable: false,
|
|
19
|
+
"aria-hidden": true
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M5 5.5A.5.5 0 015.5 5h13a.5.5 0 01.5.5v13a.5.5 0 01-.5.5H5.5A.5.5 0 015 18.5V5.5Zm-3 0v13A3.5 3.5 0 005.5 22h13A3.5 3.5 0 0022 18.5V5A3.5 3.5 0 0018.5 2H5.5A3.5 3.5 0 002 5.5Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'maximize_2');
|
|
28
|
+
var _default = exports.default = IconComponent;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _Icon = require("../components/Icon");
|
|
9
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
10
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
11
|
+
function SvgComponent(props) {
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
focusable: false,
|
|
19
|
+
"aria-hidden": true
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M4 4H21V20H4V4ZM2 3V21a1 1 0 001 1H22a1 1 0 001-1V3A1 1 0 0022 2H3A1 1 0 002 3Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'maximize_2_stroked');
|
|
28
|
+
var _default = exports.default = IconComponent;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _Icon = require("../components/Icon");
|
|
9
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
10
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
11
|
+
function SvgComponent(props) {
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
focusable: false,
|
|
19
|
+
"aria-hidden": true
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M3 9A2 2 0 015 7H15a2 2 0 012 2V19a2 2 0 01-2 2H5A2 2 0 013 19V9Zm3 1v8h8V10H6ZM7 4c0-1.1.9-2 2-2h11a2 2 0 012 2v11a2 2 0 01-2 2h-1V5H7V4Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'restore');
|
|
28
|
+
var _default = exports.default = IconComponent;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _Icon = require("../components/Icon");
|
|
9
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
10
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
11
|
+
function SvgComponent(props) {
|
|
12
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: "1em",
|
|
17
|
+
height: "1em",
|
|
18
|
+
focusable: false,
|
|
19
|
+
"aria-hidden": true
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M22 16a2 2 0 01-2 2V4H6c0-1.1.9-2 2-2h12a2 2 0 012 2v12ZM2 8c0-1.1.9-2 2-2h12a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V8ZM4 8V20H16V8H4Z",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}));
|
|
26
|
+
}
|
|
27
|
+
const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'restore_stroked');
|
|
28
|
+
var _default = exports.default = IconComponent;
|
package/lib/cjs/icons/index.d.ts
CHANGED
|
@@ -308,6 +308,8 @@ export { default as IconMarginLeftStroked } from './IconMarginLeftStroked';
|
|
|
308
308
|
export { default as IconMarginStroked } from './IconMarginStroked';
|
|
309
309
|
export { default as IconMark } from './IconMark';
|
|
310
310
|
export { default as IconMaximize } from './IconMaximize';
|
|
311
|
+
export { default as IconMaximize2 } from './IconMaximize2';
|
|
312
|
+
export { default as IconMaximize2Stroked } from './IconMaximize2Stroked';
|
|
311
313
|
export { default as IconMember } from './IconMember';
|
|
312
314
|
export { default as IconMenu } from './IconMenu';
|
|
313
315
|
export { default as IconMicrophone } from './IconMicrophone';
|
|
@@ -378,6 +380,8 @@ export { default as IconReply } from './IconReply';
|
|
|
378
380
|
export { default as IconReplyStroked } from './IconReplyStroked';
|
|
379
381
|
export { default as IconResso } from './IconResso';
|
|
380
382
|
export { default as IconRestart } from './IconRestart';
|
|
383
|
+
export { default as IconRestore } from './IconRestore';
|
|
384
|
+
export { default as IconRestoreStroked } from './IconRestoreStroked';
|
|
381
385
|
export { default as IconRingChartStroked } from './IconRingChartStroked';
|
|
382
386
|
export { default as IconRotate } from './IconRotate';
|
|
383
387
|
export { default as IconRotationStroked } from './IconRotationStroked';
|
package/lib/cjs/icons/index.js
CHANGED
|
@@ -1863,6 +1863,18 @@ Object.defineProperty(exports, "IconMaximize", {
|
|
|
1863
1863
|
return _IconMaximize.default;
|
|
1864
1864
|
}
|
|
1865
1865
|
});
|
|
1866
|
+
Object.defineProperty(exports, "IconMaximize2", {
|
|
1867
|
+
enumerable: true,
|
|
1868
|
+
get: function () {
|
|
1869
|
+
return _IconMaximize2.default;
|
|
1870
|
+
}
|
|
1871
|
+
});
|
|
1872
|
+
Object.defineProperty(exports, "IconMaximize2Stroked", {
|
|
1873
|
+
enumerable: true,
|
|
1874
|
+
get: function () {
|
|
1875
|
+
return _IconMaximize2Stroked.default;
|
|
1876
|
+
}
|
|
1877
|
+
});
|
|
1866
1878
|
Object.defineProperty(exports, "IconMember", {
|
|
1867
1879
|
enumerable: true,
|
|
1868
1880
|
get: function () {
|
|
@@ -2283,6 +2295,18 @@ Object.defineProperty(exports, "IconRestart", {
|
|
|
2283
2295
|
return _IconRestart.default;
|
|
2284
2296
|
}
|
|
2285
2297
|
});
|
|
2298
|
+
Object.defineProperty(exports, "IconRestore", {
|
|
2299
|
+
enumerable: true,
|
|
2300
|
+
get: function () {
|
|
2301
|
+
return _IconRestore.default;
|
|
2302
|
+
}
|
|
2303
|
+
});
|
|
2304
|
+
Object.defineProperty(exports, "IconRestoreStroked", {
|
|
2305
|
+
enumerable: true,
|
|
2306
|
+
get: function () {
|
|
2307
|
+
return _IconRestoreStroked.default;
|
|
2308
|
+
}
|
|
2309
|
+
});
|
|
2286
2310
|
Object.defineProperty(exports, "IconRingChartStroked", {
|
|
2287
2311
|
enumerable: true,
|
|
2288
2312
|
get: function () {
|
|
@@ -3427,6 +3451,8 @@ var _IconMarginLeftStroked = _interopRequireDefault(require("./IconMarginLeftStr
|
|
|
3427
3451
|
var _IconMarginStroked = _interopRequireDefault(require("./IconMarginStroked"));
|
|
3428
3452
|
var _IconMark = _interopRequireDefault(require("./IconMark"));
|
|
3429
3453
|
var _IconMaximize = _interopRequireDefault(require("./IconMaximize"));
|
|
3454
|
+
var _IconMaximize2 = _interopRequireDefault(require("./IconMaximize2"));
|
|
3455
|
+
var _IconMaximize2Stroked = _interopRequireDefault(require("./IconMaximize2Stroked"));
|
|
3430
3456
|
var _IconMember = _interopRequireDefault(require("./IconMember"));
|
|
3431
3457
|
var _IconMenu = _interopRequireDefault(require("./IconMenu"));
|
|
3432
3458
|
var _IconMicrophone = _interopRequireDefault(require("./IconMicrophone"));
|
|
@@ -3497,6 +3523,8 @@ var _IconReply = _interopRequireDefault(require("./IconReply"));
|
|
|
3497
3523
|
var _IconReplyStroked = _interopRequireDefault(require("./IconReplyStroked"));
|
|
3498
3524
|
var _IconResso = _interopRequireDefault(require("./IconResso"));
|
|
3499
3525
|
var _IconRestart = _interopRequireDefault(require("./IconRestart"));
|
|
3526
|
+
var _IconRestore = _interopRequireDefault(require("./IconRestore"));
|
|
3527
|
+
var _IconRestoreStroked = _interopRequireDefault(require("./IconRestoreStroked"));
|
|
3500
3528
|
var _IconRingChartStroked = _interopRequireDefault(require("./IconRingChartStroked"));
|
|
3501
3529
|
var _IconRotate = _interopRequireDefault(require("./IconRotate"));
|
|
3502
3530
|
var _IconRotationStroked = _interopRequireDefault(require("./IconRotationStroked"));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
focusable: false,
|
|
11
|
+
"aria-hidden": true
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M5 5.5A.5.5 0 015.5 5h13a.5.5 0 01.5.5v13a.5.5 0 01-.5.5H5.5A.5.5 0 015 18.5V5.5Zm-3 0v13A3.5 3.5 0 005.5 22h13A3.5 3.5 0 0022 18.5V5A3.5 3.5 0 0018.5 2H5.5A3.5 3.5 0 002 5.5Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}));
|
|
18
|
+
}
|
|
19
|
+
const IconComponent = convertIcon(SvgComponent, 'maximize_2');
|
|
20
|
+
export default IconComponent;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
focusable: false,
|
|
11
|
+
"aria-hidden": true
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M4 4H21V20H4V4ZM2 3V21a1 1 0 001 1H22a1 1 0 001-1V3A1 1 0 0022 2H3A1 1 0 002 3Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}));
|
|
18
|
+
}
|
|
19
|
+
const IconComponent = convertIcon(SvgComponent, 'maximize_2_stroked');
|
|
20
|
+
export default IconComponent;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
focusable: false,
|
|
11
|
+
"aria-hidden": true
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M3 9A2 2 0 015 7H15a2 2 0 012 2V19a2 2 0 01-2 2H5A2 2 0 013 19V9Zm3 1v8h8V10H6ZM7 4c0-1.1.9-2 2-2h11a2 2 0 012 2v11a2 2 0 01-2 2h-1V5H7V4Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}));
|
|
18
|
+
}
|
|
19
|
+
const IconComponent = convertIcon(SvgComponent, 'restore');
|
|
20
|
+
export default IconComponent;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props) {
|
|
4
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
focusable: false,
|
|
11
|
+
"aria-hidden": true
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M22 16a2 2 0 01-2 2V4H6c0-1.1.9-2 2-2h12a2 2 0 012 2v12ZM2 8c0-1.1.9-2 2-2h12a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V8ZM4 8V20H16V8H4Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}));
|
|
18
|
+
}
|
|
19
|
+
const IconComponent = convertIcon(SvgComponent, 'restore_stroked');
|
|
20
|
+
export default IconComponent;
|
package/lib/es/icons/index.d.ts
CHANGED
|
@@ -308,6 +308,8 @@ export { default as IconMarginLeftStroked } from './IconMarginLeftStroked';
|
|
|
308
308
|
export { default as IconMarginStroked } from './IconMarginStroked';
|
|
309
309
|
export { default as IconMark } from './IconMark';
|
|
310
310
|
export { default as IconMaximize } from './IconMaximize';
|
|
311
|
+
export { default as IconMaximize2 } from './IconMaximize2';
|
|
312
|
+
export { default as IconMaximize2Stroked } from './IconMaximize2Stroked';
|
|
311
313
|
export { default as IconMember } from './IconMember';
|
|
312
314
|
export { default as IconMenu } from './IconMenu';
|
|
313
315
|
export { default as IconMicrophone } from './IconMicrophone';
|
|
@@ -378,6 +380,8 @@ export { default as IconReply } from './IconReply';
|
|
|
378
380
|
export { default as IconReplyStroked } from './IconReplyStroked';
|
|
379
381
|
export { default as IconResso } from './IconResso';
|
|
380
382
|
export { default as IconRestart } from './IconRestart';
|
|
383
|
+
export { default as IconRestore } from './IconRestore';
|
|
384
|
+
export { default as IconRestoreStroked } from './IconRestoreStroked';
|
|
381
385
|
export { default as IconRingChartStroked } from './IconRingChartStroked';
|
|
382
386
|
export { default as IconRotate } from './IconRotate';
|
|
383
387
|
export { default as IconRotationStroked } from './IconRotationStroked';
|
package/lib/es/icons/index.js
CHANGED
|
@@ -308,6 +308,8 @@ export { default as IconMarginLeftStroked } from './IconMarginLeftStroked';
|
|
|
308
308
|
export { default as IconMarginStroked } from './IconMarginStroked';
|
|
309
309
|
export { default as IconMark } from './IconMark';
|
|
310
310
|
export { default as IconMaximize } from './IconMaximize';
|
|
311
|
+
export { default as IconMaximize2 } from './IconMaximize2';
|
|
312
|
+
export { default as IconMaximize2Stroked } from './IconMaximize2Stroked';
|
|
311
313
|
export { default as IconMember } from './IconMember';
|
|
312
314
|
export { default as IconMenu } from './IconMenu';
|
|
313
315
|
export { default as IconMicrophone } from './IconMicrophone';
|
|
@@ -378,6 +380,8 @@ export { default as IconReply } from './IconReply';
|
|
|
378
380
|
export { default as IconReplyStroked } from './IconReplyStroked';
|
|
379
381
|
export { default as IconResso } from './IconResso';
|
|
380
382
|
export { default as IconRestart } from './IconRestart';
|
|
383
|
+
export { default as IconRestore } from './IconRestore';
|
|
384
|
+
export { default as IconRestoreStroked } from './IconRestoreStroked';
|
|
381
385
|
export { default as IconRingChartStroked } from './IconRingChartStroked';
|
|
382
386
|
export { default as IconRotate } from './IconRotate';
|
|
383
387
|
export { default as IconRotationStroked } from './IconRotationStroked';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.94.0",
|
|
4
4
|
"description": "semi icons",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semi",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"unpkgFiles": [
|
|
57
57
|
"*"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b6e5f6a72898cb0f2d7f8e50d3da7521e3d42f7b"
|
|
60
60
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
+
return (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
focusable={false}
|
|
12
|
+
aria-hidden={true}
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M5 5.5A.5.5 0 015.5 5h13a.5.5 0 01.5.5v13a.5.5 0 01-.5.5H5.5A.5.5 0 015 18.5V5.5Zm-3 0v13A3.5 3.5 0 005.5 22h13A3.5 3.5 0 0022 18.5V5A3.5 3.5 0 0018.5 2H5.5A3.5 3.5 0 002 5.5Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const IconComponent = convertIcon(SvgComponent, 'maximize_2');
|
|
25
|
+
export default IconComponent;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
+
return (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
focusable={false}
|
|
12
|
+
aria-hidden={true}
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M4 4H21V20H4V4ZM2 3V21a1 1 0 001 1H22a1 1 0 001-1V3A1 1 0 0022 2H3A1 1 0 002 3Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const IconComponent = convertIcon(SvgComponent, 'maximize_2_stroked');
|
|
25
|
+
export default IconComponent;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
+
return (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
focusable={false}
|
|
12
|
+
aria-hidden={true}
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M3 9A2 2 0 015 7H15a2 2 0 012 2V19a2 2 0 01-2 2H5A2 2 0 013 19V9Zm3 1v8h8V10H6ZM7 4c0-1.1.9-2 2-2h11a2 2 0 012 2v11a2 2 0 01-2 2h-1V5H7V4Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const IconComponent = convertIcon(SvgComponent, 'restore');
|
|
25
|
+
export default IconComponent;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { convertIcon } from '../components/Icon';
|
|
3
|
+
function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
|
|
4
|
+
return (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
focusable={false}
|
|
12
|
+
aria-hidden={true}
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M22 16a2 2 0 01-2 2V4H6c0-1.1.9-2 2-2h12a2 2 0 012 2v12ZM2 8c0-1.1.9-2 2-2h12a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V8ZM4 8V20H16V8H4Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const IconComponent = convertIcon(SvgComponent, 'restore_stroked');
|
|
25
|
+
export default IconComponent;
|
package/src/icons/index.ts
CHANGED
|
@@ -308,6 +308,8 @@ export { default as IconMarginLeftStroked } from './IconMarginLeftStroked';
|
|
|
308
308
|
export { default as IconMarginStroked } from './IconMarginStroked';
|
|
309
309
|
export { default as IconMark } from './IconMark';
|
|
310
310
|
export { default as IconMaximize } from './IconMaximize';
|
|
311
|
+
export { default as IconMaximize2 } from './IconMaximize2';
|
|
312
|
+
export { default as IconMaximize2Stroked } from './IconMaximize2Stroked';
|
|
311
313
|
export { default as IconMember } from './IconMember';
|
|
312
314
|
export { default as IconMenu } from './IconMenu';
|
|
313
315
|
export { default as IconMicrophone } from './IconMicrophone';
|
|
@@ -378,6 +380,8 @@ export { default as IconReply } from './IconReply';
|
|
|
378
380
|
export { default as IconReplyStroked } from './IconReplyStroked';
|
|
379
381
|
export { default as IconResso } from './IconResso';
|
|
380
382
|
export { default as IconRestart } from './IconRestart';
|
|
383
|
+
export { default as IconRestore } from './IconRestore';
|
|
384
|
+
export { default as IconRestoreStroked } from './IconRestoreStroked';
|
|
381
385
|
export { default as IconRingChartStroked } from './IconRingChartStroked';
|
|
382
386
|
export { default as IconRotate } from './IconRotate';
|
|
383
387
|
export { default as IconRotationStroked } from './IconRotationStroked';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.5A.5.5 0 015.5 5h13a.5.5 0 01.5.5v13a.5.5 0 01-.5.5H5.5A.5.5 0 015 18.5V5.5Zm-3 0v13A3.5 3.5 0 005.5 22h13A3.5 3.5 0 0022 18.5V5A3.5 3.5 0 0018.5 2H5.5A3.5 3.5 0 002 5.5Z" fill="black"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 4H21V20H4V4ZM2 3V21a1 1 0 001 1H22a1 1 0 001-1V3A1 1 0 0022 2H3A1 1 0 002 3Z" fill="black"/></svg>
|
package/src/svgs/meta.json
CHANGED
|
@@ -547,6 +547,14 @@
|
|
|
547
547
|
"name": "maximize",
|
|
548
548
|
"category": "Interface"
|
|
549
549
|
},
|
|
550
|
+
{
|
|
551
|
+
"name": "maximize2",
|
|
552
|
+
"category": "Interface"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "maximize2_stroked",
|
|
556
|
+
"category": "Interface"
|
|
557
|
+
},
|
|
550
558
|
{
|
|
551
559
|
"name": "minimize",
|
|
552
560
|
"category": "Interface"
|
|
@@ -1139,6 +1147,14 @@
|
|
|
1139
1147
|
"name": "restart",
|
|
1140
1148
|
"category": "Music"
|
|
1141
1149
|
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "restore",
|
|
1152
|
+
"category": "Interface"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "restore_stroked",
|
|
1156
|
+
"category": "Interface"
|
|
1157
|
+
},
|
|
1142
1158
|
{
|
|
1143
1159
|
"name": "dongchedi_logo",
|
|
1144
1160
|
"category": "Brands"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 9A2 2 0 015 7H15a2 2 0 012 2V19a2 2 0 01-2 2H5A2 2 0 013 19V9Zm3 1v8h8V10H6ZM7 4c0-1.1.9-2 2-2h11a2 2 0 012 2v11a2 2 0 01-2 2h-1V5H7V4Z" fill="black"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 16a2 2 0 01-2 2V4H6c0-1.1.9-2 2-2h12a2 2 0 012 2v12ZM2 8c0-1.1.9-2 2-2h12a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V8ZM4 8V20H16V8H4Z" fill="black"/></svg>
|