@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
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const LoadingProPurely: IconDefinition;
3
+ export default LoadingProPurely;
@@ -0,0 +1,87 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var LoadingProPurely = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 48 48',
8
+ stroke: 'none'
9
+ },
10
+ children: [{
11
+ tag: 'defs',
12
+ attrs: {},
13
+ children: [{
14
+ tag: 'linearGradient',
15
+ attrs: {
16
+ id: 'sen__32__a',
17
+ x1: '100%',
18
+ x2: '100%',
19
+ y1: '81.17%',
20
+ y2: '0%'
21
+ },
22
+ children: [{
23
+ tag: 'stop',
24
+ attrs: {
25
+ offset: '0%',
26
+ 'stop-color': 'currentColor',
27
+ 'stop-opacity': '.5'
28
+ }
29
+ }, {
30
+ tag: 'stop',
31
+ attrs: {
32
+ offset: '100%',
33
+ 'stop-color': 'currentColor'
34
+ }
35
+ }]
36
+ }, {
37
+ tag: 'linearGradient',
38
+ attrs: {
39
+ id: 'sen__32__b',
40
+ x1: '0%',
41
+ x2: '0%',
42
+ y1: '62.46%',
43
+ y2: '0%'
44
+ },
45
+ children: [{
46
+ tag: 'stop',
47
+ attrs: {
48
+ offset: '0%',
49
+ 'stop-color': 'currentColor',
50
+ 'stop-opacity': '.5'
51
+ }
52
+ }, {
53
+ tag: 'stop',
54
+ attrs: {
55
+ offset: '100%',
56
+ 'stop-color': 'currentColor',
57
+ 'stop-opacity': '0'
58
+ }
59
+ }]
60
+ }]
61
+ }, {
62
+ tag: 'g',
63
+ attrs: {
64
+ fill: 'none',
65
+ 'fill-rule': 'evenodd',
66
+ stroke: 'none',
67
+ 'stroke-width': '1'
68
+ },
69
+ children: [{
70
+ tag: 'path',
71
+ attrs: {
72
+ fill: 'url(#sen__32__a)',
73
+ d: 'M24 3v7.88a13.13 13.13 0 0 0 0 26.24V45a21 21 0 0 1 0-42Z'
74
+ }
75
+ }, {
76
+ tag: 'path',
77
+ attrs: {
78
+ fill: 'url(#sen__32__b)',
79
+ d: 'M45 24a21 21 0 0 1-21 21v-7.88c7.25 0 13.13-5.87 13.13-13.12H45Z'
80
+ }
81
+ }]
82
+ }]
83
+ },
84
+ name: 'loading-pro',
85
+ theme: 'purely'
86
+ };
87
+ export default LoadingProPurely;
@@ -13,7 +13,7 @@ var LoadingPurely = {
13
13
  children: [{
14
14
  tag: 'linearGradient',
15
15
  attrs: {
16
- id: 'sen__32__a',
16
+ id: 'sen__33__a',
17
17
  x1: '100%',
18
18
  x2: '100%',
19
19
  y1: '80%',
@@ -36,7 +36,7 @@ var LoadingPurely = {
36
36
  }, {
37
37
  tag: 'linearGradient',
38
38
  attrs: {
39
- id: 'sen__32__b',
39
+ id: 'sen__33__b',
40
40
  x1: '0%',
41
41
  x2: '0%',
42
42
  y1: '0%',
@@ -61,13 +61,13 @@ var LoadingPurely = {
61
61
  }, {
62
62
  tag: 'path',
63
63
  attrs: {
64
- fill: 'url(#sen__32__a)',
64
+ fill: 'url(#sen__33__a)',
65
65
  d: 'M512 64v76.03A369.92 369.92 0 0 0 248.96 248.9 370.43 370.43 0 0 0 140.03 512a369.92 369.92 0 0 0 108.93 263.04A370.43 370.43 0 0 0 512 883.97V960a448 448 0 0 1 0-896z'
66
66
  }
67
67
  }, {
68
68
  tag: 'path',
69
69
  attrs: {
70
- fill: 'url(#sen__32__b)',
70
+ fill: 'url(#sen__33__b)',
71
71
  d: 'M960 512a448 448 0 0 1-432.64 447.74L512 960v-76.03c50.3 0 99-9.8 144.64-29.19a372.03 372.03 0 0 0 118.4-79.8A369.09 369.09 0 0 0 883.97 512l76.03.06z'
72
72
  }
73
73
  }]
@@ -13,7 +13,7 @@ var LocationPurely = {
13
13
  children: [{
14
14
  tag: 'circle',
15
15
  attrs: {
16
- id: 'sen__33__b',
16
+ id: 'sen__34__b',
17
17
  cx: '9',
18
18
  cy: '9',
19
19
  r: '9'
@@ -21,7 +21,7 @@ var LocationPurely = {
21
21
  }, {
22
22
  tag: 'filter',
23
23
  attrs: {
24
- id: 'sen__33__a',
24
+ id: 'sen__34__a',
25
25
  width: '255.6%',
26
26
  height: '255.6%',
27
27
  x: '-77.8%',
@@ -72,14 +72,14 @@ var LocationPurely = {
72
72
  }, {
73
73
  tag: 'use',
74
74
  attrs: {
75
- 'xlink:href': '#sen__33__b',
75
+ 'xlink:href': '#sen__34__b',
76
76
  fill: '#000',
77
- filter: 'url(#sen__33__a)'
77
+ filter: 'url(#sen__34__a)'
78
78
  }
79
79
  }, {
80
80
  tag: 'use',
81
81
  attrs: {
82
- 'xlink:href': '#sen__33__b',
82
+ 'xlink:href': '#sen__34__b',
83
83
  fill: '#2B6DE5'
84
84
  }
85
85
  }, {
@@ -13,13 +13,13 @@ var MoonPurely = {
13
13
  children: [{
14
14
  tag: 'path',
15
15
  attrs: {
16
- id: 'sen__35__b',
16
+ id: 'sen__36__b',
17
17
  d: 'M16.75 24.63v1.12a.75.75 0 1 1-1.5 0v-1.13a.75.75 0 1 1 1.5 0Zm5.88-3.06.8.8a.75.75 0 0 1-1.07 1.05l-.8-.8a.75.75 0 0 1 1.07-1.05Zm-12.2 1.06-.8.8a.75.75 0 0 1-1.05-1.07l.8-.8a.75.75 0 0 1 1.05 1.07ZM16 9.72c.06 0 .11.05.11.11v.03a4.7 4.7 0 0 0 5.67 6.15l.29-.1c.08-.02.17.02.2.1v.03l.01.03a6.28 6.28 0 1 1-6.38-6.35h.1ZM26.5 16c0 .41-.34.75-.75.75h-1.13a.75.75 0 1 1 0-1.5h1.13c.41 0 .75.34.75.75ZM8.12 16c0 .41-.33.75-.74.75H6.25a.75.75 0 1 1 0-1.5h1.13c.4 0 .75.34.75.75Zm15.3-6.36-.8.8a.75.75 0 0 1-1.05-1.07l.8-.8a.75.75 0 0 1 1.05 1.07ZM9.64 8.58l.8.8a.75.75 0 0 1-1.07 1.05l-.8-.8a.75.75 0 1 1 1.07-1.05Zm7.11-2.33v1.13a.75.75 0 1 1-1.5 0V6.25a.75.75 0 1 1 1.5 0Z'
18
18
  }
19
19
  }, {
20
20
  tag: 'filter',
21
21
  attrs: {
22
- id: 'sen__35__a',
22
+ id: 'sen__36__a',
23
23
  width: '200%',
24
24
  height: '200%',
25
25
  x: '-50%',
@@ -58,7 +58,7 @@ var MoonPurely = {
58
58
  }, {
59
59
  tag: 'filter',
60
60
  attrs: {
61
- id: 'sen__35__c',
61
+ id: 'sen__36__c',
62
62
  width: '223.8%',
63
63
  height: '223.8%',
64
64
  x: '-61.9%',
@@ -194,23 +194,23 @@ var MoonPurely = {
194
194
  children: [{
195
195
  tag: 'use',
196
196
  attrs: {
197
- 'xlink:href': '#sen__35__b',
197
+ 'xlink:href': '#sen__36__b',
198
198
  fill: '#000',
199
- filter: 'url(#sen__35__a)'
199
+ filter: 'url(#sen__36__a)'
200
200
  }
201
201
  }, {
202
202
  tag: 'use',
203
203
  attrs: {
204
- 'xlink:href': '#sen__35__b',
204
+ 'xlink:href': '#sen__36__b',
205
205
  fill: '#F98206',
206
206
  'fill-opacity': '.6'
207
207
  }
208
208
  }, {
209
209
  tag: 'use',
210
210
  attrs: {
211
- 'xlink:href': '#sen__35__b',
211
+ 'xlink:href': '#sen__36__b',
212
212
  fill: '#000',
213
- filter: 'url(#sen__35__c)'
213
+ filter: 'url(#sen__36__c)'
214
214
  }
215
215
  }]
216
216
  }]