@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
@@ -12,7 +12,7 @@ const UserPurely: IconDefinition = {
12
12
  children: [
13
13
  {
14
14
  tag: 'linearGradient',
15
- attrs: { id: 'sen__60__a', x1: '11.72%', x2: '50%', y1: '0%', y2: '50%' },
15
+ attrs: { id: 'sen__61__a', x1: '11.72%', x2: '50%', y1: '0%', y2: '50%' },
16
16
  children: [
17
17
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.8' } },
18
18
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': '#FFF', 'stop-opacity': '0' } },
@@ -21,14 +21,14 @@ const UserPurely: IconDefinition = {
21
21
  {
22
22
  tag: 'path',
23
23
  attrs: {
24
- id: 'sen__60__b',
24
+ id: 'sen__61__b',
25
25
  d: 'M16 16.5c3.99 0 7.78.85 11.36 2.55a2 2 0 0 1 1.14 1.78v4.67a1 1 0 0 1-1 1h-23a1 1 0 0 1-1-1v-4.64a2 2 0 0 1 1.14-1.81A26.16 26.16 0 0 1 16 16.5Zm0-13a5.37 5.37 0 1 1 0 10.75A5.37 5.37 0 0 1 16 3.5Z',
26
26
  },
27
27
  },
28
28
  {
29
29
  tag: 'filter',
30
30
  attrs: {
31
- id: 'sen__60__c',
31
+ id: 'sen__61__c',
32
32
  width: '156%',
33
33
  height: '160.9%',
34
34
  x: '-28%',
@@ -113,7 +113,7 @@ const UserPurely: IconDefinition = {
113
113
  {
114
114
  tag: 'filter',
115
115
  attrs: {
116
- id: 'sen__60__d',
116
+ id: 'sen__61__d',
117
117
  width: '400%',
118
118
  height: '475%',
119
119
  x: '-150%',
@@ -134,13 +134,13 @@ const UserPurely: IconDefinition = {
134
134
  transform: 'translate(-346 -741) translate(346 741)',
135
135
  },
136
136
  children: [
137
- { tag: 'path', attrs: { fill: 'url(#sen__60__a)', d: 'm8 0 48 64h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H8Z' } },
137
+ { tag: 'path', attrs: { fill: 'url(#sen__61__a)', d: 'm8 0 48 64h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H8Z' } },
138
138
  {
139
139
  tag: 'g',
140
140
  attrs: { transform: 'translate(16 16)' },
141
141
  children: [
142
- { tag: 'use', attrs: { 'xlink:href': '#sen__60__b', fill: '#2B6DE5', 'fill-opacity': '.25' } },
143
- { tag: 'use', attrs: { 'xlink:href': '#sen__60__b', fill: '#000', filter: 'url(#sen__60__c)' } },
142
+ { tag: 'use', attrs: { 'xlink:href': '#sen__61__b', fill: '#2B6DE5', 'fill-opacity': '.25' } },
143
+ { tag: 'use', attrs: { 'xlink:href': '#sen__61__b', fill: '#000', filter: 'url(#sen__61__c)' } },
144
144
  ],
145
145
  },
146
146
  {
@@ -150,7 +150,7 @@ const UserPurely: IconDefinition = {
150
150
  'fill-opacity': '.25',
151
151
  'fill-rule': 'nonzero',
152
152
  d: 'M22 32H42V48H22z',
153
- filter: 'url(#sen__60__d)',
153
+ filter: 'url(#sen__61__d)',
154
154
  },
155
155
  },
156
156
  ],
package/src/index.ts CHANGED
@@ -501,6 +501,7 @@ export { default as LinsAccessOutlined } from './asn/LinsAccessOutlined';
501
501
  export { default as LinsOutlined } from './asn/LinsOutlined';
502
502
  export { default as ListFilled } from './asn/ListFilled';
503
503
  export { default as LoadingOutlined } from './asn/LoadingOutlined';
504
+ export { default as LoadingProPurely } from './asn/LoadingProPurely';
504
505
  export { default as LoadingPurely } from './asn/LoadingPurely';
505
506
  export { default as LocationFilled } from './asn/LocationFilled';
506
507
  export { default as LocationOutlined } from './asn/LocationOutlined';