@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/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 };