@sensoro-design/icons-svg 2.52.0 → 2.53.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 (93) hide show
  1. package/es/asn/LoadingProPurely.d.ts +3 -0
  2. package/es/asn/LoadingProPurely.js +87 -0
  3. package/es/asn/LoadingPurely.js +4 -4
  4. package/es/asn/LocationPurely.js +5 -5
  5. package/es/asn/MoonPurely.js +8 -8
  6. package/es/asn/NoAlarmPurely.js +112 -112
  7. package/es/asn/NoAppPurely.js +165 -165
  8. package/es/asn/NoCarPurely.js +136 -136
  9. package/es/asn/NoCarsPurely.js +177 -177
  10. package/es/asn/NoDataPurely.js +97 -97
  11. package/es/asn/NoDevicePurely.js +122 -122
  12. package/es/asn/NoImagePurely.js +51 -51
  13. package/es/asn/NoPersonPurely.js +99 -99
  14. package/es/asn/NoPersonsPurely.js +109 -109
  15. package/es/asn/NoVideoPurely.js +62 -62
  16. package/es/asn/OffDayPurely.js +67 -67
  17. package/es/asn/RotateRightPurely.js +8 -8
  18. package/es/asn/UserPurely.js +9 -9
  19. package/es/index.d.ts +1 -0
  20. package/es/index.js +1 -0
  21. package/inline-namespaced-svg/purely/loading-pro.svg +1 -0
  22. package/inline-namespaced-svg/purely/loading.svg +1 -1
  23. package/inline-namespaced-svg/purely/location.svg +1 -1
  24. package/inline-namespaced-svg/purely/moon.svg +1 -1
  25. package/inline-namespaced-svg/purely/no-alarm.svg +1 -1
  26. package/inline-namespaced-svg/purely/no-app.svg +1 -1
  27. package/inline-namespaced-svg/purely/no-car.svg +1 -1
  28. package/inline-namespaced-svg/purely/no-cars.svg +1 -1
  29. package/inline-namespaced-svg/purely/no-data.svg +1 -1
  30. package/inline-namespaced-svg/purely/no-device.svg +1 -1
  31. package/inline-namespaced-svg/purely/no-image.svg +1 -1
  32. package/inline-namespaced-svg/purely/no-person.svg +1 -1
  33. package/inline-namespaced-svg/purely/no-persons.svg +1 -1
  34. package/inline-namespaced-svg/purely/no-video.svg +1 -1
  35. package/inline-namespaced-svg/purely/off-day.svg +1 -1
  36. package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
  37. package/inline-namespaced-svg/purely/user.svg +1 -1
  38. package/inline-svg/purely/loading-pro.svg +1 -0
  39. package/inline-svg/purely/loading.svg +1 -1
  40. package/inline-svg/purely/location.svg +1 -1
  41. package/inline-svg/purely/moon.svg +1 -1
  42. package/inline-svg/purely/no-alarm.svg +1 -1
  43. package/inline-svg/purely/no-app.svg +1 -1
  44. package/inline-svg/purely/no-car.svg +1 -1
  45. package/inline-svg/purely/no-cars.svg +1 -1
  46. package/inline-svg/purely/no-data.svg +1 -1
  47. package/inline-svg/purely/no-device.svg +1 -1
  48. package/inline-svg/purely/no-image.svg +1 -1
  49. package/inline-svg/purely/no-person.svg +1 -1
  50. package/inline-svg/purely/no-persons.svg +1 -1
  51. package/inline-svg/purely/no-video.svg +1 -1
  52. package/inline-svg/purely/off-day.svg +1 -1
  53. package/inline-svg/purely/rotate-right.svg +1 -1
  54. package/inline-svg/purely/user.svg +1 -1
  55. package/lib/asn/LoadingProPurely.d.ts +3 -0
  56. package/lib/asn/LoadingProPurely.js +71 -0
  57. package/lib/asn/LoadingPurely.js +4 -4
  58. package/lib/asn/LocationPurely.js +4 -4
  59. package/lib/asn/MoonPurely.js +6 -6
  60. package/lib/asn/NoAlarmPurely.js +90 -90
  61. package/lib/asn/NoAppPurely.js +129 -129
  62. package/lib/asn/NoCarPurely.js +109 -109
  63. package/lib/asn/NoCarsPurely.js +143 -143
  64. package/lib/asn/NoDataPurely.js +77 -77
  65. package/lib/asn/NoDevicePurely.js +93 -93
  66. package/lib/asn/NoImagePurely.js +41 -41
  67. package/lib/asn/NoPersonPurely.js +79 -79
  68. package/lib/asn/NoPersonsPurely.js +87 -87
  69. package/lib/asn/NoVideoPurely.js +49 -49
  70. package/lib/asn/OffDayPurely.js +55 -55
  71. package/lib/asn/RotateRightPurely.js +6 -6
  72. package/lib/asn/UserPurely.js +8 -8
  73. package/lib/index.d.ts +1 -0
  74. package/lib/index.js +3 -0
  75. package/package.json +1 -1
  76. package/src/asn/LoadingProPurely.ts +51 -0
  77. package/src/asn/LoadingPurely.ts +4 -4
  78. package/src/asn/LocationPurely.ts +4 -4
  79. package/src/asn/MoonPurely.ts +6 -6
  80. package/src/asn/NoAlarmPurely.ts +90 -90
  81. package/src/asn/NoAppPurely.ts +129 -129
  82. package/src/asn/NoCarPurely.ts +109 -109
  83. package/src/asn/NoCarsPurely.ts +143 -143
  84. package/src/asn/NoDataPurely.ts +77 -77
  85. package/src/asn/NoDevicePurely.ts +93 -93
  86. package/src/asn/NoImagePurely.ts +41 -41
  87. package/src/asn/NoPersonPurely.ts +79 -79
  88. package/src/asn/NoPersonsPurely.ts +87 -87
  89. package/src/asn/NoVideoPurely.ts +49 -49
  90. package/src/asn/OffDayPurely.ts +55 -55
  91. package/src/asn/RotateRightPurely.ts +6 -6
  92. package/src/asn/UserPurely.ts +8 -8
  93. package/src/index.ts +1 -0
