@abqm-ds/icons 1.0.16 → 1.0.17
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 +6 -6
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +99 -66
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +98 -66
- package/package.json +1 -1
- package/src/components/iconsSEQM/AbqmOficialColoredIconSEQM.tsx +21 -0
- package/src/components/iconsSEQM/index.ts +1 -0
- package/src/iconsSEQM/abqm-oficial-colored.svg +4 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @abqm-ds/icons@1.0.
|
|
2
|
+
> @abqm-ds/icons@1.0.17 build
|
|
3
3
|
> tsup --dts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m1.01 MB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 124ms
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs [22m[32m1.01 MB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 124ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.
|
|
20
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 2678ms
|
|
19
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.49 KB[39m
|
|
20
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.49 KB[39m
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1735,6 +1735,7 @@ var require_jsx_runtime = __commonJS({
|
|
|
1735
1735
|
// src/index.ts
|
|
1736
1736
|
var index_exports = {};
|
|
1737
1737
|
__export(index_exports, {
|
|
1738
|
+
AbqmOficialColoredIconSEQM: () => AbqmOficialColoredIconSEQM_default,
|
|
1738
1739
|
ApartacaoIconSEQM: () => ApartacaoIconSEQM_default,
|
|
1739
1740
|
AppleIcon: () => AppleIcon_default,
|
|
1740
1741
|
ArrowDownShortIcon: () => ArrowDownShortIcon_default,
|
|
@@ -2892,9 +2893,40 @@ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx
|
|
|
2892
2893
|
);
|
|
2893
2894
|
var LogoSeqmMobileIcon_default = LogoSeqmMobileIcon;
|
|
2894
2895
|
|
|
2895
|
-
// src/components/iconsSEQM/
|
|
2896
|
+
// src/components/iconsSEQM/AbqmOficialColoredIconSEQM.tsx
|
|
2896
2897
|
var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
|
|
2897
|
-
var
|
|
2898
|
+
var AbqmOficialColoredIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
2899
|
+
"svg",
|
|
2900
|
+
{
|
|
2901
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2902
|
+
width: "1em",
|
|
2903
|
+
height: "1em",
|
|
2904
|
+
fill: "none",
|
|
2905
|
+
viewBox: "0 0 13 14",
|
|
2906
|
+
...props,
|
|
2907
|
+
children: [
|
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2909
|
+
"path",
|
|
2910
|
+
{
|
|
2911
|
+
fill: props?.fill ? props.fill : "#006B2D",
|
|
2912
|
+
d: "M5.571 10.526c-2.139 0-4.35-1.75-4.35-5.124C1.221 2.626 2.89.98 5.148.98c2.14 0 4.35 1.735 4.35 5.124 0 2.776-1.684 4.422-3.927 4.422m6.45 1.945c-.44.194-.966.299-1.613.299-1.15 0-2.618-.848-3.863-2.066 2.506-.622 4.166-2.97 4.166-5.124 0-2.583-2.13-4.955-5.22-4.955C2.26.625 0 3.401 0 5.902c0 2.575 2.067 4.907 5.116 4.971 0 0 .743-.016 1.038.315.399.428 2.921 2.986 5.866 1.469.096-.049.024-.202 0-.186"
|
|
2913
|
+
}
|
|
2914
|
+
),
|
|
2915
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2916
|
+
"path",
|
|
2917
|
+
{
|
|
2918
|
+
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2919
|
+
d: "M8.94 13.585c.191.032.399.04.59.04 1.357 0 1.94-.452 2.53-.79-3.12 1.597-5.65-.913-6.05-1.34-.295-.323-1.22-.315-1.22-.315 1.284 1.178 2.306 1.84 3.272 2.162 0 .008.566.194.878.242"
|
|
2920
|
+
}
|
|
2921
|
+
)
|
|
2922
|
+
]
|
|
2923
|
+
}
|
|
2924
|
+
);
|
|
2925
|
+
var AbqmOficialColoredIconSEQM_default = AbqmOficialColoredIconSEQM;
|
|
2926
|
+
|
|
2927
|
+
// src/components/iconsSEQM/ApartacaoIconSEQM.tsx
|
|
2928
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime(), 1);
|
|
2929
|
+
var ApartacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2898
2930
|
"svg",
|
|
2899
2931
|
{
|
|
2900
2932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2903,7 +2935,7 @@ var ApartacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)
|
|
|
2903
2935
|
fill: "none",
|
|
2904
2936
|
viewBox: "0 0 100 80",
|
|
2905
2937
|
...props,
|
|
2906
|
-
children: /* @__PURE__ */ (0,
|
|
2938
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2907
2939
|
"path",
|
|
2908
2940
|
{
|
|
2909
2941
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2918,8 +2950,8 @@ var ApartacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)
|
|
|
2918
2950
|
var ApartacaoIconSEQM_default = ApartacaoIconSEQM;
|
|
2919
2951
|
|
|
2920
2952
|
// src/components/iconsSEQM/BreakawayRopingIconSEQM.tsx
|
|
2921
|
-
var
|
|
2922
|
-
var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2953
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime(), 1);
|
|
2954
|
+
var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2923
2955
|
"svg",
|
|
2924
2956
|
{
|
|
2925
2957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2928,7 +2960,7 @@ var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime3
|
|
|
2928
2960
|
fill: "none",
|
|
2929
2961
|
viewBox: "0 0 100 80",
|
|
2930
2962
|
...props,
|
|
2931
|
-
children: /* @__PURE__ */ (0,
|
|
2963
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2932
2964
|
"path",
|
|
2933
2965
|
{
|
|
2934
2966
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2943,8 +2975,8 @@ var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime3
|
|
|
2943
2975
|
var BreakawayRopingIconSEQM_default = BreakawayRopingIconSEQM;
|
|
2944
2976
|
|
|
2945
2977
|
// src/components/iconsSEQM/BulldogIconSEQM.tsx
|
|
2946
|
-
var
|
|
2947
|
-
var BulldogIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2978
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
|
|
2979
|
+
var BulldogIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2948
2980
|
"svg",
|
|
2949
2981
|
{
|
|
2950
2982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2953,7 +2985,7 @@ var BulldogIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
|
2953
2985
|
fill: "none",
|
|
2954
2986
|
viewBox: "0 0 100 80",
|
|
2955
2987
|
...props,
|
|
2956
|
-
children: /* @__PURE__ */ (0,
|
|
2988
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2957
2989
|
"path",
|
|
2958
2990
|
{
|
|
2959
2991
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2968,8 +3000,8 @@ var BulldogIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
|
2968
3000
|
var BulldogIconSEQM_default = BulldogIconSEQM;
|
|
2969
3001
|
|
|
2970
3002
|
// src/components/iconsSEQM/CincoTamboresIconSEQM.tsx
|
|
2971
|
-
var
|
|
2972
|
-
var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3003
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
|
|
3004
|
+
var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2973
3005
|
"svg",
|
|
2974
3006
|
{
|
|
2975
3007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2978,7 +3010,7 @@ var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.
|
|
|
2978
3010
|
fill: "none",
|
|
2979
3011
|
viewBox: "0 0 100 80",
|
|
2980
3012
|
...props,
|
|
2981
|
-
children: /* @__PURE__ */ (0,
|
|
3013
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2982
3014
|
"path",
|
|
2983
3015
|
{
|
|
2984
3016
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2993,8 +3025,8 @@ var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.
|
|
|
2993
3025
|
var CincoTamboresIconSEQM_default = CincoTamboresIconSEQM;
|
|
2994
3026
|
|
|
2995
3027
|
// src/components/iconsSEQM/ConformacaoIconSEQM.tsx
|
|
2996
|
-
var
|
|
2997
|
-
var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3028
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
|
|
3029
|
+
var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2998
3030
|
"svg",
|
|
2999
3031
|
{
|
|
3000
3032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3003,7 +3035,7 @@ var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.js
|
|
|
3003
3035
|
fill: "none",
|
|
3004
3036
|
viewBox: "0 0 100 80",
|
|
3005
3037
|
...props,
|
|
3006
|
-
children: /* @__PURE__ */ (0,
|
|
3038
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
3007
3039
|
"path",
|
|
3008
3040
|
{
|
|
3009
3041
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3018,8 +3050,8 @@ var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.js
|
|
|
3018
3050
|
var ConformacaoIconSEQM_default = ConformacaoIconSEQM;
|
|
3019
3051
|
|
|
3020
3052
|
// src/components/iconsSEQM/LacoCabecaIconSEQM.tsx
|
|
3021
|
-
var
|
|
3022
|
-
var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3053
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
|
|
3054
|
+
var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3023
3055
|
"svg",
|
|
3024
3056
|
{
|
|
3025
3057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3028,7 +3060,7 @@ var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx
|
|
|
3028
3060
|
fill: "none",
|
|
3029
3061
|
viewBox: "0 0 100 80",
|
|
3030
3062
|
...props,
|
|
3031
|
-
children: /* @__PURE__ */ (0,
|
|
3063
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3032
3064
|
"path",
|
|
3033
3065
|
{
|
|
3034
3066
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3043,8 +3075,8 @@ var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx
|
|
|
3043
3075
|
var LacoCabecaIconSEQM_default = LacoCabecaIconSEQM;
|
|
3044
3076
|
|
|
3045
3077
|
// src/components/iconsSEQM/LacoCompridoIconSEQM.tsx
|
|
3046
|
-
var
|
|
3047
|
-
var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3078
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
|
|
3079
|
+
var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
3048
3080
|
"svg",
|
|
3049
3081
|
{
|
|
3050
3082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3053,7 +3085,7 @@ var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.j
|
|
|
3053
3085
|
fill: "none",
|
|
3054
3086
|
viewBox: "0 0 100 80",
|
|
3055
3087
|
...props,
|
|
3056
|
-
children: /* @__PURE__ */ (0,
|
|
3088
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
3057
3089
|
"path",
|
|
3058
3090
|
{
|
|
3059
3091
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3068,8 +3100,8 @@ var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.j
|
|
|
3068
3100
|
var LacoCompridoIconSEQM_default = LacoCompridoIconSEQM;
|
|
3069
3101
|
|
|
3070
3102
|
// src/components/iconsSEQM/LacoCompridoTecnicoIconSEQM.tsx
|
|
3071
|
-
var
|
|
3072
|
-
var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3103
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
|
|
3104
|
+
var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
3073
3105
|
"svg",
|
|
3074
3106
|
{
|
|
3075
3107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3078,7 +3110,7 @@ var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
3078
3110
|
fill: "none",
|
|
3079
3111
|
viewBox: "0 0 100 80",
|
|
3080
3112
|
...props,
|
|
3081
|
-
children: /* @__PURE__ */ (0,
|
|
3113
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
3082
3114
|
"path",
|
|
3083
3115
|
{
|
|
3084
3116
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3093,8 +3125,8 @@ var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
3093
3125
|
var LacoCompridoTecnicoIconSEQM_default = LacoCompridoTecnicoIconSEQM;
|
|
3094
3126
|
|
|
3095
3127
|
// src/components/iconsSEQM/LacoEmDuplaIconSEQM.tsx
|
|
3096
|
-
var
|
|
3097
|
-
var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3128
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
|
|
3129
|
+
var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
3098
3130
|
"svg",
|
|
3099
3131
|
{
|
|
3100
3132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3103,7 +3135,7 @@ var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.js
|
|
|
3103
3135
|
fill: "none",
|
|
3104
3136
|
viewBox: "0 0 100 80",
|
|
3105
3137
|
...props,
|
|
3106
|
-
children: /* @__PURE__ */ (0,
|
|
3138
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
3107
3139
|
"path",
|
|
3108
3140
|
{
|
|
3109
3141
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3118,8 +3150,8 @@ var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.js
|
|
|
3118
3150
|
var LacoEmDuplaIconSEQM_default = LacoEmDuplaIconSEQM;
|
|
3119
3151
|
|
|
3120
3152
|
// src/components/iconsSEQM/LacoIndividualIconSEQM.tsx
|
|
3121
|
-
var
|
|
3122
|
-
var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3153
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
3154
|
+
var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3123
3155
|
"svg",
|
|
3124
3156
|
{
|
|
3125
3157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3128,7 +3160,7 @@ var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime42
|
|
|
3128
3160
|
fill: "none",
|
|
3129
3161
|
viewBox: "0 0 100 80",
|
|
3130
3162
|
...props,
|
|
3131
|
-
children: /* @__PURE__ */ (0,
|
|
3163
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3132
3164
|
"path",
|
|
3133
3165
|
{
|
|
3134
3166
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3143,8 +3175,8 @@ var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime42
|
|
|
3143
3175
|
var LacoIndividualIconSEQM_default = LacoIndividualIconSEQM;
|
|
3144
3176
|
|
|
3145
3177
|
// src/components/iconsSEQM/LacoIndividualTecnicoIconSEQM.tsx
|
|
3146
|
-
var
|
|
3147
|
-
var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3178
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime(), 1);
|
|
3179
|
+
var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
3148
3180
|
"svg",
|
|
3149
3181
|
{
|
|
3150
3182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3153,7 +3185,7 @@ var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
3153
3185
|
fill: "none",
|
|
3154
3186
|
viewBox: "0 0 100 80",
|
|
3155
3187
|
...props,
|
|
3156
|
-
children: /* @__PURE__ */ (0,
|
|
3188
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
3157
3189
|
"path",
|
|
3158
3190
|
{
|
|
3159
3191
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3168,8 +3200,8 @@ var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
3168
3200
|
var LacoIndividualTecnicoIconSEQM_default = LacoIndividualTecnicoIconSEQM;
|
|
3169
3201
|
|
|
3170
3202
|
// src/components/iconsSEQM/LacoPeIconSEQM.tsx
|
|
3171
|
-
var
|
|
3172
|
-
var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3203
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime(), 1);
|
|
3204
|
+
var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
3173
3205
|
"svg",
|
|
3174
3206
|
{
|
|
3175
3207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3178,7 +3210,7 @@ var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
|
3178
3210
|
fill: "none",
|
|
3179
3211
|
viewBox: "0 0 100 80",
|
|
3180
3212
|
...props,
|
|
3181
|
-
children: /* @__PURE__ */ (0,
|
|
3213
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
3182
3214
|
"path",
|
|
3183
3215
|
{
|
|
3184
3216
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3193,8 +3225,8 @@ var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
|
3193
3225
|
var LacoPeIconSEQM_default = LacoPeIconSEQM;
|
|
3194
3226
|
|
|
3195
3227
|
// src/components/iconsSEQM/ManeabilidadeEVelocidadeIconSEQM.tsx
|
|
3196
|
-
var
|
|
3197
|
-
var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3228
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime(), 1);
|
|
3229
|
+
var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
3198
3230
|
"svg",
|
|
3199
3231
|
{
|
|
3200
3232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3203,7 +3235,7 @@ var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx
|
|
|
3203
3235
|
fill: "none",
|
|
3204
3236
|
viewBox: "0 0 100 80",
|
|
3205
3237
|
...props,
|
|
3206
|
-
children: /* @__PURE__ */ (0,
|
|
3238
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
3207
3239
|
"path",
|
|
3208
3240
|
{
|
|
3209
3241
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3218,8 +3250,8 @@ var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx
|
|
|
3218
3250
|
var ManeabilidadeEVelocidadeIconSEQM_default = ManeabilidadeEVelocidadeIconSEQM;
|
|
3219
3251
|
|
|
3220
3252
|
// src/components/iconsSEQM/PerformanceHalterIconSEQM.tsx
|
|
3221
|
-
var
|
|
3222
|
-
var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3253
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime(), 1);
|
|
3254
|
+
var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
3223
3255
|
"svg",
|
|
3224
3256
|
{
|
|
3225
3257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3228,7 +3260,7 @@ var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
3228
3260
|
fill: "none",
|
|
3229
3261
|
viewBox: "0 0 100 80",
|
|
3230
3262
|
...props,
|
|
3231
|
-
children: /* @__PURE__ */ (0,
|
|
3263
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
3232
3264
|
"path",
|
|
3233
3265
|
{
|
|
3234
3266
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3243,8 +3275,8 @@ var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
3243
3275
|
var PerformanceHalterIconSEQM_default = PerformanceHalterIconSEQM;
|
|
3244
3276
|
|
|
3245
3277
|
// src/components/iconsSEQM/RanchSortingIconSEQM.tsx
|
|
3246
|
-
var
|
|
3247
|
-
var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3278
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime(), 1);
|
|
3279
|
+
var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
3248
3280
|
"svg",
|
|
3249
3281
|
{
|
|
3250
3282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3253,7 +3285,7 @@ var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.j
|
|
|
3253
3285
|
fill: "none",
|
|
3254
3286
|
viewBox: "0 0 100 80",
|
|
3255
3287
|
...props,
|
|
3256
|
-
children: /* @__PURE__ */ (0,
|
|
3288
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
3257
3289
|
"path",
|
|
3258
3290
|
{
|
|
3259
3291
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3268,8 +3300,8 @@ var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.j
|
|
|
3268
3300
|
var RanchSortingIconSEQM_default = RanchSortingIconSEQM;
|
|
3269
3301
|
|
|
3270
3302
|
// src/components/iconsSEQM/RedeasIconSEQM.tsx
|
|
3271
|
-
var
|
|
3272
|
-
var RedeasIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3303
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime(), 1);
|
|
3304
|
+
var RedeasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
3273
3305
|
"svg",
|
|
3274
3306
|
{
|
|
3275
3307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3278,7 +3310,7 @@ var RedeasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
|
3278
3310
|
fill: "none",
|
|
3279
3311
|
viewBox: "0 0 100 80",
|
|
3280
3312
|
...props,
|
|
3281
|
-
children: /* @__PURE__ */ (0,
|
|
3313
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
3282
3314
|
"path",
|
|
3283
3315
|
{
|
|
3284
3316
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3293,8 +3325,8 @@ var RedeasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
|
3293
3325
|
var RedeasIconSEQM_default = RedeasIconSEQM;
|
|
3294
3326
|
|
|
3295
3327
|
// src/components/iconsSEQM/SeisBalizasIconSEQM.tsx
|
|
3296
|
-
var
|
|
3297
|
-
var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3328
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime(), 1);
|
|
3329
|
+
var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
3298
3330
|
"svg",
|
|
3299
3331
|
{
|
|
3300
3332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3303,7 +3335,7 @@ var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.js
|
|
|
3303
3335
|
fill: "none",
|
|
3304
3336
|
viewBox: "0 0 100 80",
|
|
3305
3337
|
...props,
|
|
3306
|
-
children: /* @__PURE__ */ (0,
|
|
3338
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
3307
3339
|
"path",
|
|
3308
3340
|
{
|
|
3309
3341
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3318,8 +3350,8 @@ var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.js
|
|
|
3318
3350
|
var SeisBalizasIconSEQM_default = SeisBalizasIconSEQM;
|
|
3319
3351
|
|
|
3320
3352
|
// src/components/iconsSEQM/TeamPenningIconSEQM.tsx
|
|
3321
|
-
var
|
|
3322
|
-
var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3353
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime(), 1);
|
|
3354
|
+
var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
3323
3355
|
"svg",
|
|
3324
3356
|
{
|
|
3325
3357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3328,7 +3360,7 @@ var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.js
|
|
|
3328
3360
|
fill: "none",
|
|
3329
3361
|
viewBox: "0 0 100 80",
|
|
3330
3362
|
...props,
|
|
3331
|
-
children: /* @__PURE__ */ (0,
|
|
3363
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
3332
3364
|
"path",
|
|
3333
3365
|
{
|
|
3334
3366
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3343,8 +3375,8 @@ var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.js
|
|
|
3343
3375
|
var TeamPenningIconSEQM_default = TeamPenningIconSEQM;
|
|
3344
3376
|
|
|
3345
3377
|
// src/components/iconsSEQM/TresTamboresIconSEQM.tsx
|
|
3346
|
-
var
|
|
3347
|
-
var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3378
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime(), 1);
|
|
3379
|
+
var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
3348
3380
|
"svg",
|
|
3349
3381
|
{
|
|
3350
3382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3353,7 +3385,7 @@ var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.j
|
|
|
3353
3385
|
fill: "none",
|
|
3354
3386
|
viewBox: "0 0 100 80",
|
|
3355
3387
|
...props,
|
|
3356
|
-
children: /* @__PURE__ */ (0,
|
|
3388
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
3357
3389
|
"path",
|
|
3358
3390
|
{
|
|
3359
3391
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3368,8 +3400,8 @@ var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.j
|
|
|
3368
3400
|
var TresTamboresIconSEQM_default = TresTamboresIconSEQM;
|
|
3369
3401
|
|
|
3370
3402
|
// src/components/iconsSEQM/VaquejadaIconSEQM.tsx
|
|
3371
|
-
var
|
|
3372
|
-
var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3403
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime(), 1);
|
|
3404
|
+
var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3373
3405
|
"svg",
|
|
3374
3406
|
{
|
|
3375
3407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3378,7 +3410,7 @@ var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)
|
|
|
3378
3410
|
fill: "none",
|
|
3379
3411
|
viewBox: "0 0 100 80",
|
|
3380
3412
|
...props,
|
|
3381
|
-
children: /* @__PURE__ */ (0,
|
|
3413
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3382
3414
|
"path",
|
|
3383
3415
|
{
|
|
3384
3416
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3393,8 +3425,8 @@ var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)
|
|
|
3393
3425
|
var VaquejadaIconSEQM_default = VaquejadaIconSEQM;
|
|
3394
3426
|
|
|
3395
3427
|
// src/components/iconsSEQM/WesternPleasureIconSEQM.tsx
|
|
3396
|
-
var
|
|
3397
|
-
var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3428
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime(), 1);
|
|
3429
|
+
var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3398
3430
|
"svg",
|
|
3399
3431
|
{
|
|
3400
3432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3403,7 +3435,7 @@ var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3403
3435
|
fill: "none",
|
|
3404
3436
|
viewBox: "0 0 100 80",
|
|
3405
3437
|
...props,
|
|
3406
|
-
children: /* @__PURE__ */ (0,
|
|
3438
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3407
3439
|
"path",
|
|
3408
3440
|
{
|
|
3409
3441
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3418,8 +3450,8 @@ var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3418
3450
|
var WesternPleasureIconSEQM_default = WesternPleasureIconSEQM;
|
|
3419
3451
|
|
|
3420
3452
|
// src/components/iconsSEQM/WorkingCowHorseIconSEQM.tsx
|
|
3421
|
-
var
|
|
3422
|
-
var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3453
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime(), 1);
|
|
3454
|
+
var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
3423
3455
|
"svg",
|
|
3424
3456
|
{
|
|
3425
3457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3428,7 +3460,7 @@ var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3428
3460
|
fill: "none",
|
|
3429
3461
|
viewBox: "0 0 100 80",
|
|
3430
3462
|
...props,
|
|
3431
|
-
children: /* @__PURE__ */ (0,
|
|
3463
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
3432
3464
|
"path",
|
|
3433
3465
|
{
|
|
3434
3466
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3443,6 +3475,7 @@ var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3443
3475
|
var WorkingCowHorseIconSEQM_default = WorkingCowHorseIconSEQM;
|
|
3444
3476
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3445
3477
|
0 && (module.exports = {
|
|
3478
|
+
AbqmOficialColoredIconSEQM,
|
|
3446
3479
|
ApartacaoIconSEQM,
|
|
3447
3480
|
AppleIcon,
|
|
3448
3481
|
ArrowDownShortIcon,
|
package/dist/index.d.cts
CHANGED
|
@@ -65,6 +65,8 @@ declare const LogoSeqmIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
|
|
|
65
65
|
|
|
66
66
|
declare const LogoSeqmMobileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
67
67
|
|
|
68
|
+
declare const AbqmOficialColoredIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
68
70
|
declare const ApartacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
71
|
|
|
70
72
|
declare const BreakawayRopingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -109,4 +111,4 @@ declare const WesternPleasureIconSEQM: (props: SVGProps<SVGSVGElement>) => react
|
|
|
109
111
|
|
|
110
112
|
declare const WorkingCowHorseIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
111
113
|
|
|
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 };
|
|
114
|
+
export { AbqmOficialColoredIconSEQM, 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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -65,6 +65,8 @@ declare const LogoSeqmIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtim
|
|
|
65
65
|
|
|
66
66
|
declare const LogoSeqmMobileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
67
67
|
|
|
68
|
+
declare const AbqmOficialColoredIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
68
70
|
declare const ApartacaoIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
71
|
|
|
70
72
|
declare const BreakawayRopingIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -109,4 +111,4 @@ declare const WesternPleasureIconSEQM: (props: SVGProps<SVGSVGElement>) => react
|
|
|
109
111
|
|
|
110
112
|
declare const WorkingCowHorseIconSEQM: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
111
113
|
|
|
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 };
|
|
114
|
+
export { AbqmOficialColoredIconSEQM, 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 };
|
package/dist/index.js
CHANGED
|
@@ -2826,9 +2826,40 @@ var LogoSeqmMobileIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx
|
|
|
2826
2826
|
);
|
|
2827
2827
|
var LogoSeqmMobileIcon_default = LogoSeqmMobileIcon;
|
|
2828
2828
|
|
|
2829
|
-
// src/components/iconsSEQM/
|
|
2829
|
+
// src/components/iconsSEQM/AbqmOficialColoredIconSEQM.tsx
|
|
2830
2830
|
var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
|
|
2831
|
-
var
|
|
2831
|
+
var AbqmOficialColoredIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
|
|
2832
|
+
"svg",
|
|
2833
|
+
{
|
|
2834
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2835
|
+
width: "1em",
|
|
2836
|
+
height: "1em",
|
|
2837
|
+
fill: "none",
|
|
2838
|
+
viewBox: "0 0 13 14",
|
|
2839
|
+
...props,
|
|
2840
|
+
children: [
|
|
2841
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2842
|
+
"path",
|
|
2843
|
+
{
|
|
2844
|
+
fill: props?.fill ? props.fill : "#006B2D",
|
|
2845
|
+
d: "M5.571 10.526c-2.139 0-4.35-1.75-4.35-5.124C1.221 2.626 2.89.98 5.148.98c2.14 0 4.35 1.735 4.35 5.124 0 2.776-1.684 4.422-3.927 4.422m6.45 1.945c-.44.194-.966.299-1.613.299-1.15 0-2.618-.848-3.863-2.066 2.506-.622 4.166-2.97 4.166-5.124 0-2.583-2.13-4.955-5.22-4.955C2.26.625 0 3.401 0 5.902c0 2.575 2.067 4.907 5.116 4.971 0 0 .743-.016 1.038.315.399.428 2.921 2.986 5.866 1.469.096-.049.024-.202 0-.186"
|
|
2846
|
+
}
|
|
2847
|
+
),
|
|
2848
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2849
|
+
"path",
|
|
2850
|
+
{
|
|
2851
|
+
fill: props?.fill ? props.fill : "#FFCD00",
|
|
2852
|
+
d: "M8.94 13.585c.191.032.399.04.59.04 1.357 0 1.94-.452 2.53-.79-3.12 1.597-5.65-.913-6.05-1.34-.295-.323-1.22-.315-1.22-.315 1.284 1.178 2.306 1.84 3.272 2.162 0 .008.566.194.878.242"
|
|
2853
|
+
}
|
|
2854
|
+
)
|
|
2855
|
+
]
|
|
2856
|
+
}
|
|
2857
|
+
);
|
|
2858
|
+
var AbqmOficialColoredIconSEQM_default = AbqmOficialColoredIconSEQM;
|
|
2859
|
+
|
|
2860
|
+
// src/components/iconsSEQM/ApartacaoIconSEQM.tsx
|
|
2861
|
+
var import_jsx_runtime34 = __toESM(require_jsx_runtime(), 1);
|
|
2862
|
+
var ApartacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2832
2863
|
"svg",
|
|
2833
2864
|
{
|
|
2834
2865
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2837,7 +2868,7 @@ var ApartacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)
|
|
|
2837
2868
|
fill: "none",
|
|
2838
2869
|
viewBox: "0 0 100 80",
|
|
2839
2870
|
...props,
|
|
2840
|
-
children: /* @__PURE__ */ (0,
|
|
2871
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2841
2872
|
"path",
|
|
2842
2873
|
{
|
|
2843
2874
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2852,8 +2883,8 @@ var ApartacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)
|
|
|
2852
2883
|
var ApartacaoIconSEQM_default = ApartacaoIconSEQM;
|
|
2853
2884
|
|
|
2854
2885
|
// src/components/iconsSEQM/BreakawayRopingIconSEQM.tsx
|
|
2855
|
-
var
|
|
2856
|
-
var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2886
|
+
var import_jsx_runtime35 = __toESM(require_jsx_runtime(), 1);
|
|
2887
|
+
var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2857
2888
|
"svg",
|
|
2858
2889
|
{
|
|
2859
2890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2862,7 +2893,7 @@ var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime3
|
|
|
2862
2893
|
fill: "none",
|
|
2863
2894
|
viewBox: "0 0 100 80",
|
|
2864
2895
|
...props,
|
|
2865
|
-
children: /* @__PURE__ */ (0,
|
|
2896
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
2866
2897
|
"path",
|
|
2867
2898
|
{
|
|
2868
2899
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2877,8 +2908,8 @@ var BreakawayRopingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime3
|
|
|
2877
2908
|
var BreakawayRopingIconSEQM_default = BreakawayRopingIconSEQM;
|
|
2878
2909
|
|
|
2879
2910
|
// src/components/iconsSEQM/BulldogIconSEQM.tsx
|
|
2880
|
-
var
|
|
2881
|
-
var BulldogIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2911
|
+
var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
|
|
2912
|
+
var BulldogIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2882
2913
|
"svg",
|
|
2883
2914
|
{
|
|
2884
2915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2887,7 +2918,7 @@ var BulldogIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
|
2887
2918
|
fill: "none",
|
|
2888
2919
|
viewBox: "0 0 100 80",
|
|
2889
2920
|
...props,
|
|
2890
|
-
children: /* @__PURE__ */ (0,
|
|
2921
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
2891
2922
|
"path",
|
|
2892
2923
|
{
|
|
2893
2924
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2902,8 +2933,8 @@ var BulldogIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
|
2902
2933
|
var BulldogIconSEQM_default = BulldogIconSEQM;
|
|
2903
2934
|
|
|
2904
2935
|
// src/components/iconsSEQM/CincoTamboresIconSEQM.tsx
|
|
2905
|
-
var
|
|
2906
|
-
var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2936
|
+
var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
|
|
2937
|
+
var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2907
2938
|
"svg",
|
|
2908
2939
|
{
|
|
2909
2940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2912,7 +2943,7 @@ var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.
|
|
|
2912
2943
|
fill: "none",
|
|
2913
2944
|
viewBox: "0 0 100 80",
|
|
2914
2945
|
...props,
|
|
2915
|
-
children: /* @__PURE__ */ (0,
|
|
2946
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
2916
2947
|
"path",
|
|
2917
2948
|
{
|
|
2918
2949
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2927,8 +2958,8 @@ var CincoTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.
|
|
|
2927
2958
|
var CincoTamboresIconSEQM_default = CincoTamboresIconSEQM;
|
|
2928
2959
|
|
|
2929
2960
|
// src/components/iconsSEQM/ConformacaoIconSEQM.tsx
|
|
2930
|
-
var
|
|
2931
|
-
var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2961
|
+
var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
|
|
2962
|
+
var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2932
2963
|
"svg",
|
|
2933
2964
|
{
|
|
2934
2965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2937,7 +2968,7 @@ var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.js
|
|
|
2937
2968
|
fill: "none",
|
|
2938
2969
|
viewBox: "0 0 100 80",
|
|
2939
2970
|
...props,
|
|
2940
|
-
children: /* @__PURE__ */ (0,
|
|
2971
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
2941
2972
|
"path",
|
|
2942
2973
|
{
|
|
2943
2974
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2952,8 +2983,8 @@ var ConformacaoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.js
|
|
|
2952
2983
|
var ConformacaoIconSEQM_default = ConformacaoIconSEQM;
|
|
2953
2984
|
|
|
2954
2985
|
// src/components/iconsSEQM/LacoCabecaIconSEQM.tsx
|
|
2955
|
-
var
|
|
2956
|
-
var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
2986
|
+
var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
|
|
2987
|
+
var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2957
2988
|
"svg",
|
|
2958
2989
|
{
|
|
2959
2990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2962,7 +2993,7 @@ var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx
|
|
|
2962
2993
|
fill: "none",
|
|
2963
2994
|
viewBox: "0 0 100 80",
|
|
2964
2995
|
...props,
|
|
2965
|
-
children: /* @__PURE__ */ (0,
|
|
2996
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
2966
2997
|
"path",
|
|
2967
2998
|
{
|
|
2968
2999
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -2977,8 +3008,8 @@ var LacoCabecaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx
|
|
|
2977
3008
|
var LacoCabecaIconSEQM_default = LacoCabecaIconSEQM;
|
|
2978
3009
|
|
|
2979
3010
|
// src/components/iconsSEQM/LacoCompridoIconSEQM.tsx
|
|
2980
|
-
var
|
|
2981
|
-
var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3011
|
+
var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
|
|
3012
|
+
var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2982
3013
|
"svg",
|
|
2983
3014
|
{
|
|
2984
3015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2987,7 +3018,7 @@ var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.j
|
|
|
2987
3018
|
fill: "none",
|
|
2988
3019
|
viewBox: "0 0 100 80",
|
|
2989
3020
|
...props,
|
|
2990
|
-
children: /* @__PURE__ */ (0,
|
|
3021
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2991
3022
|
"path",
|
|
2992
3023
|
{
|
|
2993
3024
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3002,8 +3033,8 @@ var LacoCompridoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.j
|
|
|
3002
3033
|
var LacoCompridoIconSEQM_default = LacoCompridoIconSEQM;
|
|
3003
3034
|
|
|
3004
3035
|
// src/components/iconsSEQM/LacoCompridoTecnicoIconSEQM.tsx
|
|
3005
|
-
var
|
|
3006
|
-
var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3036
|
+
var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
|
|
3037
|
+
var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
3007
3038
|
"svg",
|
|
3008
3039
|
{
|
|
3009
3040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3012,7 +3043,7 @@ var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
3012
3043
|
fill: "none",
|
|
3013
3044
|
viewBox: "0 0 100 80",
|
|
3014
3045
|
...props,
|
|
3015
|
-
children: /* @__PURE__ */ (0,
|
|
3046
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
3016
3047
|
"path",
|
|
3017
3048
|
{
|
|
3018
3049
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3027,8 +3058,8 @@ var LacoCompridoTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
3027
3058
|
var LacoCompridoTecnicoIconSEQM_default = LacoCompridoTecnicoIconSEQM;
|
|
3028
3059
|
|
|
3029
3060
|
// src/components/iconsSEQM/LacoEmDuplaIconSEQM.tsx
|
|
3030
|
-
var
|
|
3031
|
-
var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3061
|
+
var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
|
|
3062
|
+
var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
3032
3063
|
"svg",
|
|
3033
3064
|
{
|
|
3034
3065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3037,7 +3068,7 @@ var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.js
|
|
|
3037
3068
|
fill: "none",
|
|
3038
3069
|
viewBox: "0 0 100 80",
|
|
3039
3070
|
...props,
|
|
3040
|
-
children: /* @__PURE__ */ (0,
|
|
3071
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
3041
3072
|
"path",
|
|
3042
3073
|
{
|
|
3043
3074
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3052,8 +3083,8 @@ var LacoEmDuplaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.js
|
|
|
3052
3083
|
var LacoEmDuplaIconSEQM_default = LacoEmDuplaIconSEQM;
|
|
3053
3084
|
|
|
3054
3085
|
// src/components/iconsSEQM/LacoIndividualIconSEQM.tsx
|
|
3055
|
-
var
|
|
3056
|
-
var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3086
|
+
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
3087
|
+
var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3057
3088
|
"svg",
|
|
3058
3089
|
{
|
|
3059
3090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3062,7 +3093,7 @@ var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime42
|
|
|
3062
3093
|
fill: "none",
|
|
3063
3094
|
viewBox: "0 0 100 80",
|
|
3064
3095
|
...props,
|
|
3065
|
-
children: /* @__PURE__ */ (0,
|
|
3096
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3066
3097
|
"path",
|
|
3067
3098
|
{
|
|
3068
3099
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3077,8 +3108,8 @@ var LacoIndividualIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime42
|
|
|
3077
3108
|
var LacoIndividualIconSEQM_default = LacoIndividualIconSEQM;
|
|
3078
3109
|
|
|
3079
3110
|
// src/components/iconsSEQM/LacoIndividualTecnicoIconSEQM.tsx
|
|
3080
|
-
var
|
|
3081
|
-
var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3111
|
+
var import_jsx_runtime44 = __toESM(require_jsx_runtime(), 1);
|
|
3112
|
+
var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
3082
3113
|
"svg",
|
|
3083
3114
|
{
|
|
3084
3115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3087,7 +3118,7 @@ var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
3087
3118
|
fill: "none",
|
|
3088
3119
|
viewBox: "0 0 100 80",
|
|
3089
3120
|
...props,
|
|
3090
|
-
children: /* @__PURE__ */ (0,
|
|
3121
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
3091
3122
|
"path",
|
|
3092
3123
|
{
|
|
3093
3124
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3102,8 +3133,8 @@ var LacoIndividualTecnicoIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_ru
|
|
|
3102
3133
|
var LacoIndividualTecnicoIconSEQM_default = LacoIndividualTecnicoIconSEQM;
|
|
3103
3134
|
|
|
3104
3135
|
// src/components/iconsSEQM/LacoPeIconSEQM.tsx
|
|
3105
|
-
var
|
|
3106
|
-
var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3136
|
+
var import_jsx_runtime45 = __toESM(require_jsx_runtime(), 1);
|
|
3137
|
+
var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
3107
3138
|
"svg",
|
|
3108
3139
|
{
|
|
3109
3140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3112,7 +3143,7 @@ var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
|
3112
3143
|
fill: "none",
|
|
3113
3144
|
viewBox: "0 0 100 80",
|
|
3114
3145
|
...props,
|
|
3115
|
-
children: /* @__PURE__ */ (0,
|
|
3146
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
3116
3147
|
"path",
|
|
3117
3148
|
{
|
|
3118
3149
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3127,8 +3158,8 @@ var LacoPeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
|
3127
3158
|
var LacoPeIconSEQM_default = LacoPeIconSEQM;
|
|
3128
3159
|
|
|
3129
3160
|
// src/components/iconsSEQM/ManeabilidadeEVelocidadeIconSEQM.tsx
|
|
3130
|
-
var
|
|
3131
|
-
var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3161
|
+
var import_jsx_runtime46 = __toESM(require_jsx_runtime(), 1);
|
|
3162
|
+
var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
3132
3163
|
"svg",
|
|
3133
3164
|
{
|
|
3134
3165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3137,7 +3168,7 @@ var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx
|
|
|
3137
3168
|
fill: "none",
|
|
3138
3169
|
viewBox: "0 0 100 80",
|
|
3139
3170
|
...props,
|
|
3140
|
-
children: /* @__PURE__ */ (0,
|
|
3171
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
3141
3172
|
"path",
|
|
3142
3173
|
{
|
|
3143
3174
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3152,8 +3183,8 @@ var ManeabilidadeEVelocidadeIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx
|
|
|
3152
3183
|
var ManeabilidadeEVelocidadeIconSEQM_default = ManeabilidadeEVelocidadeIconSEQM;
|
|
3153
3184
|
|
|
3154
3185
|
// src/components/iconsSEQM/PerformanceHalterIconSEQM.tsx
|
|
3155
|
-
var
|
|
3156
|
-
var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3186
|
+
var import_jsx_runtime47 = __toESM(require_jsx_runtime(), 1);
|
|
3187
|
+
var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
3157
3188
|
"svg",
|
|
3158
3189
|
{
|
|
3159
3190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3162,7 +3193,7 @@ var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
3162
3193
|
fill: "none",
|
|
3163
3194
|
viewBox: "0 0 100 80",
|
|
3164
3195
|
...props,
|
|
3165
|
-
children: /* @__PURE__ */ (0,
|
|
3196
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
3166
3197
|
"path",
|
|
3167
3198
|
{
|
|
3168
3199
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3177,8 +3208,8 @@ var PerformanceHalterIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
3177
3208
|
var PerformanceHalterIconSEQM_default = PerformanceHalterIconSEQM;
|
|
3178
3209
|
|
|
3179
3210
|
// src/components/iconsSEQM/RanchSortingIconSEQM.tsx
|
|
3180
|
-
var
|
|
3181
|
-
var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3211
|
+
var import_jsx_runtime48 = __toESM(require_jsx_runtime(), 1);
|
|
3212
|
+
var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
3182
3213
|
"svg",
|
|
3183
3214
|
{
|
|
3184
3215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3187,7 +3218,7 @@ var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.j
|
|
|
3187
3218
|
fill: "none",
|
|
3188
3219
|
viewBox: "0 0 100 80",
|
|
3189
3220
|
...props,
|
|
3190
|
-
children: /* @__PURE__ */ (0,
|
|
3221
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
3191
3222
|
"path",
|
|
3192
3223
|
{
|
|
3193
3224
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3202,8 +3233,8 @@ var RanchSortingIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime47.j
|
|
|
3202
3233
|
var RanchSortingIconSEQM_default = RanchSortingIconSEQM;
|
|
3203
3234
|
|
|
3204
3235
|
// src/components/iconsSEQM/RedeasIconSEQM.tsx
|
|
3205
|
-
var
|
|
3206
|
-
var RedeasIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3236
|
+
var import_jsx_runtime49 = __toESM(require_jsx_runtime(), 1);
|
|
3237
|
+
var RedeasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
3207
3238
|
"svg",
|
|
3208
3239
|
{
|
|
3209
3240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3212,7 +3243,7 @@ var RedeasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
|
3212
3243
|
fill: "none",
|
|
3213
3244
|
viewBox: "0 0 100 80",
|
|
3214
3245
|
...props,
|
|
3215
|
-
children: /* @__PURE__ */ (0,
|
|
3246
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
3216
3247
|
"path",
|
|
3217
3248
|
{
|
|
3218
3249
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3227,8 +3258,8 @@ var RedeasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
|
3227
3258
|
var RedeasIconSEQM_default = RedeasIconSEQM;
|
|
3228
3259
|
|
|
3229
3260
|
// src/components/iconsSEQM/SeisBalizasIconSEQM.tsx
|
|
3230
|
-
var
|
|
3231
|
-
var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3261
|
+
var import_jsx_runtime50 = __toESM(require_jsx_runtime(), 1);
|
|
3262
|
+
var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
3232
3263
|
"svg",
|
|
3233
3264
|
{
|
|
3234
3265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3237,7 +3268,7 @@ var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.js
|
|
|
3237
3268
|
fill: "none",
|
|
3238
3269
|
viewBox: "0 0 100 80",
|
|
3239
3270
|
...props,
|
|
3240
|
-
children: /* @__PURE__ */ (0,
|
|
3271
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
3241
3272
|
"path",
|
|
3242
3273
|
{
|
|
3243
3274
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3252,8 +3283,8 @@ var SeisBalizasIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.js
|
|
|
3252
3283
|
var SeisBalizasIconSEQM_default = SeisBalizasIconSEQM;
|
|
3253
3284
|
|
|
3254
3285
|
// src/components/iconsSEQM/TeamPenningIconSEQM.tsx
|
|
3255
|
-
var
|
|
3256
|
-
var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3286
|
+
var import_jsx_runtime51 = __toESM(require_jsx_runtime(), 1);
|
|
3287
|
+
var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
3257
3288
|
"svg",
|
|
3258
3289
|
{
|
|
3259
3290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3262,7 +3293,7 @@ var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.js
|
|
|
3262
3293
|
fill: "none",
|
|
3263
3294
|
viewBox: "0 0 100 80",
|
|
3264
3295
|
...props,
|
|
3265
|
-
children: /* @__PURE__ */ (0,
|
|
3296
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
3266
3297
|
"path",
|
|
3267
3298
|
{
|
|
3268
3299
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3277,8 +3308,8 @@ var TeamPenningIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.js
|
|
|
3277
3308
|
var TeamPenningIconSEQM_default = TeamPenningIconSEQM;
|
|
3278
3309
|
|
|
3279
3310
|
// src/components/iconsSEQM/TresTamboresIconSEQM.tsx
|
|
3280
|
-
var
|
|
3281
|
-
var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3311
|
+
var import_jsx_runtime52 = __toESM(require_jsx_runtime(), 1);
|
|
3312
|
+
var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
3282
3313
|
"svg",
|
|
3283
3314
|
{
|
|
3284
3315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3287,7 +3318,7 @@ var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.j
|
|
|
3287
3318
|
fill: "none",
|
|
3288
3319
|
viewBox: "0 0 100 80",
|
|
3289
3320
|
...props,
|
|
3290
|
-
children: /* @__PURE__ */ (0,
|
|
3321
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
3291
3322
|
"path",
|
|
3292
3323
|
{
|
|
3293
3324
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3302,8 +3333,8 @@ var TresTamboresIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.j
|
|
|
3302
3333
|
var TresTamboresIconSEQM_default = TresTamboresIconSEQM;
|
|
3303
3334
|
|
|
3304
3335
|
// src/components/iconsSEQM/VaquejadaIconSEQM.tsx
|
|
3305
|
-
var
|
|
3306
|
-
var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3336
|
+
var import_jsx_runtime53 = __toESM(require_jsx_runtime(), 1);
|
|
3337
|
+
var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3307
3338
|
"svg",
|
|
3308
3339
|
{
|
|
3309
3340
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3312,7 +3343,7 @@ var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)
|
|
|
3312
3343
|
fill: "none",
|
|
3313
3344
|
viewBox: "0 0 100 80",
|
|
3314
3345
|
...props,
|
|
3315
|
-
children: /* @__PURE__ */ (0,
|
|
3346
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
3316
3347
|
"path",
|
|
3317
3348
|
{
|
|
3318
3349
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3327,8 +3358,8 @@ var VaquejadaIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)
|
|
|
3327
3358
|
var VaquejadaIconSEQM_default = VaquejadaIconSEQM;
|
|
3328
3359
|
|
|
3329
3360
|
// src/components/iconsSEQM/WesternPleasureIconSEQM.tsx
|
|
3330
|
-
var
|
|
3331
|
-
var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3361
|
+
var import_jsx_runtime54 = __toESM(require_jsx_runtime(), 1);
|
|
3362
|
+
var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3332
3363
|
"svg",
|
|
3333
3364
|
{
|
|
3334
3365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3337,7 +3368,7 @@ var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3337
3368
|
fill: "none",
|
|
3338
3369
|
viewBox: "0 0 100 80",
|
|
3339
3370
|
...props,
|
|
3340
|
-
children: /* @__PURE__ */ (0,
|
|
3371
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
3341
3372
|
"path",
|
|
3342
3373
|
{
|
|
3343
3374
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3352,8 +3383,8 @@ var WesternPleasureIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3352
3383
|
var WesternPleasureIconSEQM_default = WesternPleasureIconSEQM;
|
|
3353
3384
|
|
|
3354
3385
|
// src/components/iconsSEQM/WorkingCowHorseIconSEQM.tsx
|
|
3355
|
-
var
|
|
3356
|
-
var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0,
|
|
3386
|
+
var import_jsx_runtime55 = __toESM(require_jsx_runtime(), 1);
|
|
3387
|
+
var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
3357
3388
|
"svg",
|
|
3358
3389
|
{
|
|
3359
3390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3362,7 +3393,7 @@ var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3362
3393
|
fill: "none",
|
|
3363
3394
|
viewBox: "0 0 100 80",
|
|
3364
3395
|
...props,
|
|
3365
|
-
children: /* @__PURE__ */ (0,
|
|
3396
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
3366
3397
|
"path",
|
|
3367
3398
|
{
|
|
3368
3399
|
fill: props?.fill ? props.fill : "#fff",
|
|
@@ -3376,6 +3407,7 @@ var WorkingCowHorseIconSEQM = (props) => /* @__PURE__ */ (0, import_jsx_runtime5
|
|
|
3376
3407
|
);
|
|
3377
3408
|
var WorkingCowHorseIconSEQM_default = WorkingCowHorseIconSEQM;
|
|
3378
3409
|
export {
|
|
3410
|
+
AbqmOficialColoredIconSEQM_default as AbqmOficialColoredIconSEQM,
|
|
3379
3411
|
ApartacaoIconSEQM_default as ApartacaoIconSEQM,
|
|
3380
3412
|
AppleIcon_default as AppleIcon,
|
|
3381
3413
|
ArrowDownShortIcon_default as ArrowDownShortIcon,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
const AbqmOficialColoredIconSEQM = (props: SVGProps<SVGSVGElement>) => (
|
|
3
|
+
<svg
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="1em"
|
|
6
|
+
height="1em"
|
|
7
|
+
fill="none"
|
|
8
|
+
viewBox="0 0 13 14"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
fill={props?.fill ? props.fill : '#006B2D'}
|
|
13
|
+
d="M5.571 10.526c-2.139 0-4.35-1.75-4.35-5.124C1.221 2.626 2.89.98 5.148.98c2.14 0 4.35 1.735 4.35 5.124 0 2.776-1.684 4.422-3.927 4.422m6.45 1.945c-.44.194-.966.299-1.613.299-1.15 0-2.618-.848-3.863-2.066 2.506-.622 4.166-2.97 4.166-5.124 0-2.583-2.13-4.955-5.22-4.955C2.26.625 0 3.401 0 5.902c0 2.575 2.067 4.907 5.116 4.971 0 0 .743-.016 1.038.315.399.428 2.921 2.986 5.866 1.469.096-.049.024-.202 0-.186"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill={props?.fill ? props.fill : '#FFCD00'}
|
|
17
|
+
d="M8.94 13.585c.191.032.399.04.59.04 1.357 0 1.94-.452 2.53-.79-3.12 1.597-5.65-.913-6.05-1.34-.295-.323-1.22-.315-1.22-.315 1.284 1.178 2.306 1.84 3.272 2.162 0 .008.566.194.878.242"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
export default AbqmOficialColoredIconSEQM;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as AbqmOficialColoredIconSEQM } from './AbqmOficialColoredIconSEQM';
|
|
1
2
|
export { default as ApartacaoIconSEQM } from './ApartacaoIconSEQM';
|
|
2
3
|
export { default as BreakawayRopingIconSEQM } from './BreakawayRopingIconSEQM';
|
|
3
4
|
export { default as BulldogIconSEQM } from './BulldogIconSEQM';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.57117 10.5263C3.43209 10.5263 1.22119 8.77518 1.22119 5.40213C1.22119 2.62623 2.88934 0.980057 5.14814 0.980057C7.28721 0.980057 9.49812 2.715 9.49812 6.10418C9.49812 8.88008 7.814 10.5263 5.57117 10.5263ZM12.0203 12.471C11.5813 12.6647 11.0545 12.7696 10.408 12.7696C9.25867 12.7696 7.79006 11.9223 6.54492 10.7038C9.05115 10.0824 10.7113 7.73422 10.7113 5.57966C10.7113 2.99743 8.58024 0.625 5.49135 0.625C2.2588 0.625 0 3.4009 0 5.90244C0 8.47661 2.06724 10.8087 5.11621 10.8732C5.11621 10.8732 5.85851 10.8571 6.15382 11.188C6.55291 11.6156 9.0751 14.1737 12.0203 12.6566C12.1161 12.6082 12.0443 12.4549 12.0203 12.471Z" fill="#006B2D"/>
|
|
3
|
+
<path d="M8.9395 13.5845C9.13106 13.6168 9.33858 13.6249 9.53014 13.6249C10.887 13.6249 11.4697 13.173 12.0603 12.8341C8.9395 14.4318 6.40933 11.9222 6.01025 11.4945C5.71493 11.1718 4.78906 11.1798 4.78906 11.1798C6.0741 12.358 7.09575 13.0197 8.06152 13.3425C8.06152 13.3505 8.62822 13.5361 8.9395 13.5845Z" fill="#FFCD00"/>
|
|
4
|
+
</svg>
|