@sensoro-design/icons-svg 2.63.0 → 2.64.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 (39) hide show
  1. package/es/asn/FlipHorizontalOutlined.d.ts +3 -0
  2. package/es/asn/FlipHorizontalOutlined.js +20 -0
  3. package/es/asn/NextOutlined.d.ts +3 -0
  4. package/es/asn/NextOutlined.js +20 -0
  5. package/es/asn/PreviousOutlined.d.ts +3 -0
  6. package/es/asn/PreviousOutlined.js +20 -0
  7. package/es/asn/SmileOutlined.js +1 -1
  8. package/es/asn/SpecialGroupsFilled.d.ts +3 -0
  9. package/es/asn/SpecialGroupsFilled.js +20 -0
  10. package/es/index.d.ts +4 -0
  11. package/es/index.js +4 -0
  12. package/inline-namespaced-svg/filled/special-groups.svg +1 -0
  13. package/inline-namespaced-svg/outlined/flip-horizontal.svg +1 -0
  14. package/inline-namespaced-svg/outlined/next.svg +1 -0
  15. package/inline-namespaced-svg/outlined/previous.svg +1 -0
  16. package/inline-namespaced-svg/outlined/smile.svg +1 -1
  17. package/inline-svg/filled/special-groups.svg +1 -0
  18. package/inline-svg/outlined/flip-horizontal.svg +1 -0
  19. package/inline-svg/outlined/next.svg +1 -0
  20. package/inline-svg/outlined/previous.svg +1 -0
  21. package/inline-svg/outlined/smile.svg +1 -1
  22. package/lib/asn/FlipHorizontalOutlined.d.ts +3 -0
  23. package/lib/asn/FlipHorizontalOutlined.js +41 -0
  24. package/lib/asn/NextOutlined.d.ts +3 -0
  25. package/lib/asn/NextOutlined.js +41 -0
  26. package/lib/asn/PreviousOutlined.d.ts +3 -0
  27. package/lib/asn/PreviousOutlined.js +41 -0
  28. package/lib/asn/SmileOutlined.js +1 -1
  29. package/lib/asn/SpecialGroupsFilled.d.ts +3 -0
  30. package/lib/asn/SpecialGroupsFilled.js +41 -0
  31. package/lib/index.d.ts +4 -0
  32. package/lib/index.js +12 -0
  33. package/package.json +1 -1
  34. package/src/asn/FlipHorizontalOutlined.ts +21 -0
  35. package/src/asn/NextOutlined.ts +21 -0
  36. package/src/asn/PreviousOutlined.ts +21 -0
  37. package/src/asn/SmileOutlined.ts +1 -1
  38. package/src/asn/SpecialGroupsFilled.ts +21 -0
  39. package/src/index.ts +4 -0
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FlipHorizontalOutlined: IconDefinition;
3
+ export default FlipHorizontalOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var FlipHorizontalOutlined = {
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: 'M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'flip-horizontal',
18
+ theme: 'outlined'
19
+ };
20
+ export default FlipHorizontalOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const NextOutlined: IconDefinition;
3
+ export default NextOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var NextOutlined = {
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: 'M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'next',
18
+ theme: 'outlined'
19
+ };
20
+ export default NextOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const PreviousOutlined: IconDefinition;
3
+ export default PreviousOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var PreviousOutlined = {
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: 'M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'previous',
18
+ theme: 'outlined'
19
+ };
20
+ export default PreviousOutlined;
@@ -10,7 +10,7 @@ var SmileOutlined = {
10
10
  children: [{
11
11
  tag: 'path',
12
12
  attrs: {
13
- d: 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z'
13
+ d: 'M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z'
14
14
  }
15
15
  }]
16
16
  },
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SpecialGroupsFilled: IconDefinition;
3
+ export default SpecialGroupsFilled;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SpecialGroupsFilled = {
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: 'M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'special-groups',
18
+ theme: 'filled'
19
+ };
20
+ export default SpecialGroupsFilled;
package/es/index.d.ts CHANGED
@@ -349,6 +349,7 @@ export { default as FiremenFilled } from './asn/FiremenFilled';
349
349
  export { default as FiremenOutlined } from './asn/FiremenOutlined';
