@sensoro-design/icons-svg 2.59.0 → 2.60.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/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/NonMotorVehicleGalleryPurely.js +9 -9
- package/es/asn/OffDayPurely.js +67 -67
- package/es/asn/OrganizationPurely.js +9 -9
- package/es/asn/PersonnelPortraitPurely.js +9 -9
- package/es/asn/PersonnelRegistrationPurely.js +9 -9
- package/es/asn/PoiPurely.js +9 -9
- package/es/asn/ReportPurely.js +9 -9
- package/es/asn/RotateRightPurely.js +8 -8
- package/es/asn/SignalTowerPurely.d.ts +3 -0
- package/es/asn/{LotPurely.js → SignalTowerPurely.js} +12 -12
- package/es/index.d.ts +1 -1
- package/es/index.js +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/non-motor-vehicle-gallery.svg +1 -1
- package/inline-namespaced-svg/purely/off-day.svg +1 -1
- package/inline-namespaced-svg/purely/organization.svg +1 -1
- package/inline-namespaced-svg/purely/personnel-portrait.svg +1 -1
- package/inline-namespaced-svg/purely/personnel-registration.svg +1 -1
- package/inline-namespaced-svg/purely/poi.svg +1 -1
- package/inline-namespaced-svg/purely/report.svg +1 -1
- package/inline-namespaced-svg/purely/rotate-right.svg +1 -1
- package/inline-namespaced-svg/purely/{lot.svg → signal-tower.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/non-motor-vehicle-gallery.svg +1 -1
- package/inline-svg/purely/off-day.svg +1 -1
- package/inline-svg/purely/organization.svg +1 -1
- package/inline-svg/purely/personnel-portrait.svg +1 -1
- package/inline-svg/purely/personnel-registration.svg +1 -1
- package/inline-svg/purely/poi.svg +1 -1
- package/inline-svg/purely/report.svg +1 -1
- package/inline-svg/purely/rotate-right.svg +1 -1
- package/inline-svg/purely/{lot.svg → signal-tower.svg} +1 -1
- 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/NonMotorVehicleGalleryPurely.js +7 -7
- package/lib/asn/OffDayPurely.js +55 -55
- package/lib/asn/OrganizationPurely.js +7 -7
- package/lib/asn/PersonnelPortraitPurely.js +7 -7
- package/lib/asn/PersonnelRegistrationPurely.js +7 -7
- package/lib/asn/PoiPurely.js +7 -7
- package/lib/asn/ReportPurely.js +7 -7
- package/lib/asn/RotateRightPurely.js +6 -6
- package/lib/asn/SignalTowerPurely.d.ts +3 -0
- package/lib/asn/{LotPurely.js → SignalTowerPurely.js} +15 -15
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/package.json +1 -1
- 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/NonMotorVehicleGalleryPurely.ts +7 -7
- package/src/asn/OffDayPurely.ts +55 -55
- package/src/asn/OrganizationPurely.ts +7 -7
- package/src/asn/PersonnelPortraitPurely.ts +7 -7
- package/src/asn/PersonnelRegistrationPurely.ts +7 -7
- package/src/asn/PoiPurely.ts +7 -7
- package/src/asn/ReportPurely.ts +7 -7
- package/src/asn/RotateRightPurely.ts +6 -6
- package/src/asn/{LotPurely.ts → SignalTowerPurely.ts} +10 -10
- package/src/index.ts +1 -1
- package/es/asn/LotPurely.d.ts +0 -3
- package/lib/asn/LotPurely.d.ts +0 -3
|
@@ -12,7 +12,7 @@ const OrganizationPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__61__a', x1: '9.66%', x2: '90.34%', y1: '0%', y2: '100%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.9' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -20,7 +20,7 @@ const OrganizationPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__61__b', x1: '10.19%', x2: '50%', y1: '0%', y2: '50%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -29,14 +29,14 @@ const OrganizationPurely: IconDefinition = {
|
|
|
29
29
|
{
|
|
30
30
|
tag: 'path',
|
|
31
31
|
attrs: {
|
|
32
|
-
id: '
|
|
32
|
+
id: 'sen__61__c',
|
|
33
33
|
d: 'm18.41 4.41 7 7a2 2 0 0 1 .59 1.42V23a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V12.83a2 2 0 0 1 .59-1.42l7-7a2 2 0 0 1 2.82 0Z',
|
|
34
34
|
},
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
tag: 'filter',
|
|
38
38
|
attrs: {
|
|
39
|
-
id: '
|
|
39
|
+
id: 'sen__61__d',
|
|
40
40
|
width: '111.1%',
|
|
41
41
|
height: '109.9%',
|
|
42
42
|
x: '-5.6%',
|
|
@@ -72,12 +72,12 @@ const OrganizationPurely: IconDefinition = {
|
|
|
72
72
|
{
|
|
73
73
|
tag: 'path',
|
|
74
74
|
attrs: {
|
|
75
|
-
fill: 'url(#
|
|
75
|
+
fill: 'url(#sen__61__a)',
|
|
76
76
|
d: 'm10.7 3.7 5.71 5.71a2 2 0 0 1 .59 1.42V18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7.17a2 2 0 0 1 .59-1.42l5.7-5.7a1 1 0 0 1 1.42 0Z',
|
|
77
77
|
},
|
|
78
78
|
},
|
|
79
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
80
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
79
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__61__c', fill: 'url(#sen__61__b)' } },
|
|
80
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__61__c', fill: '#000', filter: 'url(#sen__61__d)' } },
|
|
81
81
|
{
|
|
82
82
|
tag: 'path',
|
|
83
83
|
attrs: {
|
|
@@ -12,7 +12,7 @@ const PersonnelPortraitPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__62__a', x1: '0%', x2: '100%', y1: '0%', y2: '100%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.9' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -20,7 +20,7 @@ const PersonnelPortraitPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__62__b', x1: '0%', x2: '50%', y1: '18%', y2: '50%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -29,14 +29,14 @@ const PersonnelPortraitPurely: IconDefinition = {
|
|
|
29
29
|
{
|
|
30
30
|
tag: 'path',
|
|
31
31
|
attrs: {
|
|
32
|
-
id: '
|
|
32
|
+
id: 'sen__62__c',
|
|
33
33
|
d: 'M26 9.78v12.44A1.8 1.8 0 0 1 24.18 24H7.82c-1 0-1.82-.8-1.82-1.78V9.78C6 8.8 6.81 8 7.82 8h16.36c1 0 1.82.8 1.82 1.78Z',
|
|
34
34
|
},
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
tag: 'filter',
|
|
38
38
|
attrs: {
|
|
39
|
-
id: '
|
|
39
|
+
id: 'sen__62__d',
|
|
40
40
|
width: '110%',
|
|
41
41
|
height: '112.5%',
|
|
42
42
|
x: '-5%',
|
|
@@ -69,9 +69,9 @@ const PersonnelPortraitPurely: IconDefinition = {
|
|
|
69
69
|
tag: 'g',
|
|
70
70
|
attrs: { fill: 'none', 'fill-rule': 'evenodd' },
|
|
71
71
|
children: [
|
|
72
|
-
{ tag: 'path', attrs: { fill: 'url(#
|
|
73
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
74
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
72
|
+
{ tag: 'path', attrs: { fill: 'url(#sen__62__a)', d: 'M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' } },
|
|
73
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__62__c', fill: 'url(#sen__62__b)' } },
|
|
74
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__62__c', fill: '#000', filter: 'url(#sen__62__d)' } },
|
|
75
75
|
{
|
|
76
76
|
tag: 'path',
|
|
77
77
|
attrs: {
|
|
@@ -12,7 +12,7 @@ const PersonnelRegistrationPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__63__a', x1: '0%', x2: '100%', y1: '0%', y2: '100%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.9' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -20,17 +20,17 @@ const PersonnelRegistrationPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__63__b', x1: '0%', x2: '50%', y1: '0%', y2: '50%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
27
27
|
],
|
|
28
28
|
},
|
|
29
|
-
{ tag: 'path', attrs: { id: '
|
|
29
|
+
{ tag: 'path', attrs: { id: 'sen__63__c', d: 'M26 16a10 10 0 1 1-20 0 10 10 0 0 1 20 0Z' } },
|
|
30
30
|
{
|
|
31
31
|
tag: 'filter',
|
|
32
32
|
attrs: {
|
|
33
|
-
id: '
|
|
33
|
+
id: 'sen__63__d',
|
|
34
34
|
width: '110%',
|
|
35
35
|
height: '110%',
|
|
36
36
|
x: '-5%',
|
|
@@ -63,9 +63,9 @@ const PersonnelRegistrationPurely: IconDefinition = {
|
|
|
63
63
|
tag: 'g',
|
|
64
64
|
attrs: { fill: 'none', 'fill-rule': 'evenodd' },
|
|
65
65
|
children: [
|
|
66
|
-
{ tag: 'path', attrs: { fill: 'url(#
|
|
67
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
68
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
66
|
+
{ tag: 'path', attrs: { fill: 'url(#sen__63__a)', d: 'M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Z' } },
|
|
67
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__63__c', fill: 'url(#sen__63__b)' } },
|
|
68
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__63__c', fill: '#000', filter: 'url(#sen__63__d)' } },
|
|
69
69
|
{
|
|
70
70
|
tag: 'path',
|
|
71
71
|
attrs: {
|
package/src/asn/PoiPurely.ts
CHANGED
|
@@ -12,7 +12,7 @@ const PoiPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__65__a', x1: '19.54%', x2: '80.46%', y1: '0%', y2: '100%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.9' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -20,7 +20,7 @@ const PoiPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__65__b', x1: '18.45%', x2: '50%', y1: '0%', y2: '50%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -29,14 +29,14 @@ const PoiPurely: IconDefinition = {
|
|
|
29
29
|
{
|
|
30
30
|
tag: 'path',
|
|
31
31
|
attrs: {
|
|
32
|
-
id: '
|
|
32
|
+
id: 'sen__65__c',
|
|
33
33
|
d: 'M18 5a8 8 0 0 1 6.12 13.15l-4.7 6.28a1.78 1.78 0 0 1-2.84 0l-4.7-6.28A8 8 0 0 1 18 5Z',
|
|
34
34
|
},
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
tag: 'filter',
|
|
38
38
|
attrs: {
|
|
39
|
-
id: '
|
|
39
|
+
id: 'sen__65__d',
|
|
40
40
|
width: '112.5%',
|
|
41
41
|
height: '109.9%',
|
|
42
42
|
x: '-6.2%',
|
|
@@ -72,12 +72,12 @@ const PoiPurely: IconDefinition = {
|
|
|
72
72
|
{
|
|
73
73
|
tag: 'path',
|
|
74
74
|
attrs: {
|
|
75
|
-
fill: 'url(#
|
|
75
|
+
fill: 'url(#sen__65__a)',
|
|
76
76
|
d: 'M9 3a7 7 0 0 1 5.62 11.17l-4.18 6.02a1.75 1.75 0 0 1-2.88 0l-4.18-6.02A7 7 0 0 1 9 3Z',
|
|
77
77
|
},
|
|
78
78
|
},
|
|
79
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
80
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
79
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__65__c', fill: 'url(#sen__65__b)' } },
|
|
80
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__65__c', fill: '#000', filter: 'url(#sen__65__d)' } },
|
|
81
81
|
{
|
|
82
82
|
tag: 'path',
|
|
83
83
|
attrs: {
|
package/src/asn/ReportPurely.ts
CHANGED
|
@@ -12,7 +12,7 @@ const ReportPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__66__a', x1: '21.88%', x2: '78.13%', y1: '0%', y2: '100%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.9' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -20,7 +20,7 @@ const ReportPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__66__b', x1: '18%', x2: '50%', y1: '0%', y2: '50%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -28,12 +28,12 @@ const ReportPurely: IconDefinition = {
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
tag: 'path',
|
|
31
|
-
attrs: { id: '
|
|
31
|
+
attrs: { id: 'sen__66__c', d: 'M10 6h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2Z' },
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
tag: 'filter',
|
|
35
35
|
attrs: {
|
|
36
|
-
id: '
|
|
36
|
+
id: 'sen__66__d',
|
|
37
37
|
width: '112.5%',
|
|
38
38
|
height: '110%',
|
|
39
39
|
x: '-6.2%',
|
|
@@ -69,12 +69,12 @@ const ReportPurely: IconDefinition = {
|
|
|
69
69
|
{
|
|
70
70
|
tag: 'path',
|
|
71
71
|
attrs: {
|
|
72
|
-
fill: 'url(#
|
|
72
|
+
fill: 'url(#sen__66__a)',
|
|
73
73
|
d: 'M6 2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2Z',
|
|
74
74
|
},
|
|
75
75
|
},
|
|
76
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
77
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
76
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__66__c', fill: 'url(#sen__66__b)' } },
|
|
77
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__66__c', fill: '#000', filter: 'url(#sen__66__d)' } },
|
|
78
78
|
{
|
|
79
79
|
tag: 'path',
|
|
80
80
|
attrs: {
|
|
@@ -13,14 +13,14 @@ const RotateRightPurely: IconDefinition = {
|
|
|
13
13
|
{
|
|
14
14
|
tag: 'path',
|
|
15
15
|
attrs: {
|
|
16
|
-
id: '
|
|
16
|
+
id: 'sen__67__b',
|
|
17
17
|
d: 'M24.13 14.28c.34 0 .62.28.62.63v7.34c0 .35-.28.63-.63.63H12.88a.62.62 0 0 1-.62-.63v-7.34c0-.35.28-.63.63-.63h11.24Zm-9.1-6.33a.16.16 0 0 1 .24-.13l2.93 1.92a.16.16 0 0 1 0 .26l-2.93 1.92a.16.16 0 0 1-.25-.13V10.6a6.29 6.29 0 0 0-6.28 6.18v.93a.74.74 0 0 1-1.49 0v-.82c0-4.25 3.41-7.7 7.64-7.77h.13V7.95Z',
|
|
18
18
|
},
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
tag: 'filter',
|
|
22
22
|
attrs: {
|
|
23
|
-
id: '
|
|
23
|
+
id: 'sen__67__a',
|
|
24
24
|
width: '220%',
|
|
25
25
|
height: '239.2%',
|
|
26
26
|
x: '-60%',
|
|
@@ -49,7 +49,7 @@ const RotateRightPurely: IconDefinition = {
|
|
|
49
49
|
{
|
|
50
50
|
tag: 'filter',
|
|
51
51
|
attrs: {
|
|
52
|
-
id: '
|
|
52
|
+
id: 'sen__67__c',
|
|
53
53
|
width: '248.6%',
|
|
54
54
|
height: '272.4%',
|
|
55
55
|
x: '-74.3%',
|
|
@@ -143,9 +143,9 @@ const RotateRightPurely: IconDefinition = {
|
|
|
143
143
|
transform: 'translate(-914 -2025) translate(914 2025)',
|
|
144
144
|
},
|
|
145
145
|
children: [
|
|
146
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
147
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
148
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
146
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__67__b', fill: '#000', filter: 'url(#sen__67__a)' } },
|
|
147
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__67__b', fill: '#4A42F0', 'fill-opacity': '.6' } },
|
|
148
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__67__b', fill: '#000', filter: 'url(#sen__67__c)' } },
|
|
149
149
|
],
|
|
150
150
|
},
|
|
151
151
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This icon file is generated automatically.
|
|
2
2
|
import { IconDefinition } from '../types';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const SignalTowerPurely: IconDefinition = {
|
|
5
5
|
icon: {
|
|
6
6
|
tag: 'svg',
|
|
7
7
|
attrs: { viewBox: '0 0 28 28', stroke: 'none' },
|
|
@@ -12,7 +12,7 @@ const LotPurely: IconDefinition = {
|
|
|
12
12
|
children: [
|
|
13
13
|
{
|
|
14
14
|
tag: 'linearGradient',
|
|
15
|
-
attrs: { id: '
|
|
15
|
+
attrs: { id: 'sen__69__a', x1: '0%', x2: '100%', y1: '21.88%', y2: '78.13%' },
|
|
16
16
|
children: [
|
|
17
17
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#2B6DE5', 'stop-opacity': '.9' } },
|
|
18
18
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5' } },
|
|
@@ -20,7 +20,7 @@ const LotPurely: IconDefinition = {
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
tag: 'linearGradient',
|
|
23
|
-
attrs: { id: '
|
|
23
|
+
attrs: { id: 'sen__69__b', x1: '0%', x2: '50%', y1: '18%', y2: '50%' },
|
|
24
24
|
children: [
|
|
25
25
|
{ tag: 'stop', attrs: { offset: '0%', 'stop-color': '#FFF', 'stop-opacity': '.15' } },
|
|
26
26
|
{ tag: 'stop', attrs: { offset: '100%', 'stop-color': '#2B6DE5', 'stop-opacity': '.25' } },
|
|
@@ -29,14 +29,14 @@ const LotPurely: IconDefinition = {
|
|
|
29
29
|
{
|
|
30
30
|
tag: 'path',
|
|
31
31
|
attrs: {
|
|
32
|
-
id: '
|
|
32
|
+
id: 'sen__69__c',
|
|
33
33
|
d: 'M26 10v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V10c0-1.1.9-2 2-2h16a2 2 0 0 1 2 2Z',
|
|
34
34
|
},
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
tag: 'filter',
|
|
38
38
|
attrs: {
|
|
39
|
-
id: '
|
|
39
|
+
id: 'sen__69__d',
|
|
40
40
|
width: '110%',
|
|
41
41
|
height: '112.5%',
|
|
42
42
|
x: '-5%',
|
|
@@ -72,12 +72,12 @@ const LotPurely: IconDefinition = {
|
|
|
72
72
|
{
|
|
73
73
|
tag: 'path',
|
|
74
74
|
attrs: {
|
|
75
|
-
fill: 'url(#
|
|
75
|
+
fill: 'url(#sen__69__a)',
|
|
76
76
|
d: 'M4 4h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2Z',
|
|
77
77
|
},
|
|
78
78
|
},
|
|
79
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
80
|
-
{ tag: 'use', attrs: { 'xlink:href': '#
|
|
79
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__69__c', fill: 'url(#sen__69__b)' } },
|
|
80
|
+
{ tag: 'use', attrs: { 'xlink:href': '#sen__69__c', fill: '#000', filter: 'url(#sen__69__d)' } },
|
|
81
81
|
{
|
|
82
82
|
tag: 'path',
|
|
83
83
|
attrs: {
|
|
@@ -90,8 +90,8 @@ const LotPurely: IconDefinition = {
|
|
|
90
90
|
},
|
|
91
91
|
],
|
|
92
92
|
},
|
|
93
|
-
name: '
|
|
93
|
+
name: 'signal-tower',
|
|
94
94
|
theme: 'purely',
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
export default
|
|
97
|
+
export default SignalTowerPurely;
|
package/src/index.ts
CHANGED
|
@@ -527,7 +527,6 @@ export { default as LockOutlined } from './asn/LockOutlined';
|
|
|
527
527
|
export { default as LoginOutlined } from './asn/LoginOutlined';
|
|
528
528
|
export { default as LogoutOutlined } from './asn/LogoutOutlined';
|
|
529
529
|
export { default as LoopOutlined } from './asn/LoopOutlined';
|
|
530
|
-
export { default as LotPurely } from './asn/LotPurely';
|
|
531
530
|
export { default as LowBatteryMutedFilled } from './asn/LowBatteryMutedFilled';
|
|
532
531
|
export { default as LowBatteryMutedOutlined } from './asn/LowBatteryMutedOutlined';
|
|
533
532
|
export { default as LpgOutlined } from './asn/LpgOutlined';
|
|
@@ -798,6 +797,7 @@ export { default as ShoppingOutlined } from './asn/ShoppingOutlined';
|
|
|
798
797
|
export { default as ShutdownOutlined } from './asn/ShutdownOutlined';
|
|
799
798
|
export { default as SignalTowerFilled } from './asn/SignalTowerFilled';
|
|
800
799
|
export { default as SignalTowerOutlined } from './asn/SignalTowerOutlined';
|
|
800
|
+
export { default as SignalTowerPurely } from './asn/SignalTowerPurely';
|
|
801
801
|
export { default as SinglePlayOutlined } from './asn/SinglePlayOutlined';
|
|
802
802
|
export { default as SiteManagePurely } from './asn/SiteManagePurely';
|
|
803
803
|
export { default as SlashOutlined } from './asn/SlashOutlined';
|
package/es/asn/LotPurely.d.ts
DELETED
package/lib/asn/LotPurely.d.ts
DELETED