@ctlyst.id/icons 2.8.5 → 2.8.6
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/v2.d.mts +3 -1
- package/dist/v2.d.ts +3 -1
- package/dist/v2.js +89 -71
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +76 -59
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.mjs
CHANGED
|
@@ -2054,14 +2054,30 @@ var ChatCsSolid = (props) => {
|
|
|
2054
2054
|
};
|
|
2055
2055
|
var chat_cs_solid_default = ChatCsSolid;
|
|
2056
2056
|
|
|
2057
|
+
// src/icons/v2/solid/check-shield.tsx
|
|
2058
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
2059
|
+
var CheckShield = (props) => {
|
|
2060
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2061
|
+
return /* @__PURE__ */ jsx70("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx70(
|
|
2062
|
+
"path",
|
|
2063
|
+
{
|
|
2064
|
+
fillRule: "evenodd",
|
|
2065
|
+
clipRule: "evenodd",
|
|
2066
|
+
d: "M9.7326 17.4736L9.88515 16.8675L9.74212 17.4759C9.91493 17.5165 10.0948 17.5165 10.2676 17.4759L10.1246 16.8675L10.2771 17.4736C10.3361 17.4587 11.9023 17.0636 13.4667 15.9514C15.0439 14.8301 16.6655 12.9405 16.6655 9.96939V6.35516C16.6655 5.38654 16.0565 4.52253 15.1443 4.19688L10.7753 2.6373C10.2771 2.45944 9.73265 2.45944 9.23442 2.6373L4.86547 4.19688C3.95323 4.52252 3.34424 5.38654 3.34424 6.35516V9.96939C3.34424 12.9405 4.96579 14.8301 6.54297 15.9514C8.10737 17.0636 9.67362 17.4587 9.7326 17.4736ZM13.1481 8.91448C13.3922 8.6704 13.3922 8.27467 13.1481 8.03059C12.904 7.78652 12.5083 7.78652 12.2642 8.03059L9.51236 10.7824L7.94186 9.21194C7.69778 8.96787 7.30205 8.96787 7.05797 9.21195C6.8139 9.45603 6.8139 9.85176 7.05798 10.0958L9.07042 12.1083C9.3145 12.3523 9.71023 12.3523 9.9543 12.1083L13.1481 8.91448Z",
|
|
2067
|
+
fill: color
|
|
2068
|
+
}
|
|
2069
|
+
) });
|
|
2070
|
+
};
|
|
2071
|
+
var check_shield_default = CheckShield;
|
|
2072
|
+
|
|
2057
2073
|
// src/icons/v2/solid/direction.tsx
|
|
2058
|
-
import { jsx as
|
|
2074
|
+
import { jsx as jsx71, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2059
2075
|
var Direction = (props) => {
|
|
2060
2076
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2061
2077
|
return /* @__PURE__ */ jsxs52("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2062
2078
|
/* @__PURE__ */ jsxs52("g", { clipPath: "url(#direction)", children: [
|
|
2063
|
-
/* @__PURE__ */
|
|
2064
|
-
/* @__PURE__ */
|
|
2079
|
+
/* @__PURE__ */ jsx71("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
2080
|
+
/* @__PURE__ */ jsx71(
|
|
2065
2081
|
"path",
|
|
2066
2082
|
{
|
|
2067
2083
|
fillRule: "evenodd",
|
|
@@ -2071,16 +2087,16 @@ var Direction = (props) => {
|
|
|
2071
2087
|
}
|
|
2072
2088
|
)
|
|
2073
2089
|
] }),
|
|
2074
|
-
/* @__PURE__ */
|
|
2090
|
+
/* @__PURE__ */ jsx71("defs", { children: /* @__PURE__ */ jsx71("clipPath", { id: "direction", children: /* @__PURE__ */ jsx71("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2075
2091
|
] });
|
|
2076
2092
|
};
|
|
2077
2093
|
var direction_default = Direction;
|
|
2078
2094
|
|
|
2079
2095
|
// src/icons/v2/solid/enveloped-solid.tsx
|
|
2080
|
-
import { jsx as
|
|
2096
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
2081
2097
|
var EnvelopedSolid = (props) => {
|
|
2082
2098
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2083
|
-
return /* @__PURE__ */
|
|
2099
|
+
return /* @__PURE__ */ jsx72("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx72(
|
|
2084
2100
|
"path",
|
|
2085
2101
|
{
|
|
2086
2102
|
fillRule: "evenodd",
|
|
@@ -2093,12 +2109,12 @@ var EnvelopedSolid = (props) => {
|
|
|
2093
2109
|
var enveloped_solid_default = EnvelopedSolid;
|
|
2094
2110
|
|
|
2095
2111
|
// src/icons/v2/solid/fast-truck-solid.tsx
|
|
2096
|
-
import { jsx as
|
|
2112
|
+
import { jsx as jsx73, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2097
2113
|
var FastTruckSolid = (props) => {
|
|
2098
2114
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2099
2115
|
const fillColor = color || "#12784A";
|
|
2100
2116
|
return /* @__PURE__ */ jsxs53("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2101
|
-
/* @__PURE__ */
|
|
2117
|
+
/* @__PURE__ */ jsx73(
|
|
2102
2118
|
"path",
|
|
2103
2119
|
{
|
|
2104
2120
|
fillRule: "evenodd",
|
|
@@ -2107,14 +2123,14 @@ var FastTruckSolid = (props) => {
|
|
|
2107
2123
|
fill: fillColor
|
|
2108
2124
|
}
|
|
2109
2125
|
),
|
|
2110
|
-
/* @__PURE__ */
|
|
2126
|
+
/* @__PURE__ */ jsx73(
|
|
2111
2127
|
"path",
|
|
2112
2128
|
{
|
|
2113
2129
|
d: "M4.832 6.49517H1.8307C1.55711 6.49517 1.33325 6.27131 1.33325 5.99772C1.33325 5.72412 1.55711 5.50026 1.8307 5.50026H4.832C5.1056 5.50026 5.32945 5.72412 5.32945 5.99772C5.32945 6.27131 5.1056 6.49517 4.832 6.49517Z",
|
|
2114
2130
|
fill: fillColor
|
|
2115
2131
|
}
|
|
2116
2132
|
),
|
|
2117
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ jsx73(
|
|
2118
2134
|
"path",
|
|
2119
2135
|
{
|
|
2120
2136
|
d: "M4.832 8.87472H1.8307C1.55711 8.87472 1.33325 8.65087 1.33325 8.37727C1.33325 8.10367 1.55711 7.87982 1.8307 7.87982H4.832C5.1056 7.87982 5.32945 8.10367 5.32945 8.37727C5.32945 8.65087 5.1056 8.87472 4.832 8.87472Z",
|
|
@@ -2126,10 +2142,10 @@ var FastTruckSolid = (props) => {
|
|
|
2126
2142
|
var fast_truck_solid_default = FastTruckSolid;
|
|
2127
2143
|
|
|
2128
2144
|
// src/icons/v2/solid/hand.tsx
|
|
2129
|
-
import { jsx as
|
|
2145
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
2130
2146
|
var Hand = (props) => {
|
|
2131
2147
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2132
|
-
return /* @__PURE__ */
|
|
2148
|
+
return /* @__PURE__ */ jsx74("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx74("g", { id: "Solid / Hand", children: /* @__PURE__ */ jsx74(
|
|
2133
2149
|
"path",
|
|
2134
2150
|
{
|
|
2135
2151
|
id: "Vector 650",
|
|
@@ -2141,10 +2157,10 @@ var Hand = (props) => {
|
|
|
2141
2157
|
var hand_default = Hand;
|
|
2142
2158
|
|
|
2143
2159
|
// src/icons/v2/solid/handphone-solid.tsx
|
|
2144
|
-
import { jsx as
|
|
2160
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
2145
2161
|
var HandphoneSolid = (props) => {
|
|
2146
2162
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2147
|
-
return /* @__PURE__ */
|
|
2163
|
+
return /* @__PURE__ */ jsx75("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx75(
|
|
2148
2164
|
"path",
|
|
2149
2165
|
{
|
|
2150
2166
|
fillRule: "evenodd",
|
|
@@ -2157,10 +2173,10 @@ var HandphoneSolid = (props) => {
|
|
|
2157
2173
|
var handphone_solid_default = HandphoneSolid;
|
|
2158
2174
|
|
|
2159
2175
|
// src/icons/v2/solid/heart-solid.tsx
|
|
2160
|
-
import { jsx as
|
|
2176
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
2161
2177
|
var HeartSolid = (props) => {
|
|
2162
2178
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2163
|
-
return /* @__PURE__ */
|
|
2179
|
+
return /* @__PURE__ */ jsx76("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx76(
|
|
2164
2180
|
"path",
|
|
2165
2181
|
{
|
|
2166
2182
|
d: "M7.70474 3C5.89396 3 4.64234 3.87618 3.84553 4.93938C3.08007 5.96075 2.72095 7.16404 2.61612 7.99343C2.26375 9.62077 2.86112 13.3065 6.97501 17.0459C7.65023 17.6878 9.57406 19.3084 12.1022 20.8911C12.3456 21.0435 12.6547 21.0435 12.8981 20.8911C15.4262 19.3084 17.35 17.688 18.0253 17.0461C22.1392 13.3067 22.7365 9.6209 22.3841 7.99357C22.2793 7.16418 21.9202 5.9609 21.1547 4.93954C20.3579 3.87634 19.1063 3.00016 17.2955 3.00016C14.8638 3.00016 13.3357 4.25586 12.5001 5.47304C11.6646 4.25581 10.1365 3 7.70474 3Z",
|
|
@@ -2171,10 +2187,10 @@ var HeartSolid = (props) => {
|
|
|
2171
2187
|
var heart_solid_default = HeartSolid;
|
|
2172
2188
|
|
|
2173
2189
|
// src/icons/v2/solid/home-solid.tsx
|
|
2174
|
-
import { jsx as
|
|
2190
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
2175
2191
|
var HomeSolid = (props) => {
|
|
2176
2192
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2177
|
-
return /* @__PURE__ */
|
|
2193
|
+
return /* @__PURE__ */ jsx77("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx77(
|
|
2178
2194
|
"path",
|
|
2179
2195
|
{
|
|
2180
2196
|
fillRule: "evenodd",
|
|
@@ -2187,10 +2203,10 @@ var HomeSolid = (props) => {
|
|
|
2187
2203
|
var home_solid_default = HomeSolid;
|
|
2188
2204
|
|
|
2189
2205
|
// src/icons/v2/solid/info-solid.tsx
|
|
2190
|
-
import { jsx as
|
|
2206
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
2191
2207
|
var InfoSolid = (props) => {
|
|
2192
2208
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2193
|
-
return /* @__PURE__ */
|
|
2209
|
+
return /* @__PURE__ */ jsx78("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx78(
|
|
2194
2210
|
"path",
|
|
2195
2211
|
{
|
|
2196
2212
|
fillRule: "evenodd",
|
|
@@ -2203,11 +2219,11 @@ var InfoSolid = (props) => {
|
|
|
2203
2219
|
var info_solid_default = InfoSolid;
|
|
2204
2220
|
|
|
2205
2221
|
// src/icons/v2/solid/lock-solid.tsx
|
|
2206
|
-
import { jsx as
|
|
2222
|
+
import { jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2207
2223
|
var InfoSolid2 = (props) => {
|
|
2208
2224
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2209
2225
|
return /* @__PURE__ */ jsxs54("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2210
|
-
/* @__PURE__ */
|
|
2226
|
+
/* @__PURE__ */ jsx79("g", { clipPath: "url(#clip0_1327_167542)", children: /* @__PURE__ */ jsx79(
|
|
2211
2227
|
"path",
|
|
2212
2228
|
{
|
|
2213
2229
|
fillRule: "evenodd",
|
|
@@ -2216,24 +2232,24 @@ var InfoSolid2 = (props) => {
|
|
|
2216
2232
|
fill: color
|
|
2217
2233
|
}
|
|
2218
2234
|
) }),
|
|
2219
|
-
/* @__PURE__ */
|
|
2235
|
+
/* @__PURE__ */ jsx79("defs", { children: /* @__PURE__ */ jsx79("clipPath", { id: "clip0_1327_167542", children: /* @__PURE__ */ jsx79("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2220
2236
|
] });
|
|
2221
2237
|
};
|
|
2222
2238
|
var lock_solid_default = InfoSolid2;
|
|
2223
2239
|
|
|
2224
2240
|
// src/icons/v2/solid/map-marker-solid.tsx
|
|
2225
|
-
import { jsx as
|
|
2241
|
+
import { jsx as jsx80, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2226
2242
|
var MapMarkerSolid = (props) => {
|
|
2227
2243
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2228
2244
|
return /* @__PURE__ */ jsxs55("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2229
|
-
/* @__PURE__ */
|
|
2245
|
+
/* @__PURE__ */ jsx80(
|
|
2230
2246
|
"path",
|
|
2231
2247
|
{
|
|
2232
2248
|
d: "M12 7.78C10.74 7.78 9.72 8.8 9.72 10.06C9.72 11.32 10.74 12.34 12 12.34C13.26 12.34 14.28 11.32 14.28 10.06C14.28 8.8 13.26 7.78 12 7.78Z",
|
|
2233
2249
|
fill: color
|
|
2234
2250
|
}
|
|
2235
2251
|
),
|
|
2236
|
-
/* @__PURE__ */
|
|
2252
|
+
/* @__PURE__ */ jsx80(
|
|
2237
2253
|
"path",
|
|
2238
2254
|
{
|
|
2239
2255
|
d: "M17.66 4.38C16.16 2.86 14.12 2 12 2C9.88 2 7.84 2.86 6.34 4.38C4.84 5.9 4 7.96 4 10.1C4 14.68 7.9 19.08 10.26 21.3C11.24 22.24 12.74 22.24 13.74 21.3C16.1 19.06 20 14.68 20 10.1C20 7.96 19.16 5.9 17.66 4.38ZM12 13.82C9.92 13.82 8.22 12.14 8.22 10.04C8.22 7.96 9.9 6.26 12 6.26C14.1 6.26 15.78 7.94 15.78 10.04C15.78 12.14 14.08 13.82 12 13.82Z",
|
|
@@ -2245,18 +2261,18 @@ var MapMarkerSolid = (props) => {
|
|
|
2245
2261
|
var map_marker_solid_default = MapMarkerSolid;
|
|
2246
2262
|
|
|
2247
2263
|
// src/icons/v2/solid/profile-solid.tsx
|
|
2248
|
-
import { jsx as
|
|
2264
|
+
import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2249
2265
|
var ProfileSolid = (props) => {
|
|
2250
2266
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2251
2267
|
return /* @__PURE__ */ jsxs56("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2252
|
-
/* @__PURE__ */
|
|
2268
|
+
/* @__PURE__ */ jsx81(
|
|
2253
2269
|
"path",
|
|
2254
2270
|
{
|
|
2255
2271
|
d: "M12 11.5C14.4853 11.5 16.5 9.48528 16.5 7C16.5 4.51472 14.4853 2.5 12 2.5C9.51472 2.5 7.5 4.51472 7.5 7C7.5 9.48528 9.51472 11.5 12 11.5Z",
|
|
2256
2272
|
fill: color
|
|
2257
2273
|
}
|
|
2258
2274
|
),
|
|
2259
|
-
/* @__PURE__ */
|
|
2275
|
+
/* @__PURE__ */ jsx81(
|
|
2260
2276
|
"path",
|
|
2261
2277
|
{
|
|
2262
2278
|
d: "M4.0556 19.5212C4.95811 16.06 8.17325 13.5 12.0011 13.5C15.829 13.5 19.0441 16.06 19.9467 19.5212C20.2254 20.59 19.3039 21.5 18.1994 21.5H5.80289C4.69832 21.5 3.77691 20.59 4.0556 19.5212Z",
|
|
@@ -2268,10 +2284,10 @@ var ProfileSolid = (props) => {
|
|
|
2268
2284
|
var profile_solid_default = ProfileSolid;
|
|
2269
2285
|
|
|
2270
2286
|
// src/icons/v2/solid/search-solid.tsx
|
|
2271
|
-
import { jsx as
|
|
2287
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
2272
2288
|
var SearchSolid = (props) => {
|
|
2273
2289
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2274
|
-
return /* @__PURE__ */
|
|
2290
|
+
return /* @__PURE__ */ jsx82("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx82(
|
|
2275
2291
|
"path",
|
|
2276
2292
|
{
|
|
2277
2293
|
d: "M20.7876 20.2156L16.2978 15.7258C17.355 14.4323 17.9893 12.7782 17.9893 10.9872C17.9893 6.85805 14.6312 3.5 10.4896 3.5C6.36048 3.5 2.98999 6.85805 2.98999 10.9872C2.98999 15.1164 6.34805 18.4744 10.4896 18.4744C12.2806 18.4744 13.9347 17.8401 15.2282 16.783L19.7305 21.2728C19.8797 21.422 20.0663 21.4967 20.2529 21.4967C20.4394 21.4967 20.6384 21.422 20.7752 21.2728C21.0862 20.9867 21.0861 20.5141 20.7876 20.2156ZM10.4896 16.982C7.18134 16.982 4.49488 14.2955 4.49488 10.9872C4.49488 7.67891 7.18134 4.99247 10.4896 4.99247C13.7979 4.99247 16.4844 7.67891 16.4844 10.9872C16.4844 14.2955 13.7979 16.982 10.4896 16.982Z",
|
|
@@ -2282,18 +2298,18 @@ var SearchSolid = (props) => {
|
|
|
2282
2298
|
var search_solid_default = SearchSolid;
|
|
2283
2299
|
|
|
2284
2300
|
// src/icons/v2/solid/setting-solid.tsx
|
|
2285
|
-
import { jsx as
|
|
2301
|
+
import { jsx as jsx83, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2286
2302
|
var SettingSolid = (props) => {
|
|
2287
2303
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2288
2304
|
return /* @__PURE__ */ jsxs57("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2289
|
-
/* @__PURE__ */
|
|
2305
|
+
/* @__PURE__ */ jsx83(
|
|
2290
2306
|
"path",
|
|
2291
2307
|
{
|
|
2292
2308
|
d: "M9.91663 13.0145C9.91663 11.8715 10.8433 10.9448 11.9863 10.9448C13.1294 10.9448 14.056 11.8715 14.056 13.0145C14.056 14.1576 13.1294 15.0842 11.9863 15.0842C10.8433 15.0842 9.91663 14.1576 9.91663 13.0145Z",
|
|
2293
2309
|
fill: "#999999"
|
|
2294
2310
|
}
|
|
2295
2311
|
),
|
|
2296
|
-
/* @__PURE__ */
|
|
2312
|
+
/* @__PURE__ */ jsx83(
|
|
2297
2313
|
"path",
|
|
2298
2314
|
{
|
|
2299
2315
|
fillRule: "evenodd",
|
|
@@ -2307,10 +2323,10 @@ var SettingSolid = (props) => {
|
|
|
2307
2323
|
var setting_solid_default = SettingSolid;
|
|
2308
2324
|
|
|
2309
2325
|
// src/icons/v2/solid/success-solid.tsx
|
|
2310
|
-
import { jsx as
|
|
2326
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
2311
2327
|
var SuccessSolid = (props) => {
|
|
2312
2328
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2313
|
-
return /* @__PURE__ */
|
|
2329
|
+
return /* @__PURE__ */ jsx84("svg", { xmlns: "http://www.w3.org/2000/svg", width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", ...svgProps, children: /* @__PURE__ */ jsx84(
|
|
2314
2330
|
"path",
|
|
2315
2331
|
{
|
|
2316
2332
|
d: "M10 0.5C15.5228 0.5 20 4.97715 20 10.5C20 16.0228 15.5228 20.5 10 20.5C4.47715 20.5 0 16.0228 0 10.5C0 4.97715 4.47715 0.5 10 0.5ZM14.4805 7.76953C14.1213 7.41038 13.5388 7.41038 13.1797 7.76953L9.13086 11.8184L6.82031 9.50781C6.46117 9.14867 5.87868 9.14868 5.51953 9.50781C5.16039 9.86696 5.16038 10.4494 5.51953 10.8086L8.48047 13.7695C8.83962 14.1287 9.4221 14.1287 9.78125 13.7695L14.4805 9.07031C14.8396 8.71116 14.8396 8.12868 14.4805 7.76953Z",
|
|
@@ -2321,11 +2337,11 @@ var SuccessSolid = (props) => {
|
|
|
2321
2337
|
var success_solid_default = SuccessSolid;
|
|
2322
2338
|
|
|
2323
2339
|
// src/icons/v2/solid/trash-solid.tsx
|
|
2324
|
-
import { jsx as
|
|
2340
|
+
import { jsx as jsx85, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2325
2341
|
var TrashSolid = (props) => {
|
|
2326
2342
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2327
2343
|
return /* @__PURE__ */ jsxs58("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2328
|
-
/* @__PURE__ */
|
|
2344
|
+
/* @__PURE__ */ jsx85(
|
|
2329
2345
|
"path",
|
|
2330
2346
|
{
|
|
2331
2347
|
fillRule: "evenodd",
|
|
@@ -2334,7 +2350,7 @@ var TrashSolid = (props) => {
|
|
|
2334
2350
|
fill: color
|
|
2335
2351
|
}
|
|
2336
2352
|
),
|
|
2337
|
-
/* @__PURE__ */
|
|
2353
|
+
/* @__PURE__ */ jsx85(
|
|
2338
2354
|
"path",
|
|
2339
2355
|
{
|
|
2340
2356
|
fillRule: "evenodd",
|
|
@@ -2348,11 +2364,11 @@ var TrashSolid = (props) => {
|
|
|
2348
2364
|
var trash_solid_default = TrashSolid;
|
|
2349
2365
|
|
|
2350
2366
|
// src/icons/v2/solid/trend-up.tsx
|
|
2351
|
-
import { jsx as
|
|
2367
|
+
import { jsx as jsx86, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2352
2368
|
var TrendUp = (props) => {
|
|
2353
2369
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2354
|
-
return /* @__PURE__ */
|
|
2355
|
-
/* @__PURE__ */
|
|
2370
|
+
return /* @__PURE__ */ jsx86("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx86("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ jsxs59("g", { id: "Vector", children: [
|
|
2371
|
+
/* @__PURE__ */ jsx86(
|
|
2356
2372
|
"path",
|
|
2357
2373
|
{
|
|
2358
2374
|
fillRule: "evenodd",
|
|
@@ -2361,14 +2377,14 @@ var TrendUp = (props) => {
|
|
|
2361
2377
|
fill: color
|
|
2362
2378
|
}
|
|
2363
2379
|
),
|
|
2364
|
-
/* @__PURE__ */
|
|
2380
|
+
/* @__PURE__ */ jsx86(
|
|
2365
2381
|
"path",
|
|
2366
2382
|
{
|
|
2367
2383
|
d: "M16.0599 20.2002C16.4686 20.2002 16.7999 19.8689 16.7999 19.4602C16.7999 19.0515 16.4686 18.7202 16.0599 18.7202C15.6513 18.7202 15.3199 19.0515 15.3199 19.4602C15.3199 19.8689 15.6513 20.2002 16.0599 20.2002Z",
|
|
2368
2384
|
fill: color
|
|
2369
2385
|
}
|
|
2370
2386
|
),
|
|
2371
|
-
/* @__PURE__ */
|
|
2387
|
+
/* @__PURE__ */ jsx86(
|
|
2372
2388
|
"path",
|
|
2373
2389
|
{
|
|
2374
2390
|
fillRule: "evenodd",
|
|
@@ -2382,32 +2398,32 @@ var TrendUp = (props) => {
|
|
|
2382
2398
|
var trend_up_default = TrendUp;
|
|
2383
2399
|
|
|
2384
2400
|
// src/icons/v2/solid/voila-point-base.tsx
|
|
2385
|
-
import { jsx as
|
|
2401
|
+
import { jsx as jsx87, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2386
2402
|
var VoilaPointBase = (props) => {
|
|
2387
2403
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2388
2404
|
return /* @__PURE__ */ jsxs60("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
2389
|
-
/* @__PURE__ */
|
|
2405
|
+
/* @__PURE__ */ jsx87(
|
|
2390
2406
|
"path",
|
|
2391
2407
|
{
|
|
2392
2408
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2393
2409
|
fill: "#8F8F8F"
|
|
2394
2410
|
}
|
|
2395
2411
|
),
|
|
2396
|
-
/* @__PURE__ */
|
|
2412
|
+
/* @__PURE__ */ jsx87(
|
|
2397
2413
|
"path",
|
|
2398
2414
|
{
|
|
2399
2415
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2400
2416
|
fill: "url(#paint0_linear_1327_167461)"
|
|
2401
2417
|
}
|
|
2402
2418
|
),
|
|
2403
|
-
/* @__PURE__ */
|
|
2419
|
+
/* @__PURE__ */ jsx87(
|
|
2404
2420
|
"path",
|
|
2405
2421
|
{
|
|
2406
2422
|
d: "M10 18.001C5.58172 18.001 2 14.4193 2 10.001C2 5.5827 5.58172 2.00098 10 2.00098C14.4183 2.00098 18 5.5827 18 10.001C18 14.4193 14.4183 18.001 10 18.001Z",
|
|
2407
2423
|
stroke: "white"
|
|
2408
2424
|
}
|
|
2409
2425
|
),
|
|
2410
|
-
/* @__PURE__ */
|
|
2426
|
+
/* @__PURE__ */ jsx87(
|
|
2411
2427
|
"path",
|
|
2412
2428
|
{
|
|
2413
2429
|
fillRule: "evenodd",
|
|
@@ -2416,7 +2432,7 @@ var VoilaPointBase = (props) => {
|
|
|
2416
2432
|
fill: "url(#paint1_linear_1327_167461)"
|
|
2417
2433
|
}
|
|
2418
2434
|
),
|
|
2419
|
-
/* @__PURE__ */
|
|
2435
|
+
/* @__PURE__ */ jsx87(
|
|
2420
2436
|
"path",
|
|
2421
2437
|
{
|
|
2422
2438
|
d: "M9.9068 12.7622C9.97092 12.7622 10.0283 12.7622 10.0931 12.7622C10.1079 12.7246 10.1248 12.6862 10.1383 12.6472C10.4056 11.8626 10.6715 11.0788 10.9388 10.2943C11.358 9.06274 11.7771 7.83121 12.1969 6.59967C12.2118 6.55643 12.2246 6.51111 12.2469 6.47205C12.3056 6.36605 12.394 6.30608 12.5148 6.30608C12.7274 6.30538 12.9401 6.30469 13.1527 6.30608C13.3909 6.30817 13.5367 6.51878 13.4557 6.7503C13.3687 6.99995 13.2742 7.24682 13.1824 7.49438C12.4635 9.43792 11.7454 11.3808 11.0259 13.3243C11.0043 13.3836 10.9786 13.4422 10.9449 13.4952C10.8733 13.6074 10.7721 13.6744 10.6405 13.6876C10.6027 13.6911 10.5656 13.6953 10.5278 13.6953C10.1781 13.696 9.82851 13.6953 9.47888 13.696C9.36684 13.696 9.26087 13.6772 9.16705 13.6088C9.07661 13.5426 9.02193 13.4519 8.98346 13.3466C8.73508 12.6723 8.48467 11.9979 8.23561 11.3243C7.67877 9.82007 7.12261 8.31657 6.56644 6.81306C6.53472 6.72659 6.50502 6.64151 6.5327 6.54528C6.57387 6.40371 6.68254 6.30817 6.82495 6.30678C7.05106 6.30399 7.27717 6.30399 7.50328 6.30678C7.643 6.30817 7.74357 6.38698 7.79419 6.53272C7.91771 6.88907 8.03852 7.24612 8.16069 7.60317C8.59469 8.87794 9.02936 10.1527 9.46201 11.4282C9.60037 11.8354 9.73266 12.2448 9.86765 12.6527C9.88048 12.689 9.89398 12.7246 9.9068 12.7622Z",
|
|
@@ -2434,8 +2450,8 @@ var VoilaPointBase = (props) => {
|
|
|
2434
2450
|
y2: "2.51294",
|
|
2435
2451
|
gradientUnits: "userSpaceOnUse",
|
|
2436
2452
|
children: [
|
|
2437
|
-
/* @__PURE__ */
|
|
2438
|
-
/* @__PURE__ */
|
|
2453
|
+
/* @__PURE__ */ jsx87("stop", { stopColor: "#E6E6E6" }),
|
|
2454
|
+
/* @__PURE__ */ jsx87("stop", { offset: "0.648152", stopColor: "#ACACAC" })
|
|
2439
2455
|
]
|
|
2440
2456
|
}
|
|
2441
2457
|
),
|
|
@@ -2449,9 +2465,9 @@ var VoilaPointBase = (props) => {
|
|
|
2449
2465
|
y2: "19.984",
|
|
2450
2466
|
gradientUnits: "userSpaceOnUse",
|
|
2451
2467
|
children: [
|
|
2452
|
-
/* @__PURE__ */
|
|
2453
|
-
/* @__PURE__ */
|
|
2454
|
-
/* @__PURE__ */
|
|
2468
|
+
/* @__PURE__ */ jsx87("stop", { stopColor: "#E6E6E6" }),
|
|
2469
|
+
/* @__PURE__ */ jsx87("stop", { offset: "0.427885", stopColor: "#D3D3D3" }),
|
|
2470
|
+
/* @__PURE__ */ jsx87("stop", { offset: "0.648152", stopColor: "#D6D6D6" })
|
|
2455
2471
|
]
|
|
2456
2472
|
}
|
|
2457
2473
|
)
|
|
@@ -2461,10 +2477,10 @@ var VoilaPointBase = (props) => {
|
|
|
2461
2477
|
var voila_point_base_default = VoilaPointBase;
|
|
2462
2478
|
|
|
2463
2479
|
// src/icons/v2/solid/voucher.tsx
|
|
2464
|
-
import { jsx as
|
|
2480
|
+
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
2465
2481
|
var Voucher = (props) => {
|
|
2466
2482
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2467
|
-
return /* @__PURE__ */
|
|
2483
|
+
return /* @__PURE__ */ jsx88("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx88(
|
|
2468
2484
|
"path",
|
|
2469
2485
|
{
|
|
2470
2486
|
fillRule: "evenodd",
|
|
@@ -2477,10 +2493,10 @@ var Voucher = (props) => {
|
|
|
2477
2493
|
var voucher_default = Voucher;
|
|
2478
2494
|
|
|
2479
2495
|
// src/icons/v2/solid/wallet.tsx
|
|
2480
|
-
import { jsx as
|
|
2496
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
2481
2497
|
var Wallet = (props) => {
|
|
2482
2498
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
2483
|
-
return /* @__PURE__ */
|
|
2499
|
+
return /* @__PURE__ */ jsx89("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ jsx89("g", { id: "24x24", children: /* @__PURE__ */ jsx89(
|
|
2484
2500
|
"path",
|
|
2485
2501
|
{
|
|
2486
2502
|
id: "Subtract",
|
|
@@ -2512,6 +2528,7 @@ export {
|
|
|
2512
2528
|
chat_cs_solid_default as ChatCsSolid,
|
|
2513
2529
|
check_default as Check,
|
|
2514
2530
|
check_large_default as CheckLarge,
|
|
2531
|
+
check_shield_default as CheckShieldSolid,
|
|
2515
2532
|
chevron_down_default as ChevronDown,
|
|
2516
2533
|
chevron_down_large_default as ChevronDownLarge,
|
|
2517
2534
|
chevron_left_default as ChevronLeft,
|