350
350
  export { default as FireworksFilled } from './asn/FireworksFilled';
351
351
  export { default as FlashlightOutlined } from './asn/FlashlightOutlined';
352
+ export { default as FlipHorizontalOutlined } from './asn/FlipHorizontalOutlined';
352
353
  export { default as FloorFilled } from './asn/FloorFilled';
353
354
  export { default as FloorOutlined } from './asn/FloorOutlined';
354
355
  export { default as FocusOneKeyOutlined } from './asn/FocusOneKeyOutlined';
@@ -597,6 +598,7 @@ export { default as MultiplePicturesFilled } from './asn/MultiplePicturesFilled'
597
598
  export { default as MunicipalFilled } from './asn/MunicipalFilled';
598
599
  export { default as MuteOutlined } from './asn/MuteOutlined';
599
600
  export { default as NaturalGasOutlined } from './asn/NaturalGasOutlined';
601
+ export { default as NextOutlined } from './asn/NextOutlined';
600
602
  export { default as Nh3Outlined } from './asn/Nh3Outlined';
601
603
  export { default as NoAlarmPurely } from './asn/NoAlarmPurely';
602
604
  export { default as NoAppPurely } from './asn/NoAppPurely';
@@ -703,6 +705,7 @@ export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
703
705
  export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
704
706
  export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
705
707
  export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
708
+ export { default as PreviousOutlined } from './asn/PreviousOutlined';
706
709
  export { default as PrinterOutlined } from './asn/PrinterOutlined';
707
710
  export { default as ProfileFilled } from './asn/ProfileFilled';
708
711
  export { default as ProfileOutlined } from './asn/ProfileOutlined';
@@ -840,6 +843,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
840
843
  export { default as SortOutlined } from './asn/SortOutlined';
841
844
  export { default as SoundOutlined } from './asn/SoundOutlined';
842
845
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
846
+ export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
843
847
  export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
844
848
  export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
845
849
  export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
package/es/index.js CHANGED
@@ -350,6 +350,7 @@ export { default as FiremenFilled } from "./asn/FiremenFilled";
350
350
  export { default as FiremenOutlined } from "./asn/FiremenOutlined";
351
351
  export { default as FireworksFilled } from "./asn/FireworksFilled";
352
352
  export { default as FlashlightOutlined } from "./asn/FlashlightOutlined";
353
+ export { default as FlipHorizontalOutlined } from "./asn/FlipHorizontalOutlined";
353
354
  export { default as FloorFilled } from "./asn/FloorFilled";
354
355
  export { default as FloorOutlined } from "./asn/FloorOutlined";
355
356
  export { default as FocusOneKeyOutlined } from "./asn/FocusOneKeyOutlined";
@@ -598,6 +599,7 @@ export { default as MultiplePicturesFilled } from "./asn/MultiplePicturesFilled"
598
599
  export { default as MunicipalFilled } from "./asn/MunicipalFilled";
599
600
  export { default as MuteOutlined } from "./asn/MuteOutlined";
600
601
  export { default as NaturalGasOutlined } from "./asn/NaturalGasOutlined";
602
+ export { default as NextOutlined } from "./asn/NextOutlined";
601
603
  export { default as Nh3Outlined } from "./asn/Nh3Outlined";
602
604
  export { default as NoAlarmPurely } from "./asn/NoAlarmPurely";
603
605
  export { default as NoAppPurely } from "./asn/NoAppPurely";
@@ -704,6 +706,7 @@ export { default as PowerPerceptionFilled } from "./asn/PowerPerceptionFilled";
704
706
  export { default as PowerUpsFilled } from "./asn/PowerUpsFilled";
705
707
  export { default as PowerUpsOutlined } from "./asn/PowerUpsOutlined";
706
708
  export { default as PoweroffOutlined } from "./asn/PoweroffOutlined";
