@sensoro-design/icons-svg 2.85.0 → 2.87.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 (34) hide show
  1. package/es/asn/AmapFilled.d.ts +3 -0
  2. package/es/asn/AmapFilled.js +20 -0
  3. package/es/asn/ScatterPlotOutlined.d.ts +3 -0
  4. package/es/asn/ScatterPlotOutlined.js +20 -0
  5. package/es/asn/SocialNetworkFilled.d.ts +3 -0
  6. package/es/asn/SocialNetworkFilled.js +20 -0
  7. package/es/asn/SocialNetworkOutlined.d.ts +3 -0
  8. package/es/asn/SocialNetworkOutlined.js +20 -0
  9. package/es/index.d.ts +4 -0
  10. package/es/index.js +4 -0
  11. package/inline-namespaced-svg/filled/amap.svg +1 -0
  12. package/inline-namespaced-svg/filled/social-network.svg +1 -0
  13. package/inline-namespaced-svg/outlined/scatter-plot.svg +1 -0
  14. package/inline-namespaced-svg/outlined/social-network.svg +1 -0
  15. package/inline-svg/filled/amap.svg +1 -0
  16. package/inline-svg/filled/social-network.svg +1 -0
  17. package/inline-svg/outlined/scatter-plot.svg +1 -0
  18. package/inline-svg/outlined/social-network.svg +1 -0
  19. package/lib/asn/AmapFilled.d.ts +3 -0
  20. package/lib/asn/AmapFilled.js +41 -0
  21. package/lib/asn/ScatterPlotOutlined.d.ts +3 -0
  22. package/lib/asn/ScatterPlotOutlined.js +41 -0
  23. package/lib/asn/SocialNetworkFilled.d.ts +3 -0
  24. package/lib/asn/SocialNetworkFilled.js +41 -0
  25. package/lib/asn/SocialNetworkOutlined.d.ts +3 -0
  26. package/lib/asn/SocialNetworkOutlined.js +41 -0
  27. package/lib/index.d.ts +4 -0
  28. package/lib/index.js +12 -0
  29. package/package.json +1 -1
  30. package/src/asn/AmapFilled.ts +21 -0
  31. package/src/asn/ScatterPlotOutlined.ts +21 -0
  32. package/src/asn/SocialNetworkFilled.ts +21 -0
  33. package/src/asn/SocialNetworkOutlined.ts +21 -0
  34. package/src/index.ts +4 -0
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const AmapFilled: IconDefinition;
3
+ export default AmapFilled;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var AmapFilled = {
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: 'M500.8 739.2 398.4 876.67a8 8 0 0 1-14.4-4.8V660.8l116.8 78.4zM78.4 393.6l220.8 147.2L896 192 376 592l445.7 297.15a8 8 0 0 0 12.35-5.37l123.84-743.3a8 8 0 0 0-10.05-8.96L80.64 379.14a8 8 0 0 0-2.24 14.4z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'amap',
18
+ theme: 'filled'
19
+ };
20
+ export default AmapFilled;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const ScatterPlotOutlined: IconDefinition;
3
+ export default ScatterPlotOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var ScatterPlotOutlined = {
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: 'M819.8 652.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.95a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.51l-9.32-.88zM243.8 588.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.96a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.52l-9.32-.88zm327.67-515.74c145.74 0 263.9 118.15 263.9 263.9s-118.16 263.89-263.9 263.89c-145.75 0-263.9-118.15-263.9-263.9 0-145.74 118.15-263.89 263.9-263.89zm0 80c-101.56 0-183.9 82.34-183.9 183.9s82.34 183.9 183.9 183.9 183.9-82.34 183.9-183.9-82.34-183.9-183.9-183.9zM220 112a84.01 84.01 0 0 1 84 82.12 84.01 84.01 0 1 1-167.99 0 84.01 84.01 0 0 1 84-82.12zm0 48a36.01 36.01 0 0 0-36 35.2 36.01 36.01 0 1 0 72 0 36.01 36.01 0 0 0-36-35.2z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'scatter-plot',
18
+ theme: 'outlined'
19
+ };
20
+ export default ScatterPlotOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SocialNetworkFilled: IconDefinition;
3
+ export default SocialNetworkFilled;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SocialNetworkFilled = {
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: 'M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.53 245.53 0 0 1-110.69 26.98h-1.13c-64.33 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.24 243.24 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.57 0 116.32 46.34 126.3 107.08l-.04-.26c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95l-.68 1.34A128 128 0 0 1 511.21 318c-53.73 0-99.72-33.1-118.7-80.02l-.73-1.83-3.55 1.3C271.4 281.2 188.21 393.9 188.21 526c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02C263.84 579.15 320 636.02 320 706c0 22.12-5.6 42.93-15.49 61.09a306.6 306.6 0 0 0 140.97 62.75A291.53 291.53 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36A127.47 127.47 0 0 1 192 834c-70.69 0-128-57.3-128-128 0-43.32 21.53-81.62 54.46-104.78l.98-.68-.35-1.8A385.94 385.94 0 0 1 112.2 526c0-174.26 116.07-321.4 275.12-368.35l-.04.18C401.56 102.7 451.63 62 511.2 62zm99.06 621a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm208 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm-104 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'social-network',
18
+ theme: 'filled'
19
+ };
20
+ export default SocialNetworkFilled;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SocialNetworkOutlined: IconDefinition;
3
+ export default SocialNetworkOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SocialNetworkOutlined = {
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: 'M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.52 245.52 0 0 1-110.69 26.98h-1.13c-64.34 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.23 243.23 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.6 0 116.36 46.38 126.31 107.16l-.05-.33v-.01c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95C605.14 288.92 561.57 318 511.2 318c-54.12 0-100.4-33.59-119.12-81.06l-.48-1.24.17.45C274.26 278.5 189.91 390.3 188.24 522l-.03 4c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02c69.01 1.12 124.75 56.85 125.87 125.86L320 706c0 22.12-5.6 42.93-15.49 61.09a306.62 306.62 0 0 0 140.97 62.75A291.55 291.55 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36a127.45 127.45 0 0 1-56.07 13.4h-1c-70.7 0-128-57.3-128-128 0-43.33 21.52-81.62 54.46-104.78l.97-.68-.35-1.8a385.82 385.82 0 0 1-6.88-70.83V526c0-174.26 116.07-321.4 275.12-368.35l-.07.3C401.49 102.75 451.59 62 511.2 62zm205.72 472.01-1.33-.01h-.97c-24.35 0-47.84 4.7-70 14.02a179.25 179.25 0 0 0-57.77 38.84 179.51 179.51 0 0 0-38.83 57.74A179.77 179.77 0 0 0 534 715.42c.3 47.9 18.87 92.7 52.43 126.5l1 1 1.03 1c33.94 33.1 78.58 51.22 126.23 51.22h.81a181.33 181.33 0 0 0 84.02-21.1l11.82-6.33h56.5v-56.48l6.36-11.88a181.34 181.34 0 0 0 21.07-83.97c.19-48.51-18.29-93.83-52.22-128.05-33.57-33.9-78.18-52.76-126.12-53.32zM192 650a56 56 0 1 0 0 112 56 56 0 0 0 0-112zm626.27 33a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-208 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm104 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM511.2 134a56 56 0 1 0 0 112 56 56 0 0 0 0-112z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'social-network',
18
+ theme: 'outlined'
19
+ };
20
+ export default SocialNetworkOutlined;
package/es/index.d.ts CHANGED
@@ -23,6 +23,7 @@ export { default as AlgorithmSupermarketPurely } from './asn/AlgorithmSupermarke
23
23
  export { default as AlignCenterOutlined } from './asn/AlignCenterOutlined';
