@sensoro-design/icons-svg 2.91.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.
Files changed (83) hide show
  1. package/es/asn/BeverageFilled.d.ts +3 -0
  2. package/es/asn/BeverageFilled.js +20 -0
  3. package/es/asn/BeverageOutlined.d.ts +3 -0
  4. package/es/asn/BeverageOutlined.js +20 -0
  5. package/es/asn/HangUpFilled.d.ts +3 -0
  6. package/es/asn/HangUpFilled.js +20 -0
  7. package/es/asn/HangUpOutlined.d.ts +3 -0
  8. package/es/asn/HangUpOutlined.js +20 -0
  9. package/es/asn/MaximizeOutlined.d.ts +3 -0
  10. package/es/asn/MaximizeOutlined.js +20 -0
  11. package/es/asn/MedalsFilled.d.ts +3 -0
  12. package/es/asn/MedalsFilled.js +20 -0
  13. package/es/asn/MedalsOutlined.d.ts +3 -0
  14. package/es/asn/MedalsOutlined.js +20 -0
  15. package/es/asn/MinimizeOutlined.d.ts +3 -0
  16. package/es/asn/MinimizeOutlined.js +20 -0
  17. package/es/asn/ShortSleeveFilled.d.ts +3 -0
  18. package/es/asn/ShortSleeveFilled.js +20 -0
  19. package/es/asn/ShortSleeveOutlined.d.ts +3 -0
  20. package/es/asn/ShortSleeveOutlined.js +20 -0
  21. package/es/asn/SquareFilled.d.ts +3 -0
  22. package/es/asn/SquareFilled.js +20 -0
  23. package/es/index.d.ts +11 -0
  24. package/es/index.js +11 -0
  25. package/inline-namespaced-svg/filled/beverage.svg +1 -0
  26. package/inline-namespaced-svg/filled/hang-up.svg +1 -0
  27. package/inline-namespaced-svg/filled/medals.svg +1 -0
  28. package/inline-namespaced-svg/filled/short-sleeve.svg +1 -0
  29. package/inline-namespaced-svg/filled/square.svg +1 -0
  30. package/inline-namespaced-svg/outlined/beverage.svg +1 -0
  31. package/inline-namespaced-svg/outlined/hang-up.svg +1 -0
  32. package/inline-namespaced-svg/outlined/maximize.svg +1 -0
  33. package/inline-namespaced-svg/outlined/medals.svg +1 -0
  34. package/inline-namespaced-svg/outlined/minimize.svg +1 -0
  35. package/inline-namespaced-svg/outlined/short-sleeve.svg +1 -0
  36. package/inline-svg/filled/beverage.svg +1 -0
  37. package/inline-svg/filled/hang-up.svg +1 -0
  38. package/inline-svg/filled/medals.svg +1 -0
  39. package/inline-svg/filled/short-sleeve.svg +1 -0
  40. package/inline-svg/filled/square.svg +1 -0
  41. package/inline-svg/outlined/beverage.svg +1 -0
  42. package/inline-svg/outlined/hang-up.svg +1 -0
  43. package/inline-svg/outlined/maximize.svg +1 -0
  44. package/inline-svg/outlined/medals.svg +1 -0
  45. package/inline-svg/outlined/minimize.svg +1 -0
  46. package/inline-svg/outlined/short-sleeve.svg +1 -0
  47. package/lib/asn/BeverageFilled.d.ts +3 -0
  48. package/lib/asn/BeverageFilled.js +41 -0
  49. package/lib/asn/BeverageOutlined.d.ts +3 -0
  50. package/lib/asn/BeverageOutlined.js +41 -0
  51. package/lib/asn/HangUpFilled.d.ts +3 -0
  52. package/lib/asn/HangUpFilled.js +41 -0
  53. package/lib/asn/HangUpOutlined.d.ts +3 -0
  54. package/lib/asn/HangUpOutlined.js +41 -0
  55. package/lib/asn/MaximizeOutlined.d.ts +3 -0
  56. package/lib/asn/MaximizeOutlined.js +41 -0
  57. package/lib/asn/MedalsFilled.d.ts +3 -0
  58. package/lib/asn/MedalsFilled.js +41 -0
  59. package/lib/asn/MedalsOutlined.d.ts +3 -0
  60. package/lib/asn/MedalsOutlined.js +41 -0
  61. package/lib/asn/MinimizeOutlined.d.ts +3 -0
  62. package/lib/asn/MinimizeOutlined.js +41 -0
  63. package/lib/asn/ShortSleeveFilled.d.ts +3 -0
  64. package/lib/asn/ShortSleeveFilled.js +41 -0
  65. package/lib/asn/ShortSleeveOutlined.d.ts +3 -0
  66. package/lib/asn/ShortSleeveOutlined.js +41 -0
  67. package/lib/asn/SquareFilled.d.ts +3 -0
  68. package/lib/asn/SquareFilled.js +41 -0
  69. package/lib/index.d.ts +11 -0
  70. package/lib/index.js +33 -0
  71. package/package.json +1 -1
  72. package/src/asn/BeverageFilled.ts +21 -0
  73. package/src/asn/BeverageOutlined.ts +21 -0
  74. package/src/asn/HangUpFilled.ts +21 -0
  75. package/src/asn/HangUpOutlined.ts +21 -0
  76. package/src/asn/MaximizeOutlined.ts +21 -0
  77. package/src/asn/MedalsFilled.ts +21 -0
  78. package/src/asn/MedalsOutlined.ts +21 -0
  79. package/src/asn/MinimizeOutlined.ts +21 -0
  80. package/src/asn/ShortSleeveFilled.ts +21 -0
  81. package/src/asn/ShortSleeveOutlined.ts +21 -0
  82. package/src/asn/SquareFilled.ts +21 -0
  83. package/src/index.ts +11 -0
