@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.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +12 -0
- package/README.md +2 -2
- package/dist/index.cjs +742 -148
- package/dist/index.d.cts +45 -1
- package/dist/index.d.ts +45 -1
- package/dist/index.js +720 -148
- package/package.json +5 -2
- package/scripts/move-icons.js +4 -3
- package/scripts/process.js +3 -2
- package/src/components/ApartacaoIconSEQM.tsx +20 -0
- package/src/components/BreakawayRopingIconSEQM.tsx +20 -0
- package/src/components/BulldogIconSEQM.tsx +20 -0
- package/src/components/CincoTamboresIconSEQM.tsx +20 -0
- package/src/components/ConformacaoIconSEQM.tsx +20 -0
- package/src/components/LacoCabecaIconSEQM.tsx +20 -0
- package/src/components/LacoCompridoIconSEQM.tsx +20 -0
- package/src/components/LacoCompridoTecnicoIconSEQM.tsx +20 -0
- package/src/components/LacoEmDuplaIconSEQM.tsx +20 -0
- package/src/components/LacoIndividualIconSEQM.tsx +20 -0
- package/src/components/LacoIndividualTecnicoIconSEQM.tsx +20 -0
- package/src/components/LacoPeIconSEQM.tsx +20 -0
- package/src/components/ManeabilidadeEVelocidadeIconSEQM.tsx +20 -0
- package/src/components/PerformanceHalterIconSEQM.tsx +20 -0
- package/src/components/RanchSortingIconSEQM.tsx +20 -0
- package/src/components/RedeasIconSEQM.tsx +20 -0
- package/src/components/SeisBalizasIconSEQM.tsx +20 -0
- package/src/components/TeamPenningIconSEQM.tsx +20 -0
- package/src/components/TresTamboresIconSEQM.tsx +20 -0
- package/src/components/VaquejadaIconSEQM.tsx +20 -0
- package/src/components/WesternPleasureIconSEQM.tsx +20 -0
- package/src/components/WorkingCowHorseIconSEQM.tsx +20 -0
- package/src/iconsSEQM/apartacao.svg +3 -0
- package/src/iconsSEQM/breakaway-roping.svg +3 -0
- package/src/iconsSEQM/bulldog.svg +3 -0
- package/src/iconsSEQM/cinco-tambores.svg +3 -0
- package/src/iconsSEQM/conformacao.svg +3 -0
- package/src/iconsSEQM/laco-cabeca.svg +3 -0
- package/src/iconsSEQM/laco-comprido-tecnico.svg +3 -0
- package/src/iconsSEQM/laco-comprido.svg +3 -0
- package/src/iconsSEQM/laco-em-dupla.svg +3 -0
- package/src/iconsSEQM/laco-individual-tecnico.svg +3 -0
- package/src/iconsSEQM/laco-individual.svg +3 -0
- package/src/iconsSEQM/laco-pe.svg +3 -0
- package/src/iconsSEQM/maneabilidade-e-velocidade.svg +6 -0
- package/src/iconsSEQM/performance-halter.svg +3 -0
- package/src/iconsSEQM/ranch-sorting.svg +3 -0
- package/src/iconsSEQM/redeas.svg +3 -0
- package/src/iconsSEQM/seis-balizas.svg +3 -0
- package/src/iconsSEQM/team-penning.svg +3 -0
- package/src/iconsSEQM/tres-tambores.svg +3 -0
- package/src/iconsSEQM/vaquejada.svg +4 -0
- package/src/iconsSEQM/western-pleasure.svg +3 -0
- package/src/iconsSEQM/working-cow-horse.svg +3 -0
- package/src/index.ts +22 -0
package/src/index.ts
CHANGED
|
@@ -1,31 +1,53 @@
|
|
|
1
|
+
export { default as ApartacaoIconSEQM } from './components/ApartacaoIconSEQM';
|
|
1
2
|
export { default as AppleIcon } from './components/AppleIcon';
|
|
2
3
|
export { default as ArrowDownShortIcon } from './components/ArrowDownShortIcon';
|
|
3
4
|
export { default as AwardFillIcon } from './components/AwardFillIcon';
|
|
4
5
|
export { default as BarChartIcon } from './components/BarChartIcon';
|
|
5
6
|
export { default as BoxArrowInLeftIcon } from './components/BoxArrowInLeftIcon';
|
|
7
|
+
export { default as BreakawayRopingIconSEQM } from './components/BreakawayRopingIconSEQM';
|
|
6
8
|
export { default as BroadcastIcon } from './components/BroadcastIcon';
|
|
9
|
+
export { default as BulldogIconSEQM } from './components/BulldogIconSEQM';
|
|
7
10
|
export { default as CaretDownFillIcon } from './components/CaretDownFillIcon';
|
|
8
11
|
export { default as CaretLeftFillIcon } from './components/CaretLeftFillIcon';
|
|
9
12
|
export { default as CaretRightFillIcon } from './components/CaretRightFillIcon';
|
|
13
|
+
export { default as CincoTamboresIconSEQM } from './components/CincoTamboresIconSEQM';
|
|
10
14
|
export { default as CircleIcon } from './components/CircleIcon';
|
|
15
|
+
export { default as ConformacaoIconSEQM } from './components/ConformacaoIconSEQM';
|
|
11
16
|
export { default as FacebookIcon } from './components/FacebookIcon';
|
|
12
17
|
export { default as FileEarmarkTextIcon } from './components/FileEarmarkTextIcon';
|
|
13
18
|
export { default as FileTextIcon } from './components/FileTextIcon';
|
|
14
19
|
export { default as FilterIcon } from './components/FilterIcon';
|
|
15
20
|
export { default as HorseIcon } from './components/HorseIcon';
|
|
16
21
|
export { default as InstagramIcon } from './components/InstagramIcon';
|
|
22
|
+
export { default as LacoCabecaIconSEQM } from './components/LacoCabecaIconSEQM';
|
|
23
|
+
export { default as LacoCompridoIconSEQM } from './components/LacoCompridoIconSEQM';
|
|
24
|
+
export { default as LacoCompridoTecnicoIconSEQM } from './components/LacoCompridoTecnicoIconSEQM';
|
|
25
|
+
export { default as LacoEmDuplaIconSEQM } from './components/LacoEmDuplaIconSEQM';
|
|
26
|
+
export { default as LacoIndividualIconSEQM } from './components/LacoIndividualIconSEQM';
|
|
27
|
+
export { default as LacoIndividualTecnicoIconSEQM } from './components/LacoIndividualTecnicoIconSEQM';
|
|
28
|
+
export { default as LacoPeIconSEQM } from './components/LacoPeIconSEQM';
|
|
17
29
|
export { default as ListIcon } from './components/ListIcon';
|
|
18
30
|
export { default as ListOlIcon } from './components/ListOlIcon';
|
|
19
31
|
export { default as LogoPadraoIcon } from './components/LogoPadraoIcon';
|
|
20
32
|
export { default as LogoSeqmBlackGreenIcon } from './components/LogoSeqmBlackGreenIcon';
|
|
21
33
|
export { default as LogoSeqmIcon } from './components/LogoSeqmIcon';
|
|
22
34
|
export { default as LogoSeqmMobileIcon } from './components/LogoSeqmMobileIcon';
|
|
35
|
+
export { default as ManeabilidadeEVelocidadeIconSEQM } from './components/ManeabilidadeEVelocidadeIconSEQM';
|
|
23
36
|
export { default as PencilSquareIcon } from './components/PencilSquareIcon';
|
|
37
|
+
export { default as PerformanceHalterIconSEQM } from './components/PerformanceHalterIconSEQM';
|
|
24
38
|
export { default as PersonCircleIcon } from './components/PersonCircleIcon';
|
|
25
39
|
export { default as PlusIcon } from './components/PlusIcon';
|
|
26
40
|
export { default as PrinterIcon } from './components/PrinterIcon';
|
|
41
|
+
export { default as RanchSortingIconSEQM } from './components/RanchSortingIconSEQM';
|
|
42
|
+
export { default as RedeasIconSEQM } from './components/RedeasIconSEQM';
|
|
27
43
|
export { default as SearchIcon } from './components/SearchIcon';
|
|
44
|
+
export { default as SeisBalizasIconSEQM } from './components/SeisBalizasIconSEQM';
|
|
28
45
|
export { default as SpinnerRingResizeIcon } from './components/SpinnerRingResizeIcon';
|
|
29
46
|
export { default as StarIcon } from './components/StarIcon';
|
|
47
|
+
export { default as TeamPenningIconSEQM } from './components/TeamPenningIconSEQM';
|
|
48
|
+
export { default as TresTamboresIconSEQM } from './components/TresTamboresIconSEQM';
|
|
49
|
+
export { default as VaquejadaIconSEQM } from './components/VaquejadaIconSEQM';
|
|
50
|
+
export { default as WesternPleasureIconSEQM } from './components/WesternPleasureIconSEQM';
|
|
51
|
+
export { default as WorkingCowHorseIconSEQM } from './components/WorkingCowHorseIconSEQM';
|
|
30
52
|
export { default as XIcon } from './components/XIcon';
|
|
31
53
|
export { default as YoutubeIcon } from './components/YoutubeIcon';
|