24
24
  export { default as AlignLeftOutlined } from './asn/AlignLeftOutlined';
25
25
  export { default as AlignRightOutlined } from './asn/AlignRightOutlined';
26
+ export { default as AmapFilled } from './asn/AmapFilled';
26
27
  export { default as AndroidFilled } from './asn/AndroidFilled';
27
28
  export { default as AndroidOutlined } from './asn/AndroidOutlined';
28
29
  export { default as AnimalHospitalFilled } from './asn/AnimalHospitalFilled';
@@ -819,6 +820,7 @@ export { default as SatelliteFilled } from './asn/SatelliteFilled';
819
820
  export { default as SatelliteOutlined } from './asn/SatelliteOutlined';
820
821
  export { default as SaveOutlined } from './asn/SaveOutlined';
821
822
  export { default as ScanCodeOutlined } from './asn/ScanCodeOutlined';
823
+ export { default as ScatterPlotOutlined } from './asn/ScatterPlotOutlined';
822
824
  export { default as ScenicAreaFilled } from './asn/ScenicAreaFilled';
823
825
  export { default as ScenicAreaOutlined } from './asn/ScenicAreaOutlined';
824
826
  export { default as ScheduleOutlined } from './asn/ScheduleOutlined';
@@ -880,6 +882,8 @@ export { default as SmileOutlined } from './asn/SmileOutlined';
880
882
  export { default as SmokeFilled } from './asn/SmokeFilled';
881
883
  export { default as SmokeOutlined } from './asn/SmokeOutlined';
882
884
  export { default as SmokePurely } from './asn/SmokePurely';
885
+ export { default as SocialNetworkFilled } from './asn/SocialNetworkFilled';
886
+ export { default as SocialNetworkOutlined } from './asn/SocialNetworkOutlined';
883
887
  export { default as SortOutlined } from './asn/SortOutlined';
884
888
  export { default as SoundOutlined } from './asn/SoundOutlined';
885
889
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
package/es/index.js CHANGED
@@ -24,6 +24,7 @@ export { default as AlgorithmSupermarketPurely } from "./asn/AlgorithmSupermarke
24
24
  export { default as AlignCenterOutlined } from "./asn/AlignCenterOutlined";
25
25
  export { default as AlignLeftOutlined } from "./asn/AlignLeftOutlined";
26
26
  export { default as AlignRightOutlined } from "./asn/AlignRightOutlined";
27
+ export { default as AmapFilled } from "./asn/AmapFilled";
27
28
  export { default as AndroidFilled } from "./asn/AndroidFilled";
28
29
  export { default as AndroidOutlined } from "./asn/AndroidOutlined";
29
30
  export { default as AnimalHospitalFilled } from "./asn/AnimalHospitalFilled";
@@ -820,6 +821,7 @@ export { default as SatelliteFilled } from "./asn/SatelliteFilled";
820
821
  export { default as SatelliteOutlined } from "./asn/SatelliteOutlined";
