@abqm-ds/icons 4.0.21 → 4.0.23
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 +7 -7
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +475 -417
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +473 -417
- package/package.json +1 -1
- package/src/components/icons/ArrowLeftSquareIcon.tsx +26 -0
- package/src/components/icons/ArrowRightSquareIcon.tsx +26 -0
- package/src/components/icons/index.ts +2 -0
- package/src/icons/arrow-left-square.svg +10 -0
- package/src/icons/arrow-right-square.svg +10 -0
package/dist/index.d.cts
CHANGED
|
@@ -5,6 +5,10 @@ declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
5
5
|
|
|
6
6
|
declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
8
|
+
declare const ArrowLeftSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const ArrowRightSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
8
12
|
declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
13
|
|
|
10
14
|
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -177,4 +181,4 @@ declare const DefaultHorseRoundedIconIMG: (props: SVGProps<SVGSVGElement>) => re
|
|
|
177
181
|
|
|
178
182
|
declare const DefaultHorseSquadIconIMG: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
179
183
|
|
|
180
|
-
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, EyeFillIcon, EyeIcon, EyeSlashFillIcon, EyeSlashIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
|
184
|
+
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, ArrowLeftSquareIcon, ArrowRightSquareIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, EyeFillIcon, EyeIcon, EyeSlashFillIcon, EyeSlashIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,10 @@ declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
5
5
|
|
|
6
6
|
declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
8
|
+
declare const ArrowLeftSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const ArrowRightSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
8
12
|
declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
13
|
|
|
10
14
|
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -177,4 +181,4 @@ declare const DefaultHorseRoundedIconIMG: (props: SVGProps<SVGSVGElement>) => re
|
|
|
177
181
|
|
|
178
182
|
declare const DefaultHorseSquadIconIMG: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
179
183
|
|
|
180
|
-
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, EyeFillIcon, EyeIcon, EyeSlashFillIcon, EyeSlashIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
|
184
|
+
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, ArrowLeftSquareIcon, ArrowRightSquareIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, EyeFillIcon, EyeIcon, EyeSlashFillIcon, EyeSlashIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|