709
+ export { default as PreviousOutlined } from "./asn/PreviousOutlined";
707
710
  export { default as PrinterOutlined } from "./asn/PrinterOutlined";
708
711
  export { default as ProfileFilled } from "./asn/ProfileFilled";
709
712
  export { default as ProfileOutlined } from "./asn/ProfileOutlined";
@@ -841,6 +844,7 @@ export { default as SmokePurely } from "./asn/SmokePurely";
841
844
  export { default as SortOutlined } from "./asn/SortOutlined";
842
845
  export { default as SoundOutlined } from "./asn/SoundOutlined";
843
846
  export { default as SoundSmallOutlined } from "./asn/SoundSmallOutlined";
847
+ export { default as SpecialGroupsFilled } from "./asn/SpecialGroupsFilled";
844
848
  export { default as SpecialPopulationsPurely } from "./asn/SpecialPopulationsPurely";
845
849
  export { default as SpecialVehiclesPurely } from "./asn/SpecialVehiclesPurely";
846
850
  export { default as SplitScreenOutlined } from "./asn/SplitScreenOutlined";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z" /></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z" /></svg>
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z" /></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 1024 1024" focusable="false"><path d="M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z" /></svg>
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FlipHorizontalOutlined: IconDefinition;
3
+ export default FlipHorizontalOutlined;
@@ -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/FlipHorizontalOutlined.ts
20
+ var FlipHorizontalOutlined_exports = {};
21
+ __export(FlipHorizontalOutlined_exports, {
22
+ default: () => FlipHorizontalOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(FlipHorizontalOutlined_exports);
25
+ var FlipHorizontalOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "flip-horizontal",
39
+ theme: "outlined"
40
+ };
41
+ var FlipHorizontalOutlined_default = FlipHorizontalOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const NextOutlined: IconDefinition;
3
+ export default NextOutlined;
@@ -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/NextOutlined.ts
20
+ var NextOutlined_exports = {};
21
+ __export(NextOutlined_exports, {
22
+ default: () => NextOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(NextOutlined_exports);
25
+ var NextOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "next",
39
+ theme: "outlined"
40
+ };
41
+ var NextOutlined_default = NextOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const PreviousOutlined: IconDefinition;
3
+ export default PreviousOutlined;
@@ -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/PreviousOutlined.ts
20
+ var PreviousOutlined_exports = {};
21
+ __export(PreviousOutlined_exports, {
22
+ default: () => PreviousOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(PreviousOutlined_exports);
25
+ var PreviousOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "previous",
39
+ theme: "outlined"
40
+ };
41
+ var PreviousOutlined_default = PreviousOutlined;
@@ -30,7 +30,7 @@ var SmileOutlined = {
30
30
  {
31
31
  tag: "path",
32
32
  attrs: {
33
- d: "M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z"
33
+ d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z"
34
34
  }
35
35
  }
36
36
  ]
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SpecialGroupsFilled: IconDefinition;
3
+ export default SpecialGroupsFilled;
@@ -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/SpecialGroupsFilled.ts
20
+ var SpecialGroupsFilled_exports = {};
21
+ __export(SpecialGroupsFilled_exports, {
22
+ default: () => SpecialGroupsFilled_default
23
+ });
24
+ module.exports = __toCommonJS(SpecialGroupsFilled_exports);
25
+ var SpecialGroupsFilled = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "special-groups",
39
+ theme: "filled"
40
+ };
41
+ var SpecialGroupsFilled_default = SpecialGroupsFilled;
package/lib/index.d.ts CHANGED
@@ -349,6 +349,7 @@ export { default as FiremenFilled } from './asn/FiremenFilled';
349
349
  export { default as FiremenOutlined } from './asn/FiremenOutlined';
350
350
  export { default as FireworksFilled } from './asn/FireworksFilled';
351
351
  export { default as FlashlightOutlined } from './asn/FlashlightOutlined';
352
+ export { default as FlipHorizontalOutlined } from './asn/FlipHorizontalOutlined';
352
353
  export { default as FloorFilled } from './asn/FloorFilled';
353
354
  export { default as FloorOutlined } from './asn/FloorOutlined';
354
355
  export { default as FocusOneKeyOutlined } from './asn/FocusOneKeyOutlined';
@@ -597,6 +598,7 @@ export { default as MultiplePicturesFilled } from './asn/MultiplePicturesFilled'
597
598
  export { default as MunicipalFilled } from './asn/MunicipalFilled';
598
599
  export { default as MuteOutlined } from './asn/MuteOutlined';
599
600
  export { default as NaturalGasOutlined } from './asn/NaturalGasOutlined';
601
+ export { default as NextOutlined } from './asn/NextOutlined';
600
602
  export { default as Nh3Outlined } from './asn/Nh3Outlined';
601
603
  export { default as NoAlarmPurely } from './asn/NoAlarmPurely';
602
604
  export { default as NoAppPurely } from './asn/NoAppPurely';
@@ -703,6 +705,7 @@ export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
703
705
  export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
704
706
  export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
705
707
  export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
708
+ export { default as PreviousOutlined } from './asn/PreviousOutlined';
706
709
  export { default as PrinterOutlined } from './asn/PrinterOutlined';
707
710
  export { default as ProfileFilled } from './asn/ProfileFilled';
708
711
  export { default as ProfileOutlined } from './asn/ProfileOutlined';
@@ -840,6 +843,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
840
843
  export { default as SortOutlined } from './asn/SortOutlined';
841
844
  export { default as SoundOutlined } from './asn/SoundOutlined';
842
845
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
846
+ export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
843
847
  export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
844
848
  export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
845
849
  export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
package/lib/index.js CHANGED
@@ -380,6 +380,7 @@ __export(src_exports, {
380
380
  FiremenOutlined: () => import_FiremenOutlined.default,
381
381
  FireworksFilled: () => import_FireworksFilled.default,
382
382
  FlashlightOutlined: () => import_FlashlightOutlined.default,
383
+ FlipHorizontalOutlined: () => import_FlipHorizontalOutlined.default,
383
384
  FloorFilled: () => import_FloorFilled.default,
384
385
  FloorOutlined: () => import_FloorOutlined.default,
385
386
  FocusOneKeyOutlined: () => import_FocusOneKeyOutlined.default,
@@ -628,6 +629,7 @@ __export(src_exports, {
628
629
  MunicipalFilled: () => import_MunicipalFilled.default,
629
630
  MuteOutlined: () => import_MuteOutlined.default,
630
631
  NaturalGasOutlined: () => import_NaturalGasOutlined.default,
632
+ NextOutlined: () => import_NextOutlined.default,
631
633
  Nh3Outlined: () => import_Nh3Outlined.default,
632
634
  NoAlarmPurely: () => import_NoAlarmPurely.default,
633
635
  NoAppPurely: () => import_NoAppPurely.default,
@@ -734,6 +736,7 @@ __export(src_exports, {
734
736
  PowerUpsFilled: () => import_PowerUpsFilled.default,
735
737
  PowerUpsOutlined: () => import_PowerUpsOutlined.default,
736
738
  PoweroffOutlined: () => import_PoweroffOutlined.default,
739
+ PreviousOutlined: () => import_PreviousOutlined.default,
737
740
  PrinterOutlined: () => import_PrinterOutlined.default,
738
741
  ProfileFilled: () => import_ProfileFilled.default,
739
742
  ProfileOutlined: () => import_ProfileOutlined.default,
@@ -871,6 +874,7 @@ __export(src_exports, {
871
874
  SortOutlined: () => import_SortOutlined.default,
872
875
  SoundOutlined: () => import_SoundOutlined.default,
873
876
  SoundSmallOutlined: () => import_SoundSmallOutlined.default,
877
+ SpecialGroupsFilled: () => import_SpecialGroupsFilled.default,
874
878
  SpecialPopulationsPurely: () => import_SpecialPopulationsPurely.default,
875
879
  SpecialVehiclesPurely: () => import_SpecialVehiclesPurely.default,
876
880
  SplitScreenOutlined: () => import_SplitScreenOutlined.default,
@@ -1390,6 +1394,7 @@ var import_FiremenFilled = __toESM(require("./asn/FiremenFilled"));
1390
1394
  var import_FiremenOutlined = __toESM(require("./asn/FiremenOutlined"));
1391
1395
  var import_FireworksFilled = __toESM(require("./asn/FireworksFilled"));
1392
1396
  var import_FlashlightOutlined = __toESM(require("./asn/FlashlightOutlined"));
1397
+ var import_FlipHorizontalOutlined = __toESM(require("./asn/FlipHorizontalOutlined"));
1393
1398
  var import_FloorFilled = __toESM(require("./asn/FloorFilled"));
1394
1399
  var import_FloorOutlined = __toESM(require("./asn/FloorOutlined"));
1395
1400
  var import_FocusOneKeyOutlined = __toESM(require("./asn/FocusOneKeyOutlined"));
@@ -1638,6 +1643,7 @@ var import_MultiplePicturesFilled = __toESM(require("./asn/MultiplePicturesFille
1638
1643
  var import_MunicipalFilled = __toESM(require("./asn/MunicipalFilled"));
1639
1644
  var import_MuteOutlined = __toESM(require("./asn/MuteOutlined"));
1640
1645
  var import_NaturalGasOutlined = __toESM(require("./asn/NaturalGasOutlined"));
1646
+ var import_NextOutlined = __toESM(require("./asn/NextOutlined"));
1641
1647
  var import_Nh3Outlined = __toESM(require("./asn/Nh3Outlined"));
1642
1648
  var import_NoAlarmPurely = __toESM(require("./asn/NoAlarmPurely"));
1643
1649
  var import_NoAppPurely = __toESM(require("./asn/NoAppPurely"));
@@ -1744,6 +1750,7 @@ var import_PowerPerceptionFilled = __toESM(require("./asn/PowerPerceptionFilled"
1744
1750
  var import_PowerUpsFilled = __toESM(require("./asn/PowerUpsFilled"));
1745
1751
  var import_PowerUpsOutlined = __toESM(require("./asn/PowerUpsOutlined"));
1746
1752
  var import_PoweroffOutlined = __toESM(require("./asn/PoweroffOutlined"));
1753
+ var import_PreviousOutlined = __toESM(require("./asn/PreviousOutlined"));
1747
1754
  var import_PrinterOutlined = __toESM(require("./asn/PrinterOutlined"));
1748
1755
  var import_ProfileFilled = __toESM(require("./asn/ProfileFilled"));
1749
1756
  var import_ProfileOutlined = __toESM(require("./asn/ProfileOutlined"));
@@ -1881,6 +1888,7 @@ var import_SmokePurely = __toESM(require("./asn/SmokePurely"));
1881
1888
  var import_SortOutlined = __toESM(require("./asn/SortOutlined"));
1882
1889
  var import_SoundOutlined = __toESM(require("./asn/SoundOutlined"));
1883
1890
  var import_SoundSmallOutlined = __toESM(require("./asn/SoundSmallOutlined"));
1891
+ var import_SpecialGroupsFilled = __toESM(require("./asn/SpecialGroupsFilled"));
1884
1892
  var import_SpecialPopulationsPurely = __toESM(require("./asn/SpecialPopulationsPurely"));
1885
1893
  var import_SpecialVehiclesPurely = __toESM(require("./asn/SpecialVehiclesPurely"));
1886
1894
  var import_SplitScreenOutlined = __toESM(require("./asn/SplitScreenOutlined"));
@@ -2400,6 +2408,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2400
2408
  FiremenOutlined,
2401
2409
  FireworksFilled,
2402
2410
  FlashlightOutlined,
2411
+ FlipHorizontalOutlined,
2403
2412
  FloorFilled,
2404
2413
  FloorOutlined,
2405
2414
  FocusOneKeyOutlined,
@@ -2648,6 +2657,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2648
2657
  MunicipalFilled,
2649
2658
  MuteOutlined,
2650
2659
  NaturalGasOutlined,
2660
+ NextOutlined,
2651
2661
  Nh3Outlined,
2652
2662
  NoAlarmPurely,
2653
2663
  NoAppPurely,
@@ -2754,6 +2764,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2754
2764
  PowerUpsFilled,
2755
2765
  PowerUpsOutlined,
2756
2766
  PoweroffOutlined,
2767
+ PreviousOutlined,
2757
2768
  PrinterOutlined,
2758
2769
  ProfileFilled,
2759
2770
  ProfileOutlined,
@@ -2891,6 +2902,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2891
2902
  SortOutlined,
2892
2903
  SoundOutlined,
2893
2904
  SoundSmallOutlined,
2905
+ SpecialGroupsFilled,
2894
2906
  SpecialPopulationsPurely,
2895
2907
  SpecialVehiclesPurely,
2896
2908
  SplitScreenOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.63.0",
3
+ "version": "2.64.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 FlipHorizontalOutlined: 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: 'M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'flip-horizontal',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default FlipHorizontalOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const NextOutlined: 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: 'M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'next',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default NextOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const PreviousOutlined: 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: 'M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'previous',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default PreviousOutlined;
@@ -9,7 +9,7 @@ const SmileOutlined: IconDefinition = {
9
9
  {
10
10
  tag: 'path',
11
11
  attrs: {
12
- d: 'M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z',
12
+ d: 'M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z',
13
13
  },
14
14
  },
15
15
  ],
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SpecialGroupsFilled: 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: 'M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'special-groups',
18
+ theme: 'filled',
19
+ };
20
+
21
+ export default SpecialGroupsFilled;
package/src/index.ts CHANGED
@@ -350,6 +350,7 @@ export { default as FiremenFilled } from './asn/FiremenFilled';
350
350
  export { default as FiremenOutlined } from './asn/FiremenOutlined';
351
351
  export { default as FireworksFilled } from './asn/FireworksFilled';
352
352
  export { default as FlashlightOutlined } from './asn/FlashlightOutlined';
353
+ export { default as FlipHorizontalOutlined } from './asn/FlipHorizontalOutlined';
353
354
  export { default as FloorFilled } from './asn/FloorFilled';
354
355
  export { default as FloorOutlined } from './asn/FloorOutlined';
355
356
  export { default as FocusOneKeyOutlined } from './asn/FocusOneKeyOutlined';
@@ -598,6 +599,7 @@ export { default as MultiplePicturesFilled } from './asn/MultiplePicturesFilled'
598
599
  export { default as MunicipalFilled } from './asn/MunicipalFilled';
599
600
  export { default as MuteOutlined } from './asn/MuteOutlined';
600
601
  export { default as NaturalGasOutlined } from './asn/NaturalGasOutlined';
602
+ export { default as NextOutlined } from './asn/NextOutlined';
601
603
  export { default as Nh3Outlined } from './asn/Nh3Outlined';
602
604
  export { default as NoAlarmPurely } from './asn/NoAlarmPurely';
603
605
  export { default as NoAppPurely } from './asn/NoAppPurely';
@@ -704,6 +706,7 @@ export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
704
706
  export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
705
707
  export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
706
708
  export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
709
+ export { default as PreviousOutlined } from './asn/PreviousOutlined';
707
710
  export { default as PrinterOutlined } from './asn/PrinterOutlined';
708
711
  export { default as ProfileFilled } from './asn/ProfileFilled';
709
712
  export { default as ProfileOutlined } from './asn/ProfileOutlined';
@@ -841,6 +844,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
841
844
  export { default as SortOutlined } from './asn/SortOutlined';
842
845
  export { default as SoundOutlined } from './asn/SoundOutlined';
843
846
  export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
847
+ export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
844
848
  export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
845
849
  export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
846
850
  export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';