821
822
  export { default as SaveOutlined } from "./asn/SaveOutlined";
822
823
  export { default as ScanCodeOutlined } from "./asn/ScanCodeOutlined";
824
+ export { default as ScatterPlotOutlined } from "./asn/ScatterPlotOutlined";
823
825
  export { default as ScenicAreaFilled } from "./asn/ScenicAreaFilled";
824
826
  export { default as ScenicAreaOutlined } from "./asn/ScenicAreaOutlined";
825
827
  export { default as ScheduleOutlined } from "./asn/ScheduleOutlined";
@@ -881,6 +883,8 @@ export { default as SmileOutlined } from "./asn/SmileOutlined";
881
883
  export { default as SmokeFilled } from "./asn/SmokeFilled";
882
884
  export { default as SmokeOutlined } from "./asn/SmokeOutlined";
883
885
  export { default as SmokePurely } from "./asn/SmokePurely";
886
+ export { default as SocialNetworkFilled } from "./asn/SocialNetworkFilled";
887
+ export { default as SocialNetworkOutlined } from "./asn/SocialNetworkOutlined";
884
888
  export { default as SortOutlined } from "./asn/SortOutlined";
885
889
  export { default as SoundOutlined } from "./asn/SoundOutlined";
886
890
  export { default as SoundSmallOutlined } from "./asn/SoundSmallOutlined";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M500.8 739.2 398.4 876.67a8 8 0 0 1-14.4-4.8V660.8l116.8 78.4zM78.4 393.6l220.8 147.2L896 192 376 592l445.7 297.15a8 8 0 0 0 12.35-5.37l123.84-743.3a8 8 0 0 0-10.05-8.96L80.64 379.14a8 8 0 0 0-2.24 14.4z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.53 245.53 0 0 1-110.69 26.98h-1.13c-64.33 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.24 243.24 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.57 0 116.32 46.34 126.3 107.08l-.04-.26c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95l-.68 1.34A128 128 0 0 1 511.21 318c-53.73 0-99.72-33.1-118.7-80.02l-.73-1.83-3.55 1.3C271.4 281.2 188.21 393.9 188.21 526c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02C263.84 579.15 320 636.02 320 706c0 22.12-5.6 42.93-15.49 61.09a306.6 306.6 0 0 0 140.97 62.75A291.53 291.53 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36A127.47 127.47 0 0 1 192 834c-70.69 0-128-57.3-128-128 0-43.32 21.53-81.62 54.46-104.78l.98-.68-.35-1.8A385.94 385.94 0 0 1 112.2 526c0-174.26 116.07-321.4 275.12-368.35l-.04.18C401.56 102.7 451.63 62 511.2 62zm99.06 621a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm208 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm-104 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M819.8 652.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.95a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.51l-9.32-.88zM243.8 588.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.96a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.52l-9.32-.88zm327.67-515.74c145.74 0 263.9 118.15 263.9 263.9s-118.16 263.89-263.9 263.89c-145.75 0-263.9-118.15-263.9-263.9 0-145.74 118.15-263.89 263.9-263.89zm0 80c-101.56 0-183.9 82.34-183.9 183.9s82.34 183.9 183.9 183.9 183.9-82.34 183.9-183.9-82.34-183.9-183.9-183.9zM220 112a84.01 84.01 0 0 1 84 82.12 84.01 84.01 0 1 1-167.99 0 84.01 84.01 0 0 1 84-82.12zm0 48a36.01 36.01 0 0 0-36 35.2 36.01 36.01 0 1 0 72 0 36.01 36.01 0 0 0-36-35.2z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.52 245.52 0 0 1-110.69 26.98h-1.13c-64.34 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.23 243.23 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.6 0 116.36 46.38 126.31 107.16l-.05-.33v-.01c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95C605.14 288.92 561.57 318 511.2 318c-54.12 0-100.4-33.59-119.12-81.06l-.48-1.24.17.45C274.26 278.5 189.91 390.3 188.24 522l-.03 4c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02c69.01 1.12 124.75 56.85 125.87 125.86L320 706c0 22.12-5.6 42.93-15.49 61.09a306.62 306.62 0 0 0 140.97 62.75A291.55 291.55 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36a127.45 127.45 0 0 1-56.07 13.4h-1c-70.7 0-128-57.3-128-128 0-43.33 21.52-81.62 54.46-104.78l.97-.68-.35-1.8a385.82 385.82 0 0 1-6.88-70.83V526c0-174.26 116.07-321.4 275.12-368.35l-.07.3C401.49 102.75 451.59 62 511.2 62zm205.72 472.01-1.33-.01h-.97c-24.35 0-47.84 4.7-70 14.02a179.25 179.25 0 0 0-57.77 38.84 179.51 179.51 0 0 0-38.83 57.74A179.77 179.77 0 0 0 534 715.42c.3 47.9 18.87 92.7 52.43 126.5l1 1 1.03 1c33.94 33.1 78.58 51.22 126.23 51.22h.81a181.33 181.33 0 0 0 84.02-21.1l11.82-6.33h56.5v-56.48l6.36-11.88a181.34 181.34 0 0 0 21.07-83.97c.19-48.51-18.29-93.83-52.22-128.05-33.57-33.9-78.18-52.76-126.12-53.32zM192 650a56 56 0 1 0 0 112 56 56 0 0 0 0-112zm626.27 33a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-208 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm104 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM511.2 134a56 56 0 1 0 0 112 56 56 0 0 0 0-112z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M500.8 739.2 398.4 876.67a8 8 0 0 1-14.4-4.8V660.8l116.8 78.4zM78.4 393.6l220.8 147.2L896 192 376 592l445.7 297.15a8 8 0 0 0 12.35-5.37l123.84-743.3a8 8 0 0 0-10.05-8.96L80.64 379.14a8 8 0 0 0-2.24 14.4z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.53 245.53 0 0 1-110.69 26.98h-1.13c-64.33 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.24 243.24 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.57 0 116.32 46.34 126.3 107.08l-.04-.26c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95l-.68 1.34A128 128 0 0 1 511.21 318c-53.73 0-99.72-33.1-118.7-80.02l-.73-1.83-3.55 1.3C271.4 281.2 188.21 393.9 188.21 526c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02C263.84 579.15 320 636.02 320 706c0 22.12-5.6 42.93-15.49 61.09a306.6 306.6 0 0 0 140.97 62.75A291.53 291.53 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36A127.47 127.47 0 0 1 192 834c-70.69 0-128-57.3-128-128 0-43.32 21.53-81.62 54.46-104.78l.98-.68-.35-1.8A385.94 385.94 0 0 1 112.2 526c0-174.26 116.07-321.4 275.12-368.35l-.04.18C401.56 102.7 451.63 62 511.2 62zm99.06 621a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm208 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm-104 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M819.8 652.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.95a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.51l-9.32-.88zM243.8 588.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.96a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.52l-9.32-.88zm327.67-515.74c145.74 0 263.9 118.15 263.9 263.9s-118.16 263.89-263.9 263.89c-145.75 0-263.9-118.15-263.9-263.9 0-145.74 118.15-263.89 263.9-263.89zm0 80c-101.56 0-183.9 82.34-183.9 183.9s82.34 183.9 183.9 183.9 183.9-82.34 183.9-183.9-82.34-183.9-183.9-183.9zM220 112a84.01 84.01 0 0 1 84 82.12 84.01 84.01 0 1 1-167.99 0 84.01 84.01 0 0 1 84-82.12zm0 48a36.01 36.01 0 0 0-36 35.2 36.01 36.01 0 1 0 72 0 36.01 36.01 0 0 0-36-35.2z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.52 245.52 0 0 1-110.69 26.98h-1.13c-64.34 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.23 243.23 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.6 0 116.36 46.38 126.31 107.16l-.05-.33v-.01c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95C605.14 288.92 561.57 318 511.2 318c-54.12 0-100.4-33.59-119.12-81.06l-.48-1.24.17.45C274.26 278.5 189.91 390.3 188.24 522l-.03 4c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02c69.01 1.12 124.75 56.85 125.87 125.86L320 706c0 22.12-5.6 42.93-15.49 61.09a306.62 306.62 0 0 0 140.97 62.75A291.55 291.55 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36a127.45 127.45 0 0 1-56.07 13.4h-1c-70.7 0-128-57.3-128-128 0-43.33 21.52-81.62 54.46-104.78l.97-.68-.35-1.8a385.82 385.82 0 0 1-6.88-70.83V526c0-174.26 116.07-321.4 275.12-368.35l-.07.3C401.49 102.75 451.59 62 511.2 62zm205.72 472.01-1.33-.01h-.97c-24.35 0-47.84 4.7-70 14.02a179.25 179.25 0 0 0-57.77 38.84 179.51 179.51 0 0 0-38.83 57.74A179.77 179.77 0 0 0 534 715.42c.3 47.9 18.87 92.7 52.43 126.5l1 1 1.03 1c33.94 33.1 78.58 51.22 126.23 51.22h.81a181.33 181.33 0 0 0 84.02-21.1l11.82-6.33h56.5v-56.48l6.36-11.88a181.34 181.34 0 0 0 21.07-83.97c.19-48.51-18.29-93.83-52.22-128.05-33.57-33.9-78.18-52.76-126.12-53.32zM192 650a56 56 0 1 0 0 112 56 56 0 0 0 0-112zm626.27 33a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-208 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm104 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM511.2 134a56 56 0 1 0 0 112 56 56 0 0 0 0-112z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const AmapFilled: IconDefinition;
