@sensoro-design/icons-svg 2.52.0 → 2.54.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 (121) hide show
  1. package/es/asn/AccompanyOutlined.d.ts +3 -0
  2. package/es/asn/AccompanyOutlined.js +20 -0
  3. package/es/asn/CarPenOutlined.d.ts +3 -0
  4. package/es/asn/CarPenOutlined.js +20 -0
  5. package/es/asn/FileReportOutlined.d.ts +3 -0
  6. package/es/asn/FileReportOutlined.js +20 -0
  7. package/es/asn/LoadingProPurely.d.ts +3 -0
  8. package/es/asn/LoadingProPurely.js +87 -0
  9. package/es/asn/LoadingPurely.js +4 -4
  10. package/es/asn/LocationPurely.js +5 -5
  11. package/es/asn/MoonPurely.js +8 -8
  12. package/es/asn/NoAlarmPurely.js +112 -112
  13. package/es/asn/NoAppPurely.js +165 -165
  14. package/es/asn/NoCarPurely.js +136 -136
  15. package/es/asn/NoCarsPurely.js +177 -177
  16. package/es/asn/NoDataPurely.js +97 -97
  17. package/es/asn/NoDevicePurely.js +122 -122
  18. package/es/asn/NoImagePurely.js +51 -51
  19. package/es/asn/NoPersonPurely.js +99 -99
  20. package/es/asn/NoPersonsPurely.js +109 -109
  21. package/es/asn/NoVideoPurely.js +62 -62
  22. package/es/asn/OffDayPurely.js +67 -67
  23. package/es/asn/RotateRightPurely.js +8 -8
  24. package/es/asn/UserPenOutlined.d.ts +3 -0
  25. package/es/asn/UserPenOutlined.js +20 -0
  26. package/es/asn/UserPurely.js +9 -9
  27. package/es/index.d.ts +5 -0
  28. package/es/index.js +5 -0
  29. package/inline-namespaced-svg/outlined/accompany.svg +1 -0
  30. package/inline-namespaced-svg/outlined/car-pen.svg +1 -0
  31. package/inline-namespaced-svg/outlined/file-report.svg +1 -0
  32. package/inline-namespaced-svg/outlined/user-pen.svg +1 -0
  33. package/inline-namespaced-svg/purely/loading-pro.svg +1 -0
  34. package/inline-namespaced-svg/purely/loading.svg +1 -1
  35. package/inline-namespaced-svg/purely/location.svg +1 -1
  36. package/inline-namespaced-svg/purely/moon.svg +1 -1
  37. package/inline-namespaced-svg/purely/no-alarm.svg +1 -1
  38. package/inline-namespaced-svg/purely/no-app.svg +1 -1
  39. package/inline-namespaced-svg/purely/no-car.svg +1 -1
  40. package/inline-namespaced-svg/purely/no-cars.svg +1 -1
  41. package/inline-namespaced-svg/purely/no-data.svg +1 -1
  42. package/inline-namespaced-svg/purely/no-device.svg +1 -1
  43. package/inline-namespaced-svg/purely/no-image.svg +1 -1
  44. package/inline-namespaced-svg/purely/no-person.svg +1 -1
  45. package/inline-namespaced-svg/purely/no-persons.svg +1 -1
  46. package/inline-namespaced-svg/purely/no-video.svg +1 -1
  47. package/inline-namespaced-svg/purely/off-day.svg +1 -1
  48. package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
  49. package/inline-namespaced-svg/purely/user.svg +1 -1
  50. package/inline-svg/outlined/accompany.svg +1 -0
  51. package/inline-svg/outlined/car-pen.svg +1 -0
  52. package/inline-svg/outlined/file-report.svg +1 -0
  53. package/inline-svg/outlined/user-pen.svg +1 -0
  54. package/inline-svg/purely/loading-pro.svg +1 -0
  55. package/inline-svg/purely/loading.svg +1 -1
  56. package/inline-svg/purely/location.svg +1 -1
  57. package/inline-svg/purely/moon.svg +1 -1
  58. package/inline-svg/purely/no-alarm.svg +1 -1
  59. package/inline-svg/purely/no-app.svg +1 -1
  60. package/inline-svg/purely/no-car.svg +1 -1
  61. package/inline-svg/purely/no-cars.svg +1 -1
  62. package/inline-svg/purely/no-data.svg +1 -1
  63. package/inline-svg/purely/no-device.svg +1 -1
  64. package/inline-svg/purely/no-image.svg +1 -1
  65. package/inline-svg/purely/no-person.svg +1 -1
  66. package/inline-svg/purely/no-persons.svg +1 -1
  67. package/inline-svg/purely/no-video.svg +1 -1
  68. package/inline-svg/purely/off-day.svg +1 -1
  69. package/inline-svg/purely/rotate-right.svg +1 -1
  70. package/inline-svg/purely/user.svg +1 -1
  71. package/lib/asn/AccompanyOutlined.d.ts +3 -0
  72. package/lib/asn/AccompanyOutlined.js +41 -0
  73. package/lib/asn/CarPenOutlined.d.ts +3 -0
  74. package/lib/asn/CarPenOutlined.js +41 -0
  75. package/lib/asn/FileReportOutlined.d.ts +3 -0
  76. package/lib/asn/FileReportOutlined.js +41 -0
  77. package/lib/asn/LoadingProPurely.d.ts +3 -0
  78. package/lib/asn/LoadingProPurely.js +71 -0
  79. package/lib/asn/LoadingPurely.js +4 -4
  80. package/lib/asn/LocationPurely.js +4 -4
  81. package/lib/asn/MoonPurely.js +6 -6
  82. package/lib/asn/NoAlarmPurely.js +90 -90
  83. package/lib/asn/NoAppPurely.js +129 -129
  84. package/lib/asn/NoCarPurely.js +109 -109
  85. package/lib/asn/NoCarsPurely.js +143 -143
  86. package/lib/asn/NoDataPurely.js +77 -77
  87. package/lib/asn/NoDevicePurely.js +93 -93
  88. package/lib/asn/NoImagePurely.js +41 -41
  89. package/lib/asn/NoPersonPurely.js +79 -79
  90. package/lib/asn/NoPersonsPurely.js +87 -87
  91. package/lib/asn/NoVideoPurely.js +49 -49
  92. package/lib/asn/OffDayPurely.js +55 -55
  93. package/lib/asn/RotateRightPurely.js +6 -6
  94. package/lib/asn/UserPenOutlined.d.ts +3 -0
  95. package/lib/asn/UserPenOutlined.js +41 -0
  96. package/lib/asn/UserPurely.js +8 -8
  97. package/lib/index.d.ts +5 -0
  98. package/lib/index.js +15 -0
  99. package/package.json +1 -1
  100. package/src/asn/AccompanyOutlined.ts +21 -0
  101. package/src/asn/CarPenOutlined.ts +21 -0
  102. package/src/asn/FileReportOutlined.ts +21 -0
  103. package/src/asn/LoadingProPurely.ts +51 -0
  104. package/src/asn/LoadingPurely.ts +4 -4
  105. package/src/asn/LocationPurely.ts +4 -4
  106. package/src/asn/MoonPurely.ts +6 -6
  107. package/src/asn/NoAlarmPurely.ts +90 -90
  108. package/src/asn/NoAppPurely.ts +129 -129
  109. package/src/asn/NoCarPurely.ts +109 -109
  110. package/src/asn/NoCarsPurely.ts +143 -143
  111. package/src/asn/NoDataPurely.ts +77 -77
  112. package/src/asn/NoDevicePurely.ts +93 -93
  113. package/src/asn/NoImagePurely.ts +41 -41
  114. package/src/asn/NoPersonPurely.ts +79 -79
  115. package/src/asn/NoPersonsPurely.ts +87 -87
  116. package/src/asn/NoVideoPurely.ts +49 -49
  117. package/src/asn/OffDayPurely.ts +55 -55
  118. package/src/asn/RotateRightPurely.ts +6 -6
  119. package/src/asn/UserPenOutlined.ts +21 -0
  120. package/src/asn/UserPurely.ts +8 -8
  121. package/src/index.ts +5 -0
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const AccompanyOutlined: IconDefinition;
3
+ export default AccompanyOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var AccompanyOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M762 96c59.65 0 108 48.35 108 108s-48.35 108-108 108c-6.83 0-13.5-.63-19.98-1.84l-75.19 130.22A146.85 146.85 0 0 1 684 509.5c0 29.94-8.92 57.8-24.25 81.06l71.9 124.55c6.9-1.38 14.04-2.11 21.35-2.11 59.65 0 108 48.35 108 108s-48.35 108-108 108-108-48.35-108-108c0-26.2 9.33-50.23 24.85-68.93l-64.66-112A146.84 146.84 0 0 1 536.5 657c-61.67 0-114.5-37.85-136.54-91.6H273.71C258.77 607.15 218.87 637 172 637c-59.65 0-108-48.35-108-108s48.35-108 108-108c47.18 0 87.29 30.25 102 72.4h115.87c8.02-73.88 70.6-131.4 146.63-131.4a146.8 146.8 0 0 1 79.16 23.02L679.76 274A107.56 107.56 0 0 1 654 204c0-59.65 48.35-108 108-108zM263.97 693.93l1 1.48c7.79 11.42 14.09 20.1 18.91 26.03C345.68 797.44 439.92 846 545.5 846h.94c4.81-.03 11.2-.26 19.15-.7a12 12 0 0 1 11.98 8l16.47 46.68a12 12 0 0 1-10.3 15.95l-3.8.32c-14.38 1.17-25.85 1.75-34.44 1.75-126.57 0-239.71-57.5-314.73-147.79l-.8-.96c-8.79-10.72-19.9-26.6-33.33-47.64a12 12 0 0 1 3.66-16.57 12 12 0 0 1 2.94-1.36l47.3-14.48a12 12 0 0 1 13.43 4.73zM753 785a36 36 0 1 0 0 72 36 36 0 0 0 0-72zm157.12-460.18c.66.77 1.22 1.61 1.66 2.52l1.54 3.12a417.68 417.68 0 0 1 11.08 24.25A407.82 407.82 0 0 1 954.5 509a407.69 407.69 0 0 1-32.6 160.27l-.43 1c-3.44 7.95-8.59 18.43-15.45 31.44a12 12 0 0 1-18.68 3.28l-36.73-33.31a12 12 0 0 1-2.75-14.08l1.03-2.17a398.35 398.35 0 0 0 10.25-22.91l.16-.4A336.13 336.13 0 0 0 882.5 509c0-37.49-6.12-73.55-17.42-107.24l-.45-1.32c-2.55-7.37-6.66-17.56-12.34-30.57a12 12 0 0 1 3.18-13.9l37.73-32.43a12 12 0 0 1 16.92 1.28zM537 437a72 72 0 1 0 0 144 72 72 0 0 0 0-144zm-365 56a36 36 0 1 0 0 72 36 36 0 0 0 0-72zm423.9-389.5a12 12 0 0 1 10.63 13.22 12.02 12.02 0 0 1-.76 3.08l-18.06 46.11a12 12 0 0 1-12.1 7.6l-2.54-.2c-11.65-.87-20.84-1.31-27.57-1.31-116.45 0-219.11 59.07-279.65 148.88l-.57.85c-5.08 7.66-11.57 18.82-19.46 33.49a12 12 0 0 1-12.83 6.1l-48.69-9.35a12 12 0 0 1-8.51-17.07l1.4-2.84c9.08-18.4 16.7-32.43 22.86-42.12C272.6 175.76 400.2 100 545.5 100c12.17 0 28.97 1.17 50.4 3.5zM762 168a36 36 0 1 0 0 72 36 36 0 0 0 0-72z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'accompany',
18
+ theme: 'outlined'
19
+ };
20
+ export default AccompanyOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const CarPenOutlined: IconDefinition;
3
+ export default CarPenOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var CarPenOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'm862.45 484.38 90.51 90.51a16 16 0 0 1 0 22.63L691.77 858.71a16 16 0 0 1-11.3 4.68h-98.52a8 8 0 0 1-8-8v-98.5a16 16 0 0 1 4.69-11.32l261.18-261.19a16 16 0 0 1 22.63 0zM707.14 160a14.95 14.95 0 0 1 13.64 8.82l97.28 216.32 27.35-27.35a7.5 7.5 0 0 1 10.57 0l36.96 37h-.04a7.5 7.5 0 0 1 0 10.61l-32.17 32.17a50.01 50.01 0 0 0-54.77 10.69l-23.87 23.81H182.9l-6.25 13.96v240.82h81.27v-59.82a29.9 29.9 0 0 1 29.9-29.9h328.93l-52.42 52.31h-254.1v37.33h218.7a56 56 0 0 0-8.58 29.39l-.28 37.96H221.42v39.24a29.9 29.9 0 0 1-29.9 29.9h-52.37a29.9 29.9 0 0 1-29.9-29.9V474.88c0-2.11.44-4.2 1.31-6.13l8.1-18-45.34-45.35a7.46 7.46 0 0 1 0-10.6l36.96-37.01a7.46 7.46 0 0 1 10.57 0l27.36 27.35 97.35-216.32A14.95 14.95 0 0 1 259.2 160h447.94zm144 403.58L637.95 776.76v22.63h22.63l213.18-213.18-22.62-22.63zM268 504a46 46 0 1 1 0 92 46 46 0 0 1 0-92zm431 0a45.88 45.88 0 0 1 33.94 14.95l-64.99 65A46 46 0 0 1 699 504zM292.96 227.27l-83.14 185.07h546.66l-83.14-185.03h-380.3l-.04.04-.04-.08z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'car-pen',
18
+ theme: 'outlined'
19
+ };
20
+ export default CarPenOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FileReportOutlined: IconDefinition;
3
+ export default FileReportOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var FileReportOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M696 528c119.25 0 216 96.75 216 216s-96.75 216-216 216-216-96.75-216-216 96.75-216 216-216zM807.94 80a32.12 32.12 0 0 1 32.25 31.72v360.09a8.08 8.08 0 0 1-7.94 8.19H776.2a8.08 8.08 0 0 1-8.2-7.94V152.2H207.87v702.98l215.94-.17a8.08 8.08 0 0 1 8.19 7.94V919a8.08 8.08 0 0 1-7.94 8.19h-.25l-255.87.17a31.58 31.58 0 0 1-31.75-31.2V111.73A31.58 31.58 0 0 1 167.4 80h640.54zM696 592c-83.82 0-152 68.18-152 152s68.18 152 152 152c84.25 0 152-68.18 152-152s-68.18-152-152-152zm4.86 54.82a8 8 0 0 1 1.5 1.5l67.82 88.82a8 8 0 0 1-6.35 12.86H724v78.56c0 4.1-3.58 7.44-8 7.44h-40c-4.42 0-8-3.33-8-7.44V750h-39.83a8 8 0 0 1-6.35-12.85l67.82-88.82a8 8 0 0 1 11.22-1.5zm-220.6-281.64c4.01 0 7.54 3.45 8.15 7.93l.04.27v48.12a8.08 8.08 0 0 1-7.94 8.2H280.06a8.08 8.08 0 0 1-8.18-7.94V373.38a8.08 8.08 0 0 1 7.93-8.2h200.45zM695.8 226.43a8.09 8.09 0 0 1 8.19 7.94v48.38a8.08 8.08 0 0 1-7.94 8.19h-416a8.09 8.09 0 0 1-8.19-7.93v-48.39a8.08 8.08 0 0 1 7.94-8.18h416z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'file-report',
18
+ theme: 'outlined'
19
+ };
20
+ export default FileReportOutlined;
@@ -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
  }]