@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 UserPurely = {
33
33
  children: [
34
34
  {
35
35
  tag: "linearGradient",
36
- attrs: { id: "sen__60__a", x1: "11.72%", x2: "50%", y1: "0%", y2: "50%" },
36
+ attrs: { id: "sen__61__a", x1: "11.72%", x2: "50%", y1: "0%", y2: "50%" },
37
37
  children: [
38
38
  { tag: "stop", attrs: { offset: "0%", "stop-color": "#FFF", "stop-opacity": ".8" } },
39
39
  { tag: "stop", attrs: { offset: "100%", "stop-color": "#FFF", "stop-opacity": "0" } }
@@ -42,14 +42,14 @@ var UserPurely = {
42
42
  {
43
43
  tag: "path",
44
44
  attrs: {
45
- id: "sen__60__b",
45
+ id: "sen__61__b",
46
46
  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"
47
47
  }
48
48
  },
49
49
  {
50
50
  tag: "filter",
51
51
  attrs: {
52
- id: "sen__60__c",
52
+ id: "sen__61__c",
53
53
  width: "156%",
54
54
  height: "160.9%",
55
55
  x: "-28%",
@@ -134,7 +134,7 @@ var UserPurely = {
134
134
  {
135
135
  tag: "filter",
136
136
  attrs: {
137
- id: "sen__60__d",
137
+ id: "sen__61__d",
138
138
  width: "400%",
139
139
  height: "475%",
140
140
  x: "-150%",
@@ -155,13 +155,13 @@ var UserPurely = {
155
155
  transform: "translate(-346 -741) translate(346 741)"
156
156
  },
157
157
  children: [
158
- { 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" } },
158
+ { 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" } },
159
159
  {
160
160
  tag: "g",
161
161
  attrs: { transform: "translate(16 16)" },
162
162
  children: [
163
- { tag: "use", attrs: { "xlink:href": "#sen__60__b", fill: "#2B6DE5", "fill-opacity": ".25" } },
164
- { tag: "use", attrs: { "xlink:href": "#sen__60__b", fill: "#000", filter: "url(#sen__60__c)" } }
163
+ { tag: "use", attrs: { "xlink:href": "#sen__61__b", fill: "#2B6DE5", "fill-opacity": ".25" } },
164
+ { tag: "use", attrs: { "xlink:href": "#sen__61__b", fill: "#000", filter: "url(#sen__61__c)" } }
165
165
  ]
166
166
  },
167
167
  {
@@ -171,7 +171,7 @@ var UserPurely = {
171
171
  "fill-opacity": ".25",
172
172
  "fill-rule": "nonzero",
173
173
  d: "M22 32H42V48H22z",
174
- filter: "url(#sen__60__d)"
174
+ filter: "url(#sen__61__d)"
175
175
  }
176
176
  }
177
177
  ]
package/lib/index.d.ts CHANGED
@@ -500,6 +500,7 @@ export { default as LinsAccessOutlined } from './asn/LinsAccessOutlined';
500
500
  export { default as LinsOutlined } from './asn/LinsOutlined';
501
501
  export { default as ListFilled } from './asn/ListFilled';
502
502
  export { default as LoadingOutlined } from './asn/LoadingOutlined';
503
+ export { default as LoadingProPurely } from './asn/LoadingProPurely';
503
504
  export { default as LoadingPurely } from './asn/LoadingPurely';
504
505
  export { default as LocationFilled } from './asn/LocationFilled';
505
506
  export { default as LocationOutlined } from './asn/LocationOutlined';
package/lib/index.js CHANGED
@@ -531,6 +531,7 @@ __export(src_exports, {
531
531
  LinsOutlined: () => import_LinsOutlined.default,
532
532
  ListFilled: () => import_ListFilled.default,
533
533
  LoadingOutlined: () => import_LoadingOutlined.default,
534
+ LoadingProPurely: () => import_LoadingProPurely.default,
534
535
  LoadingPurely: () => import_LoadingPurely.default,
535
536
  LocationFilled: () => import_LocationFilled.default,
536
537
  LocationOutlined: () => import_LocationOutlined.default,
@@ -1484,6 +1485,7 @@ var import_LinsAccessOutlined = __toESM(require("./asn/LinsAccessOutlined"));
1484
1485
  var import_LinsOutlined = __toESM(require("./asn/LinsOutlined"));
1485
1486
  var import_ListFilled = __toESM(require("./asn/ListFilled"));
1486
1487
  var import_LoadingOutlined = __toESM(require("./asn/LoadingOutlined"));
1488
+ var import_LoadingProPurely = __toESM(require("./asn/LoadingProPurely"));
1487
1489
  var import_LoadingPurely = __toESM(require("./asn/LoadingPurely"));
1488
1490
  var import_LocationFilled = __toESM(require("./asn/LocationFilled"));
1489
1491
  var import_LocationOutlined = __toESM(require("./asn/LocationOutlined"));
@@ -2437,6 +2439,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2437
2439
  LinsOutlined,
2438
2440
  ListFilled,
2439
2441
  LoadingOutlined,
2442
+ LoadingProPurely,
2440
2443
  LoadingPurely,
2441
2444
  LocationFilled,
2442
2445
  LocationOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.52.0",
3
+ "version": "2.53.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,51 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const LoadingProPurely: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 48 48', stroke: 'none' },
8
+ children: [
9
+ {
10
+ tag: 'defs',
11
+ attrs: {},
12
+ children: [
13
+ {
14
+ tag: 'linearGradient',
15
+ attrs: { id: 'sen__32__a', x1: '100%', x2: '100%', y1: '81.17%', y2: '0%' },
16
+ children: [
17
+ { tag: 'stop', attrs: { offset: '0%', 'stop-color': 'currentColor', 'stop-opacity': '.5' } },
18
+ { tag: 'stop', attrs: { offset: '100%', 'stop-color': 'currentColor' } },
19
+ ],
20
+ },
21
+ {
22
+ tag: 'linearGradient',
23
+ attrs: { id: 'sen__32__b', x1: '0%', x2: '0%', y1: '62.46%', y2: '0%' },
24
+ children: [
25
+ { tag: 'stop', attrs: { offset: '0%', 'stop-color': 'currentColor', 'stop-opacity': '.5' } },
26
+ { tag: 'stop', attrs: { offset: '100%', 'stop-color': 'currentColor', 'stop-opacity': '0' } },
27
+ ],
28
+ },
29
+ ],
30
+ },
31
+ {
32
+ tag: 'g',
33
+ attrs: { fill: 'none', 'fill-rule': 'evenodd', stroke: 'none', 'stroke-width': '1' },
34
+ children: [
35
+ {
36
+ tag: 'path',
37
+ attrs: { fill: 'url(#sen__32__a)', d: 'M24 3v7.88a13.13 13.13 0 0 0 0 26.24V45a21 21 0 0 1 0-42Z' },
38
+ },
39
+ {
40
+ tag: 'path',
41
+ attrs: { fill: 'url(#sen__32__b)', d: 'M45 24a21 21 0 0 1-21 21v-7.88c7.25 0 13.13-5.87 13.13-13.12H45Z' },
42
+ },
43
+ ],
44
+ },
45
+ ],
46
+ },
47
+ name: 'loading-pro',
48
+ theme: 'purely',
49
+ };
50
+
51
+ export default LoadingProPurely;
@@ -12,7 +12,7 @@ const LoadingPurely: IconDefinition = {
12
12
  children: [
13
13
  {
14
14
  tag: 'linearGradient',
15
- attrs: { id: 'sen__32__a', x1: '100%', x2: '100%', y1: '80%', y2: '0%' },
15
+ attrs: { id: 'sen__33__a', x1: '100%', x2: '100%', y1: '80%', y2: '0%' },
16
16
  children: [
17
17
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': 'currentColor', 'stop-opacity': '.5' } },
18
18
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': 'currentColor' } },
@@ -20,7 +20,7 @@ const LoadingPurely: IconDefinition = {
20
20
  },
21
21
  {
22
22
  tag: 'linearGradient',
23
- attrs: { id: 'sen__32__b', x1: '0%', x2: '0%', y1: '0%', y2: '80%' },
23
+ attrs: { id: 'sen__33__b', x1: '0%', x2: '0%', y1: '0%', y2: '80%' },
24
24
  children: [
25
25
  { tag: 'stop', attrs: { offset: '0%', 'stop-color': 'currentColor', 'stop-opacity': '0' } },
26
26
  { tag: 'stop', attrs: { offset: '100%', 'stop-color': 'currentColor', 'stop-opacity': '.5' } },
@@ -31,14 +31,14 @@ const LoadingPurely: IconDefinition = {
31
31
  {
32
32
  tag: 'path',
33
33
  attrs: {
34
- fill: 'url(#sen__32__a)',
34
+ fill: 'url(#sen__33__a)',
35
35
  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',
36
36
  },
37
37
  },
38
38
  {
39
39
  tag: 'path',
40
40
  attrs: {
41
- fill: 'url(#sen__32__b)',
41
+ fill: 'url(#sen__33__b)',
42
42
  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',
43
43
  },
44
44
  },
@@ -10,11 +10,11 @@ const LocationPurely: IconDefinition = {
10
10
  tag: 'defs',
11
11
  attrs: {},
12
12
  children: [
13
- { tag: 'circle', attrs: { id: 'sen__33__b', cx: '9', cy: '9', r: '9' } },
13
+ { tag: 'circle', attrs: { id: 'sen__34__b', cx: '9', cy: '9', r: '9' } },
14
14
  {
15
15
  tag: 'filter',
16
16
  attrs: {
17
- id: 'sen__33__a',
17
+ id: 'sen__34__a',
18
18
  width: '255.6%',
19
19
  height: '255.6%',
20
20
  x: '-77.8%',
@@ -49,8 +49,8 @@ const LocationPurely: IconDefinition = {
49
49
  },
50
50
  children: [
51
51
  { tag: 'rect', attrs: { width: '2', height: '12', x: '8', y: '16', fill: '#1B4FBF', rx: '1' } },
52
- { tag: 'use', attrs: { 'xlink:href': '#sen__33__b', fill: '#000', filter: 'url(#sen__33__a)' } },
53
- { tag: 'use', attrs: { 'xlink:href': '#sen__33__b', fill: '#2B6DE5' } },
52
+ { tag: 'use', attrs: { 'xlink:href': '#sen__34__b', fill: '#000', filter: 'url(#sen__34__a)' } },
53
+ { tag: 'use', attrs: { 'xlink:href': '#sen__34__b', fill: '#2B6DE5' } },
54
54
  { tag: 'circle', attrs: { cx: '9', cy: '9', r: '3', fill: '#FFF' } },
55
55
  ],
56
56
  },
@@ -13,14 +13,14 @@ const MoonPurely: IconDefinition = {
13
13
  {
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
  {
21
21
  tag: 'filter',
22
22
  attrs: {
23
- id: 'sen__35__a',
23
+ id: 'sen__36__a',
24
24
  width: '200%',
25
25
  height: '200%',
26
26
  x: '-50%',
@@ -49,7 +49,7 @@ const MoonPurely: IconDefinition = {
49
49
  {
50
50
  tag: 'filter',
51
51
  attrs: {
52
- id: 'sen__35__c',
52
+ id: 'sen__36__c',
53
53
  width: '223.8%',
54
54
  height: '223.8%',
55
55
  x: '-61.9%',
@@ -143,9 +143,9 @@ const MoonPurely: IconDefinition = {
143
143
  transform: 'translate(-578 -2025) translate(578 2025)',
144
144
  },
145
145
  children: [
146
- { tag: 'use', attrs: { 'xlink:href': '#sen__35__b', fill: '#000', filter: 'url(#sen__35__a)' } },
147
- { tag: 'use', attrs: { 'xlink:href': '#sen__35__b', fill: '#F98206', 'fill-opacity': '.6' } },
148
- { tag: 'use', attrs: { 'xlink:href': '#sen__35__b', fill: '#000', filter: 'url(#sen__35__c)' } },
146
+ { tag: 'use', attrs: { 'xlink:href': '#sen__36__b', fill: '#000', filter: 'url(#sen__36__a)' } },
147
+ { tag: 'use', attrs: { 'xlink:href': '#sen__36__b', fill: '#F98206', 'fill-opacity': '.6' } },
148
+ { tag: 'use', attrs: { 'xlink:href': '#sen__36__b', fill: '#000', filter: 'url(#sen__36__c)' } },
149
149
  ],
150
150
  },
151
151
  ],