@@ -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 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 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 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;
@@ -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';
@@ -437,6 +439,8 @@ export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
437
439
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
438
440
  export { default as HailOutlined } from './asn/HailOutlined';
439
441
  export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
442
+ export { default as HangUpFilled } from './asn/HangUpFilled';
443
+ export { default as HangUpOutlined } from './asn/HangUpOutlined';
440
444
  export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
441
445
  export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
442
446
  export { default as HashrateFilled } from './asn/HashrateFilled';
@@ -582,7 +586,10 @@ export { default as ManualAlarmCircleOutlined } from './asn/ManualAlarmCircleOut
582
586
  export { default as ManualOutlined } from './asn/ManualOutlined';
583
587
  export { default as Map2DOutlined } from './asn/Map2DOutlined';
584
588
  export { default as Map3DOutlined } from './asn/Map3DOutlined';
589
+ export { default as MaximizeOutlined } from './asn/MaximizeOutlined';
585
590
  export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
591
+ export { default as MedalsFilled } from './asn/MedalsFilled';
592
+ export { default as MedalsOutlined } from './asn/MedalsOutlined';
586
593
  export { default as MediaLibraryOutlined } from './asn/MediaLibraryOutlined';
587
594
  export { default as MedicalFilled } from './asn/MedicalFilled';
588
595
  export { default as MedicalKitOutlined } from './asn/MedicalKitOutlined';
@@ -601,6 +608,7 @@ export { default as MigrateOutlined } from './asn/MigrateOutlined';
601
608
  export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
602
609
  export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
603
610
  export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
611
+ export { default as MinimizeOutlined } from './asn/MinimizeOutlined';
604
612
  export { default as MinusCircleFilled } from './asn/MinusCircleFilled';
605
613
  export { default as MinusCircleOutlined } from './asn/MinusCircleOutlined';
606
614
  export { default as MinusOutlined } from './asn/MinusOutlined';
@@ -857,6 +865,8 @@ export { default as ShootFilled } from './asn/ShootFilled';
857
865
  export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
858
866
  export { default as ShoppingFilled } from './asn/ShoppingFilled';
859
867
  export { default as ShoppingOutlined } from './asn/ShoppingOutlined';
868
+ export { default as ShortSleeveFilled } from './asn/ShortSleeveFilled';
869
+ export { default as ShortSleeveOutlined } from './asn/ShortSleeveOutlined';
860
870
  export { default as ShoutControlOutlined } from './asn/ShoutControlOutlined';
861
871
  export { default as ShutdownOutlined } from './asn/ShutdownOutlined';
862
872
  export { default as SignalTowerFilled } from './asn/SignalTowerFilled';
@@ -899,6 +909,7 @@ export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
899
909
  export { default as SportsFacilitiesFilled } from './asn/SportsFacilitiesFilled';
900
910
  export { default as SportsFacilitiesOutlined } from './asn/SportsFacilitiesOutlined';
901
911
  export { default as SprayOutlined } from './asn/SprayOutlined';
912
+ export { default as SquareFilled } from './asn/SquareFilled';
902
913
  export { default as SquareOutlined } from './asn/SquareOutlined';
903
914
  export { default as StarFilled } from './asn/StarFilled';
904
915
  export { default as StarOutlined } from './asn/StarOutlined';