@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/UserPurely.ts
CHANGED
|
@@ -12,7 +12,7 @@ const UserPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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(#
|
|
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': '#
|
|
143
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
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(#
|
|
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';
|