@sensoro-design/icons-svg 2.91.0 → 2.92.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/BeverageFilled.d.ts +3 -0
- package/es/asn/BeverageFilled.js +20 -0
- package/es/asn/BeverageOutlined.d.ts +3 -0
- package/es/asn/BeverageOutlined.js +20 -0
- package/es/asn/MedalsFilled.d.ts +3 -0
- package/es/asn/MedalsFilled.js +20 -0
- package/es/asn/MedalsOutlined.d.ts +3 -0
- package/es/asn/MedalsOutlined.js +20 -0
- package/es/asn/ShortSleeveFilled.d.ts +3 -0
- package/es/asn/ShortSleeveFilled.js +20 -0
- package/es/asn/ShortSleeveOutlined.d.ts +3 -0
- package/es/asn/ShortSleeveOutlined.js +20 -0
- package/es/asn/SquareFilled.d.ts +3 -0
- package/es/asn/SquareFilled.js +20 -0
- package/es/index.d.ts +7 -0
- package/es/index.js +7 -0
- package/inline-namespaced-svg/filled/beverage.svg +1 -0
- package/inline-namespaced-svg/filled/medals.svg +1 -0
- package/inline-namespaced-svg/filled/short-sleeve.svg +1 -0
- package/inline-namespaced-svg/filled/square.svg +1 -0
- package/inline-namespaced-svg/outlined/beverage.svg +1 -0
- package/inline-namespaced-svg/outlined/medals.svg +1 -0
- package/inline-namespaced-svg/outlined/short-sleeve.svg +1 -0
- package/inline-svg/filled/beverage.svg +1 -0
- package/inline-svg/filled/medals.svg +1 -0
- package/inline-svg/filled/short-sleeve.svg +1 -0
- package/inline-svg/filled/square.svg +1 -0
- package/inline-svg/outlined/beverage.svg +1 -0
- package/inline-svg/outlined/medals.svg +1 -0
- package/inline-svg/outlined/short-sleeve.svg +1 -0
- package/lib/asn/BeverageFilled.d.ts +3 -0
- package/lib/asn/BeverageFilled.js +41 -0
- package/lib/asn/BeverageOutlined.d.ts +3 -0
- package/lib/asn/BeverageOutlined.js +41 -0
- package/lib/asn/MedalsFilled.d.ts +3 -0
- package/lib/asn/MedalsFilled.js +41 -0
- package/lib/asn/MedalsOutlined.d.ts +3 -0
- package/lib/asn/MedalsOutlined.js +41 -0
- package/lib/asn/ShortSleeveFilled.d.ts +3 -0
- package/lib/asn/ShortSleeveFilled.js +41 -0
- package/lib/asn/ShortSleeveOutlined.d.ts +3 -0
- package/lib/asn/ShortSleeveOutlined.js +41 -0
- package/lib/asn/SquareFilled.d.ts +3 -0
- package/lib/asn/SquareFilled.js +41 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.js +21 -0
- package/package.json +1 -1
- package/src/asn/BeverageFilled.ts +21 -0
- package/src/asn/BeverageOutlined.ts +21 -0
- package/src/asn/MedalsFilled.ts +21 -0
- package/src/asn/MedalsOutlined.ts +21 -0
- package/src/asn/ShortSleeveFilled.ts +21 -0
- package/src/asn/ShortSleeveOutlined.ts +21 -0
- package/src/asn/SquareFilled.ts +21 -0
- package/src/index.ts +7 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var BeverageFilled = {
|
|
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: 'm181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm200.66 230.87h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'beverage',
|
|
18
|
+
theme: 'filled'
|
|
19
|
+
};
|
|
20
|
+
export default BeverageFilled;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var BeverageOutlined = {
|
|
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: 'm181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm534.78 389.54h-378.8l32.73 369.28h313.35l32.72-369.28zM382.42 333.35h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'beverage',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default BeverageOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var MedalsFilled = {
|
|
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: 'm428 90.11 85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72l159.6 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.92 42.72l-148.3 307.44-.75-.48 2.3 1.5c77.53 50.93 128.71 138.66 128.71 238.36 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-100.68 52.2-189.16 131.01-239.86l2.19-1.4-1.17.74-147.75-306.3a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11zm83.91 427.63c-82.29 0-149 66.71-149 149s66.71 149 149 149c82.3 0 149-66.7 149-149s-66.7-149-149-149zm135.04-381.48-98.36 204.19-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13zm-267.76 0-88.53 1.13 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'medals',
|
|
18
|
+
theme: 'filled'
|
|
19
|
+
};
|
|
20
|
+
export default MedalsFilled;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var MedalsOutlined = {
|
|
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: 'm626.93 72 159.61 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.91 42.72l-148.3 307.44-.8-.52c78.84 50.7 131.06 139.2 131.06 239.9 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-103.8 55.48-194.62 138.4-244.46a285.08 285.08 0 0 0-6.37 3.94L211.2 119.93a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11l85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72zM511.91 445.75c-122.05 0-221 98.94-221 221 0 122.05 98.95 221 221 221 122.06 0 221-98.95 221-221 0-122.06-98.94-221-221-221zm0 72c82.3 0 149 66.7 149 149s-66.7 149-149 149c-82.29 0-149-66.71-149-149s66.71-149 149-149zm0 64a85 85 0 1 0 0 170 85 85 0 0 0 0-170zM379.2 136.25l-88.53 1.14 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18zm267.76 0-98.36 204.2-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'medals',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default MedalsOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var ShortSleeveFilled = {
|
|
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: 'M410.04 158a106.87 106.87 0 0 0-.04 3c0 56.33 45.67 102 102 102s102-45.67 102-102c0-1-.01-2-.04-3h163.72a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158h163.72z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'short-sleeve',
|
|
18
|
+
theme: 'filled'
|
|
19
|
+
};
|
|
20
|
+
export default ShortSleeveFilled;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var ShortSleeveOutlined = {
|
|
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: 'M777.68 158a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158H441.4a70.66 70.66 0 0 0 141.32 0h194.96zM512.06 293.26c-51.3 0-95.94-28.56-118.86-70.66H262.6L150.53 374.13l79.36 82.15 33.86-30.79h64.6V801h367.42v-375.5h64.6l33.74 30.79 79.36-82.15L761.4 222.6H630.92a135.23 135.23 0 0 1-118.86 70.66z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'short-sleeve',
|
|
18
|
+
theme: 'outlined'
|
|
19
|
+
};
|
|
20
|
+
export default ShortSleeveOutlined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
|
|
3
|
+
var SquareFilled = {
|
|
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: 'M245 189h534a56 56 0 0 1 56 56v534a56 56 0 0 1-56 56H245a56 56 0 0 1-56-56V245a56 56 0 0 1 56-56z'
|
|
14
|
+
}
|
|
15
|
+
}]
|
|
16
|
+
},
|
|
17
|
+
name: 'square',
|
|
18
|
+
theme: 'filled'
|
|
19
|
+
};
|
|
20
|
+
export default SquareFilled;
|
package/es/index.d.ts
CHANGED
|
@@ -92,6 +92,8 @@ export { default as BeautySalonFilled } from './asn/BeautySalonFilled';
|
|
|
92
92
|
export { default as BeautySalonOutlined } from './asn/BeautySalonOutlined';
|
|
93
93
|
export { default as BellFilled } from './asn/BellFilled';
|
|
94
94
|
export { default as BellOutlined } from './asn/BellOutlined';
|
|
95
|
+
export { default as BeverageFilled } from './asn/BeverageFilled';
|
|
96
|
+
export { default as BeverageOutlined } from './asn/BeverageOutlined';
|
|
95
97
|
export { default as BigScreenOutlined } from './asn/BigScreenOutlined';
|
|
96
98
|
export { default as BlizzardOutlined } from './asn/BlizzardOutlined';
|
|
97
99
|
export { default as BlockOutlined } from './asn/BlockOutlined';
|
|
@@ -582,6 +584,8 @@ export { default as ManualOutlined } from './asn/ManualOutlined';
|
|
|
582
584
|
export { default as Map2DOutlined } from './asn/Map2DOutlined';
|
|
583
585
|
export { default as Map3DOutlined } from './asn/Map3DOutlined';
|
|
584
586
|
export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
|
|
587
|
+
export { default as MedalsFilled } from './asn/MedalsFilled';
|
|
588
|
+
export { default as MedalsOutlined } from './asn/MedalsOutlined';
|
|
585
589
|
export { default as MediaLibraryOutlined } from './asn/MediaLibraryOutlined';
|
|
586
590
|
export { default as MedicalFilled } from './asn/MedicalFilled';
|
|
587
591
|
export { default as MedicalKitOutlined } from './asn/MedicalKitOutlined';
|
|
@@ -856,6 +860,8 @@ export { default as ShootFilled } from './asn/ShootFilled';
|
|
|
856
860
|
export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
|
|
857
861
|
export { default as ShoppingFilled } from './asn/ShoppingFilled';
|
|
858
862
|
export { default as ShoppingOutlined } from './asn/ShoppingOutlined';
|
|
863
|
+
export { default as ShortSleeveFilled } from './asn/ShortSleeveFilled';
|
|
864
|
+
export { default as ShortSleeveOutlined } from './asn/ShortSleeveOutlined';
|
|
859
865
|
export { default as ShoutControlOutlined } from './asn/ShoutControlOutlined';
|
|
860
866
|
export { default as ShutdownOutlined } from './asn/ShutdownOutlined';
|
|
861
867
|
export { default as SignalTowerFilled } from './asn/SignalTowerFilled';
|
|
@@ -898,6 +904,7 @@ export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
|
|
|
898
904
|
export { default as SportsFacilitiesFilled } from './asn/SportsFacilitiesFilled';
|
|
899
905
|
export { default as SportsFacilitiesOutlined } from './asn/SportsFacilitiesOutlined';
|
|
900
906
|
export { default as SprayOutlined } from './asn/SprayOutlined';
|
|
907
|
+
export { default as SquareFilled } from './asn/SquareFilled';
|
|
901
908
|
export { default as SquareOutlined } from './asn/SquareOutlined';
|
|
902
909
|
export { default as StarFilled } from './asn/StarFilled';
|
|
903
910
|
export { default as StarOutlined } from './asn/StarOutlined';
|
package/es/index.js
CHANGED
|
@@ -93,6 +93,8 @@ export { default as BeautySalonFilled } from "./asn/BeautySalonFilled";
|
|
|
93
93
|
export { default as BeautySalonOutlined } from "./asn/BeautySalonOutlined";
|
|
94
94
|
export { default as BellFilled } from "./asn/BellFilled";
|
|
95
95
|
export { default as BellOutlined } from "./asn/BellOutlined";
|
|
96
|
+
export { default as BeverageFilled } from "./asn/BeverageFilled";
|
|
97
|
+
export { default as BeverageOutlined } from "./asn/BeverageOutlined";
|
|
96
98
|
export { default as BigScreenOutlined } from "./asn/BigScreenOutlined";
|
|
97
99
|
export { default as BlizzardOutlined } from "./asn/BlizzardOutlined";
|
|
98
100
|
export { default as BlockOutlined } from "./asn/BlockOutlined";
|
|
@@ -583,6 +585,8 @@ export { default as ManualOutlined } from "./asn/ManualOutlined";
|
|
|
583
585
|
export { default as Map2DOutlined } from "./asn/Map2DOutlined";
|
|
584
586
|
export { default as Map3DOutlined } from "./asn/Map3DOutlined";
|
|
585
587
|
export { default as MeansAccessOutlined } from "./asn/MeansAccessOutlined";
|
|
588
|
+
export { default as MedalsFilled } from "./asn/MedalsFilled";
|
|
589
|
+
export { default as MedalsOutlined } from "./asn/MedalsOutlined";
|
|
586
590
|
export { default as MediaLibraryOutlined } from "./asn/MediaLibraryOutlined";
|
|
587
591
|
export { default as MedicalFilled } from "./asn/MedicalFilled";
|
|
588
592
|
export { default as MedicalKitOutlined } from "./asn/MedicalKitOutlined";
|
|
@@ -857,6 +861,8 @@ export { default as ShootFilled } from "./asn/ShootFilled";
|
|
|
857
861
|
export { default as ShoppingCartOutlined } from "./asn/ShoppingCartOutlined";
|
|
858
862
|
export { default as ShoppingFilled } from "./asn/ShoppingFilled";
|
|
859
863
|
export { default as ShoppingOutlined } from "./asn/ShoppingOutlined";
|
|
864
|
+
export { default as ShortSleeveFilled } from "./asn/ShortSleeveFilled";
|
|
865
|
+
export { default as ShortSleeveOutlined } from "./asn/ShortSleeveOutlined";
|
|
860
866
|
export { default as ShoutControlOutlined } from "./asn/ShoutControlOutlined";
|
|
861
867
|
export { default as ShutdownOutlined } from "./asn/ShutdownOutlined";
|
|
862
868
|
export { default as SignalTowerFilled } from "./asn/SignalTowerFilled";
|
|
@@ -899,6 +905,7 @@ export { default as SplitScreenOutlined } from "./asn/SplitScreenOutlined";
|
|
|
899
905
|
export { default as SportsFacilitiesFilled } from "./asn/SportsFacilitiesFilled";
|
|
900
906
|
export { default as SportsFacilitiesOutlined } from "./asn/SportsFacilitiesOutlined";
|
|
901
907
|
export { default as SprayOutlined } from "./asn/SprayOutlined";
|
|
908
|
+
export { default as SquareFilled } from "./asn/SquareFilled";
|
|
902
909
|
export { default as SquareOutlined } from "./asn/SquareOutlined";
|
|
903
910
|
export { default as StarFilled } from "./asn/StarFilled";
|
|
904
911
|
export { default as StarOutlined } from "./asn/StarOutlined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm200.66 230.87h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m428 90.11 85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72l159.6 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.92 42.72l-148.3 307.44-.75-.48 2.3 1.5c77.53 50.93 128.71 138.66 128.71 238.36 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-100.68 52.2-189.16 131.01-239.86l2.19-1.4-1.17.74-147.75-306.3a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11zm83.91 427.63c-82.29 0-149 66.71-149 149s66.71 149 149 149c82.3 0 149-66.7 149-149s-66.7-149-149-149zm135.04-381.48-98.36 204.19-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13zm-267.76 0-88.53 1.13 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M410.04 158a106.87 106.87 0 0 0-.04 3c0 56.33 45.67 102 102 102s102-45.67 102-102c0-1-.01-2-.04-3h163.72a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158h163.72z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M245 189h534a56 56 0 0 1 56 56v534a56 56 0 0 1-56 56H245a56 56 0 0 1-56-56V245a56 56 0 0 1 56-56z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm534.78 389.54h-378.8l32.73 369.28h313.35l32.72-369.28zM382.42 333.35h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="m626.93 72 159.61 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.91 42.72l-148.3 307.44-.8-.52c78.84 50.7 131.06 139.2 131.06 239.9 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-103.8 55.48-194.62 138.4-244.46a285.08 285.08 0 0 0-6.37 3.94L211.2 119.93a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11l85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72zM511.91 445.75c-122.05 0-221 98.94-221 221 0 122.05 98.95 221 221 221 122.06 0 221-98.95 221-221 0-122.06-98.94-221-221-221zm0 72c82.3 0 149 66.7 149 149s-66.7 149-149 149c-82.29 0-149-66.71-149-149s66.71-149 149-149zm0 64a85 85 0 1 0 0 170 85 85 0 0 0 0-170zM379.2 136.25l-88.53 1.14 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18zm267.76 0-98.36 204.2-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M777.68 158a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158H441.4a70.66 70.66 0 0 0 141.32 0h194.96zM512.06 293.26c-51.3 0-95.94-28.56-118.86-70.66H262.6L150.53 374.13l79.36 82.15 33.86-30.79h64.6V801h367.42v-375.5h64.6l33.74 30.79 79.36-82.15L761.4 222.6H630.92a135.23 135.23 0 0 1-118.86 70.66z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm200.66 230.87h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m428 90.11 85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72l159.6 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.92 42.72l-148.3 307.44-.75-.48 2.3 1.5c77.53 50.93 128.71 138.66 128.71 238.36 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-100.68 52.2-189.16 131.01-239.86l2.19-1.4-1.17.74-147.75-306.3a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11zm83.91 427.63c-82.29 0-149 66.71-149 149s66.71 149 149 149c82.3 0 149-66.7 149-149s-66.7-149-149-149zm135.04-381.48-98.36 204.19-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13zm-267.76 0-88.53 1.13 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M410.04 158a106.87 106.87 0 0 0-.04 3c0 56.33 45.67 102 102 102s102-45.67 102-102c0-1-.01-2-.04-3h163.72a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158h163.72z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M245 189h534a56 56 0 0 1 56 56v534a56 56 0 0 1-56 56H245a56 56 0 0 1-56-56V245a56 56 0 0 1 56-56z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm534.78 389.54h-378.8l32.73 369.28h313.35l32.72-369.28zM382.42 333.35h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="m626.93 72 159.61 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.91 42.72l-148.3 307.44-.8-.52c78.84 50.7 131.06 139.2 131.06 239.9 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-103.8 55.48-194.62 138.4-244.46a285.08 285.08 0 0 0-6.37 3.94L211.2 119.93a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11l85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72zM511.91 445.75c-122.05 0-221 98.94-221 221 0 122.05 98.95 221 221 221 122.06 0 221-98.95 221-221 0-122.06-98.94-221-221-221zm0 72c82.3 0 149 66.7 149 149s-66.7 149-149 149c-82.29 0-149-66.71-149-149s66.71-149 149-149zm0 64a85 85 0 1 0 0 170 85 85 0 0 0 0-170zM379.2 136.25l-88.53 1.14 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18zm267.76 0-98.36 204.2-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1024" focusable="false"><path d="M777.68 158a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158H441.4a70.66 70.66 0 0 0 141.32 0h194.96zM512.06 293.26c-51.3 0-95.94-28.56-118.86-70.66H262.6L150.53 374.13l79.36 82.15 33.86-30.79h64.6V801h367.42v-375.5h64.6l33.74 30.79 79.36-82.15L761.4 222.6H630.92a135.23 135.23 0 0 1-118.86 70.66z" /></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/BeverageFilled.ts
|
|
20
|
+
var BeverageFilled_exports = {};
|
|
21
|
+
__export(BeverageFilled_exports, {
|
|
22
|
+
default: () => BeverageFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(BeverageFilled_exports);
|
|
25
|
+
var BeverageFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm200.66 230.87h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "beverage",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var BeverageFilled_default = BeverageFilled;
|
|
@@ -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/BeverageOutlined.ts
|
|
20
|
+
var BeverageOutlined_exports = {};
|
|
21
|
+
__export(BeverageOutlined_exports, {
|
|
22
|
+
default: () => BeverageOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(BeverageOutlined_exports);
|
|
25
|
+
var BeverageOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm534.78 389.54h-378.8l32.73 369.28h313.35l32.72-369.28zM382.42 333.35h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "beverage",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var BeverageOutlined_default = BeverageOutlined;
|
|
@@ -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/MedalsFilled.ts
|
|
20
|
+
var MedalsFilled_exports = {};
|
|
21
|
+
__export(MedalsFilled_exports, {
|
|
22
|
+
default: () => MedalsFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(MedalsFilled_exports);
|
|
25
|
+
var MedalsFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m428 90.11 85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72l159.6 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.92 42.72l-148.3 307.44-.75-.48 2.3 1.5c77.53 50.93 128.71 138.66 128.71 238.36 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-100.68 52.2-189.16 131.01-239.86l2.19-1.4-1.17.74-147.75-306.3a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11zm83.91 427.63c-82.29 0-149 66.71-149 149s66.71 149 149 149c82.3 0 149-66.7 149-149s-66.7-149-149-149zm135.04-381.48-98.36 204.19-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13zm-267.76 0-88.53 1.13 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "medals",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var MedalsFilled_default = MedalsFilled;
|
|
@@ -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/MedalsOutlined.ts
|
|
20
|
+
var MedalsOutlined_exports = {};
|
|
21
|
+
__export(MedalsOutlined_exports, {
|
|
22
|
+
default: () => MedalsOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(MedalsOutlined_exports);
|
|
25
|
+
var MedalsOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "m626.93 72 159.61 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.91 42.72l-148.3 307.44-.8-.52c78.84 50.7 131.06 139.2 131.06 239.9 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-103.8 55.48-194.62 138.4-244.46a285.08 285.08 0 0 0-6.37 3.94L211.2 119.93a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11l85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72zM511.91 445.75c-122.05 0-221 98.94-221 221 0 122.05 98.95 221 221 221 122.06 0 221-98.95 221-221 0-122.06-98.94-221-221-221zm0 72c82.3 0 149 66.7 149 149s-66.7 149-149 149c-82.29 0-149-66.71-149-149s66.71-149 149-149zm0 64a85 85 0 1 0 0 170 85 85 0 0 0 0-170zM379.2 136.25l-88.53 1.14 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18zm267.76 0-98.36 204.2-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "medals",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var MedalsOutlined_default = MedalsOutlined;
|
|
@@ -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/ShortSleeveFilled.ts
|
|
20
|
+
var ShortSleeveFilled_exports = {};
|
|
21
|
+
__export(ShortSleeveFilled_exports, {
|
|
22
|
+
default: () => ShortSleeveFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ShortSleeveFilled_exports);
|
|
25
|
+
var ShortSleeveFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M410.04 158a106.87 106.87 0 0 0-.04 3c0 56.33 45.67 102 102 102s102-45.67 102-102c0-1-.01-2-.04-3h163.72a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158h163.72z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "short-sleeve",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var ShortSleeveFilled_default = ShortSleeveFilled;
|
|
@@ -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/ShortSleeveOutlined.ts
|
|
20
|
+
var ShortSleeveOutlined_exports = {};
|
|
21
|
+
__export(ShortSleeveOutlined_exports, {
|
|
22
|
+
default: () => ShortSleeveOutlined_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ShortSleeveOutlined_exports);
|
|
25
|
+
var ShortSleeveOutlined = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M777.68 158a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158H441.4a70.66 70.66 0 0 0 141.32 0h194.96zM512.06 293.26c-51.3 0-95.94-28.56-118.86-70.66H262.6L150.53 374.13l79.36 82.15 33.86-30.79h64.6V801h367.42v-375.5h64.6l33.74 30.79 79.36-82.15L761.4 222.6H630.92a135.23 135.23 0 0 1-118.86 70.66z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "short-sleeve",
|
|
39
|
+
theme: "outlined"
|
|
40
|
+
};
|
|
41
|
+
var ShortSleeveOutlined_default = ShortSleeveOutlined;
|
|
@@ -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/SquareFilled.ts
|
|
20
|
+
var SquareFilled_exports = {};
|
|
21
|
+
__export(SquareFilled_exports, {
|
|
22
|
+
default: () => SquareFilled_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(SquareFilled_exports);
|
|
25
|
+
var SquareFilled = {
|
|
26
|
+
icon: {
|
|
27
|
+
tag: "svg",
|
|
28
|
+
attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: "path",
|
|
32
|
+
attrs: {
|
|
33
|
+
d: "M245 189h534a56 56 0 0 1 56 56v534a56 56 0 0 1-56 56H245a56 56 0 0 1-56-56V245a56 56 0 0 1 56-56z"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
name: "square",
|
|
39
|
+
theme: "filled"
|
|
40
|
+
};
|
|
41
|
+
var SquareFilled_default = SquareFilled;
|
package/lib/index.d.ts
CHANGED
|
@@ -92,6 +92,8 @@ export { default as BeautySalonFilled } from './asn/BeautySalonFilled';
|
|
|
92
92
|
export { default as BeautySalonOutlined } from './asn/BeautySalonOutlined';
|
|
93
93
|
export { default as BellFilled } from './asn/BellFilled';
|
|
94
94
|
export { default as BellOutlined } from './asn/BellOutlined';
|
|
95
|
+
export { default as BeverageFilled } from './asn/BeverageFilled';
|
|
96
|
+
export { default as BeverageOutlined } from './asn/BeverageOutlined';
|
|
95
97
|
export { default as BigScreenOutlined } from './asn/BigScreenOutlined';
|
|
96
98
|
export { default as BlizzardOutlined } from './asn/BlizzardOutlined';
|
|
97
99
|
export { default as BlockOutlined } from './asn/BlockOutlined';
|
|
@@ -582,6 +584,8 @@ export { default as ManualOutlined } from './asn/ManualOutlined';
|
|
|
582
584
|
export { default as Map2DOutlined } from './asn/Map2DOutlined';
|
|
583
585
|
export { default as Map3DOutlined } from './asn/Map3DOutlined';
|
|
584
586
|
export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
|
|
587
|
+
export { default as MedalsFilled } from './asn/MedalsFilled';
|
|
588
|
+
export { default as MedalsOutlined } from './asn/MedalsOutlined';
|
|
585
589
|
export { default as MediaLibraryOutlined } from './asn/MediaLibraryOutlined';
|
|
586
590
|
export { default as MedicalFilled } from './asn/MedicalFilled';
|
|
587
591
|
export { default as MedicalKitOutlined } from './asn/MedicalKitOutlined';
|
|
@@ -856,6 +860,8 @@ export { default as ShootFilled } from './asn/ShootFilled';
|
|
|
856
860
|
export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
|
|
857
861
|
export { default as ShoppingFilled } from './asn/ShoppingFilled';
|
|
858
862
|
export { default as ShoppingOutlined } from './asn/ShoppingOutlined';
|
|
863
|
+
export { default as ShortSleeveFilled } from './asn/ShortSleeveFilled';
|
|
864
|
+
export { default as ShortSleeveOutlined } from './asn/ShortSleeveOutlined';
|
|
859
865
|
export { default as ShoutControlOutlined } from './asn/ShoutControlOutlined';
|
|
860
866
|
export { default as ShutdownOutlined } from './asn/ShutdownOutlined';
|
|
861
867
|
export { default as SignalTowerFilled } from './asn/SignalTowerFilled';
|
|
@@ -898,6 +904,7 @@ export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
|
|
|
898
904
|
export { default as SportsFacilitiesFilled } from './asn/SportsFacilitiesFilled';
|
|
899
905
|
export { default as SportsFacilitiesOutlined } from './asn/SportsFacilitiesOutlined';
|
|
900
906
|
export { default as SprayOutlined } from './asn/SprayOutlined';
|
|
907
|
+
export { default as SquareFilled } from './asn/SquareFilled';
|
|
901
908
|
export { default as SquareOutlined } from './asn/SquareOutlined';
|
|
902
909
|
export { default as StarFilled } from './asn/StarFilled';
|
|
903
910
|
export { default as StarOutlined } from './asn/StarOutlined';
|
package/lib/index.js
CHANGED
|
@@ -123,6 +123,8 @@ __export(src_exports, {
|
|
|
123
123
|
BeautySalonOutlined: () => import_BeautySalonOutlined.default,
|
|
124
124
|
BellFilled: () => import_BellFilled.default,
|
|
125
125
|
BellOutlined: () => import_BellOutlined.default,
|
|
126
|
+
BeverageFilled: () => import_BeverageFilled.default,
|
|
127
|
+
BeverageOutlined: () => import_BeverageOutlined.default,
|
|
126
128
|
BigScreenOutlined: () => import_BigScreenOutlined.default,
|
|
127
129
|
BlizzardOutlined: () => import_BlizzardOutlined.default,
|
|
128
130
|
BlockOutlined: () => import_BlockOutlined.default,
|
|
@@ -613,6 +615,8 @@ __export(src_exports, {
|
|
|
613
615
|
Map2DOutlined: () => import_Map2DOutlined.default,
|
|
614
616
|
Map3DOutlined: () => import_Map3DOutlined.default,
|
|
615
617
|
MeansAccessOutlined: () => import_MeansAccessOutlined.default,
|
|
618
|
+
MedalsFilled: () => import_MedalsFilled.default,
|
|
619
|
+
MedalsOutlined: () => import_MedalsOutlined.default,
|
|
616
620
|
MediaLibraryOutlined: () => import_MediaLibraryOutlined.default,
|
|
617
621
|
MedicalFilled: () => import_MedicalFilled.default,
|
|
618
622
|
MedicalKitOutlined: () => import_MedicalKitOutlined.default,
|
|
@@ -887,6 +891,8 @@ __export(src_exports, {
|
|
|
887
891
|
ShoppingCartOutlined: () => import_ShoppingCartOutlined.default,
|
|
888
892
|
ShoppingFilled: () => import_ShoppingFilled.default,
|
|
889
893
|
ShoppingOutlined: () => import_ShoppingOutlined.default,
|
|
894
|
+
ShortSleeveFilled: () => import_ShortSleeveFilled.default,
|
|
895
|
+
ShortSleeveOutlined: () => import_ShortSleeveOutlined.default,
|
|
890
896
|
ShoutControlOutlined: () => import_ShoutControlOutlined.default,
|
|
891
897
|
ShutdownOutlined: () => import_ShutdownOutlined.default,
|
|
892
898
|
SignalTowerFilled: () => import_SignalTowerFilled.default,
|
|
@@ -929,6 +935,7 @@ __export(src_exports, {
|
|
|
929
935
|
SportsFacilitiesFilled: () => import_SportsFacilitiesFilled.default,
|
|
930
936
|
SportsFacilitiesOutlined: () => import_SportsFacilitiesOutlined.default,
|
|
931
937
|
SprayOutlined: () => import_SprayOutlined.default,
|
|
938
|
+
SquareFilled: () => import_SquareFilled.default,
|
|
932
939
|
SquareOutlined: () => import_SquareOutlined.default,
|
|
933
940
|
StarFilled: () => import_StarFilled.default,
|
|
934
941
|
StarOutlined: () => import_StarOutlined.default,
|
|
@@ -1196,6 +1203,8 @@ var import_BeautySalonFilled = __toESM(require("./asn/BeautySalonFilled"));
|
|
|
1196
1203
|
var import_BeautySalonOutlined = __toESM(require("./asn/BeautySalonOutlined"));
|
|
1197
1204
|
var import_BellFilled = __toESM(require("./asn/BellFilled"));
|
|
1198
1205
|
var import_BellOutlined = __toESM(require("./asn/BellOutlined"));
|
|
1206
|
+
var import_BeverageFilled = __toESM(require("./asn/BeverageFilled"));
|
|
1207
|
+
var import_BeverageOutlined = __toESM(require("./asn/BeverageOutlined"));
|
|
1199
1208
|
var import_BigScreenOutlined = __toESM(require("./asn/BigScreenOutlined"));
|
|
1200
1209
|
var import_BlizzardOutlined = __toESM(require("./asn/BlizzardOutlined"));
|
|
1201
1210
|
var import_BlockOutlined = __toESM(require("./asn/BlockOutlined"));
|
|
@@ -1686,6 +1695,8 @@ var import_ManualOutlined = __toESM(require("./asn/ManualOutlined"));
|
|
|
1686
1695
|
var import_Map2DOutlined = __toESM(require("./asn/Map2DOutlined"));
|
|
1687
1696
|
var import_Map3DOutlined = __toESM(require("./asn/Map3DOutlined"));
|
|
1688
1697
|
var import_MeansAccessOutlined = __toESM(require("./asn/MeansAccessOutlined"));
|
|
1698
|
+
var import_MedalsFilled = __toESM(require("./asn/MedalsFilled"));
|
|
1699
|
+
var import_MedalsOutlined = __toESM(require("./asn/MedalsOutlined"));
|
|
1689
1700
|
var import_MediaLibraryOutlined = __toESM(require("./asn/MediaLibraryOutlined"));
|
|
1690
1701
|
var import_MedicalFilled = __toESM(require("./asn/MedicalFilled"));
|
|
1691
1702
|
var import_MedicalKitOutlined = __toESM(require("./asn/MedicalKitOutlined"));
|
|
@@ -1960,6 +1971,8 @@ var import_ShootFilled = __toESM(require("./asn/ShootFilled"));
|
|
|
1960
1971
|
var import_ShoppingCartOutlined = __toESM(require("./asn/ShoppingCartOutlined"));
|
|
1961
1972
|
var import_ShoppingFilled = __toESM(require("./asn/ShoppingFilled"));
|
|
1962
1973
|
var import_ShoppingOutlined = __toESM(require("./asn/ShoppingOutlined"));
|
|
1974
|
+
var import_ShortSleeveFilled = __toESM(require("./asn/ShortSleeveFilled"));
|
|
1975
|
+
var import_ShortSleeveOutlined = __toESM(require("./asn/ShortSleeveOutlined"));
|
|
1963
1976
|
var import_ShoutControlOutlined = __toESM(require("./asn/ShoutControlOutlined"));
|
|
1964
1977
|
var import_ShutdownOutlined = __toESM(require("./asn/ShutdownOutlined"));
|
|
1965
1978
|
var import_SignalTowerFilled = __toESM(require("./asn/SignalTowerFilled"));
|
|
@@ -2002,6 +2015,7 @@ var import_SplitScreenOutlined = __toESM(require("./asn/SplitScreenOutlined"));
|
|
|
2002
2015
|
var import_SportsFacilitiesFilled = __toESM(require("./asn/SportsFacilitiesFilled"));
|
|
2003
2016
|
var import_SportsFacilitiesOutlined = __toESM(require("./asn/SportsFacilitiesOutlined"));
|
|
2004
2017
|
var import_SprayOutlined = __toESM(require("./asn/SprayOutlined"));
|
|
2018
|
+
var import_SquareFilled = __toESM(require("./asn/SquareFilled"));
|
|
2005
2019
|
var import_SquareOutlined = __toESM(require("./asn/SquareOutlined"));
|
|
2006
2020
|
var import_StarFilled = __toESM(require("./asn/StarFilled"));
|
|
2007
2021
|
var import_StarOutlined = __toESM(require("./asn/StarOutlined"));
|
|
@@ -2269,6 +2283,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2269
2283
|
BeautySalonOutlined,
|
|
2270
2284
|
BellFilled,
|
|
2271
2285
|
BellOutlined,
|
|
2286
|
+
BeverageFilled,
|
|
2287
|
+
BeverageOutlined,
|
|
2272
2288
|
BigScreenOutlined,
|
|
2273
2289
|
BlizzardOutlined,
|
|
2274
2290
|
BlockOutlined,
|
|
@@ -2759,6 +2775,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2759
2775
|
Map2DOutlined,
|
|
2760
2776
|
Map3DOutlined,
|
|
2761
2777
|
MeansAccessOutlined,
|
|
2778
|
+
MedalsFilled,
|
|
2779
|
+
MedalsOutlined,
|
|
2762
2780
|
MediaLibraryOutlined,
|
|
2763
2781
|
MedicalFilled,
|
|
2764
2782
|
MedicalKitOutlined,
|
|
@@ -3033,6 +3051,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
3033
3051
|
ShoppingCartOutlined,
|
|
3034
3052
|
ShoppingFilled,
|
|
3035
3053
|
ShoppingOutlined,
|
|
3054
|
+
ShortSleeveFilled,
|
|
3055
|
+
ShortSleeveOutlined,
|
|
3036
3056
|
ShoutControlOutlined,
|
|
3037
3057
|
ShutdownOutlined,
|
|
3038
3058
|
SignalTowerFilled,
|
|
@@ -3075,6 +3095,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
3075
3095
|
SportsFacilitiesFilled,
|
|
3076
3096
|
SportsFacilitiesOutlined,
|
|
3077
3097
|
SprayOutlined,
|
|
3098
|
+
SquareFilled,
|
|
3078
3099
|
SquareOutlined,
|
|
3079
3100
|
StarFilled,
|
|
3080
3101
|
StarOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const BeverageFilled: 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: 'm181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm200.66 230.87h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'beverage',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default BeverageFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const BeverageOutlined: 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: 'm181.76 102.48 235.14 59.75a15.39 15.39 0 0 1 11.52 13.38l9.67 96.19h326.14a30.77 30.77 0 0 1 30.65 33.49l-52.24 589.5a30.77 30.77 0 0 1-30.66 28.05H342.3a30.77 30.77 0 0 1-30.65-28.05l-52.25-589.5a30.77 30.77 0 0 1 30.65-33.49h86.18l-5.81-57.88-203.82-51.8a15.39 15.39 0 0 1-11.2-18.4l.08-.3 7.58-29.82a15.39 15.39 0 0 1 18.7-11.12zm534.78 389.54h-378.8l32.73 369.28h313.35l32.72-369.28zM382.42 333.35h-58.74l7.92 89.43h59.81l-8.99-89.43zm348.19 0H444.28l8.99 89.43h269.41l7.93-89.43z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'beverage',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default BeverageOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const MedalsFilled: 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: 'm428 90.11 85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72l159.6 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.92 42.72l-148.3 307.44-.75-.48 2.3 1.5c77.53 50.93 128.71 138.66 128.71 238.36 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-100.68 52.2-189.16 131.01-239.86l2.19-1.4-1.17.74-147.75-306.3a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11zm83.91 427.63c-82.29 0-149 66.71-149 149s66.71 149 149 149c82.3 0 149-66.7 149-149s-66.7-149-149-149zm135.04-381.48-98.36 204.19-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13zm-267.76 0-88.53 1.13 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'medals',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default MedalsFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const MedalsOutlined: 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: 'm626.93 72 159.61 2.03a32 32 0 0 1 13.5 3.18 32 32 0 0 1 14.91 42.72l-148.3 307.44-.8-.52c78.84 50.7 131.06 139.2 131.06 239.9 0 157.4-127.6 285-285 285s-285-127.6-285-285c0-103.8 55.48-194.62 138.4-244.46a285.08 285.08 0 0 0-6.37 3.94L211.2 119.93a32 32 0 0 1 14.91-42.72 32 32 0 0 1 13.5-3.18L398.76 72A32.01 32.01 0 0 1 428 90.11l85.07 176.6 85.07-176.6A32 32 0 0 1 626.93 72zM511.91 445.75c-122.05 0-221 98.94-221 221 0 122.05 98.95 221 221 221 122.06 0 221-98.95 221-221 0-122.06-98.94-221-221-221zm0 72c82.3 0 149 66.7 149 149s-66.7 149-149 149c-82.29 0-149-66.71-149-149s66.71-149 149-149zm0 64a85 85 0 1 0 0 170 85 85 0 0 0 0-170zM379.2 136.25l-88.53 1.14 125.78 260.74 1.91-.67a282.86 282.86 0 0 1 35.6-9.82l.96-.2 22.64-47-98.36-204.18zm267.76 0-98.36 204.2-22.5 41.64c28.45 1.4 55.8 6.96 81.45 16.1l1.81.65 126.13-261.45-88.53-1.13z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'medals',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default MedalsOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const ShortSleeveFilled: 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: 'M410.04 158a106.87 106.87 0 0 0-.04 3c0 56.33 45.67 102 102 102s102-45.67 102-102c0-1-.01-2-.04-3h163.72a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158h163.72z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'short-sleeve',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default ShortSleeveFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const ShortSleeveOutlined: 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: 'M777.68 158a32.3 32.3 0 0 1 25.97 13.1l138.02 186.6.28.39a32.3 32.3 0 0 1-3.02 41.26L819.09 523.41l-.37.37a32.3 32.3 0 0 1-44.27 1.37l-14.08-12.69V833.3a32.3 32.3 0 0 1-32.3 32.3H296.05a32.3 32.3 0 0 1-32.3-32.3V512.38l-14.2 12.77a32.3 32.3 0 0 1-44.27-1.38l-.37-.37L85.07 399.35a32.3 32.3 0 0 1-3.02-41.26l.28-.38 138.02-186.62A32.3 32.3 0 0 1 246.32 158H441.4a70.66 70.66 0 0 0 141.32 0h194.96zM512.06 293.26c-51.3 0-95.94-28.56-118.86-70.66H262.6L150.53 374.13l79.36 82.15 33.86-30.79h64.6V801h367.42v-375.5h64.6l33.74 30.79 79.36-82.15L761.4 222.6H630.92a135.23 135.23 0 0 1-118.86 70.66z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'short-sleeve',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default ShortSleeveOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const SquareFilled: 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: 'M245 189h534a56 56 0 0 1 56 56v534a56 56 0 0 1-56 56H245a56 56 0 0 1-56-56V245a56 56 0 0 1 56-56z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'square',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default SquareFilled;
|
package/src/index.ts
CHANGED
|
@@ -93,6 +93,8 @@ export { default as BeautySalonFilled } from './asn/BeautySalonFilled';
|
|
|
93
93
|
export { default as BeautySalonOutlined } from './asn/BeautySalonOutlined';
|
|
94
94
|
export { default as BellFilled } from './asn/BellFilled';
|
|
95
95
|
export { default as BellOutlined } from './asn/BellOutlined';
|
|
96
|
+
export { default as BeverageFilled } from './asn/BeverageFilled';
|
|
97
|
+
export { default as BeverageOutlined } from './asn/BeverageOutlined';
|
|
96
98
|
export { default as BigScreenOutlined } from './asn/BigScreenOutlined';
|
|
97
99
|
export { default as BlizzardOutlined } from './asn/BlizzardOutlined';
|
|
98
100
|
export { default as BlockOutlined } from './asn/BlockOutlined';
|
|
@@ -583,6 +585,8 @@ export { default as ManualOutlined } from './asn/ManualOutlined';
|
|
|
583
585
|
export { default as Map2DOutlined } from './asn/Map2DOutlined';
|
|
584
586
|
export { default as Map3DOutlined } from './asn/Map3DOutlined';
|
|
585
587
|
export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
|
|
588
|
+
export { default as MedalsFilled } from './asn/MedalsFilled';
|
|
589
|
+
export { default as MedalsOutlined } from './asn/MedalsOutlined';
|
|
586
590
|
export { default as MediaLibraryOutlined } from './asn/MediaLibraryOutlined';
|
|
587
591
|
export { default as MedicalFilled } from './asn/MedicalFilled';
|
|
588
592
|
export { default as MedicalKitOutlined } from './asn/MedicalKitOutlined';
|
|
@@ -857,6 +861,8 @@ export { default as ShootFilled } from './asn/ShootFilled';
|
|
|
857
861
|
export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
|
|
858
862
|
export { default as ShoppingFilled } from './asn/ShoppingFilled';
|
|
859
863
|
export { default as ShoppingOutlined } from './asn/ShoppingOutlined';
|
|
864
|
+
export { default as ShortSleeveFilled } from './asn/ShortSleeveFilled';
|
|
865
|
+
export { default as ShortSleeveOutlined } from './asn/ShortSleeveOutlined';
|
|
860
866
|
export { default as ShoutControlOutlined } from './asn/ShoutControlOutlined';
|
|
861
867
|
export { default as ShutdownOutlined } from './asn/ShutdownOutlined';
|
|
862
868
|
export { default as SignalTowerFilled } from './asn/SignalTowerFilled';
|
|
@@ -899,6 +905,7 @@ export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
|
|
|
899
905
|
export { default as SportsFacilitiesFilled } from './asn/SportsFacilitiesFilled';
|
|
900
906
|
export { default as SportsFacilitiesOutlined } from './asn/SportsFacilitiesOutlined';
|
|
901
907
|
export { default as SprayOutlined } from './asn/SprayOutlined';
|
|
908
|
+
export { default as SquareFilled } from './asn/SquareFilled';
|
|
902
909
|
export { default as SquareOutlined } from './asn/SquareOutlined';
|
|
903
910
|
export { default as StarFilled } from './asn/StarFilled';
|
|
904
911
|
export { default as StarOutlined } from './asn/StarOutlined';
|