@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,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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const HangUpOutlined: IconDefinition;
3
+ export 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/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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const MaximizeOutlined: IconDefinition;
3
+ export 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/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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const MedalsFilled: IconDefinition;
3
+ export 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/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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const MedalsOutlined: IconDefinition;
3
+ export 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/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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const MinimizeOutlined: IconDefinition;
3
+ export default MinimizeOutlined;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const ShortSleeveFilled: IconDefinition;
3
+ export 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/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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const ShortSleeveOutlined: IconDefinition;
3
+ export 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/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,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SquareFilled: IconDefinition;
3
+ export default SquareFilled;
@@ -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';
@@ -436,6 +438,8 @@ export { default as GroupRuleFilled } from './asn/GroupRuleFilled';
436
438
  export { default as GroupRuleOutlined } from './asn/GroupRuleOutlined';
437
439
  export { default as HailOutlined } from './asn/HailOutlined';
438
440
  export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
441
+ export { default as HangUpFilled } from './asn/HangUpFilled';
442
+ export { default as HangUpOutlined } from './asn/HangUpOutlined';
439
443
  export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
440
444
  export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
441
445
  export { default as HashrateFilled } from './asn/HashrateFilled';
@@ -581,7 +585,10 @@ export { default as ManualAlarmCircleOutlined } from './asn/ManualAlarmCircleOut
581
585
  export { default as ManualOutlined } from './asn/ManualOutlined';
582
586
  export { default as Map2DOutlined } from './asn/Map2DOutlined';
583
587
  export { default as Map3DOutlined } from './asn/Map3DOutlined';
588
+ export { default as MaximizeOutlined } from './asn/MaximizeOutlined';
584
589
  export { default as MeansAccessOutlined } from './asn/MeansAccessOutlined';
590
+ export { default as MedalsFilled } from './asn/MedalsFilled';
591
+ export { default as MedalsOutlined } from './asn/MedalsOutlined';
585
592
  export { default as MediaLibraryOutlined } from './asn/MediaLibraryOutlined';
586
593
  export { default as MedicalFilled } from './asn/MedicalFilled';
587
594
  export { default as MedicalKitOutlined } from './asn/MedicalKitOutlined';
@@ -600,6 +607,7 @@ export { default as MigrateOutlined } from './asn/MigrateOutlined';
600
607
  export { default as MiniatureFireStationAddOutlined } from './asn/MiniatureFireStationAddOutlined';
601
608
  export { default as MiniatureFireStationFilled } from './asn/MiniatureFireStationFilled';
602
609
  export { default as MiniatureFireStationOutlined } from './asn/MiniatureFireStationOutlined';
610
+ export { default as MinimizeOutlined } from './asn/MinimizeOutlined';
603
611
  export { default as MinusCircleFilled } from './asn/MinusCircleFilled';
604
612
  export { default as MinusCircleOutlined } from './asn/MinusCircleOutlined';
605
613
  export { default as MinusOutlined } from './asn/MinusOutlined';
@@ -856,6 +864,8 @@ export { default as ShootFilled } from './asn/ShootFilled';
856
864
  export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
857
865
  export { default as ShoppingFilled } from './asn/ShoppingFilled';
858
866
  export { default as ShoppingOutlined } from './asn/ShoppingOutlined';
867
+ export { default as ShortSleeveFilled } from './asn/ShortSleeveFilled';
868
+ export { default as ShortSleeveOutlined } from './asn/ShortSleeveOutlined';
859
869
  export { default as ShoutControlOutlined } from './asn/ShoutControlOutlined';
860
870
  export { default as ShutdownOutlined } from './asn/ShutdownOutlined';
861
871
  export { default as SignalTowerFilled } from './asn/SignalTowerFilled';
@@ -898,6 +908,7 @@ export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
898
908
  export { default as SportsFacilitiesFilled } from './asn/SportsFacilitiesFilled';
899
909
  export { default as SportsFacilitiesOutlined } from './asn/SportsFacilitiesOutlined';
900
910
  export { default as SprayOutlined } from './asn/SprayOutlined';
