@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.
- package/es/asn/LoadingProPurely.d.ts +3 -0
- package/es/asn/LoadingProPurely.js +87 -0
- package/es/asn/LoadingPurely.js +4 -4
- package/es/asn/LocationPurely.js +5 -5
- package/es/asn/MoonPurely.js +8 -8
- package/es/asn/NoAlarmPurely.js +112 -112
- package/es/asn/NoAppPurely.js +165 -165
- package/es/asn/NoCarPurely.js +136 -136
- package/es/asn/NoCarsPurely.js +177 -177
- package/es/asn/NoDataPurely.js +97 -97
- package/es/asn/NoDevicePurely.js +122 -122
- package/es/asn/NoImagePurely.js +51 -51
- package/es/asn/NoPersonPurely.js +99 -99
- package/es/asn/NoPersonsPurely.js +109 -109
- package/es/asn/NoVideoPurely.js +62 -62
- package/es/asn/OffDayPurely.js +67 -67
- package/es/asn/RotateRightPurely.js +8 -8
- package/es/asn/UserPurely.js +9 -9
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/inline-namespaced-svg/purely/loading-pro.svg +1 -0
- package/inline-namespaced-svg/purely/loading.svg +1 -1
- package/inline-namespaced-svg/purely/location.svg +1 -1
- package/inline-namespaced-svg/purely/moon.svg +1 -1
- package/inline-namespaced-svg/purely/no-alarm.svg +1 -1
- package/inline-namespaced-svg/purely/no-app.svg +1 -1
- package/inline-namespaced-svg/purely/no-car.svg +1 -1
- package/inline-namespaced-svg/purely/no-cars.svg +1 -1
- package/inline-namespaced-svg/purely/no-data.svg +1 -1
- package/inline-namespaced-svg/purely/no-device.svg +1 -1
- package/inline-namespaced-svg/purely/no-image.svg +1 -1
- package/inline-namespaced-svg/purely/no-person.svg +1 -1
- package/inline-namespaced-svg/purely/no-persons.svg +1 -1
- package/inline-namespaced-svg/purely/no-video.svg +1 -1
- package/inline-namespaced-svg/purely/off-day.svg +1 -1
- package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
- package/inline-namespaced-svg/purely/user.svg +1 -1
- package/inline-svg/purely/loading-pro.svg +1 -0
- package/inline-svg/purely/loading.svg +1 -1
- package/inline-svg/purely/location.svg +1 -1
- package/inline-svg/purely/moon.svg +1 -1
- package/inline-svg/purely/no-alarm.svg +1 -1
- package/inline-svg/purely/no-app.svg +1 -1
- package/inline-svg/purely/no-car.svg +1 -1
- package/inline-svg/purely/no-cars.svg +1 -1
- package/inline-svg/purely/no-data.svg +1 -1
- package/inline-svg/purely/no-device.svg +1 -1
- package/inline-svg/purely/no-image.svg +1 -1
- package/inline-svg/purely/no-person.svg +1 -1
- package/inline-svg/purely/no-persons.svg +1 -1
- package/inline-svg/purely/no-video.svg +1 -1
- package/inline-svg/purely/off-day.svg +1 -1
- package/inline-svg/purely/rotate-right.svg +1 -1
- package/inline-svg/purely/user.svg +1 -1
- package/lib/asn/LoadingProPurely.d.ts +3 -0
- package/lib/asn/LoadingProPurely.js +71 -0
- package/lib/asn/LoadingPurely.js +4 -4
- package/lib/asn/LocationPurely.js +4 -4
- package/lib/asn/MoonPurely.js +6 -6
- package/lib/asn/NoAlarmPurely.js +90 -90
- package/lib/asn/NoAppPurely.js +129 -129
- package/lib/asn/NoCarPurely.js +109 -109
- package/lib/asn/NoCarsPurely.js +143 -143
- package/lib/asn/NoDataPurely.js +77 -77
- package/lib/asn/NoDevicePurely.js +93 -93
- package/lib/asn/NoImagePurely.js +41 -41
- package/lib/asn/NoPersonPurely.js +79 -79
- package/lib/asn/NoPersonsPurely.js +87 -87
- package/lib/asn/NoVideoPurely.js +49 -49
- package/lib/asn/OffDayPurely.js +55 -55
- package/lib/asn/RotateRightPurely.js +6 -6
- package/lib/asn/UserPurely.js +8 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
- package/src/asn/LoadingProPurely.ts +51 -0
- package/src/asn/LoadingPurely.ts +4 -4
- package/src/asn/LocationPurely.ts +4 -4
- package/src/asn/MoonPurely.ts +6 -6
- package/src/asn/NoAlarmPurely.ts +90 -90
- package/src/asn/NoAppPurely.ts +129 -129
- package/src/asn/NoCarPurely.ts +109 -109
- package/src/asn/NoCarsPurely.ts +143 -143
- package/src/asn/NoDataPurely.ts +77 -77
- package/src/asn/NoDevicePurely.ts +93 -93
- package/src/asn/NoImagePurely.ts +41 -41
- package/src/asn/NoPersonPurely.ts +79 -79
- package/src/asn/NoPersonsPurely.ts +87 -87
- package/src/asn/NoVideoPurely.ts +49 -49
- package/src/asn/OffDayPurely.ts +55 -55
- package/src/asn/RotateRightPurely.ts +6 -6
- package/src/asn/UserPurely.ts +8 -8
- package/src/index.ts +1 -0
package/src/asn/NoImagePurely.ts
CHANGED
|
@@ -12,7 +12,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__43__a', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.04' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
|
|
@@ -20,7 +20,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__43__d', x1: '100%', x2: '0%', y1: '28.23%', y2: '71.77%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
@@ -28,7 +28,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
tag: 'linearGradient',
|
|
31
|
-
attrs: { id: '
|
|
31
|
+
attrs: { id: 'sen__43__f', x1: '0%', x2: '100%', y1: '28.23%', y2: '71.77%' },
|
|
32
32
|
children: [
|
|
33
33
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
34
34
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -36,7 +36,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
tag: 'linearGradient',
|
|
39
|
-
attrs: { id: '
|
|
39
|
+
attrs: { id: 'sen__43__i', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
40
40
|
children: [
|
|
41
41
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
42
42
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -44,7 +44,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
tag: 'linearGradient',
|
|
47
|
-
attrs: { id: '
|
|
47
|
+
attrs: { id: 'sen__43__k', x1: '100%', x2: '0%', y1: '50%', y2: '50%' },
|
|
48
48
|
children: [
|
|
49
49
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
50
50
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.3' } },
|
|
@@ -52,7 +52,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
tag: 'linearGradient',
|
|
55
|
-
attrs: { id: '
|
|
55
|
+
attrs: { id: 'sen__43__m', x1: '32.53%', x2: '67.47%', y1: '0%', y2: '100%' },
|
|
56
56
|
children: [
|
|
57
57
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
58
58
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -60,7 +60,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
tag: 'linearGradient',
|
|
63
|
-
attrs: { id: '
|
|
63
|
+
attrs: { id: 'sen__43__o', x1: '32.53%', x2: '67.47%', y1: '0%', y2: '100%' },
|
|
64
64
|
children: [
|
|
65
65
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
|
|
66
66
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.2' } },
|
|
@@ -68,7 +68,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
tag: 'linearGradient',
|
|
71
|
-
attrs: { id: '
|
|
71
|
+
attrs: { id: 'sen__43__q', x1: '32.53%', x2: '67.47%', y1: '0%', y2: '100%' },
|
|
72
72
|
children: [
|
|
73
73
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.02' } },
|
|
74
74
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.09' } },
|
|
@@ -76,7 +76,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
tag: 'linearGradient',
|
|
79
|
-
attrs: { id: '
|
|
79
|
+
attrs: { id: 'sen__43__r', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
80
80
|
children: [
|
|
81
81
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
82
82
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -84,7 +84,7 @@ const NoImagePurely: IconDefinition = {
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
tag: 'linearGradient',
|
|
87
|
-
attrs: { id: '
|
|
87
|
+
attrs: { id: 'sen__43__s', x1: '50%', x2: '50%', y1: '17.57%', y2: '100%' },
|
|
88
88
|
children: [
|
|
89
89
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '0' } },
|
|
90
90
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.15' } },
|
|
@@ -92,49 +92,49 @@ const NoImagePurely: IconDefinition = {
|
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
tag: 'linearGradient',
|
|
95
|
-
attrs: { id: '
|
|
95
|
+
attrs: { id: 'sen__43__u', x1: '88.33%', x2: '11.67%', y1: '100%', y2: '0%' },
|
|
96
96
|
children: [
|
|
97
97
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.45' } },
|
|
98
98
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
99
99
|
],
|
|
100
100
|
},
|
|
101
|
-
{ tag: 'path', attrs: { id: '
|
|
102
|
-
{ tag: 'path', attrs: { id: '
|
|
103
|
-
{ tag: 'path', attrs: { id: '
|
|
104
|
-
{ tag: 'path', attrs: { id: '
|
|
105
|
-
{ tag: 'path', attrs: { id: '
|
|
101
|
+
{ tag: 'path', attrs: { id: 'sen__43__b', d: 'M176.68 74 194 84l-97 56L0 84l17.32-10L97 120l79.68-46Z' } },
|
|
102
|
+
{ tag: 'path', attrs: { id: 'sen__43__c', d: 'm194 64-97 56v-8l97-56v8Z' } },
|
|
103
|
+
{ tag: 'path', attrs: { id: 'sen__43__e', d: 'M97 112v8L0 64v-8l97 56Z' } },
|
|
104
|
+
{ tag: 'path', attrs: { id: 'sen__43__h', d: 'm97 0 97 56-97 56L0 56 97 0Z' } },
|
|
105
|
+
{ tag: 'path', attrs: { id: 'sen__43__j', d: 'm128 118 65 38-65 38-65-38 65-38Z' } },
|
|
106
106
|
{
|
|
107
107
|
tag: 'path',
|
|
108
108
|
attrs: {
|
|
109
|
-
id: '
|
|
109
|
+
id: 'sen__43__l',
|
|
110
110
|
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',
|
|
111
111
|
},
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
tag: 'path',
|
|
115
115
|
attrs: {
|
|
116
|
-
id: '
|
|
116
|
+
id: 'sen__43__n',
|
|
117
117
|
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',
|
|
118
118
|
},
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
tag: 'path',
|
|
122
122
|
attrs: {
|
|
123
|
-
id: '
|
|
123
|
+
id: 'sen__43__p',
|
|
124
124
|
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',
|
|
125
125
|
},
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
tag: 'path',
|
|
129
129
|
attrs: {
|
|
130
|
-
id: '
|
|
130
|
+
id: 'sen__43__t',
|
|
131
131
|
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',
|
|
132
132
|
},
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
tag: 'filter',
|
|
136
136
|
attrs: {
|
|
137
|
-
id: '
|
|
137
|
+
id: 'sen__43__g',
|
|
138
138
|
width: '101%',
|
|
139
139
|
height: '101.6%',
|
|
140
140
|
x: '-.5%',
|
|
@@ -168,52 +168,52 @@ const NoImagePurely: IconDefinition = {
|
|
|
168
168
|
children: [
|
|
169
169
|
{
|
|
170
170
|
tag: 'use',
|
|
171
|
-
attrs: { 'xlink:href': '#
|
|
171
|
+
attrs: { 'xlink:href': '#sen__43__b', fill: 'url(#sen__43__a)', transform: 'translate(31 100)' },
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
tag: 'g',
|
|
175
175
|
attrs: { transform: 'translate(31 100)' },
|
|
176
176
|
children: [
|
|
177
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
178
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
177
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__c', fill: '#FFF' } },
|
|
178
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__c', fill: 'url(#sen__43__d)' } },
|
|
179
179
|
],
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
tag: 'g',
|
|
183
183
|
attrs: { transform: 'translate(31 100)' },
|
|
184
184
|
children: [
|
|
185
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
186
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
187
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
185
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__e', fill: '#FFF' } },
|
|
186
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__e', fill: 'url(#sen__43__f)' } },
|
|
187
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__e', fill: '#000', filter: 'url(#sen__43__g)' } },
|
|
188
188
|
],
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
tag: 'g',
|
|
192
192
|
attrs: { transform: 'translate(31 100)' },
|
|
193
193
|
children: [
|
|
194
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
195
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
194
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__h', fill: '#FFF' } },
|
|
195
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__h', fill: 'url(#sen__43__i)' } },
|
|
196
196
|
],
|
|
197
197
|
},
|
|
198
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
199
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
200
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
201
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
202
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
203
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
204
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
205
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
206
|
-
{ tag: 'path', attrs: { fill: 'url(#
|
|
198
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__j', fill: '#FFF' } },
|
|
199
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__j', fill: 'url(#sen__43__k)' } },
|
|
200
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__l', fill: '#FFF' } },
|
|
201
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__l', fill: 'url(#sen__43__m)' } },
|
|
202
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__n', fill: '#FFF' } },
|
|
203
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__n', fill: 'url(#sen__43__o)' } },
|
|
204
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__p', fill: '#FFF' } },
|
|
205
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__p', fill: 'url(#sen__43__q)' } },
|
|
206
|
+
{ tag: 'path', attrs: { fill: 'url(#sen__43__r)', d: 'm128 42 65 38v76l-65 38-65-38V80z' } },
|
|
207
207
|
{
|
|
208
208
|
tag: 'path',
|
|
209
209
|
attrs: {
|
|
210
|
-
fill: 'url(#
|
|
210
|
+
fill: 'url(#sen__43__s)',
|
|
211
211
|
d: 'M194 0v84l-97 56V0h97ZM97 0v140L0 84V0h97Z',
|
|
212
212
|
transform: 'translate(31 72)',
|
|
213
213
|
},
|
|
214
214
|
},
|
|
215
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
216
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
215
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__t', fill: '#FFF' } },
|
|
216
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__43__t', fill: 'url(#sen__43__u)' } },
|
|
217
217
|
],
|
|
218
218
|
},
|
|
219
219
|
],
|