@sensoro-design/icons-svg 2.92.0 → 2.93.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/es/asn/HangUpFilled.d.ts +3 -0
- package/es/asn/HangUpFilled.js +20 -0
- package/es/asn/HangUpOutlined.d.ts +3 -0
- package/es/asn/HangUpOutlined.js +20 -0
- package/es/asn/MaximizeOutlined.d.ts +3 -0
- package/es/asn/MaximizeOutlined.js +20 -0
- package/es/asn/MinimizeOutlined.d.ts +3 -0
- package/es/asn/MinimizeOutlined.js +20 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +4 -0
- package/inline-namespaced-svg/filled/hang-up.svg +1 -0
- package/inline-namespaced-svg/outlined/hang-up.svg +1 -0
- package/inline-namespaced-svg/outlined/maximize.svg +1 -0
- package/inline-namespaced-svg/outlined/minimize.svg +1 -0
- package/inline-svg/filled/hang-up.svg +1 -0
- package/inline-svg/outlined/hang-up.svg +1 -0
- package/inline-svg/outlined/maximize.svg +1 -0
- package/inline-svg/outlined/minimize.svg +1 -0
- package/lib/asn/HangUpFilled.d.ts +3 -0
- package/lib/asn/HangUpFilled.js +41 -0
- package/lib/asn/HangUpOutlined.d.ts +3 -0
- package/lib/asn/HangUpOutlined.js +41 -0
- package/lib/asn/MaximizeOutlined.d.ts +3 -0
- package/lib/asn/MaximizeOutlined.js +41 -0
- package/lib/asn/MinimizeOutlined.d.ts +3 -0
- package/lib/asn/MinimizeOutlined.js +41 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +12 -0
- package/package.json +1 -1
- package/src/asn/HangUpFilled.ts +21 -0
- package/src/asn/HangUpOutlined.ts +21 -0
- package/src/asn/MaximizeOutlined.ts +21 -0
- package/src/asn/MinimizeOutlined.ts +21 -0
- package/src/index.ts +4 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var HangUpFilled = {
|
|
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: 'M986.62 504.96v110.08a52.8 52.8 0 0 1-52.73 52.8l-158.47.06a52.8 52.8 0 0 1-52.73-52.73V456.19a484.03 484.03 0 0 0-421.31 2.56v156.42a52.84 52.84 0 0 1-52.8 52.73H90.18a52.8 52.8 0 0 1-52.8-52.8V508.54a121.25 121.25 0 0 1 47.1-101.95l18.56-14.08c5.44-3.97 9.6-6.97 12.54-8.96a724.86 724.86 0 0 1 786.82-7.23l19 12.48a505.02 505.02 0 0 1 17.74 13.06 121.5 121.5 0 0 1 47.68 92.16l-.13 11z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'hang-up',
|
|
18
|
+
theme: 'filled'
|
|
19
|
+
};
|
|
20
|
+
export default HangUpFilled;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var HangUpOutlined = {
|
|
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: 'M60.6 447.1v150.53a68.8 68.8 0 0 0 69.13 69l161.98.19a69 69 0 0 0 69.12-69.19l.13-126.78a405.44 405.44 0 0 1 151.1-28.93 406.2 406.2 0 0 1 151.17 28.74v126.72a68.8 68.8 0 0 0 69 69.05l162.1.2a69 69 0 0 0 69.13-69.13V447.04a119.74 119.74 0 0 0-49.54-96.64C804.86 272.13 662.14 229.06 512.12 229c-150 .18-292.73 43.32-401.91 121.4a119.23 119.23 0 0 0-49.6 96.64zm91.27-38.14c97.15-69.57 225.15-107.9 360.2-107.9 135.03 0 263.03 38.27 360.12 107.84 12.23 8.7 19.46 23.04 19.52 38.2v147.78l-156.8.06.2-170.88-20.93-9.6a481.28 481.28 0 0 0-404.1.13l-21 9.6.14 170.75-156.8.07V447.23c0-15.3 7.23-29.57 19.45-38.27z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'hang-up',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default HangUpOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var MaximizeOutlined = {
|
|
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: 'm855.04 160.13-189.25 23.49a7.94 7.94 0 0 0-4.67 13.44l54.66 54.72L562.3 405.3a8 8 0 0 0 0 11.27l45.12 45.12a8 8 0 0 0 11.27 0l153.6-153.6L827 362.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.9-8.96zM416.64 562.3a8 8 0 0 0-11.33 0L251.78 715.9l-54.66-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.9 8.96l189.19-23.56a7.94 7.94 0 0 0 4.67-13.44l-54.66-54.72 153.6-153.6a8 8 0 0 0 0-11.32l-45.24-45z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'maximize',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default MaximizeOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var MinimizeOutlined = {
|
|
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: 'm881.73 187.4-45.12-45.13a8 8 0 0 0-11.33 0L667.84 299.9l-54.72-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.84 9.02l189.18-23.55a7.94 7.94 0 0 0 4.68-13.44l-54.66-54.72 157.57-157.63a8 8 0 0 0-.07-11.2zM438.98 576.12l-189.19 23.49a8 8 0 0 0-4.67 13.44l54.66 54.72-157.44 157.5a8 8 0 0 0 0 11.33l45.05 45.12a8 8 0 0 0 11.33 0L356.29 724.1 411 778.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.83-9.02z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'minimize',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default MinimizeOutlined;
|
package/es/index.d.ts
CHANGED
|
@@ -438,6 +438,8 @@ export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
|
|
|
438
438
|
export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
|
|
439
439
|
export { default as HailOutlined } from './asn/HailOutlined';
|
|
440
440
|
export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
|
|
441
|
+
export { default as HangUpFilled } from './asn/HangUpFilled';
|
|
442
|
+
export { default as HangUpOutlined } from './asn/HangUpOutlined';
|
|
441
443
|
export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
|
|
442
444
|
export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
|
|
443
445
|
export { default as HashrateFilled } from './asn/HashrateFilled';
|
|
@@ -583,6 +585,7 @@ export { default as ManualAlarmCircleOutlined } from './asn/ManualAlarmCircleOut
|
|
|
583
585
|
export { default as ManualOutlined } from './asn/ManualOutlined';
|
|
584
586
|
export { default as Map2DOutlined } from './asn/Map2DOutlined';
|
|
585
587
|
export { default as Map3DOutlined } from './asn/Map3DOutlined';
|
|
588
|
+
export { default as MaximizeOutlined } from './asn/MaximizeOutlined';
|
|
586
589
|
export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
|
|
587
590
|
export { default as MedalsFilled } from './asn/MedalsFilled';
|
|
588
591
|
export { default as MedalsOutlined } from './asn/MedalsOutlined';
|
|
@@ -604,6 +607,7 @@ export { default as MigrateOutlined } from './asn/MigrateOutlined';
|
|
|
604
607
|
export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
|
|
605
608
|
export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
|
|
606
609
|
export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
|
|
610
|
+
export { default as MinimizeOutlined } from './asn/MinimizeOutlined';
|
|
607
611
|
export { default as MinusCircleFilled } from './asn/MinusCircleFilled';
|
|
608
612
|
export { default as MinusCircleOutlined } from './asn/MinusCircleOutlined';
|
|
609
613
|
export { default as MinusOutlined } from './asn/MinusOutlined';
|
package/es/index.js
CHANGED
|
@@ -439,6 +439,8 @@ export { default as GroupRuleFilled } from "./asn/GroupRuleFilled";
|
|
|
439
439
|
export { default as GroupRuleOutlined } from "./asn/GroupRuleOutlined";
|
|
440
440
|
export { default as HailOutlined } from "./asn/HailOutlined";
|
|
441
441
|
export { default as HandcuffsOutlined } from "./asn/HandcuffsOutlined";
|
|
442
|
+
export { default as HangUpFilled } from "./asn/HangUpFilled";
|
|
443
|
+
export { default as HangUpOutlined } from "./asn/HangUpOutlined";
|
|
442
444
|
export { default as HashrateCenterFilled } from "./asn/HashrateCenterFilled";
|
|
443
445
|
export { default as HashrateCenterOutlined } from "./asn/HashrateCenterOutlined";
|
|
444
446
|
export { default as HashrateFilled } from "./asn/HashrateFilled";
|
|
@@ -584,6 +586,7 @@ export { default as ManualAlarmCircleOutlined } from "./asn/ManualAlarmCircleOut
|
|
|
584
586
|
export { default as ManualOutlined } from "./asn/ManualOutlined";
|
|
585
587
|
export { default as Map2DOutlined } from "./asn/Map2DOutlined";
|
|
586
588
|
export { default as Map3DOutlined } from "./asn/Map3DOutlined";
|
|
589
|
+
export { default as MaximizeOutlined } from "./asn/MaximizeOutlined";
|
|
587
590
|
export { default as MeansAccessOutlined } from "./asn/MeansAccessOutlined";
|
|
588
591
|
export { default as MedalsFilled } from "./asn/MedalsFilled";
|
|
589
592
|
export { default as MedalsOutlined } from "./asn/MedalsOutlined";
|
|
@@ -605,6 +608,7 @@ export { default as MigrateOutlined } from "./asn/MigrateOutlined";
|
|
|
605
608
|
export { default as MiniatureFireStationAddOutlined } from "./asn/MiniatureFireStationAddOutlined";
|
|
606
609
|
export { default as MiniatureFireStationFilled } from "./asn/MiniatureFireStationFilled";
|
|
607
610
|
export { default as MiniatureFireStationOutlined } from "./asn/MiniatureFireStationOutlined";
|
|
611
|
+
export { default as MinimizeOutlined } from "./asn/MinimizeOutlined";
|
|
608
612
|
export { default as MinusCircleFilled } from "./asn/MinusCircleFilled";
|
|
609
613
|
export { default as MinusCircleOutlined } from "./asn/MinusCircleOutlined";
|
|
610
614
|
export { default as MinusOutlined } from "./asn/MinusOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M986.62 504.96v110.08a52.8 52.8 0 0 1-52.73 52.8l-158.47.06a52.8 52.8 0 0 1-52.73-52.73V456.19a484.03 484.03 0 0 0-421.31 2.56v156.42a52.84 52.84 0 0 1-52.8 52.73H90.18a52.8 52.8 0 0 1-52.8-52.8V508.54a121.25 121.25 0 0 1 47.1-101.95l18.56-14.08c5.44-3.97 9.6-6.97 12.54-8.96a724.86 724.86 0 0 1 786.82-7.23l19 12.48a505.02 505.02 0 0 1 17.74 13.06 121.5 121.5 0 0 1 47.68 92.16l-.13 11z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M60.6 447.1v150.53a68.8 68.8 0 0 0 69.13 69l161.98.19a69 69 0 0 0 69.12-69.19l.13-126.78a405.44 405.44 0 0 1 151.1-28.93 406.2 406.2 0 0 1 151.17 28.74v126.72a68.8 68.8 0 0 0 69 69.05l162.1.2a69 69 0 0 0 69.13-69.13V447.04a119.74 119.74 0 0 0-49.54-96.64C804.86 272.13 662.14 229.06 512.12 229c-150 .18-292.73 43.32-401.91 121.4a119.23 119.23 0 0 0-49.6 96.64zm91.27-38.14c97.15-69.57 225.15-107.9 360.2-107.9 135.03 0 263.03 38.27 360.12 107.84 12.23 8.7 19.46 23.04 19.52 38.2v147.78l-156.8.06.2-170.88-20.93-9.6a481.28 481.28 0 0 0-404.1.13l-21 9.6.14 170.75-156.8.07V447.23c0-15.3 7.23-29.57 19.45-38.27z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m855.04 160.13-189.25 23.49a7.94 7.94 0 0 0-4.67 13.44l54.66 54.72L562.3 405.3a8 8 0 0 0 0 11.27l45.12 45.12a8 8 0 0 0 11.27 0l153.6-153.6L827 362.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.9-8.96zM416.64 562.3a8 8 0 0 0-11.33 0L251.78 715.9l-54.66-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.9 8.96l189.19-23.56a7.94 7.94 0 0 0 4.67-13.44l-54.66-54.72 153.6-153.6a8 8 0 0 0 0-11.32l-45.24-45z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m881.73 187.4-45.12-45.13a8 8 0 0 0-11.33 0L667.84 299.9l-54.72-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.84 9.02l189.18-23.55a7.94 7.94 0 0 0 4.68-13.44l-54.66-54.72 157.57-157.63a8 8 0 0 0-.07-11.2zM438.98 576.12l-189.19 23.49a8 8 0 0 0-4.67 13.44l54.66 54.72-157.44 157.5a8 8 0 0 0 0 11.33l45.05 45.12a8 8 0 0 0 11.33 0L356.29 724.1 411 778.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.83-9.02z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M986.62 504.96v110.08a52.8 52.8 0 0 1-52.73 52.8l-158.47.06a52.8 52.8 0 0 1-52.73-52.73V456.19a484.03 484.03 0 0 0-421.31 2.56v156.42a52.84 52.84 0 0 1-52.8 52.73H90.18a52.8 52.8 0 0 1-52.8-52.8V508.54a121.25 121.25 0 0 1 47.1-101.95l18.56-14.08c5.44-3.97 9.6-6.97 12.54-8.96a724.86 724.86 0 0 1 786.82-7.23l19 12.48a505.02 505.02 0 0 1 17.74 13.06 121.5 121.5 0 0 1 47.68 92.16l-.13 11z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M60.6 447.1v150.53a68.8 68.8 0 0 0 69.13 69l161.98.19a69 69 0 0 0 69.12-69.19l.13-126.78a405.44 405.44 0 0 1 151.1-28.93 406.2 406.2 0 0 1 151.17 28.74v126.72a68.8 68.8 0 0 0 69 69.05l162.1.2a69 69 0 0 0 69.13-69.13V447.04a119.74 119.74 0 0 0-49.54-96.64C804.86 272.13 662.14 229.06 512.12 229c-150 .18-292.73 43.32-401.91 121.4a119.23 119.23 0 0 0-49.6 96.64zm91.27-38.14c97.15-69.57 225.15-107.9 360.2-107.9 135.03 0 263.03 38.27 360.12 107.84 12.23 8.7 19.46 23.04 19.52 38.2v147.78l-156.8.06.2-170.88-20.93-9.6a481.28 481.28 0 0 0-404.1.13l-21 9.6.14 170.75-156.8.07V447.23c0-15.3 7.23-29.57 19.45-38.27z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m855.04 160.13-189.25 23.49a7.94 7.94 0 0 0-4.67 13.44l54.66 54.72L562.3 405.3a8 8 0 0 0 0 11.27l45.12 45.12a8 8 0 0 0 11.27 0l153.6-153.6L827 362.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.9-8.96zM416.64 562.3a8 8 0 0 0-11.33 0L251.78 715.9l-54.66-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.9 8.96l189.19-23.56a7.94 7.94 0 0 0 4.67-13.44l-54.66-54.72 153.6-153.6a8 8 0 0 0 0-11.32l-45.24-45z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m881.73 187.4-45.12-45.13a8 8 0 0 0-11.33 0L667.84 299.9l-54.72-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.84 9.02l189.18-23.55a7.94 7.94 0 0 0 4.68-13.44l-54.66-54.72 157.57-157.63a8 8 0 0 0-.07-11.2zM438.98 576.12l-189.19 23.49a8 8 0 0 0-4.67 13.44l54.66 54.72-157.44 157.5a8 8 0 0 0 0 11.33l45.05 45.12a8 8 0 0 0 11.33 0L356.29 724.1 411 778.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.83-9.02z" /></svg>
|
|
@@ -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/HangUpFilled.ts
|
|
20
|
+
var HangUpFilled_exports = {};
|
|
21
|
+
__export(HangUpFilled_exports, {
|
|
22
|
+
default: () => HangUpFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(HangUpFilled_exports);
|
|
25
|
+
var HangUpFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M986.62 504.96v110.08a52.8 52.8 0 0 1-52.73 52.8l-158.47.06a52.8 52.8 0 0 1-52.73-52.73V456.19a484.03 484.03 0 0 0-421.31 2.56v156.42a52.84 52.84 0 0 1-52.8 52.73H90.18a52.8 52.8 0 0 1-52.8-52.8V508.54a121.25 121.25 0 0 1 47.1-101.95l18.56-14.08c5.44-3.97 9.6-6.97 12.54-8.96a724.86 724.86 0 0 1 786.82-7.23l19 12.48a505.02 505.02 0 0 1 17.74 13.06 121.5 121.5 0 0 1 47.68 92.16l-.13 11z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "hang-up",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var HangUpFilled_default = HangUpFilled;
|
|
@@ -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/HangUpOutlined.ts
|
|
20
|
+
var HangUpOutlined_exports = {};
|
|
21
|
+
__export(HangUpOutlined_exports, {
|
|
22
|
+
default: () => HangUpOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(HangUpOutlined_exports);
|
|
25
|
+
var HangUpOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M60.6 447.1v150.53a68.8 68.8 0 0 0 69.13 69l161.98.19a69 69 0 0 0 69.12-69.19l.13-126.78a405.44 405.44 0 0 1 151.1-28.93 406.2 406.2 0 0 1 151.17 28.74v126.72a68.8 68.8 0 0 0 69 69.05l162.1.2a69 69 0 0 0 69.13-69.13V447.04a119.74 119.74 0 0 0-49.54-96.64C804.86 272.13 662.14 229.06 512.12 229c-150 .18-292.73 43.32-401.91 121.4a119.23 119.23 0 0 0-49.6 96.64zm91.27-38.14c97.15-69.57 225.15-107.9 360.2-107.9 135.03 0 263.03 38.27 360.12 107.84 12.23 8.7 19.46 23.04 19.52 38.2v147.78l-156.8.06.2-170.88-20.93-9.6a481.28 481.28 0 0 0-404.1.13l-21 9.6.14 170.75-156.8.07V447.23c0-15.3 7.23-29.57 19.45-38.27z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "hang-up",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var HangUpOutlined_default = HangUpOutlined;
|
|
@@ -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/MaximizeOutlined.ts
|
|
20
|
+
var MaximizeOutlined_exports = {};
|
|
21
|
+
__export(MaximizeOutlined_exports, {
|
|
22
|
+
default: () => MaximizeOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(MaximizeOutlined_exports);
|
|
25
|
+
var MaximizeOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m855.04 160.13-189.25 23.49a7.94 7.94 0 0 0-4.67 13.44l54.66 54.72L562.3 405.3a8 8 0 0 0 0 11.27l45.12 45.12a8 8 0 0 0 11.27 0l153.6-153.6L827 362.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.9-8.96zM416.64 562.3a8 8 0 0 0-11.33 0L251.78 715.9l-54.66-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.9 8.96l189.19-23.56a7.94 7.94 0 0 0 4.67-13.44l-54.66-54.72 153.6-153.6a8 8 0 0 0 0-11.32l-45.24-45z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "maximize",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var MaximizeOutlined_default = MaximizeOutlined;
|
|
@@ -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/MinimizeOutlined.ts
|
|
20
|
+
var MinimizeOutlined_exports = {};
|
|
21
|
+
__export(MinimizeOutlined_exports, {
|
|
22
|
+
default: () => MinimizeOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(MinimizeOutlined_exports);
|
|
25
|
+
var MinimizeOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m881.73 187.4-45.12-45.13a8 8 0 0 0-11.33 0L667.84 299.9l-54.72-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.84 9.02l189.18-23.55a7.94 7.94 0 0 0 4.68-13.44l-54.66-54.72 157.57-157.63a8 8 0 0 0-.07-11.2zM438.98 576.12l-189.19 23.49a8 8 0 0 0-4.67 13.44l54.66 54.72-157.44 157.5a8 8 0 0 0 0 11.33l45.05 45.12a8 8 0 0 0 11.33 0L356.29 724.1 411 778.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.83-9.02z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "minimize",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var MinimizeOutlined_default = MinimizeOutlined;
|
package/lib/index.d.ts
CHANGED
|
@@ -438,6 +438,8 @@ export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
|
|
|
438
438
|
export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
|
|
439
439
|
export { default as HailOutlined } from './asn/HailOutlined';
|
|
440
440
|
export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
|
|
441
|
+
export { default as HangUpFilled } from './asn/HangUpFilled';
|
|
442
|
+
export { default as HangUpOutlined } from './asn/HangUpOutlined';
|
|
441
443
|
export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
|
|
442
444
|
export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
|
|
443
445
|
export { default as HashrateFilled } from './asn/HashrateFilled';
|
|
@@ -583,6 +585,7 @@ export { default as ManualAlarmCircleOutlined } from './asn/ManualAlarmCircleOut
|
|
|
583
585
|
export { default as ManualOutlined } from './asn/ManualOutlined';
|
|
584
586
|
export { default as Map2DOutlined } from './asn/Map2DOutlined';
|
|
585
587
|
export { default as Map3DOutlined } from './asn/Map3DOutlined';
|
|
588
|
+
export { default as MaximizeOutlined } from './asn/MaximizeOutlined';
|
|
586
589
|
export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
|
|
587
590
|
export { default as MedalsFilled } from './asn/MedalsFilled';
|
|
588
591
|
export { default as MedalsOutlined } from './asn/MedalsOutlined';
|
|
@@ -604,6 +607,7 @@ export { default as MigrateOutlined } from './asn/MigrateOutlined';
|
|
|
604
607
|
export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
|
|
605
608
|
export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
|
|
606
609
|
export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
|
|
610
|
+
export { default as MinimizeOutlined } from './asn/MinimizeOutlined';
|
|
607
611
|
export { default as MinusCircleFilled } from './asn/MinusCircleFilled';
|
|
608
612
|
export { default as MinusCircleOutlined } from './asn/MinusCircleOutlined';
|
|
609
613
|
export { default as MinusOutlined } from './asn/MinusOutlined';
|
package/lib/index.js
CHANGED
|
@@ -469,6 +469,8 @@ __export(src_exports, {
|
|
|
469
469
|
GroupRuleOutlined: () => import_GroupRuleOutlined.default,
|
|
470
470
|
HailOutlined: () => import_HailOutlined.default,
|
|
471
471
|
HandcuffsOutlined: () => import_HandcuffsOutlined.default,
|
|
472
|
+
HangUpFilled: () => import_HangUpFilled.default,
|
|
473
|
+
HangUpOutlined: () => import_HangUpOutlined.default,
|
|
472
474
|
HashrateCenterFilled: () => import_HashrateCenterFilled.default,
|
|
473
475
|
HashrateCenterOutlined: () => import_HashrateCenterOutlined.default,
|
|
474
476
|
HashrateFilled: () => import_HashrateFilled.default,
|
|
@@ -614,6 +616,7 @@ __export(src_exports, {
|
|
|
614
616
|
ManualOutlined: () => import_ManualOutlined.default,
|
|
615
617
|
Map2DOutlined: () => import_Map2DOutlined.default,
|
|
616
618
|
Map3DOutlined: () => import_Map3DOutlined.default,
|
|
619
|
+
MaximizeOutlined: () => import_MaximizeOutlined.default,
|
|
617
620
|
MeansAccessOutlined: () => import_MeansAccessOutlined.default,
|
|
618
621
|
MedalsFilled: () => import_MedalsFilled.default,
|
|
619
622
|
MedalsOutlined: () => import_MedalsOutlined.default,
|
|
@@ -635,6 +638,7 @@ __export(src_exports, {
|
|
|
635
638
|
MiniatureFireStationAddOutlined: () => import_MiniatureFireStationAddOutlined.default,
|
|
636
639
|
MiniatureFireStationFilled: () => import_MiniatureFireStationFilled.default,
|
|
637
640
|
MiniatureFireStationOutlined: () => import_MiniatureFireStationOutlined.default,
|
|
641
|
+
MinimizeOutlined: () => import_MinimizeOutlined.default,
|
|
638
642
|
MinusCircleFilled: () => import_MinusCircleFilled.default,
|
|
639
643
|
MinusCircleOutlined: () => import_MinusCircleOutlined.default,
|
|
640
644
|
MinusOutlined: () => import_MinusOutlined.default,
|
|
@@ -1549,6 +1553,8 @@ var import_GroupRuleFilled = __toESM(require("./asn/GroupRuleFilled"));
|
|
|
1549
1553
|
var import_GroupRuleOutlined = __toESM(require("./asn/GroupRuleOutlined"));
|
|
1550
1554
|
var import_HailOutlined = __toESM(require("./asn/HailOutlined"));
|
|
1551
1555
|
var import_HandcuffsOutlined = __toESM(require("./asn/HandcuffsOutlined"));
|
|
1556
|
+
var import_HangUpFilled = __toESM(require("./asn/HangUpFilled"));
|
|
1557
|
+
var import_HangUpOutlined = __toESM(require("./asn/HangUpOutlined"));
|
|
1552
1558
|
var import_HashrateCenterFilled = __toESM(require("./asn/HashrateCenterFilled"));
|
|
1553
1559
|
var import_HashrateCenterOutlined = __toESM(require("./asn/HashrateCenterOutlined"));
|
|
1554
1560
|
var import_HashrateFilled = __toESM(require("./asn/HashrateFilled"));
|
|
@@ -1694,6 +1700,7 @@ var import_ManualAlarmCircleOutlined = __toESM(require("./asn/ManualAlarmCircleO
|
|
|
1694
1700
|
var import_ManualOutlined = __toESM(require("./asn/ManualOutlined"));
|
|
1695
1701
|
var import_Map2DOutlined = __toESM(require("./asn/Map2DOutlined"));
|
|
1696
1702
|
var import_Map3DOutlined = __toESM(require("./asn/Map3DOutlined"));
|
|
1703
|
+
var import_MaximizeOutlined = __toESM(require("./asn/MaximizeOutlined"));
|
|
1697
1704
|
var import_MeansAccessOutlined = __toESM(require("./asn/MeansAccessOutlined"));
|
|
1698
1705
|
var import_MedalsFilled = __toESM(require("./asn/MedalsFilled"));
|
|
1699
1706
|
var import_MedalsOutlined = __toESM(require("./asn/MedalsOutlined"));
|
|
@@ -1715,6 +1722,7 @@ var import_MigrateOutlined = __toESM(require("./asn/MigrateOutlined"));
|
|
|
1715
1722
|
var import_MiniatureFireStationAddOutlined = __toESM(require("./asn/MiniatureFireStationAddOutlined"));
|
|
1716
1723
|
var import_MiniatureFireStationFilled = __toESM(require("./asn/MiniatureFireStationFilled"));
|
|
1717
1724
|
var import_MiniatureFireStationOutlined = __toESM(require("./asn/MiniatureFireStationOutlined"));
|
|
1725
|
+
var import_MinimizeOutlined = __toESM(require("./asn/MinimizeOutlined"));
|
|
1718
1726
|
var import_MinusCircleFilled = __toESM(require("./asn/MinusCircleFilled"));
|
|
1719
1727
|
var import_MinusCircleOutlined = __toESM(require("./asn/MinusCircleOutlined"));
|
|
1720
1728
|
var import_MinusOutlined = __toESM(require("./asn/MinusOutlined"));
|
|
@@ -2629,6 +2637,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2629
2637
|
GroupRuleOutlined,
|
|
2630
2638
|
HailOutlined,
|
|
2631
2639
|
HandcuffsOutlined,
|
|
2640
|
+
HangUpFilled,
|
|
2641
|
+
HangUpOutlined,
|
|
2632
2642
|
HashrateCenterFilled,
|
|
2633
2643
|
HashrateCenterOutlined,
|
|
2634
2644
|
HashrateFilled,
|
|
@@ -2774,6 +2784,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2774
2784
|
ManualOutlined,
|
|
2775
2785
|
Map2DOutlined,
|
|
2776
2786
|
Map3DOutlined,
|
|
2787
|
+
MaximizeOutlined,
|
|
2777
2788
|
MeansAccessOutlined,
|
|
2778
2789
|
MedalsFilled,
|
|
2779
2790
|
MedalsOutlined,
|
|
@@ -2795,6 +2806,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2795
2806
|
MiniatureFireStationAddOutlined,
|
|
2796
2807
|
MiniatureFireStationFilled,
|
|
2797
2808
|
MiniatureFireStationOutlined,
|
|
2809
|
+
MinimizeOutlined,
|
|
2798
2810
|
MinusCircleFilled,
|
|
2799
2811
|
MinusCircleOutlined,
|
|
2800
2812
|
MinusOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const HangUpFilled: 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: 'M986.62 504.96v110.08a52.8 52.8 0 0 1-52.73 52.8l-158.47.06a52.8 52.8 0 0 1-52.73-52.73V456.19a484.03 484.03 0 0 0-421.31 2.56v156.42a52.84 52.84 0 0 1-52.8 52.73H90.18a52.8 52.8 0 0 1-52.8-52.8V508.54a121.25 121.25 0 0 1 47.1-101.95l18.56-14.08c5.44-3.97 9.6-6.97 12.54-8.96a724.86 724.86 0 0 1 786.82-7.23l19 12.48a505.02 505.02 0 0 1 17.74 13.06 121.5 121.5 0 0 1 47.68 92.16l-.13 11z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'hang-up',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default HangUpFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const HangUpOutlined: 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: 'M60.6 447.1v150.53a68.8 68.8 0 0 0 69.13 69l161.98.19a69 69 0 0 0 69.12-69.19l.13-126.78a405.44 405.44 0 0 1 151.1-28.93 406.2 406.2 0 0 1 151.17 28.74v126.72a68.8 68.8 0 0 0 69 69.05l162.1.2a69 69 0 0 0 69.13-69.13V447.04a119.74 119.74 0 0 0-49.54-96.64C804.86 272.13 662.14 229.06 512.12 229c-150 .18-292.73 43.32-401.91 121.4a119.23 119.23 0 0 0-49.6 96.64zm91.27-38.14c97.15-69.57 225.15-107.9 360.2-107.9 135.03 0 263.03 38.27 360.12 107.84 12.23 8.7 19.46 23.04 19.52 38.2v147.78l-156.8.06.2-170.88-20.93-9.6a481.28 481.28 0 0 0-404.1.13l-21 9.6.14 170.75-156.8.07V447.23c0-15.3 7.23-29.57 19.45-38.27z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'hang-up',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default HangUpOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const MaximizeOutlined: 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: 'm855.04 160.13-189.25 23.49a7.94 7.94 0 0 0-4.67 13.44l54.66 54.72L562.3 405.3a8 8 0 0 0 0 11.27l45.12 45.12a8 8 0 0 0 11.27 0l153.6-153.6L827 362.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.9-8.96zM416.64 562.3a8 8 0 0 0-11.33 0L251.78 715.9l-54.66-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.9 8.96l189.19-23.56a7.94 7.94 0 0 0 4.67-13.44l-54.66-54.72 153.6-153.6a8 8 0 0 0 0-11.32l-45.24-45z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'maximize',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default MaximizeOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const MinimizeOutlined: 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: 'm881.73 187.4-45.12-45.13a8 8 0 0 0-11.33 0L667.84 299.9l-54.72-54.72a7.94 7.94 0 0 0-13.5 4.74l-23.5 189.06a8 8 0 0 0 8.84 9.02l189.18-23.55a7.94 7.94 0 0 0 4.68-13.44l-54.66-54.72 157.57-157.63a8 8 0 0 0-.07-11.2zM438.98 576.12l-189.19 23.49a8 8 0 0 0-4.67 13.44l54.66 54.72-157.44 157.5a8 8 0 0 0 0 11.33l45.05 45.12a8 8 0 0 0 11.33 0L356.29 724.1 411 778.82a7.9 7.9 0 0 0 13.44-4.74l23.42-189.06a7.87 7.87 0 0 0-8.83-9.02z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'minimize',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default MinimizeOutlined;
|
package/src/index.ts
CHANGED
|
@@ -439,6 +439,8 @@ export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
|
|
|
439
439
|
export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
|
|
440
440
|
export { default as HailOutlined } from './asn/HailOutlined';
|
|
441
441
|
export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
|
|
442
|
+
export { default as HangUpFilled } from './asn/HangUpFilled';
|
|
443
|
+
export { default as HangUpOutlined } from './asn/HangUpOutlined';
|
|
442
444
|
export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
|
|
443
445
|
export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
|
|
444
446
|
export { default as HashrateFilled } from './asn/HashrateFilled';
|
|
@@ -584,6 +586,7 @@ export { default as ManualAlarmCircleOutlined } from './asn/ManualAlarmCircleOut
|
|
|
584
586
|
export { default as ManualOutlined } from './asn/ManualOutlined';
|
|
585
587
|
export { default as Map2DOutlined } from './asn/Map2DOutlined';
|
|
586
588
|
export { default as Map3DOutlined } from './asn/Map3DOutlined';
|
|
589
|
+
export { default as MaximizeOutlined } from './asn/MaximizeOutlined';
|
|
587
590
|
export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
|
|
588
591
|
export { default as MedalsFilled } from './asn/MedalsFilled';
|
|
589
592
|
export { default as MedalsOutlined } from './asn/MedalsOutlined';
|
|
@@ -605,6 +608,7 @@ export { default as MigrateOutlined } from './asn/MigrateOutlined';
|
|
|
605
608
|
export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
|
|
606
609
|
export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
|
|
607
610
|
export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
|
|
611
|
+
export { default as MinimizeOutlined } from './asn/MinimizeOutlined';
|
|
608
612
|
export { default as MinusCircleFilled } from './asn/MinusCircleFilled';
|
|
609
613
|
export { default as MinusCircleOutlined } from './asn/MinusCircleOutlined';
|
|
610
614
|
export { default as MinusOutlined } from './asn/MinusOutlined';
|