3
+ export default AmapFilled;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/AmapFilled.ts
20
+ var AmapFilled_exports = {};
21
+ __export(AmapFilled_exports, {
22
+ default: () => AmapFilled_default
23
+ });
24
+ module.exports = __toCommonJS(AmapFilled_exports);
25
+ var AmapFilled = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M500.8 739.2 398.4 876.67a8 8 0 0 1-14.4-4.8V660.8l116.8 78.4zM78.4 393.6l220.8 147.2L896 192 376 592l445.7 297.15a8 8 0 0 0 12.35-5.37l123.84-743.3a8 8 0 0 0-10.05-8.96L80.64 379.14a8 8 0 0 0-2.24 14.4z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "amap",
39
+ theme: "filled"
40
+ };
41
+ var AmapFilled_default = AmapFilled;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const ScatterPlotOutlined: IconDefinition;
3
+ export default ScatterPlotOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/ScatterPlotOutlined.ts
20
+ var ScatterPlotOutlined_exports = {};
21
+ __export(ScatterPlotOutlined_exports, {
22
+ default: () => ScatterPlotOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(ScatterPlotOutlined_exports);
25
+ var ScatterPlotOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M819.8 652.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.95a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.51l-9.32-.88zM243.8 588.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.96a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.52l-9.32-.88zm327.67-515.74c145.74 0 263.9 118.15 263.9 263.9s-118.16 263.89-263.9 263.89c-145.75 0-263.9-118.15-263.9-263.9 0-145.74 118.15-263.89 263.9-263.89zm0 80c-101.56 0-183.9 82.34-183.9 183.9s82.34 183.9 183.9 183.9 183.9-82.34 183.9-183.9-82.34-183.9-183.9-183.9zM220 112a84.01 84.01 0 0 1 84 82.12 84.01 84.01 0 1 1-167.99 0 84.01 84.01 0 0 1 84-82.12zm0 48a36.01 36.01 0 0 0-36 35.2 36.01 36.01 0 1 0 72 0 36.01 36.01 0 0 0-36-35.2z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "scatter-plot",
39
+ theme: "outlined"
40
+ };
41
+ var ScatterPlotOutlined_default = ScatterPlotOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SocialNetworkFilled: IconDefinition;
3
+ export default SocialNetworkFilled;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/SocialNetworkFilled.ts
20
+ var SocialNetworkFilled_exports = {};
21
+ __export(SocialNetworkFilled_exports, {
22
+ default: () => SocialNetworkFilled_default
23
+ });
24
+ module.exports = __toCommonJS(SocialNetworkFilled_exports);
25
+ var SocialNetworkFilled = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.53 245.53 0 0 1-110.69 26.98h-1.13c-64.33 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.24 243.24 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.57 0 116.32 46.34 126.3 107.08l-.04-.26c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95l-.68 1.34A128 128 0 0 1 511.21 318c-53.73 0-99.72-33.1-118.7-80.02l-.73-1.83-3.55 1.3C271.4 281.2 188.21 393.9 188.21 526c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02C263.84 579.15 320 636.02 320 706c0 22.12-5.6 42.93-15.49 61.09a306.6 306.6 0 0 0 140.97 62.75A291.53 291.53 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36A127.47 127.47 0 0 1 192 834c-70.69 0-128-57.3-128-128 0-43.32 21.53-81.62 54.46-104.78l.98-.68-.35-1.8A385.94 385.94 0 0 1 112.2 526c0-174.26 116.07-321.4 275.12-368.35l-.04.18C401.56 102.7 451.63 62 511.2 62zm99.06 621a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm208 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm-104 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "social-network",
39
+ theme: "filled"
40
+ };
41
+ var SocialNetworkFilled_default = SocialNetworkFilled;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SocialNetworkOutlined: IconDefinition;
3
+ export default SocialNetworkOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/SocialNetworkOutlined.ts
20
+ var SocialNetworkOutlined_exports = {};
21
+ __export(SocialNetworkOutlined_exports, {
22
+ default: () => SocialNetworkOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(SocialNetworkOutlined_exports);
25
+ var SocialNetworkOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.52 245.52 0 0 1-110.69 26.98h-1.13c-64.34 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.23 243.23 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.6 0 116.36 46.38 126.31 107.16l-.05-.33v-.01c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95C605.14 288.92 561.57 318 511.2 318c-54.12 0-100.4-33.59-119.12-81.06l-.48-1.24.17.45C274.26 278.5 189.91 390.3 188.24 522l-.03 4c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02c69.01 1.12 124.75 56.85 125.87 125.86L320 706c0 22.12-5.6 42.93-15.49 61.09a306.62 306.62 0 0 0 140.97 62.75A291.55 291.55 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36a127.45 127.45 0 0 1-56.07 13.4h-1c-70.7 0-128-57.3-128-128 0-43.33 21.52-81.62 54.46-104.78l.97-.68-.35-1.8a385.82 385.82 0 0 1-6.88-70.83V526c0-174.26 116.07-321.4 275.12-368.35l-.07.3C401.49 102.75 451.59 62 511.2 62zm205.72 472.01-1.33-.01h-.97c-24.35 0-47.84 4.7-70 14.02a179.25 179.25 0 0 0-57.77 38.84 179.51 179.51 0 0 0-38.83 57.74A179.77 179.77 0 0 0 534 715.42c.3 47.9 18.87 92.7 52.43 126.5l1 1 1.03 1c33.94 33.1 78.58 51.22 126.23 51.22h.81a181.33 181.33 0 0 0 84.02-21.1l11.82-6.33h56.5v-56.48l6.36-11.88a181.34 181.34 0 0 0 21.07-83.97c.19-48.51-18.29-93.83-52.22-128.05-33.57-33.9-78.18-52.76-126.12-53.32zM192 650a56 56 0 1 0 0 112 56 56 0 0 0 0-112zm626.27 33a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-208 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm104 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM511.2 134a56 56 0 1 0 0 112 56 56 0 0 0 0-112z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "social-network",
39
+ theme: "outlined"
40
+ };
41
+ var SocialNetworkOutlined_default = SocialNetworkOutlined;
package/lib/index.d.ts CHANGED
@@ -23,6 +23,7 @@ export { default as AlgorithmSupermarketPurely } from './asn/AlgorithmSupermarke
23
23
  export { default as AlignCenterOutlined } from './asn/AlignCenterOutlined';
24
24
  export { default as AlignLeftOutlined } from './asn/AlignLeftOutlined';
25
25
  export { default as AlignRightOutlined } from './asn/AlignRightOutlined';
26
+ export { default as AmapFilled } from './asn/AmapFilled';
26
27
  export { default as AndroidFilled } from './asn/AndroidFilled';
27
28
  export { default as AndroidOutlined } from './asn/AndroidOutlined';
28
29
  export { default as AnimalHospitalFilled } from './asn/AnimalHospitalFilled';
@@ -819,6 +820,7 @@ export { default as SatelliteFilled } from './asn/SatelliteFilled';
819
820
  export { default as SatelliteOutlined } from './asn/SatelliteOutlined';
820
821
  export { default as SaveOutlined } from './asn/SaveOutlined';
821
822
  export { default as ScanCodeOutlined } from './asn/ScanCodeOutlined';
823
+ export { default as ScatterPlotOutlined } from './asn/ScatterPlotOutlined';
822
824
  export { default as ScenicAreaFilled } from './asn/ScenicAreaFilled';
823
825
  export { default as ScenicAreaOutlined } from './asn/ScenicAreaOutlined';
824
826
  export { default as ScheduleOutlined } from './asn/ScheduleOutlined';
@@ -880,6 +882,8 @@ export { default as SmileOutlined } from './asn/SmileOutlined';
880
882
  export { default as SmokeFilled } from './asn/SmokeFilled';
881
883
  export { default as SmokeOutlined } from './asn/SmokeOutlined';
882
884
  export { default as SmokePurely } from './asn/SmokePurely';
885
+ export { default as SocialNetworkFilled } from './asn/SocialNetworkFilled';
886
+ export { default as SocialNetworkOutlined } from './asn/SocialNetworkOutlined';
883
887
  export { default as SortOutlined } from './asn/SortOutlined';
884
888
  export { default as SoundOutlined } from './asn/SoundOutlined';
885
889
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
package/lib/index.js CHANGED
@@ -54,6 +54,7 @@ __export(src_exports, {
54
54
  AlignCenterOutlined: () => import_AlignCenterOutlined.default,
55
55
  AlignLeftOutlined: () => import_AlignLeftOutlined.default,
56
56
  AlignRightOutlined: () => import_AlignRightOutlined.default,
57
+ AmapFilled: () => import_AmapFilled.default,
57
58
  AndroidFilled: () => import_AndroidFilled.default,
58
59
  AndroidOutlined: () => import_AndroidOutlined.default,
59
60
  AnimalHospitalFilled: () => import_AnimalHospitalFilled.default,
@@ -850,6 +851,7 @@ __export(src_exports, {
850
851
  SatelliteOutlined: () => import_SatelliteOutlined.default,
851
852
  SaveOutlined: () => import_SaveOutlined.default,
852
853
  ScanCodeOutlined: () => import_ScanCodeOutlined.default,
854
+ ScatterPlotOutlined: () => import_ScatterPlotOutlined.default,
853
855
  ScenicAreaFilled: () => import_ScenicAreaFilled.default,
854
856
  ScenicAreaOutlined: () => import_ScenicAreaOutlined.default,
855
857
  ScheduleOutlined: () => import_ScheduleOutlined.default,
@@ -911,6 +913,8 @@ __export(src_exports, {
911
913
  SmokeFilled: () => import_SmokeFilled.default,
912
914
  SmokeOutlined: () => import_SmokeOutlined.default,
913
915
  SmokePurely: () => import_SmokePurely.default,
916
+ SocialNetworkFilled: () => import_SocialNetworkFilled.default,
917
+ SocialNetworkOutlined: () => import_SocialNetworkOutlined.default,
914
918
  SortOutlined: () => import_SortOutlined.default,
915
919
  SoundOutlined: () => import_SoundOutlined.default,
916
920
  SoundSmallOutlined: () => import_SoundSmallOutlined.default,
@@ -1120,6 +1124,7 @@ var import_AlgorithmSupermarketPurely = __toESM(require("./asn/AlgorithmSupermar
1120
1124
  var import_AlignCenterOutlined = __toESM(require("./asn/AlignCenterOutlined"));
1121
1125
  var import_AlignLeftOutlined = __toESM(require("./asn/AlignLeftOutlined"));
1122
1126
  var import_AlignRightOutlined = __toESM(require("./asn/AlignRightOutlined"));
1127
+ var import_AmapFilled = __toESM(require("./asn/AmapFilled"));
1123
1128
  var import_AndroidFilled = __toESM(require("./asn/AndroidFilled"));
1124
1129
  var import_AndroidOutlined = __toESM(require("./asn/AndroidOutlined"));
1125
1130
  var import_AnimalHospitalFilled = __toESM(require("./asn/AnimalHospitalFilled"));
@@ -1916,6 +1921,7 @@ var import_SatelliteFilled = __toESM(require("./asn/SatelliteFilled"));
1916
1921
  var import_SatelliteOutlined = __toESM(require("./asn/SatelliteOutlined"));
1917
1922
  var import_SaveOutlined = __toESM(require("./asn/SaveOutlined"));
1918
1923
  var import_ScanCodeOutlined = __toESM(require("./asn/ScanCodeOutlined"));
1924
+ var import_ScatterPlotOutlined = __toESM(require("./asn/ScatterPlotOutlined"));
1919
1925
  var import_ScenicAreaFilled = __toESM(require("./asn/ScenicAreaFilled"));
1920
1926
  var import_ScenicAreaOutlined = __toESM(require("./asn/ScenicAreaOutlined"));
1921
1927
  var import_ScheduleOutlined = __toESM(require("./asn/ScheduleOutlined"));
@@ -1977,6 +1983,8 @@ var import_SmileOutlined = __toESM(require("./asn/SmileOutlined"));
1977
1983
  var import_SmokeFilled = __toESM(require("./asn/SmokeFilled"));
1978
1984
  var import_SmokeOutlined = __toESM(require("./asn/SmokeOutlined"));
1979
1985
  var import_SmokePurely = __toESM(require("./asn/SmokePurely"));
1986
+ var import_SocialNetworkFilled = __toESM(require("./asn/SocialNetworkFilled"));
1987
+ var import_SocialNetworkOutlined = __toESM(require("./asn/SocialNetworkOutlined"));
1980
1988
  var import_SortOutlined = __toESM(require("./asn/SortOutlined"));
1981
1989
  var import_SoundOutlined = __toESM(require("./asn/SoundOutlined"));
1982
1990
  var import_SoundSmallOutlined = __toESM(require("./asn/SoundSmallOutlined"));
@@ -2186,6 +2194,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2186
2194
  AlignCenterOutlined,
2187
2195
  AlignLeftOutlined,
2188
2196
  AlignRightOutlined,
2197
+ AmapFilled,
2189
2198
  AndroidFilled,
2190
2199
  AndroidOutlined,
2191
2200
  AnimalHospitalFilled,
@@ -2982,6 +2991,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2982
2991
  SatelliteOutlined,
2983
2992
  SaveOutlined,
2984
2993
  ScanCodeOutlined,
2994
+ ScatterPlotOutlined,
2985
2995
  ScenicAreaFilled,
2986
2996
  ScenicAreaOutlined,
2987
2997
  ScheduleOutlined,
@@ -3043,6 +3053,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3043
3053
  SmokeFilled,
3044
3054
  SmokeOutlined,
3045
3055
  SmokePurely,
3056
+ SocialNetworkFilled,
3057
+ SocialNetworkOutlined,
3046
3058
  SortOutlined,
3047
3059
  SoundOutlined,
3048
3060
  SoundSmallOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.85.0",
3
+ "version": "2.87.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const AmapFilled: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M500.8 739.2 398.4 876.67a8 8 0 0 1-14.4-4.8V660.8l116.8 78.4zM78.4 393.6l220.8 147.2L896 192 376 592l445.7 297.15a8 8 0 0 0 12.35-5.37l123.84-743.3a8 8 0 0 0-10.05-8.96L80.64 379.14a8 8 0 0 0-2.24 14.4z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'amap',
18
+ theme: 'filled',
19
+ };
20
+
21
+ export default AmapFilled;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const ScatterPlotOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M819.8 652.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.95a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.51l-9.32-.88zM243.8 588.31c78.55 2.92 140.53 67.81 139.83 146.42-.7 78.6-63.8 142.4-142.4 143.93a145.24 145.24 0 1 1 2.57-290.35zm-2.38 63.96a81.24 81.24 0 1 0-1.43 162.4 81.24 81.24 0 0 0 10.75-161.52l-9.32-.88zm327.67-515.74c145.74 0 263.9 118.15 263.9 263.9s-118.16 263.89-263.9 263.89c-145.75 0-263.9-118.15-263.9-263.9 0-145.74 118.15-263.89 263.9-263.89zm0 80c-101.56 0-183.9 82.34-183.9 183.9s82.34 183.9 183.9 183.9 183.9-82.34 183.9-183.9-82.34-183.9-183.9-183.9zM220 112a84.01 84.01 0 0 1 84 82.12 84.01 84.01 0 1 1-167.99 0 84.01 84.01 0 0 1 84-82.12zm0 48a36.01 36.01 0 0 0-36 35.2 36.01 36.01 0 1 0 72 0 36.01 36.01 0 0 0-36-35.2z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'scatter-plot',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default ScatterPlotOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SocialNetworkFilled: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.53 245.53 0 0 1-110.69 26.98h-1.13c-64.33 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.24 243.24 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.57 0 116.32 46.34 126.3 107.08l-.04-.26c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95l-.68 1.34A128 128 0 0 1 511.21 318c-53.73 0-99.72-33.1-118.7-80.02l-.73-1.83-3.55 1.3C271.4 281.2 188.21 393.9 188.21 526c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02C263.84 579.15 320 636.02 320 706c0 22.12-5.6 42.93-15.49 61.09a306.6 306.6 0 0 0 140.97 62.75A291.53 291.53 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36A127.47 127.47 0 0 1 192 834c-70.69 0-128-57.3-128-128 0-43.32 21.53-81.62 54.46-104.78l.98-.68-.35-1.8A385.94 385.94 0 0 1 112.2 526c0-174.26 116.07-321.4 275.12-368.35l-.04.18C401.56 102.7 451.63 62 511.2 62zm99.06 621a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm208 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm-104 0a32 32 0 1 0 0 64 32 32 0 0 0 0-64z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'social-network',
18
+ theme: 'filled',
19
+ };
20
+
21
+ export default SocialNetworkFilled;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SocialNetworkOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M715.73 470c65.47.26 126.92 25.96 172.79 72.29 45.88 46.27 71 107.9 70.75 173.38l-.02 1.2a245.52 245.52 0 0 1-26.95 109.47l-.47.9V916.04a16 16 0 0 1-16 15.68h-88.46l-.86.45a245.52 245.52 0 0 1-110.69 26.98h-1.13c-64.34 0-125-24.64-170.9-69.38l-1.4-1.38c-46.25-45.85-72-107.27-72.39-172.64a243.89 243.89 0 0 1 71.6-174.14 243.23 243.23 0 0 1 78.26-52.6c30.01-12.6 61.94-19 94.77-19h1.1zM511.21 62c63.6 0 116.36 46.38 126.31 107.16l-.05-.33v-.01c125.62 49.72 218.75 163.8 238.74 301.56a289.68 289.68 0 0 0-86.74-38.8c-26.39-82.01-86.22-149.02-163.43-184.95C605.14 288.92 561.57 318 511.2 318c-54.12 0-100.4-33.59-119.12-81.06l-.48-1.24.17.45C274.26 278.5 189.91 390.3 188.24 522l-.03 4c0 17.11 1.4 33.9 4.08 50.26l.29 1.74 1.54.02c69.01 1.12 124.75 56.85 125.87 125.86L320 706c0 22.12-5.6 42.93-15.49 61.09a306.62 306.62 0 0 0 140.97 62.75A291.55 291.55 0 0 0 496.67 910h-.46a382.4 382.4 0 0 1-246.61-89.66l.21-.1-.73.36a127.45 127.45 0 0 1-56.07 13.4h-1c-70.7 0-128-57.3-128-128 0-43.33 21.52-81.62 54.46-104.78l.97-.68-.35-1.8a385.82 385.82 0 0 1-6.88-70.83V526c0-174.26 116.07-321.4 275.12-368.35l-.07.3C401.49 102.75 451.59 62 511.2 62zm205.72 472.01-1.33-.01h-.97c-24.35 0-47.84 4.7-70 14.02a179.25 179.25 0 0 0-57.77 38.84 179.51 179.51 0 0 0-38.83 57.74A179.77 179.77 0 0 0 534 715.42c.3 47.9 18.87 92.7 52.43 126.5l1 1 1.03 1c33.94 33.1 78.58 51.22 126.23 51.22h.81a181.33 181.33 0 0 0 84.02-21.1l11.82-6.33h56.5v-56.48l6.36-11.88a181.34 181.34 0 0 0 21.07-83.97c.19-48.51-18.29-93.83-52.22-128.05-33.57-33.9-78.18-52.76-126.12-53.32zM192 650a56 56 0 1 0 0 112 56 56 0 0 0 0-112zm626.27 33a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-208 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm104 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM511.2 134a56 56 0 1 0 0 112 56 56 0 0 0 0-112z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'social-network',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default SocialNetworkOutlined;
package/src/index.ts CHANGED
@@ -24,6 +24,7 @@ export { default as AlgorithmSupermarketPurely } from './asn/AlgorithmSupermarke
24
24
  export { default as AlignCenterOutlined } from './asn/AlignCenterOutlined';
25
25
  export { default as AlignLeftOutlined } from './asn/AlignLeftOutlined';
26
26
  export { default as AlignRightOutlined } from './asn/AlignRightOutlined';
27
+ export { default as AmapFilled } from './asn/AmapFilled';
27
28
  export { default as AndroidFilled } from './asn/AndroidFilled';
28
29
  export { default as AndroidOutlined } from './asn/AndroidOutlined';
29
30
  export { default as AnimalHospitalFilled } from './asn/AnimalHospitalFilled';
@@ -820,6 +821,7 @@ export { default as SatelliteFilled } from './asn/SatelliteFilled';
820
821
  export { default as SatelliteOutlined } from './asn/SatelliteOutlined';
821
822
  export { default as SaveOutlined } from './asn/SaveOutlined';
822
823
  export { default as ScanCodeOutlined } from './asn/ScanCodeOutlined';
824
+ export { default as ScatterPlotOutlined } from './asn/ScatterPlotOutlined';
823
825
  export { default as ScenicAreaFilled } from './asn/ScenicAreaFilled';
824
826
  export { default as ScenicAreaOutlined } from './asn/ScenicAreaOutlined';
825
827
  export { default as ScheduleOutlined } from './asn/ScheduleOutlined';
@@ -881,6 +883,8 @@ export { default as SmileOutlined } from './asn/SmileOutlined';
881
883
  export { default as SmokeFilled } from './asn/SmokeFilled';
882
884
  export { default as SmokeOutlined } from './asn/SmokeOutlined';
883
885
  export { default as SmokePurely } from './asn/SmokePurely';
886
+ export { default as SocialNetworkFilled } from './asn/SocialNetworkFilled';
887
+ export { default as SocialNetworkOutlined } from './asn/SocialNetworkOutlined';
884
888
  export { default as SortOutlined } from './asn/SortOutlined';
885
889
  export { default as SoundOutlined } from './asn/SoundOutlined';
886
890
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';