911
+ export { default as SquareFilled } from './asn/SquareFilled';
901
912
  export { default as SquareOutlined } from './asn/SquareOutlined';
902
913
  export { default as StarFilled } from './asn/StarFilled';
903
914
  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,
@@ -467,6 +469,8 @@ __export(src_exports, {
467
469
  GroupRuleOutlined: () => import_GroupRuleOutlined.default,
468
470
  HailOutlined: () => import_HailOutlined.default,
469
471
  HandcuffsOutlined: () => import_HandcuffsOutlined.default,
472
+ HangUpFilled: () => import_HangUpFilled.default,
473
+ HangUpOutlined: () => import_HangUpOutlined.default,
470
474
  HashrateCenterFilled: () => import_HashrateCenterFilled.default,
471
475
  HashrateCenterOutlined: () => import_HashrateCenterOutlined.default,
472
476
  HashrateFilled: () => import_HashrateFilled.default,
@@ -612,7 +616,10 @@ __export(src_exports, {
612
616
  ManualOutlined: () => import_ManualOutlined.default,
613
617
  Map2DOutlined: () => import_Map2DOutlined.default,
614
618
  Map3DOutlined: () => import_Map3DOutlined.default,
619
+ MaximizeOutlined: () => import_MaximizeOutlined.default,
615
620
  MeansAccessOutlined: () => import_MeansAccessOutlined.default,
621
+ MedalsFilled: () => import_MedalsFilled.default,
622
+ MedalsOutlined: () => import_MedalsOutlined.default,
616
623
  MediaLibraryOutlined: () => import_MediaLibraryOutlined.default,
617
624
  MedicalFilled: () => import_MedicalFilled.default,
618
625
  MedicalKitOutlined: () => import_MedicalKitOutlined.default,
@@ -631,6 +638,7 @@ __export(src_exports, {
631
638
  MiniatureFireStationAddOutlined: () => import_MiniatureFireStationAddOutlined.default,
632
639
  MiniatureFireStationFilled: () => import_MiniatureFireStationFilled.default,
633
640
  MiniatureFireStationOutlined: () => import_MiniatureFireStationOutlined.default,
641
+ MinimizeOutlined: () => import_MinimizeOutlined.default,
634
642
  MinusCircleFilled: () => import_MinusCircleFilled.default,
635
643
  MinusCircleOutlined: () => import_MinusCircleOutlined.default,
636
644
  MinusOutlined: () => import_MinusOutlined.default,
@@ -887,6 +895,8 @@ __export(src_exports, {
887
895
  ShoppingCartOutlined: () => import_ShoppingCartOutlined.default,
888
896
  ShoppingFilled: () => import_ShoppingFilled.default,
889
897
  ShoppingOutlined: () => import_ShoppingOutlined.default,
898
+ ShortSleeveFilled: () => import_ShortSleeveFilled.default,
899
+ ShortSleeveOutlined: () => import_ShortSleeveOutlined.default,
890
900
  ShoutControlOutlined: () => import_ShoutControlOutlined.default,
891
901
  ShutdownOutlined: () => import_ShutdownOutlined.default,
892
902
  SignalTowerFilled: () => import_SignalTowerFilled.default,
@@ -929,6 +939,7 @@ __export(src_exports, {
929
939
  SportsFacilitiesFilled: () => import_SportsFacilitiesFilled.default,
930
940
  SportsFacilitiesOutlined: () => import_SportsFacilitiesOutlined.default,
931
941
  SprayOutlined: () => import_SprayOutlined.default,
942
+ SquareFilled: () => import_SquareFilled.default,
932
943
  SquareOutlined: () => import_SquareOutlined.default,
933
944
  StarFilled: () => import_StarFilled.default,
934
945
  StarOutlined: () => import_StarOutlined.default,
@@ -1196,6 +1207,8 @@ var import_BeautySalonFilled = __toESM(require("./asn/BeautySalonFilled"));
1196
1207
  var import_BeautySalonOutlined = __toESM(require("./asn/BeautySalonOutlined"));
1197
1208
  var import_BellFilled = __toESM(require("./asn/BellFilled"));
1198
1209
  var import_BellOutlined = __toESM(require("./asn/BellOutlined"));
1210
+ var import_BeverageFilled = __toESM(require("./asn/BeverageFilled"));
1211
+ var import_BeverageOutlined = __toESM(require("./asn/BeverageOutlined"));
1199
1212
  var import_BigScreenOutlined = __toESM(require("./asn/BigScreenOutlined"));
1200
1213
  var import_BlizzardOutlined = __toESM(require("./asn/BlizzardOutlined"));
1201
1214
  var import_BlockOutlined = __toESM(require("./asn/BlockOutlined"));
@@ -1540,6 +1553,8 @@ var import_GroupRuleFilled = __toESM(require("./asn/GroupRuleFilled"));
1540
1553
  var import_GroupRuleOutlined = __toESM(require("./asn/GroupRuleOutlined"));
1541
1554
  var import_HailOutlined = __toESM(require("./asn/HailOutlined"));
1542
1555
  var import_HandcuffsOutlined = __toESM(require("./asn/HandcuffsOutlined"));
1556
+ var import_HangUpFilled = __toESM(require("./asn/HangUpFilled"));
1557
+ var import_HangUpOutlined = __toESM(require("./asn/HangUpOutlined"));
1543
1558
  var import_HashrateCenterFilled = __toESM(require("./asn/HashrateCenterFilled"));
1544
1559
  var import_HashrateCenterOutlined = __toESM(require("./asn/HashrateCenterOutlined"));
1545
1560
  var import_HashrateFilled = __toESM(require("./asn/HashrateFilled"));
@@ -1685,7 +1700,10 @@ var import_ManualAlarmCircleOutlined = __toESM(require("./asn/ManualAlarmCircleO
1685
1700
  var import_ManualOutlined = __toESM(require("./asn/ManualOutlined"));
1686
1701
  var import_Map2DOutlined = __toESM(require("./asn/Map2DOutlined"));
1687
1702
  var import_Map3DOutlined = __toESM(require("./asn/Map3DOutlined"));
1703
+ var import_MaximizeOutlined = __toESM(require("./asn/MaximizeOutlined"));
1688
1704
  var import_MeansAccessOutlined = __toESM(require("./asn/MeansAccessOutlined"));
1705
+ var import_MedalsFilled = __toESM(require("./asn/MedalsFilled"));
1706
+ var import_MedalsOutlined = __toESM(require("./asn/MedalsOutlined"));
1689
1707
  var import_MediaLibraryOutlined = __toESM(require("./asn/MediaLibraryOutlined"));
1690
1708
  var import_MedicalFilled = __toESM(require("./asn/MedicalFilled"));
1691
1709
  var import_MedicalKitOutlined = __toESM(require("./asn/MedicalKitOutlined"));
@@ -1704,6 +1722,7 @@ var import_MigrateOutlined = __toESM(require("./asn/MigrateOutlined"));
1704
1722
  var import_MiniatureFireStationAddOutlined = __toESM(require("./asn/MiniatureFireStationAddOutlined"));
1705
1723
  var import_MiniatureFireStationFilled = __toESM(require("./asn/MiniatureFireStationFilled"));
1706
1724
  var import_MiniatureFireStationOutlined = __toESM(require("./asn/MiniatureFireStationOutlined"));
1725
+ var import_MinimizeOutlined = __toESM(require("./asn/MinimizeOutlined"));
1707
1726
  var import_MinusCircleFilled = __toESM(require("./asn/MinusCircleFilled"));
1708
1727
  var import_MinusCircleOutlined = __toESM(require("./asn/MinusCircleOutlined"));
1709
1728
  var import_MinusOutlined = __toESM(require("./asn/MinusOutlined"));
@@ -1960,6 +1979,8 @@ var import_ShootFilled = __toESM(require("./asn/ShootFilled"));
1960
1979
  var import_ShoppingCartOutlined = __toESM(require("./asn/ShoppingCartOutlined"));
1961
1980
  var import_ShoppingFilled = __toESM(require("./asn/ShoppingFilled"));
1962
1981
  var import_ShoppingOutlined = __toESM(require("./asn/ShoppingOutlined"));
1982
+ var import_ShortSleeveFilled = __toESM(require("./asn/ShortSleeveFilled"));
1983
+ var import_ShortSleeveOutlined = __toESM(require("./asn/ShortSleeveOutlined"));
1963
1984
  var import_ShoutControlOutlined = __toESM(require("./asn/ShoutControlOutlined"));
1964
1985
  var import_ShutdownOutlined = __toESM(require("./asn/ShutdownOutlined"));
1965
1986
  var import_SignalTowerFilled = __toESM(require("./asn/SignalTowerFilled"));
@@ -2002,6 +2023,7 @@ var import_SplitScreenOutlined = __toESM(require("./asn/SplitScreenOutlined"));
2002
2023
  var import_SportsFacilitiesFilled = __toESM(require("./asn/SportsFacilitiesFilled"));
2003
2024
  var import_SportsFacilitiesOutlined = __toESM(require("./asn/SportsFacilitiesOutlined"));
2004
2025
  var import_SprayOutlined = __toESM(require("./asn/SprayOutlined"));
2026
+ var import_SquareFilled = __toESM(require("./asn/SquareFilled"));
2005
2027
  var import_SquareOutlined = __toESM(require("./asn/SquareOutlined"));
2006
2028
  var import_StarFilled = __toESM(require("./asn/StarFilled"));
2007
2029
  var import_StarOutlined = __toESM(require("./asn/StarOutlined"));
@@ -2269,6 +2291,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2269
2291
  BeautySalonOutlined,
2270
2292
  BellFilled,
2271
2293
  BellOutlined,
2294
+ BeverageFilled,
2295
+ BeverageOutlined,
2272
2296
  BigScreenOutlined,
2273
2297
  BlizzardOutlined,
2274
2298
  BlockOutlined,
@@ -2613,6 +2637,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2613
2637
  GroupRuleOutlined,
2614
2638
  HailOutlined,
2615
2639
  HandcuffsOutlined,
2640
+ HangUpFilled,
2641
+ HangUpOutlined,
2616
2642
  HashrateCenterFilled,
2617
2643
  HashrateCenterOutlined,
2618
2644
  HashrateFilled,
@@ -2758,7 +2784,10 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2758
2784
  ManualOutlined,
2759
2785
  Map2DOutlined,
2760
2786
  Map3DOutlined,
2787
+ MaximizeOutlined,
2761
2788
  MeansAccessOutlined,
2789
+ MedalsFilled,
2790
+ MedalsOutlined,
2762
2791
  MediaLibraryOutlined,
2763
2792
  MedicalFilled,
2764
2793
  MedicalKitOutlined,
@@ -2777,6 +2806,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2777
2806
  MiniatureFireStationAddOutlined,
2778
2807
  MiniatureFireStationFilled,
2779
2808
  MiniatureFireStationOutlined,
2809
+ MinimizeOutlined,
2780
2810
  MinusCircleFilled,
2781
2811
  MinusCircleOutlined,
2782
2812
  MinusOutlined,
@@ -3033,6 +3063,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3033
3063
  ShoppingCartOutlined,
3034
3064
  ShoppingFilled,
3035
3065
  ShoppingOutlined,
3066
+ ShortSleeveFilled,
3067
+ ShortSleeveOutlined,
3036
3068
  ShoutControlOutlined,
3037
3069
  ShutdownOutlined,
3038
3070
  SignalTowerFilled,
@@ -3075,6 +3107,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3075
3107
  SportsFacilitiesFilled,
3076
3108
  SportsFacilitiesOutlined,
3077
3109
  SprayOutlined,
3110
+ SquareFilled,
3078
3111
  SquareOutlined,
3079
3112
  StarFilled,
3080
3113
  StarOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.91.0",
3
+ "version": "2.93.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",