@abqm-ds/icons 1.0.13 → 1.0.15

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 (55) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/CHANGELOG.md +12 -0
  3. package/README.md +2 -2
  4. package/dist/index.cjs +742 -148
  5. package/dist/index.d.cts +45 -1
  6. package/dist/index.d.ts +45 -1
  7. package/dist/index.js +720 -148
  8. package/package.json +5 -2
  9. package/scripts/move-icons.js +4 -3
  10. package/scripts/process.js +3 -2
  11. package/src/components/ApartacaoIconSEQM.tsx +20 -0
  12. package/src/components/BreakawayRopingIconSEQM.tsx +20 -0
  13. package/src/components/BulldogIconSEQM.tsx +20 -0
  14. package/src/components/CincoTamboresIconSEQM.tsx +20 -0
  15. package/src/components/ConformacaoIconSEQM.tsx +20 -0
  16. package/src/components/LacoCabecaIconSEQM.tsx +20 -0
  17. package/src/components/LacoCompridoIconSEQM.tsx +20 -0
  18. package/src/components/LacoCompridoTecnicoIconSEQM.tsx +20 -0
  19. package/src/components/LacoEmDuplaIconSEQM.tsx +20 -0
  20. package/src/components/LacoIndividualIconSEQM.tsx +20 -0
  21. package/src/components/LacoIndividualTecnicoIconSEQM.tsx +20 -0
  22. package/src/components/LacoPeIconSEQM.tsx +20 -0
  23. package/src/components/ManeabilidadeEVelocidadeIconSEQM.tsx +20 -0
  24. package/src/components/PerformanceHalterIconSEQM.tsx +20 -0
  25. package/src/components/RanchSortingIconSEQM.tsx +20 -0
  26. package/src/components/RedeasIconSEQM.tsx +20 -0
  27. package/src/components/SeisBalizasIconSEQM.tsx +20 -0
  28. package/src/components/TeamPenningIconSEQM.tsx +20 -0
  29. package/src/components/TresTamboresIconSEQM.tsx +20 -0
  30. package/src/components/VaquejadaIconSEQM.tsx +20 -0
  31. package/src/components/WesternPleasureIconSEQM.tsx +20 -0
  32. package/src/components/WorkingCowHorseIconSEQM.tsx +20 -0
  33. package/src/iconsSEQM/apartacao.svg +3 -0
  34. package/src/iconsSEQM/breakaway-roping.svg +3 -0
  35. package/src/iconsSEQM/bulldog.svg +3 -0
  36. package/src/iconsSEQM/cinco-tambores.svg +3 -0
  37. package/src/iconsSEQM/conformacao.svg +3 -0
  38. package/src/iconsSEQM/laco-cabeca.svg +3 -0
  39. package/src/iconsSEQM/laco-comprido-tecnico.svg +3 -0
  40. package/src/iconsSEQM/laco-comprido.svg +3 -0
  41. package/src/iconsSEQM/laco-em-dupla.svg +3 -0
  42. package/src/iconsSEQM/laco-individual-tecnico.svg +3 -0
  43. package/src/iconsSEQM/laco-individual.svg +3 -0
  44. package/src/iconsSEQM/laco-pe.svg +3 -0
  45. package/src/iconsSEQM/maneabilidade-e-velocidade.svg +6 -0
  46. package/src/iconsSEQM/performance-halter.svg +3 -0
  47. package/src/iconsSEQM/ranch-sorting.svg +3 -0
  48. package/src/iconsSEQM/redeas.svg +3 -0
  49. package/src/iconsSEQM/seis-balizas.svg +3 -0
  50. package/src/iconsSEQM/team-penning.svg +3 -0
  51. package/src/iconsSEQM/tres-tambores.svg +3 -0
  52. package/src/iconsSEQM/vaquejada.svg +4 -0
  53. package/src/iconsSEQM/western-pleasure.svg +3 -0
  54. package/src/iconsSEQM/working-cow-horse.svg +3 -0
  55. package/src/index.ts +22 -0
package/dist/index.d.cts CHANGED
@@ -1,6 +1,8 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { SVGProps } from 'react';
3
3
 
4
+ declare const ApartacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
4
6
  declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
7
 
6
8
  declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -11,16 +13,24 @@ declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
11
13
 
12
14
  declare const BoxArrowInLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
15
 
16
+ declare const BreakawayRopingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
+
14
18
  declare const BroadcastIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
19
 
20
+ declare const BulldogIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
+
16
22
  declare const CaretDownFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
23
 
18
24
  declare const CaretLeftFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
25
 
20
26
  declare const CaretRightFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
27
 
28
+ declare const CincoTamboresIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
29
+
22
30
  declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