@@ -33,7 +33,7 @@ var NoImagePurely = {
33
33
  children: [
34
34
  {
35
35
  tag: "linearGradient",
36
- attrs: { id: "sen__42__a", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
36
+ attrs: { id: "sen__43__a", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
37
37
  children: [
38
38
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".04" } },
39
39
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".09" } }
@@ -41,7 +41,7 @@ var NoImagePurely = {
41
41
  },
42
42
  {
43
43
  tag: "linearGradient",
44
- attrs: { id: "sen__42__d", x1: "100%", x2: "0%", y1: "28.23%", y2: "71.77%" },
44
+ attrs: { id: "sen__43__d", x1: "100%", x2: "0%", y1: "28.23%", y2: "71.77%" },
45
45
  children: [
46
46
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
47
47
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } }
@@ -49,7 +49,7 @@ var NoImagePurely = {
49
49
  },
50
50
  {
51
51
  tag: "linearGradient",
52
- attrs: { id: "sen__42__f", x1: "0%", x2: "100%", y1: "28.23%", y2: "71.77%" },
52
+ attrs: { id: "sen__43__f", x1: "0%", x2: "100%", y1: "28.23%", y2: "71.77%" },
53
53
  children: [
54
54
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
55
55
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
@@ -57,7 +57,7 @@ var NoImagePurely = {
57
57
  },
58
58
  {
59
59
  tag: "linearGradient",
60
- attrs: { id: "sen__42__i", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
60
+ attrs: { id: "sen__43__i", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
61
61
  children: [
62
62
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
63
63
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
@@ -65,7 +65,7 @@ var NoImagePurely = {
65
65
  },
66
66
  {
67
67
  tag: "linearGradient",
68
- attrs: { id: "sen__42__k", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
68
+ attrs: { id: "sen__43__k", x1: "100%", x2: "0%", y1: "50%", y2: "50%" },
69
69
  children: [
70
70
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } },
71
71
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".3" } }
@@ -73,7 +73,7 @@ var NoImagePurely = {
73
73
  },
74
74
  {
75
75
  tag: "linearGradient",
76
- attrs: { id: "sen__42__m", x1: "32.53%", x2: "67.47%", y1: "0%", y2: "100%" },
76
+ attrs: { id: "sen__43__m", x1: "32.53%", x2: "67.47%", y1: "0%", y2: "100%" },
77
77
  children: [
78
78
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } },
79
79
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".25" } }
@@ -81,7 +81,7 @@ var NoImagePurely = {
81
81
  },
82
82
  {
83
83
  tag: "linearGradient",
84
- attrs: { id: "sen__42__o", x1: "32.53%", x2: "67.47%", y1: "0%", y2: "100%" },
84
+ attrs: { id: "sen__43__o", x1: "32.53%", x2: "67.47%", y1: "0%", y2: "100%" },
85
85
  children: [
86
86
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".09" } },
87
87
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".2" } }
@@ -89,7 +89,7 @@ var NoImagePurely = {
89
89
  },
90
90
  {
91
91
  tag: "linearGradient",
92
- attrs: { id: "sen__42__q", x1: "32.53%", x2: "67.47%", y1: "0%", y2: "100%" },
92
+ attrs: { id: "sen__43__q", x1: "32.53%", x2: "67.47%", y1: "0%", y2: "100%" },
93
93
  children: [
94
94
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".02" } },
95
95
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".09" } }
@@ -97,7 +97,7 @@ var NoImagePurely = {
97
97
  },
98
98
  {
99
99
  tag: "linearGradient",
100
- attrs: { id: "sen__42__r", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
100
+ attrs: { id: "sen__43__r", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
101
101
  children: [
102
102
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
103
103
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
@@ -105,7 +105,7 @@ var NoImagePurely = {
105
105
  },
106
106
  {
107
107
  tag: "linearGradient",
108
- attrs: { id: "sen__42__s", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
108
+ attrs: { id: "sen__43__s", x1: "50%", x2: "50%", y1: "17.57%", y2: "100%" },
109
109
  children: [
110
110
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": "0" } },
111
111
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5", "stop-opacity": ".15" } }
@@ -113,49 +113,49 @@ var NoImagePurely = {
113
113
  },
114
114
  {
115
115
  tag: "linearGradient",
116
- attrs: { id: "sen__42__u", x1: "88.33%", x2: "11.67%", y1: "100%", y2: "0%" },
116
+ attrs: { id: "sen__43__u", x1: "88.33%", x2: "11.67%", y1: "100%", y2: "0%" },
117
117
  children: [
118
118
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#2B6DE5", "stop-opacity": ".45" } },
119
119
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#2B6DE5" } }
120
120
  ]
121
121
  },
122
- { tag: "path", attrs: { id: "sen__42__b", d: "M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z" } },
123
- { tag: "path", attrs: { id: "sen__42__c", d: "m194 64-97 56v-8l97-56v8Z" } },
124
- { tag: "path", attrs: { id: "sen__42__e", d: "M97 112v8L0 64v-8l97 56Z" } },
125
- { tag: "path", attrs: { id: "sen__42__h", d: "m97 0 97 56-97 56L0 56 97 0Z" } },
126
- { tag: "path", attrs: { id: "sen__42__j", d: "m128 118 65 38-65 38-65-38 65-38Z" } },
122
+ { tag: "path", attrs: { id: "sen__43__b", d: "M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z" } },
123
+ { tag: "path", attrs: { id: "sen__43__c", d: "m194 64-97 56v-8l97-56v8Z" } },
124
+ { tag: "path", attrs: { id: "sen__43__e", d: "M97 112v8L0 64v-8l97 56Z" } },
125
+ { tag: "path", attrs: { id: "sen__43__h", d: "m97 0 97 56-97 56L0 56 97 0Z" } },
126
+ { tag: "path", attrs: { id: "sen__43__j", d: "m128 118 65 38-65 38-65-38 65-38Z" } },
127
127
  {
128
128
  tag: "path",
129
129
  attrs: {
130
- id: "sen__42__l",
130
+ id: "sen__43__l",
131
131
  d: "m131 45.75 49.02 28.52a6 6 0 0 1 2.98 5.18v57.07a2 2 0 0 1-3 1.73l-49.02-28.52a6 6 0 0 1-2.98-5.18V47.48a2 2 0 0 1 3-1.73Z"
132
132
  }
133
133
  },
134
134
  {
135
135
  tag: "path",
136
136
  attrs: {
137
- id: "sen__42__n",
137
+ id: "sen__43__n",
138
138
  d: "m104 61.75 49.02 28.52a6 6 0 0 1 2.98 5.18v57.07a2 2 0 0 1-3 1.73l-49.02-28.52a6 6 0 0 1-2.98-5.18V63.48a2 2 0 0 1 3-1.73Z"
139
139
  }
140
140
  },
141
141
  {
142
142
  tag: "path",
143
143
  attrs: {
144
- id: "sen__42__p",
144
+ id: "sen__43__p",
145
145
  d: "M128 111.45v57.07a2 2 0 0 1-3 1.73l-49.02-28.52a6 6 0 0 1-2.98-5.18V79.48a2 2 0 0 1 3-1.73l49.02 28.51a6 6 0 0 1 2.98 5.19Z"
146
146
  }
147
147
  },
148
148
  {
149
149
  tag: "path",
150
150
  attrs: {
151
- id: "sen__42__t",
151
+ id: "sen__43__t",
152
152
  d: "m92.5 119 4.5 9 7.5-5.5L116 144l-33-19 9.5-6Zm-3.3-12.44c1.17-.73 3.07.2 4.24 2.07 1.17 1.87 1.17 3.98 0 4.71-1.18.74-3.07-.19-4.24-2.06-1.18-1.88-1.17-3.99 0-4.72Z"
153
153
  }
154
154
  },
155
155
  {
156
156
  tag: "filter",
157
157
  attrs: {
158
- id: "sen__42__g",
158
+ id: "sen__43__g",
159
159
  width: "101%",
160
160
  height: "101.6%",
161
161
  x: "-.5%",
@@ -189,52 +189,52 @@ var NoImagePurely = {
189
189
  children: [
190
190
  {
191
191
  tag: "use",
192
- attrs: { "xlink:href": "#sen__42__b", fill: "url(#sen__42__a)", transform: "translate(31 100)" }
192
+ attrs: { "xlink:href": "#sen__43__b", fill: "url(#sen__43__a)", transform: "translate(31 100)" }
193
193
  },
194
194
  {
195
195
  tag: "g",
196
196
  attrs: { transform: "translate(31 100)" },
197
197
  children: [
198
- { tag: "use", attrs: { "xlink:href": "#sen__42__c", fill: "#FFF" } },
199
- { tag: "use", attrs: { "xlink:href": "#sen__42__c", fill: "url(#sen__42__d)" } }
198
+ { tag: "use", attrs: { "xlink:href": "#sen__43__c", fill: "#FFF" } },
199
+ { tag: "use", attrs: { "xlink:href": "#sen__43__c", fill: "url(#sen__43__d)" } }
200
200
  ]
201
201
  },
202
202
  {
203
203
  tag: "g",
204
204
  attrs: { transform: "translate(31 100)" },
205
205
  children: [
206
- { tag: "use", attrs: { "xlink:href": "#sen__42__e", fill: "#FFF" } },
207
- { tag: "use", attrs: { "xlink:href": "#sen__42__e", fill: "url(#sen__42__f)" } },
208
- { tag: "use", attrs: { "xlink:href": "#sen__42__e", fill: "#000", filter: "url(#sen__42__g)" } }
206
+ { tag: "use", attrs: { "xlink:href": "#sen__43__e", fill: "#FFF" } },
207
+ { tag: "use", attrs: { "xlink:href": "#sen__43__e", fill: "url(#sen__43__f)" } },
208
+ { tag: "use", attrs: { "xlink:href": "#sen__43__e", fill: "#000", filter: "url(#sen__43__g)" } }
209
209
  ]
210
210
  },
211
211
  {
212
212
  tag: "g",
213
213
  attrs: { transform: "translate(31 100)" },
214
214
  children: [
215
- { tag: "use", attrs: { "xlink:href": "#sen__42__h", fill: "#FFF" } },
216
- { tag: "use", attrs: { "xlink:href": "#sen__42__h", fill: "url(#sen__42__i)" } }
215
+ { tag: "use", attrs: { "xlink:href": "#sen__43__h", fill: "#FFF" } },
216
+ { tag: "use", attrs: { "xlink:href": "#sen__43__h", fill: "url(#sen__43__i)" } }
217
217
  ]
218
218
  },
219
- { tag: "use", attrs: { "xlink:href": "#sen__42__j", fill: "#FFF" } },
220
- { tag: "use", attrs: { "xlink:href": "#sen__42__j", fill: "url(#sen__42__k)" } },
221
- { tag: "use", attrs: { "xlink:href": "#sen__42__l", fill: "#FFF" } },
222
- { tag: "use", attrs: { "xlink:href": "#sen__42__l", fill: "url(#sen__42__m)" } },
223
- { tag: "use", attrs: { "xlink:href": "#sen__42__n", fill: "#FFF" } },
224
- { tag: "use", attrs: { "xlink:href": "#sen__42__n", fill: "url(#sen__42__o)" } },
225
- { tag: "use", attrs: { "xlink:href": "#sen__42__p", fill: "#FFF" } },
226
- { tag: "use", attrs: { "xlink:href": "#sen__42__p", fill: "url(#sen__42__q)" } },
227
- { tag: "path", attrs: { fill: "url(#sen__42__r)", d: "m128 42 65 38v76l-65 38-65-38V80z" } },
219
+ { tag: "use", attrs: { "xlink:href": "#sen__43__j", fill: "#FFF" } },
220
+ { tag: "use", attrs: { "xlink:href": "#sen__43__j", fill: "url(#sen__43__k)" } },
221
+ { tag: "use", attrs: { "xlink:href": "#sen__43__l", fill: "#FFF" } },
222
+ { tag: "use", attrs: { "xlink:href": "#sen__43__l", fill: "url(#sen__43__m)" } },
223
+ { tag: "use", attrs: { "xlink:href": "#sen__43__n", fill: "#FFF" } },
224
+ { tag: "use", attrs: { "xlink:href": "#sen__43__n", fill: "url(#sen__43__o)" } },
225
+ { tag: "use", attrs: { "xlink:href": "#sen__43__p", fill: "#FFF" } },
226
+ { tag: "use", attrs: { "xlink:href": "#sen__43__p", fill: "url(#sen__43__q)" } },
227
+ { tag: "path", attrs: { fill: "url(#sen__43__r)", d: "m128 42 65 38v76l-65 38-65-38V80z" } },
228
228
  {
229
229
  tag: "path",
230
230
  attrs: {
231
- fill: "url(#sen__42__s)",
231
+ fill: "url(#sen__43__s)",
232
232
  d: "M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z",
233
233
  transform: "translate(31 72)"
234
234
  }
235
235
  },
236
- { tag: "use", attrs: { "xlink:href": "#sen__42__t", fill: "#FFF" } },
237
- { tag: "use", attrs: { "xlink:href": "#sen__42__t", fill: "url(#sen__42__u)" } }
236
+ { tag: "use", attrs: { "xlink:href": "#sen__43__t", fill: "#FFF" } },
237
+ { tag: "use", attrs: { "xlink:href": "#sen__43__t", fill: "url(#sen__43__u)" } }
238
238
  ]
239
239
  }
240
240
  ]