@dataloop-ai/icons 3.0.134 → 3.0.136
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/assets/ai21-labs-dark.svg +8 -1
- package/assets/ai21-labs-light.svg +8 -1
- package/assets/mistral-ai.svg +23 -30
- package/fonts/dl-icons.eot +0 -0
- package/fonts/dl-icons.svg +77 -122
- package/fonts/dl-icons.ttf +0 -0
- package/fonts/dl-icons.woff +0 -0
- package/package.json +1 -1
- package/style.css +63 -285
- package/types.d.ts +1 -3
- package/types.js +1 -3
- package/assets/testtt.svg +0 -25
- package/assets/testtt2.svg +0 -13
- package/assets/testtt3.svg +0 -24
- package/assets/testtt4.svg +0 -28
package/fonts/dl-icons.ttf
CHANGED
|
Binary file
|
package/fonts/dl-icons.woff
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'dl-icons';
|
|
3
|
-
src: url('fonts/dl-icons.eot?
|
|
4
|
-
src: url('fonts/dl-icons.eot?
|
|
5
|
-
url('fonts/dl-icons.ttf?
|
|
6
|
-
url('fonts/dl-icons.woff?
|
|
7
|
-
url('fonts/dl-icons.svg?
|
|
3
|
+
src: url('fonts/dl-icons.eot?3cmvlt');
|
|
4
|
+
src: url('fonts/dl-icons.eot?3cmvlt#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/dl-icons.ttf?3cmvlt') format('truetype'),
|
|
6
|
+
url('fonts/dl-icons.woff?3cmvlt') format('woff'),
|
|
7
|
+
url('fonts/dl-icons.svg?3cmvlt#dl-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -2107,445 +2107,223 @@
|
|
|
2107
2107
|
.icon-dl-task-filled:before {
|
|
2108
2108
|
content: "\eb27";
|
|
2109
2109
|
}
|
|
2110
|
-
.icon-dl-testtt .path1:before {
|
|
2111
|
-
content: "\eb28";
|
|
2112
|
-
color: rgb(0, 0, 0);
|
|
2113
|
-
opacity: 0.3;
|
|
2114
|
-
}
|
|
2115
|
-
.icon-dl-testtt .path2:before {
|
|
2116
|
-
content: "\eb29";
|
|
2117
|
-
margin-left: -1em;
|
|
2118
|
-
color: rgb(0, 0, 0);
|
|
2119
|
-
opacity: 0.3;
|
|
2120
|
-
}
|
|
2121
|
-
.icon-dl-testtt .path3:before {
|
|
2122
|
-
content: "\eb2a";
|
|
2123
|
-
margin-left: -1em;
|
|
2124
|
-
color: rgb(0, 0, 0);
|
|
2125
|
-
}
|
|
2126
|
-
.icon-dl-testtt .path4:before {
|
|
2127
|
-
content: "\eb2b";
|
|
2128
|
-
margin-left: -1em;
|
|
2129
|
-
color: rgb(247, 208, 70);
|
|
2130
|
-
}
|
|
2131
|
-
.icon-dl-testtt .path5:before {
|
|
2132
|
-
content: "\eb2c";
|
|
2133
|
-
margin-left: -1em;
|
|
2134
|
-
color: rgb(0, 0, 0);
|
|
2135
|
-
}
|
|
2136
|
-
.icon-dl-testtt .path6:before {
|
|
2137
|
-
content: "\eb2d";
|
|
2138
|
-
margin-left: -1em;
|
|
2139
|
-
color: rgb(0, 0, 0);
|
|
2140
|
-
}
|
|
2141
|
-
.icon-dl-testtt .path7:before {
|
|
2142
|
-
content: "\eb2e";
|
|
2143
|
-
margin-left: -1em;
|
|
2144
|
-
color: rgb(0, 0, 0);
|
|
2145
|
-
}
|
|
2146
|
-
.icon-dl-testtt .path8:before {
|
|
2147
|
-
content: "\eb2f";
|
|
2148
|
-
margin-left: -1em;
|
|
2149
|
-
color: rgb(247, 208, 70);
|
|
2150
|
-
}
|
|
2151
|
-
.icon-dl-testtt .path9:before {
|
|
2152
|
-
content: "\eb30";
|
|
2153
|
-
margin-left: -1em;
|
|
2154
|
-
color: rgb(242, 167, 59);
|
|
2155
|
-
}
|
|
2156
|
-
.icon-dl-testtt .path10:before {
|
|
2157
|
-
content: "\eb31";
|
|
2158
|
-
margin-left: -1em;
|
|
2159
|
-
color: rgb(0, 0, 0);
|
|
2160
|
-
}
|
|
2161
|
-
.icon-dl-testtt .path11:before {
|
|
2162
|
-
content: "\eb32";
|
|
2163
|
-
margin-left: -1em;
|
|
2164
|
-
color: rgb(242, 167, 59);
|
|
2165
|
-
}
|
|
2166
|
-
.icon-dl-testtt .path12:before {
|
|
2167
|
-
content: "\eb33";
|
|
2168
|
-
margin-left: -1em;
|
|
2169
|
-
color: rgb(238, 121, 47);
|
|
2170
|
-
}
|
|
2171
|
-
.icon-dl-testtt .path13:before {
|
|
2172
|
-
content: "\eb34";
|
|
2173
|
-
margin-left: -1em;
|
|
2174
|
-
color: rgb(238, 121, 47);
|
|
2175
|
-
}
|
|
2176
|
-
.icon-dl-testtt .path14:before {
|
|
2177
|
-
content: "\eb35";
|
|
2178
|
-
margin-left: -1em;
|
|
2179
|
-
color: rgb(0, 0, 0);
|
|
2180
|
-
}
|
|
2181
|
-
.icon-dl-testtt .path15:before {
|
|
2182
|
-
content: "\eb36";
|
|
2183
|
-
margin-left: -1em;
|
|
2184
|
-
color: rgb(235, 88, 41);
|
|
2185
|
-
}
|
|
2186
|
-
.icon-dl-testtt .path16:before {
|
|
2187
|
-
content: "\eb37";
|
|
2188
|
-
margin-left: -1em;
|
|
2189
|
-
color: rgb(238, 121, 47);
|
|
2190
|
-
}
|
|
2191
|
-
.icon-dl-testtt .path17:before {
|
|
2192
|
-
content: "\eb38";
|
|
2193
|
-
margin-left: -1em;
|
|
2194
|
-
color: rgb(0, 0, 0);
|
|
2195
|
-
}
|
|
2196
|
-
.icon-dl-testtt .path18:before {
|
|
2197
|
-
content: "\eb39";
|
|
2198
|
-
margin-left: -1em;
|
|
2199
|
-
color: rgb(235, 88, 41);
|
|
2200
|
-
}
|
|
2201
|
-
.icon-dl-testtt .path19:before {
|
|
2202
|
-
content: "\eb3a";
|
|
2203
|
-
margin-left: -1em;
|
|
2204
|
-
color: rgb(0, 0, 0);
|
|
2205
|
-
}
|
|
2206
|
-
.icon-dl-testtt .path20:before {
|
|
2207
|
-
content: "\eb3b";
|
|
2208
|
-
margin-left: -1em;
|
|
2209
|
-
color: rgb(235, 88, 41);
|
|
2210
|
-
}
|
|
2211
|
-
.icon-dl-testtt .path21:before {
|
|
2212
|
-
content: "\eb3c";
|
|
2213
|
-
margin-left: -1em;
|
|
2214
|
-
color: rgb(234, 51, 38);
|
|
2215
|
-
}
|
|
2216
|
-
.icon-dl-testtt2 .path1:before {
|
|
2217
|
-
content: "\eb3d";
|
|
2218
|
-
color: rgb(241, 81, 27);
|
|
2219
|
-
}
|
|
2220
|
-
.icon-dl-testtt2 .path2:before {
|
|
2221
|
-
content: "\eb3e";
|
|
2222
|
-
margin-left: -1em;
|
|
2223
|
-
color: rgb(128, 204, 40);
|
|
2224
|
-
}
|
|
2225
|
-
.icon-dl-testtt2 .path3:before {
|
|
2226
|
-
content: "\eb3f";
|
|
2227
|
-
margin-left: -1em;
|
|
2228
|
-
color: rgb(0, 173, 239);
|
|
2229
|
-
}
|
|
2230
|
-
.icon-dl-testtt2 .path4:before {
|
|
2231
|
-
content: "\eb40";
|
|
2232
|
-
margin-left: -1em;
|
|
2233
|
-
color: rgb(251, 188, 9);
|
|
2234
|
-
}
|
|
2235
|
-
.icon-dl-testtt3:before {
|
|
2236
|
-
content: "\eb41";
|
|
2237
|
-
}
|
|
2238
|
-
.icon-dl-testtt4 .path1:before {
|
|
2239
|
-
content: "\eb42";
|
|
2240
|
-
color: rgb(0, 0, 0);
|
|
2241
|
-
}
|
|
2242
|
-
.icon-dl-testtt4 .path2:before {
|
|
2243
|
-
content: "\eb43";
|
|
2244
|
-
margin-left: -1em;
|
|
2245
|
-
color: rgb(247, 208, 70);
|
|
2246
|
-
}
|
|
2247
|
-
.icon-dl-testtt4 .path3:before {
|
|
2248
|
-
content: "\eb44";
|
|
2249
|
-
margin-left: -1em;
|
|
2250
|
-
color: rgb(0, 0, 0);
|
|
2251
|
-
}
|
|
2252
|
-
.icon-dl-testtt4 .path4:before {
|
|
2253
|
-
content: "\eb45";
|
|
2254
|
-
margin-left: -1em;
|
|
2255
|
-
color: rgb(0, 0, 0);
|
|
2256
|
-
}
|
|
2257
|
-
.icon-dl-testtt4 .path5:before {
|
|
2258
|
-
content: "\eb46";
|
|
2259
|
-
margin-left: -1em;
|
|
2260
|
-
color: rgb(0, 0, 0);
|
|
2261
|
-
}
|
|
2262
|
-
.icon-dl-testtt4 .path6:before {
|
|
2263
|
-
content: "\eb47";
|
|
2264
|
-
margin-left: -1em;
|
|
2265
|
-
color: rgb(247, 208, 70);
|
|
2266
|
-
}
|
|
2267
|
-
.icon-dl-testtt4 .path7:before {
|
|
2268
|
-
content: "\eb48";
|
|
2269
|
-
margin-left: -1em;
|
|
2270
|
-
color: rgb(242, 167, 59);
|
|
2271
|
-
}
|
|
2272
|
-
.icon-dl-testtt4 .path8:before {
|
|
2273
|
-
content: "\eb49";
|
|
2274
|
-
margin-left: -1em;
|
|
2275
|
-
color: rgb(0, 0, 0);
|
|
2276
|
-
}
|
|
2277
|
-
.icon-dl-testtt4 .path9:before {
|
|
2278
|
-
content: "\eb4a";
|
|
2279
|
-
margin-left: -1em;
|
|
2280
|
-
color: rgb(242, 167, 59);
|
|
2281
|
-
}
|
|
2282
|
-
.icon-dl-testtt4 .path10:before {
|
|
2283
|
-
content: "\eb4b";
|
|
2284
|
-
margin-left: -1em;
|
|
2285
|
-
color: rgb(238, 121, 47);
|
|
2286
|
-
}
|
|
2287
|
-
.icon-dl-testtt4 .path11:before {
|
|
2288
|
-
content: "\eb4c";
|
|
2289
|
-
margin-left: -1em;
|
|
2290
|
-
color: rgb(238, 121, 47);
|
|
2291
|
-
}
|
|
2292
|
-
.icon-dl-testtt4 .path12:before {
|
|
2293
|
-
content: "\eb4d";
|
|
2294
|
-
margin-left: -1em;
|
|
2295
|
-
color: rgb(0, 0, 0);
|
|
2296
|
-
}
|
|
2297
|
-
.icon-dl-testtt4 .path13:before {
|
|
2298
|
-
content: "\eb4e";
|
|
2299
|
-
margin-left: -1em;
|
|
2300
|
-
color: rgb(235, 88, 41);
|
|
2301
|
-
}
|
|
2302
|
-
.icon-dl-testtt4 .path14:before {
|
|
2303
|
-
content: "\eb4f";
|
|
2304
|
-
margin-left: -1em;
|
|
2305
|
-
color: rgb(238, 121, 47);
|
|
2306
|
-
}
|
|
2307
|
-
.icon-dl-testtt4 .path15:before {
|
|
2308
|
-
content: "\eb50";
|
|
2309
|
-
margin-left: -1em;
|
|
2310
|
-
color: rgb(0, 0, 0);
|
|
2311
|
-
}
|
|
2312
|
-
.icon-dl-testtt4 .path16:before {
|
|
2313
|
-
content: "\eb51";
|
|
2314
|
-
margin-left: -1em;
|
|
2315
|
-
color: rgb(235, 88, 41);
|
|
2316
|
-
}
|
|
2317
|
-
.icon-dl-testtt4 .path17:before {
|
|
2318
|
-
content: "\eb52";
|
|
2319
|
-
margin-left: -1em;
|
|
2320
|
-
color: rgb(0, 0, 0);
|
|
2321
|
-
}
|
|
2322
|
-
.icon-dl-testtt4 .path18:before {
|
|
2323
|
-
content: "\eb53";
|
|
2324
|
-
margin-left: -1em;
|
|
2325
|
-
color: rgb(235, 88, 41);
|
|
2326
|
-
}
|
|
2327
|
-
.icon-dl-testtt4 .path19:before {
|
|
2328
|
-
content: "\eb54";
|
|
2329
|
-
margin-left: -1em;
|
|
2330
|
-
color: rgb(234, 51, 38);
|
|
2331
|
-
}
|
|
2332
2110
|
.icon-dl-text:before {
|
|
2333
|
-
content: "\
|
|
2111
|
+
content: "\eb28";
|
|
2334
2112
|
}
|
|
2335
2113
|
.icon-dl-text-file:before {
|
|
2336
|
-
content: "\
|
|
2114
|
+
content: "\eb29";
|
|
2337
2115
|
}
|
|
2338
2116
|
.icon-dl-thumbnail:before {
|
|
2339
|
-
content: "\
|
|
2117
|
+
content: "\eb2a";
|
|
2340
2118
|
}
|
|
2341
2119
|
.icon-dl-time:before {
|
|
2342
|
-
content: "\
|
|
2120
|
+
content: "\eb2b";
|
|
2343
2121
|
}
|
|
2344
2122
|
.icon-dl-timer:before {
|
|
2345
|
-
content: "\
|
|
2123
|
+
content: "\eb2c";
|
|
2346
2124
|
}
|
|
2347
2125
|
.icon-dl-top-view:before {
|
|
2348
|
-
content: "\
|
|
2126
|
+
content: "\eb2d";
|
|
2349
2127
|
}
|
|
2350
2128
|
.icon-dl-train:before {
|
|
2351
|
-
content: "\
|
|
2129
|
+
content: "\eb2e";
|
|
2352
2130
|
}
|
|
2353
2131
|
.icon-dl-translate:before {
|
|
2354
|
-
content: "\
|
|
2132
|
+
content: "\eb2f";
|
|
2355
2133
|
}
|
|
2356
2134
|
.icon-dl-trigger:before {
|
|
2357
|
-
content: "\
|
|
2135
|
+
content: "\eb30";
|
|
2358
2136
|
}
|
|
2359
2137
|
.icon-dl-trigger-filled:before {
|
|
2360
|
-
content: "\
|
|
2138
|
+
content: "\eb31";
|
|
2361
2139
|
}
|
|
2362
2140
|
.icon-dl-two-lines:before {
|
|
2363
|
-
content: "\
|
|
2141
|
+
content: "\eb32";
|
|
2364
2142
|
}
|
|
2365
2143
|
.icon-dl-ultralytics .path1:before {
|
|
2366
|
-
content: "\
|
|
2144
|
+
content: "\eb33";
|
|
2367
2145
|
color: rgb(0, 0, 0);
|
|
2368
2146
|
}
|
|
2369
2147
|
.icon-dl-ultralytics .path2:before {
|
|
2370
|
-
content: "\
|
|
2148
|
+
content: "\eb34";
|
|
2371
2149
|
margin-left: -1em;
|
|
2372
2150
|
color: rgb(11, 35, 169);
|
|
2373
2151
|
}
|
|
2374
2152
|
.icon-dl-ultralytics-dark:before {
|
|
2375
|
-
content: "\
|
|
2153
|
+
content: "\eb35";
|
|
2376
2154
|
color: #fff;
|
|
2377
2155
|
}
|
|
2378
2156
|
.icon-dl-ultralytics-light:before {
|
|
2379
|
-
content: "\
|
|
2157
|
+
content: "\eb36";
|
|
2380
2158
|
}
|
|
2381
2159
|
.icon-dl-undefined-label:before {
|
|
2382
|
-
content: "\
|
|
2160
|
+
content: "\eb37";
|
|
2383
2161
|
}
|
|
2384
2162
|
.icon-dl-undo:before {
|
|
2385
|
-
content: "\
|
|
2163
|
+
content: "\eb38";
|
|
2386
2164
|
}
|
|
2387
2165
|
.icon-dl-unionpay .path1:before {
|
|
2388
|
-
content: "\
|
|
2166
|
+
content: "\eb39";
|
|
2389
2167
|
color: rgb(255, 255, 255);
|
|
2390
2168
|
}
|
|
2391
2169
|
.icon-dl-unionpay .path2:before {
|
|
2392
|
-
content: "\
|
|
2170
|
+
content: "\eb3a";
|
|
2393
2171
|
margin-left: -1em;
|
|
2394
2172
|
color: rgb(228, 228, 228);
|
|
2395
2173
|
}
|
|
2396
2174
|
.icon-dl-unionpay .path3:before {
|
|
2397
|
-
content: "\
|
|
2175
|
+
content: "\eb3b";
|
|
2398
2176
|
margin-left: -1em;
|
|
2399
2177
|
color: rgb(0, 157, 165);
|
|
2400
2178
|
}
|
|
2401
2179
|
.icon-dl-unionpay .path4:before {
|
|
2402
|
-
content: "\
|
|
2180
|
+
content: "\eb3c";
|
|
2403
2181
|
margin-left: -1em;
|
|
2404
2182
|
color: rgb(2, 204, 204);
|
|
2405
2183
|
}
|
|
2406
2184
|
.icon-dl-unionpay .path5:before {
|
|
2407
|
-
content: "\
|
|
2185
|
+
content: "\eb3d";
|
|
2408
2186
|
margin-left: -1em;
|
|
2409
2187
|
color: rgb(2, 204, 204);
|
|
2410
2188
|
}
|
|
2411
2189
|
.icon-dl-unionpay .path6:before {
|
|
2412
|
-
content: "\
|
|
2190
|
+
content: "\eb3e";
|
|
2413
2191
|
margin-left: -1em;
|
|
2414
2192
|
color: rgb(0, 157, 165);
|
|
2415
2193
|
}
|
|
2416
2194
|
.icon-dl-unionpay .path7:before {
|
|
2417
|
-
content: "\
|
|
2195
|
+
content: "\eb3f";
|
|
2418
2196
|
margin-left: -1em;
|
|
2419
2197
|
color: rgb(2, 204, 204);
|
|
2420
2198
|
}
|
|
2421
2199
|
.icon-dl-unionpay .path8:before {
|
|
2422
|
-
content: "\
|
|
2200
|
+
content: "\eb40";
|
|
2423
2201
|
margin-left: -1em;
|
|
2424
2202
|
color: rgb(255, 127, 41);
|
|
2425
2203
|
}
|
|
2426
2204
|
.icon-dl-unionpay .path9:before {
|
|
2427
|
-
content: "\
|
|
2205
|
+
content: "\eb41";
|
|
2428
2206
|
margin-left: -1em;
|
|
2429
2207
|
color: rgb(234, 34, 39);
|
|
2430
2208
|
}
|
|
2431
2209
|
.icon-dl-unionpay .path10:before {
|
|
2432
|
-
content: "\
|
|
2210
|
+
content: "\eb42";
|
|
2433
2211
|
margin-left: -1em;
|
|
2434
2212
|
color: rgb(234, 34, 39);
|
|
2435
2213
|
}
|
|
2436
2214
|
.icon-dl-unionpay .path11:before {
|
|
2437
|
-
content: "\
|
|
2215
|
+
content: "\eb43";
|
|
2438
2216
|
margin-left: -1em;
|
|
2439
2217
|
color: rgb(165, 0, 47);
|
|
2440
2218
|
}
|
|
2441
2219
|
.icon-dl-unionpay .path12:before {
|
|
2442
|
-
content: "\
|
|
2220
|
+
content: "\eb44";
|
|
2443
2221
|
margin-left: -1em;
|
|
2444
2222
|
color: rgb(234, 34, 39);
|
|
2445
2223
|
}
|
|
2446
2224
|
.icon-dl-unionpay .path13:before {
|
|
2447
|
-
content: "\
|
|
2225
|
+
content: "\eb45";
|
|
2448
2226
|
margin-left: -1em;
|
|
2449
2227
|
color: rgb(234, 34, 39);
|
|
2450
2228
|
}
|
|
2451
2229
|
.icon-dl-unionpay .path14:before {
|
|
2452
|
-
content: "\
|
|
2230
|
+
content: "\eb46";
|
|
2453
2231
|
margin-left: -1em;
|
|
2454
2232
|
color: rgb(19, 152, 226);
|
|
2455
2233
|
}
|
|
2456
2234
|
.icon-dl-unionpay .path15:before {
|
|
2457
|
-
content: "\
|
|
2235
|
+
content: "\eb47";
|
|
2458
2236
|
margin-left: -1em;
|
|
2459
2237
|
color: rgb(8, 114, 185);
|
|
2460
2238
|
}
|
|
2461
2239
|
.icon-dl-unionpay .path16:before {
|
|
2462
|
-
content: "\
|
|
2240
|
+
content: "\eb48";
|
|
2463
2241
|
margin-left: -1em;
|
|
2464
2242
|
color: rgb(5, 80, 147);
|
|
2465
2243
|
}
|
|
2466
2244
|
.icon-dl-unionpay .path17:before {
|
|
2467
|
-
content: "\
|
|
2245
|
+
content: "\eb49";
|
|
2468
2246
|
margin-left: -1em;
|
|
2469
2247
|
color: rgb(8, 114, 185);
|
|
2470
2248
|
}
|
|
2471
2249
|
.icon-dl-unionpay .path18:before {
|
|
2472
|
-
content: "\
|
|
2250
|
+
content: "\eb4a";
|
|
2473
2251
|
margin-left: -1em;
|
|
2474
2252
|
color: rgb(5, 80, 147);
|
|
2475
2253
|
}
|
|
2476
2254
|
.icon-dl-unionpay .path19:before {
|
|
2477
|
-
content: "\
|
|
2255
|
+
content: "\eb4b";
|
|
2478
2256
|
margin-left: -1em;
|
|
2479
2257
|
color: rgb(165, 0, 47);
|
|
2480
2258
|
}
|
|
2481
2259
|
.icon-dl-unite:before {
|
|
2482
|
-
content: "\
|
|
2260
|
+
content: "\eb4c";
|
|
2483
2261
|
}
|
|
2484
2262
|
.icon-dl-unmasked-pixel-filled:before {
|
|
2485
|
-
content: "\
|
|
2263
|
+
content: "\eb4d";
|
|
2486
2264
|
}
|
|
2487
2265
|
.icon-dl-unsupported-file:before {
|
|
2488
|
-
content: "\
|
|
2266
|
+
content: "\eb4e";
|
|
2489
2267
|
}
|
|
2490
2268
|
.icon-dl-unsupported-file-filled:before {
|
|
2491
|
-
content: "\
|
|
2269
|
+
content: "\eb4f";
|
|
2492
2270
|
}
|
|
2493
2271
|
.icon-dl-up-chevron:before {
|
|
2494
|
-
content: "\
|
|
2272
|
+
content: "\eb50";
|
|
2495
2273
|
}
|
|
2496
2274
|
.icon-dl-upload:before {
|
|
2497
|
-
content: "\
|
|
2275
|
+
content: "\eb51";
|
|
2498
2276
|
}
|
|
2499
2277
|
.icon-dl-usage:before {
|
|
2500
|
-
content: "\
|
|
2278
|
+
content: "\eb52";
|
|
2501
2279
|
}
|
|
2502
2280
|
.icon-dl-variable:before {
|
|
2503
|
-
content: "\
|
|
2281
|
+
content: "\eb53";
|
|
2504
2282
|
}
|
|
2505
2283
|
.icon-dl-vehicles:before {
|
|
2506
|
-
content: "\
|
|
2284
|
+
content: "\eb54";
|
|
2507
2285
|
}
|
|
2508
2286
|
.icon-dl-version:before {
|
|
2509
|
-
content: "\
|
|
2287
|
+
content: "\eb55";
|
|
2510
2288
|
}
|
|
2511
2289
|
.icon-dl-video-end:before {
|
|
2512
|
-
content: "\
|
|
2290
|
+
content: "\eb56";
|
|
2513
2291
|
}
|
|
2514
2292
|
.icon-dl-video-filled:before {
|
|
2515
|
-
content: "\
|
|
2293
|
+
content: "\eb57";
|
|
2516
2294
|
}
|
|
2517
2295
|
.icon-dl-view:before {
|
|
2518
|
-
content: "\
|
|
2296
|
+
content: "\eb58";
|
|
2519
2297
|
}
|
|
2520
2298
|
.icon-dl-visa .path1:before {
|
|
2521
|
-
content: "\
|
|
2299
|
+
content: "\eb59";
|
|
2522
2300
|
color: rgb(255, 255, 255);
|
|
2523
2301
|
}
|
|
2524
2302
|
.icon-dl-visa .path2:before {
|
|
2525
|
-
content: "\
|
|
2303
|
+
content: "\eb5a";
|
|
2526
2304
|
margin-left: -1em;
|
|
2527
2305
|
color: rgb(228, 228, 228);
|
|
2528
2306
|
}
|
|
2529
2307
|
.icon-dl-visa .path3:before {
|
|
2530
|
-
content: "\
|
|
2308
|
+
content: "\eb5b";
|
|
2531
2309
|
margin-left: -1em;
|
|
2532
2310
|
color: rgb(26, 42, 223);
|
|
2533
2311
|
}
|
|
2534
2312
|
.icon-dl-window:before {
|
|
2535
|
-
content: "\
|
|
2313
|
+
content: "\eb5c";
|
|
2536
2314
|
}
|
|
2537
2315
|
.icon-dl-workflows:before {
|
|
2538
|
-
content: "\
|
|
2316
|
+
content: "\eb5d";
|
|
2539
2317
|
}
|
|
2540
2318
|
.icon-dl-workflows-outline:before {
|
|
2541
|
-
content: "\
|
|
2319
|
+
content: "\eb5e";
|
|
2542
2320
|
}
|
|
2543
2321
|
.icon-dl-youtube:before {
|
|
2544
|
-
content: "\
|
|
2322
|
+
content: "\eb5f";
|
|
2545
2323
|
}
|
|
2546
2324
|
.icon-dl-zoom-in:before {
|
|
2547
|
-
content: "\
|
|
2325
|
+
content: "\eb60";
|
|
2548
2326
|
}
|
|
2549
2327
|
.icon-dl-zoom-out:before {
|
|
2550
|
-
content: "\
|
|
2328
|
+
content: "\eb61";
|
|
2551
2329
|
}
|
package/types.d.ts
CHANGED
package/types.js
CHANGED
|
@@ -38,7 +38,5 @@ export var COLORED_ICONS;
|
|
|
38
38
|
COLORED_ICONS["AI21_LABS_LIGHT"] = "ai21-labs-light";
|
|
39
39
|
COLORED_ICONS["AI21_LABS_DARK"] = "ai21-labs-dark";
|
|
40
40
|
COLORED_ICONS["COHERE"] = "cohere";
|
|
41
|
-
COLORED_ICONS["
|
|
42
|
-
COLORED_ICONS["TESTTT2"] = "testtt2";
|
|
43
|
-
COLORED_ICONS["TESTTT4"] = "testtt4";
|
|
41
|
+
COLORED_ICONS["MISTRAL_AI"] = "mistral-ai";
|
|
44
42
|
})(COLORED_ICONS || (COLORED_ICONS = {}));
|
package/assets/testtt.svg
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
-
<g id="icomoon-ignore">
|
|
3
|
-
<line stroke-width="1" x1="16" y1="0" x2="16" y2="32" stroke="#449FDB" opacity="0.3"></line>
|
|
4
|
-
<line stroke-width="1" x1="0" y1="16" x2="32" y2="16" stroke="#449FDB" opacity="0.3"></line>
|
|
5
|
-
</g>
|
|
6
|
-
<path fill="#000" d="M29.091 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
7
|
-
<path fill="#f7d046" d="M32 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
8
|
-
<path fill="#000" d="M5.818 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
9
|
-
<path fill="#000" d="M5.818 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
10
|
-
<path fill="#000" d="M5.818 13.091h-5.818v5.818h5.818v-5.818zM5.818 18.909h-5.818v5.818h5.818v-5.818zM5.818 24.727h-5.818v5.818h5.818v-5.818z"></path>
|
|
11
|
-
<path fill="#f7d046" d="M8.727 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
12
|
-
<path fill="#f2a73b" d="M32 7.273h-5.818v5.818h5.818v-5.818zM8.727 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
13
|
-
<path fill="#000" d="M23.273 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
14
|
-
<path fill="#f2a73b" d="M26.182 7.273h-5.818v5.818h5.818v-5.818zM14.546 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
15
|
-
<path fill="#ee792f" d="M20.364 13.091h-5.818v5.818h5.818v-5.818zM26.182 13.091h-5.818v5.818h5.818v-5.818z"></path>
|
|
16
|
-
<path fill="#ee792f" d="M14.546 13.091h-5.818v5.818h5.818v-5.818z"></path>
|
|
17
|
-
<path fill="#000" d="M17.455 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
18
|
-
<path fill="#eb5829" d="M20.364 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
19
|
-
<path fill="#ee792f" d="M32 13.091h-5.818v5.818h5.818v-5.818zM8.727 13.091h-5.818v5.818h5.818v-5.818z"></path>
|
|
20
|
-
<path fill="#000" d="M29.091 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
21
|
-
<path fill="#eb5829" d="M32 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
22
|
-
<path fill="#000" d="M29.091 24.727h-5.818v5.818h5.818v-5.818z"></path>
|
|
23
|
-
<path fill="#eb5829" d="M8.727 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
24
|
-
<path fill="#ea3326" d="M32 24.727h-5.818v5.818h5.818v-5.818zM8.727 24.727h-5.818v5.818h5.818v-5.818z"></path>
|
|
25
|
-
</svg>
|
package/assets/testtt2.svg
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_17840_3024)">
|
|
3
|
-
<path d="M9.50472 9.5032H0V0H9.50472V9.5032Z" fill="#F1511B"/>
|
|
4
|
-
<path d="M20 9.5032H10.4945V0H19.9992V9.5032H20Z" fill="#80CC28"/>
|
|
5
|
-
<path d="M9.50472 20H0V10.4968H9.50472V20Z" fill="#00ADEF"/>
|
|
6
|
-
<path d="M20 20H10.4945V10.4968H19.9992V20H20Z" fill="#FBBC09"/>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0_17840_3024">
|
|
10
|
-
<rect width="20" height="20" fill="white"/>
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
package/assets/testtt3.svg
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!-- Generated by IcoMoon.io -->
|
|
2
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
3
|
-
<g id="icomoon-ignore">
|
|
4
|
-
</g>
|
|
5
|
-
<path d="M465.454 23.272h-93.092v93.091h93.092v-93.091z"></path>
|
|
6
|
-
<path d="M511.998 23.272h-93.092v93.091h93.092v-93.091z"></path>
|
|
7
|
-
<path d="M93.091 23.272h-93.091v93.091h93.091v-93.091z"></path>
|
|
8
|
-
<path d="M93.091 116.362h-93.091v93.091h93.091v-93.091z"></path>
|
|
9
|
-
<path d="M93.091 209.453h-93.091v93.090h93.091v-93.091zM93.091 302.543h-93.091v93.092h93.091v-93.092zM93.091 395.635h-93.091v93.089h93.091v-93.089z"></path>
|
|
10
|
-
<path d="M139.635 23.272h-93.091v93.091h93.091v-93.091z"></path>
|
|
11
|
-
<path d="M511.998 116.362h-93.092v93.091h93.092v-93.091zM139.635 116.362h-93.091v93.091h93.091v-93.091z"></path>
|
|
12
|
-
<path d="M372.365 116.362h-93.089v93.091h93.089v-93.091z"></path>
|
|
13
|
-
<path d="M418.911 116.362h-93.092v93.091h93.092v-93.091zM232.728 116.362h-93.091v93.091h93.091v-93.091z"></path>
|
|
14
|
-
<path d="M325.817 209.453h-93.091v93.090h93.091v-93.091zM418.911 209.453h-93.092v93.090h93.092v-93.091z"></path>
|
|
15
|
-
<path d="M232.728 209.453h-93.091v93.090h93.091v-93.091z"></path>
|
|
16
|
-
<path d="M279.273 302.543h-93.091v93.092h93.091v-93.092z"></path>
|
|
17
|
-
<path d="M325.817 302.543h-93.091v93.092h93.091v-93.092z"></path>
|
|
18
|
-
<path d="M511.998 209.453h-93.092v93.090h93.092v-93.091zM139.635 209.453h-93.091v93.090h93.091v-93.091z"></path>
|
|
19
|
-
<path d="M465.454 302.543h-93.092v93.092h93.092v-93.092z"></path>
|
|
20
|
-
<path d="M511.998 302.543h-93.092v93.092h93.092v-93.092z"></path>
|
|
21
|
-
<path d="M465.454 395.635h-93.092v93.089h93.092v-93.089z"></path>
|
|
22
|
-
<path d="M139.635 302.543h-93.091v93.092h93.091v-93.092z"></path>
|
|
23
|
-
<path d="M511.998 395.635h-93.092v93.089h93.092v-93.089zM139.635 395.635h-93.091v93.089h93.091v-93.089z"></path>
|
|
24
|
-
</svg>
|
package/assets/testtt4.svg
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
-
<g clip-path="url(#clip0_10317_4473289)">
|
|
3
|
-
<path fill="#000" d="M29.091 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
4
|
-
<path fill="#f7d046" d="M32 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
5
|
-
<path fill="#000" d="M5.818 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
6
|
-
<path fill="#000" d="M5.818 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
7
|
-
<path fill="#000" d="M5.818 13.091h-5.818v5.818h5.818v-5.818zM5.818 18.909h-5.818v5.818h5.818v-5.818zM5.818 24.727h-5.818v5.818h5.818v-5.818z"></path>
|
|
8
|
-
<path fill="#f7d046" d="M8.727 1.454h-5.818v5.818h5.818v-5.818z"></path>
|
|
9
|
-
<path fill="#f2a73b" d="M32 7.273h-5.818v5.818h5.818v-5.818zM8.727 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
10
|
-
<path fill="#000" d="M23.273 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
11
|
-
<path fill="#f2a73b" d="M26.182 7.273h-5.818v5.818h5.818v-5.818zM14.546 7.273h-5.818v5.818h5.818v-5.818z"></path>
|
|
12
|
-
<path fill="#ee792f" d="M20.364 13.091h-5.818v5.818h5.818v-5.818zM26.182 13.091h-5.818v5.818h5.818v-5.818z"></path>
|
|
13
|
-
<path fill="#ee792f" d="M14.546 13.091h-5.818v5.818h5.818v-5.818z"></path>
|
|
14
|
-
<path fill="#000" d="M17.455 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
15
|
-
<path fill="#eb5829" d="M20.364 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
16
|
-
<path fill="#ee792f" d="M32 13.091h-5.818v5.818h5.818v-5.818zM8.727 13.091h-5.818v5.818h5.818v-5.818z"></path>
|
|
17
|
-
<path fill="#000" d="M29.091 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
18
|
-
<path fill="#eb5829" d="M32 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
19
|
-
<path fill="#000" d="M29.091 24.727h-5.818v5.818h5.818v-5.818z"></path>
|
|
20
|
-
<path fill="#eb5829" d="M8.727 18.909h-5.818v5.818h5.818v-5.818z"></path>
|
|
21
|
-
<path fill="#ea3326" d="M32 24.727h-5.818v5.818h5.818v-5.818zM8.727 24.727h-5.818v5.818h5.818v-5.818z"></path>
|
|
22
|
-
</g>
|
|
23
|
-
<defs>
|
|
24
|
-
<clipPath id="clip0_10317_4473289">
|
|
25
|
-
<rect width="32" height="32" fill="white"/>
|
|
26
|
-
</clipPath>
|
|
27
|
-
</defs>
|
|
28
|
-
</svg>
|