31
 
32
+ declare const ConformacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
33
+
24
34
  declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
35
 
26
36
  declare const FileEarmarkTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -33,6 +43,20 @@ declare const HorseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
33
43
 
34
44
  declare const InstagramIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
35
45
 
46
+ declare const LacoCabecaIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
47
+
48
+ declare const LacoCompridoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
49
+
50
+ declare const LacoCompridoTecnicoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
51
+
52
+ declare const LacoEmDuplaIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
53
+
54
+ declare const LacoIndividualIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
+
56
+ declare const LacoIndividualTecnicoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
+
58
+ declare const LacoPeIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
+
36
60
  declare const ListIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
61
 
38
62
  declare const ListOlIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -45,22 +69,42 @@ declare const LogoSeqmIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
45
69
 
46
70
  declare const LogoSeqmMobileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
47
71
 
72
+ declare const ManeabilidadeEVelocidadeIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
73
+
48
74
  declare const PencilSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
49
75
 
76
+ declare const PerformanceHalterIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
77
+
50
78
  declare const PersonCircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
51
79
 
52
80
  declare const PlusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
53
81
 
54
82
  declare const PrinterIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
83
 
84
+ declare const RanchSortingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
85
+
86
+ declare const RedeasIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
87
+
56
88
  declare const SearchIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
89
 
90
+ declare const SeisBalizasIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
91
+
58
92
  declare const SpinnerRingResizeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
93
 
60
94
  declare const StarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
61
95
 
96
+ declare const TeamPenningIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
97
+
98
+ declare const TresTamboresIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
99
+
100
+ declare const VaquejadaIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
101
+
102
+ declare const WesternPleasureIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
103
+
104
+ declare const WorkingCowHorseIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
105
+
62
106
  declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
63
107
 
64
108
  declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
65
109
 
66
- export { AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
110
+ export { ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { SVGProps } from 'react';
3
3
 
4
+ declare const ApartacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
+
4
6
  declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
5
7
 
6
8
  declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -11,16 +13,24 @@ declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
11
13
 
12
14
  declare const BoxArrowInLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
13
15
 
16
+ declare const BreakawayRopingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
+
14
18
  declare const BroadcastIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
15
19
 
20
+ declare const BulldogIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
+
16
22
  declare const CaretDownFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
17
23
 
18
24
  declare const CaretLeftFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
19
25
 
20
26
  declare const CaretRightFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
21
27
 
28
+ declare const CincoTamboresIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
29
+
22
30
  declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
23
31
 
32
+ declare const ConformacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
33
+
24
34
  declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
25
35
 
26
36
  declare const FileEarmarkTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -33,6 +43,20 @@ declare const HorseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
33
43
 
34
44
  declare const InstagramIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
35
45
 
46
+ declare const LacoCabecaIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
47
+
48
+ declare const LacoCompridoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
49
+
50
+ declare const LacoCompridoTecnicoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
51
+
52
+ declare const LacoEmDuplaIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
53
+
54
+ declare const LacoIndividualIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
+
56
+ declare const LacoIndividualTecnicoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
+
58
+ declare const LacoPeIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
+
36
60
  declare const ListIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
37
61
 
38
62
  declare const ListOlIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -45,22 +69,42 @@ declare const LogoSeqmIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
45
69
 
46
70
  declare const LogoSeqmMobileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
47
71
 
72
+ declare const ManeabilidadeEVelocidadeIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
73
+
48
74
  declare const PencilSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
49
75
 
76
+ declare const PerformanceHalterIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
77
+
50
78
  declare const PersonCircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
51
79
 
52
80
  declare const PlusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
53
81
 
54
82
  declare const PrinterIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
55
83
 
84
+ declare const RanchSortingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
85
+
86
+ declare const RedeasIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
87
+
56
88
  declare const SearchIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
57
89
 
90
+ declare const SeisBalizasIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
91
+
58
92
  declare const SpinnerRingResizeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
59
93
 
60
94
  declare const StarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
61
95
 
96
+ declare const TeamPenningIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
97
+
98
+ declare const TresTamboresIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
99
+
100
+ declare const VaquejadaIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
101
+
102
+ declare const WesternPleasureIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
103
+
104
+ declare const WorkingCowHorseIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
105
+
62
106
  declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
63
107
 
64
108
  declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
65
109
 
66
- export { AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BroadcastIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CircleIcon, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, PencilSquareIcon, PersonCircleIcon, PlusIcon, PrinterIcon, SearchIcon, SpinnerRingResizeIcon, StarIcon, XIcon, YoutubeIcon };
110
+ export { ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, HorseIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, ListIcon, ListOlIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };