@abqm-ds/icons 1.0.16 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +423 -205
- package/dist/index.d.cts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +417 -205
- package/package.json +1 -1
- package/src/components/icons/BarChartLineIcon.tsx +17 -0
- package/src/components/icons/CheckIcon.tsx +17 -0
- package/src/components/icons/FileEarmarkCheckIcon.tsx +21 -0
- package/src/components/icons/TrophyIcon.tsx +24 -0
- package/src/components/icons/index.ts +4 -0
- package/src/components/iconsSEQM/AbqmOficialColoredIconSEQM.tsx +21 -0
- package/src/components/iconsSEQM/index.ts +1 -0
- package/src/components/logos/EventSummaryDefaultIcon.tsx +53 -0
- package/src/components/logos/index.ts +1 -0
- package/src/icons/bar-chart-line.svg +3 -0
- package/src/icons/check.svg +3 -0
- package/src/icons/file-earmark-check.svg +4 -0
- package/src/icons/trophy.svg +10 -0
- package/src/iconsSEQM/abqm-oficial-colored.svg +4 -0
- package/src/logos/event-summary-default.svg +13 -0
package/dist/index.d.cts
CHANGED
|
@@ -9,6 +9,8 @@ declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runti
|
|
|
9
9
|
|
|
10
10
|
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
+
declare const BarChartLineIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
12
14
|
declare const BoxArrowInLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
15
|
|
|
14
16
|
declare const BroadcastIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -19,10 +21,14 @@ declare const CaretLeftFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_r
|
|
|
19
21
|
|
|
20
22
|
declare const CaretRightFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
23
|
|
|
24
|
+
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
22
26
|
declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
27
|
|
|
24
28
|
declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
29
|
|
|
30
|
+
declare const FileEarmarkCheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
26
32
|
declare const FileEarmarkTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
33
|
|
|
28
34
|
declare const FileTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -53,10 +59,14 @@ declare const SpinnerRingResizeIcon: (props: SVGProps<SVGSVGElement>) => react_j
|
|
|
53
59
|
|
|
54
60
|
declare const StarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
61
|
|
|
62
|
+
declare const TrophyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
56
64
|
declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
65
|
|
|
58
66
|
declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
67
|
|
|
68
|
+
declare const EventSummaryDefaultIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
60
70
|
declare const LogoPadraoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
71
|
|
|
62
72
|
declare const LogoSeqmBlackGreenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -65,6 +75,8 @@ declare const LogoSeqmIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
|
|
|
65
75
|
|
|
66
76
|
declare const LogoSeqmMobileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
67
77
|
|
|
78
|
+
declare const AbqmOficialColoredIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
79
|
+
|
|
68
80
|
declare const ApartacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
81
|
|
|
70
82
|
declare const BreakawayRopingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -109,4 +121,4 @@ declare const WesternPleasureIconSEQM: (props: SVGProps<SVGSVGElement>) => react
|
|
|
109
121
|
|
|
110
122
|
declare const WorkingCowHorseIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
111
123
|
|
|
112
|
-
export { ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, GoogleColorIcon, GoogleIcon, 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 };
|
|
124
|
+
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CheckIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, EventSummaryDefaultIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, GoogleColorIcon, GoogleIcon, 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, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runti
|
|
|
9
9
|
|
|
10
10
|
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
|
+
declare const BarChartLineIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
12
14
|
declare const BoxArrowInLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
15
|
|
|
14
16
|
declare const BroadcastIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -19,10 +21,14 @@ declare const CaretLeftFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_r
|
|
|
19
21
|
|
|
20
22
|
declare const CaretRightFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
23
|
|
|
24
|
+
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
22
26
|
declare const CircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
27
|
|
|
24
28
|
declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
29
|
|
|
30
|
+
declare const FileEarmarkCheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
26
32
|
declare const FileEarmarkTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
33
|
|
|
28
34
|
declare const FileTextIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -53,10 +59,14 @@ declare const SpinnerRingResizeIcon: (props: SVGProps<SVGSVGElement>) => react_j
|
|
|
53
59
|
|
|
54
60
|
declare const StarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
61
|
|
|
62
|
+
declare const TrophyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
56
64
|
declare const XIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
65
|
|
|
58
66
|
declare const YoutubeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
67
|
|
|
68
|
+
declare const EventSummaryDefaultIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
60
70
|
declare const LogoPadraoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
71
|
|
|
62
72
|
declare const LogoSeqmBlackGreenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -65,6 +75,8 @@ declare const LogoSeqmIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
|
|
|
65
75
|
|
|
66
76
|
declare const LogoSeqmMobileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
67
77
|
|
|
78
|
+
declare const AbqmOficialColoredIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
79
|
+
|
|
68
80
|
declare const ApartacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
81
|
|
|
70
82
|
declare const BreakawayRopingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -109,4 +121,4 @@ declare const WesternPleasureIconSEQM: (props: SVGProps<SVGSVGElement>) => react
|
|
|
109
121
|
|
|
110
122
|
declare const WorkingCowHorseIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
111
123
|
|
|
112
|
-
export { ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, FacebookIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, GoogleColorIcon, GoogleIcon, 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 };
|
|
124
|
+
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CheckIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, EventSummaryDefaultIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterIcon, GoogleColorIcon, GoogleIcon, 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, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|