@dataloop-ai/icons 3.0.152 → 3.0.154
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/pin-filled.svg +3 -0
- package/assets/pin.svg +3 -0
- package/assets/runway.svg +3 -0
- package/assets/salesforce.svg +3 -0
- package/assets/smart-search-temporary.svg +24 -0
- package/assets/unpin-filled.svg +8 -0
- package/assets/unpin.svg +4 -0
- package/assets/unum.svg +10 -0
- package/fonts/dl-icons.eot +0 -0
- package/fonts/dl-icons.svg +193 -185
- package/fonts/dl-icons.ttf +0 -0
- package/fonts/dl-icons.woff +0 -0
- package/package.json +2 -2
- package/style.css +215 -190
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?iscpac');
|
|
4
|
+
src: url('fonts/dl-icons.eot?iscpac#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/dl-icons.ttf?iscpac') format('truetype'),
|
|
6
|
+
url('fonts/dl-icons.woff?iscpac') format('woff'),
|
|
7
|
+
url('fonts/dl-icons.svg?iscpac#dl-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -2110,668 +2110,693 @@
|
|
|
2110
2110
|
.icon-dl-pdf-filled:before {
|
|
2111
2111
|
content: "\eb1b";
|
|
2112
2112
|
}
|
|
2113
|
-
.icon-dl-pin
|
|
2113
|
+
.icon-dl-pin:before {
|
|
2114
2114
|
content: "\eb1c";
|
|
2115
2115
|
}
|
|
2116
|
-
.icon-dl-
|
|
2116
|
+
.icon-dl-pin-filled:before {
|
|
2117
2117
|
content: "\eb1d";
|
|
2118
2118
|
}
|
|
2119
|
-
.icon-dl-
|
|
2119
|
+
.icon-dl-pin-mark:before {
|
|
2120
2120
|
content: "\eb1e";
|
|
2121
2121
|
}
|
|
2122
|
-
.icon-dl-
|
|
2122
|
+
.icon-dl-pipeline:before {
|
|
2123
2123
|
content: "\eb1f";
|
|
2124
2124
|
}
|
|
2125
|
-
.icon-dl-
|
|
2125
|
+
.icon-dl-pipeline-filled:before {
|
|
2126
2126
|
content: "\eb20";
|
|
2127
2127
|
}
|
|
2128
|
-
.icon-dl-
|
|
2128
|
+
.icon-dl-plan:before {
|
|
2129
2129
|
content: "\eb21";
|
|
2130
2130
|
}
|
|
2131
|
-
.icon-dl-
|
|
2131
|
+
.icon-dl-plan-filled:before {
|
|
2132
2132
|
content: "\eb22";
|
|
2133
2133
|
}
|
|
2134
|
-
.icon-dl-
|
|
2134
|
+
.icon-dl-platform-release-notes:before {
|
|
2135
2135
|
content: "\eb23";
|
|
2136
2136
|
}
|
|
2137
|
-
.icon-dl-
|
|
2137
|
+
.icon-dl-platform-release-notes-filled:before {
|
|
2138
2138
|
content: "\eb24";
|
|
2139
2139
|
}
|
|
2140
|
-
.icon-dl-
|
|
2140
|
+
.icon-dl-play:before {
|
|
2141
2141
|
content: "\eb25";
|
|
2142
2142
|
}
|
|
2143
|
-
.icon-dl-
|
|
2143
|
+
.icon-dl-plus:before {
|
|
2144
2144
|
content: "\eb26";
|
|
2145
2145
|
}
|
|
2146
|
-
.icon-dl-
|
|
2146
|
+
.icon-dl-point:before {
|
|
2147
2147
|
content: "\eb27";
|
|
2148
2148
|
}
|
|
2149
|
-
.icon-dl-
|
|
2149
|
+
.icon-dl-poligonal-hand-filled:before {
|
|
2150
2150
|
content: "\eb28";
|
|
2151
2151
|
}
|
|
2152
|
-
.icon-dl-
|
|
2152
|
+
.icon-dl-polygon:before {
|
|
2153
2153
|
content: "\eb29";
|
|
2154
2154
|
}
|
|
2155
|
-
.icon-dl-
|
|
2155
|
+
.icon-dl-polyline:before {
|
|
2156
2156
|
content: "\eb2a";
|
|
2157
2157
|
}
|
|
2158
|
-
.icon-dl-
|
|
2158
|
+
.icon-dl-pose:before {
|
|
2159
2159
|
content: "\eb2b";
|
|
2160
2160
|
}
|
|
2161
|
-
.icon-dl-
|
|
2161
|
+
.icon-dl-previous-page:before {
|
|
2162
2162
|
content: "\eb2c";
|
|
2163
2163
|
}
|
|
2164
|
-
.icon-dl-private
|
|
2164
|
+
.icon-dl-private:before {
|
|
2165
2165
|
content: "\eb2d";
|
|
2166
2166
|
}
|
|
2167
|
-
.icon-dl-
|
|
2167
|
+
.icon-dl-private-compute:before {
|
|
2168
2168
|
content: "\eb2e";
|
|
2169
2169
|
}
|
|
2170
|
-
.icon-dl-
|
|
2170
|
+
.icon-dl-private-compute-outline:before {
|
|
2171
2171
|
content: "\eb2f";
|
|
2172
2172
|
}
|
|
2173
|
-
.icon-dl-
|
|
2173
|
+
.icon-dl-project:before {
|
|
2174
2174
|
content: "\eb30";
|
|
2175
2175
|
}
|
|
2176
|
-
.icon-dl-
|
|
2176
|
+
.icon-dl-project-filled:before {
|
|
2177
2177
|
content: "\eb31";
|
|
2178
2178
|
}
|
|
2179
|
-
.icon-dl-
|
|
2179
|
+
.icon-dl-pulling:before {
|
|
2180
2180
|
content: "\eb32";
|
|
2181
2181
|
}
|
|
2182
|
-
.icon-dl-
|
|
2182
|
+
.icon-dl-pulling-filled:before {
|
|
2183
2183
|
content: "\eb33";
|
|
2184
2184
|
}
|
|
2185
|
-
.icon-dl-
|
|
2185
|
+
.icon-dl-python:before {
|
|
2186
2186
|
content: "\eb34";
|
|
2187
2187
|
}
|
|
2188
|
-
.icon-dl-qa
|
|
2188
|
+
.icon-dl-qa:before {
|
|
2189
2189
|
content: "\eb35";
|
|
2190
2190
|
}
|
|
2191
|
-
.icon-dl-
|
|
2191
|
+
.icon-dl-qa-filled:before {
|
|
2192
2192
|
content: "\eb36";
|
|
2193
|
+
}
|
|
2194
|
+
.icon-dl-qa-sampling:before {
|
|
2195
|
+
content: "\eb37";
|
|
2196
|
+
}
|
|
2197
|
+
.icon-dl-qualcomm:before {
|
|
2198
|
+
content: "\eb38";
|
|
2193
2199
|
color: #3253dc;
|
|
2194
2200
|
}
|
|
2195
2201
|
.icon-dl-query:before {
|
|
2196
|
-
content: "\
|
|
2202
|
+
content: "\eb39";
|
|
2197
2203
|
}
|
|
2198
2204
|
.icon-dl-query-search:before {
|
|
2199
|
-
content: "\
|
|
2205
|
+
content: "\eb3a";
|
|
2200
2206
|
}
|
|
2201
2207
|
.icon-dl-question:before {
|
|
2202
|
-
content: "\
|
|
2208
|
+
content: "\eb3b";
|
|
2203
2209
|
}
|
|
2204
2210
|
.icon-dl-queue:before {
|
|
2205
|
-
content: "\
|
|
2211
|
+
content: "\eb3c";
|
|
2206
2212
|
}
|
|
2207
2213
|
.icon-dl-recipe:before {
|
|
2208
|
-
content: "\
|
|
2214
|
+
content: "\eb3d";
|
|
2209
2215
|
}
|
|
2210
2216
|
.icon-dl-recipe-filled:before {
|
|
2211
|
-
content: "\
|
|
2217
|
+
content: "\eb3e";
|
|
2212
2218
|
}
|
|
2213
2219
|
.icon-dl-recognize-celebrities:before {
|
|
2214
|
-
content: "\
|
|
2220
|
+
content: "\eb3f";
|
|
2215
2221
|
}
|
|
2216
2222
|
.icon-dl-redo:before {
|
|
2217
|
-
content: "\
|
|
2223
|
+
content: "\eb40";
|
|
2218
2224
|
}
|
|
2219
2225
|
.icon-dl-refresh:before {
|
|
2220
|
-
content: "\
|
|
2226
|
+
content: "\eb41";
|
|
2221
2227
|
}
|
|
2222
2228
|
.icon-dl-related:before {
|
|
2223
|
-
content: "\
|
|
2229
|
+
content: "\eb42";
|
|
2224
2230
|
}
|
|
2225
2231
|
.icon-dl-related-filled:before {
|
|
2226
|
-
content: "\
|
|
2232
|
+
content: "\eb43";
|
|
2227
2233
|
}
|
|
2228
2234
|
.icon-dl-reload:before {
|
|
2229
|
-
content: "\
|
|
2235
|
+
content: "\eb44";
|
|
2230
2236
|
}
|
|
2231
2237
|
.icon-dl-rename:before {
|
|
2232
|
-
content: "\
|
|
2238
|
+
content: "\eb45";
|
|
2233
2239
|
}
|
|
2234
2240
|
.icon-dl-replace:before {
|
|
2235
|
-
content: "\
|
|
2241
|
+
content: "\eb46";
|
|
2236
2242
|
}
|
|
2237
2243
|
.icon-dl-replay:before {
|
|
2238
|
-
content: "\
|
|
2244
|
+
content: "\eb47";
|
|
2239
2245
|
}
|
|
2240
2246
|
.icon-dl-rerun:before {
|
|
2241
|
-
content: "\
|
|
2247
|
+
content: "\eb48";
|
|
2242
2248
|
}
|
|
2243
2249
|
.icon-dl-reset:before {
|
|
2244
|
-
content: "\
|
|
2250
|
+
content: "\eb49";
|
|
2245
2251
|
}
|
|
2246
2252
|
.icon-dl-resize:before {
|
|
2247
|
-
content: "\
|
|
2253
|
+
content: "\eb4a";
|
|
2248
2254
|
}
|
|
2249
2255
|
.icon-dl-resolution-adjustment:before {
|
|
2250
|
-
content: "\
|
|
2256
|
+
content: "\eb4b";
|
|
2251
2257
|
}
|
|
2252
2258
|
.icon-dl-right-chevron:before {
|
|
2253
|
-
content: "\
|
|
2259
|
+
content: "\eb4c";
|
|
2254
2260
|
}
|
|
2255
2261
|
.icon-dl-right-next-page:before {
|
|
2256
|
-
content: "\
|
|
2262
|
+
content: "\eb4d";
|
|
2257
2263
|
}
|
|
2258
2264
|
.icon-dl-roi-filled:before {
|
|
2259
|
-
content: "\
|
|
2265
|
+
content: "\eb4e";
|
|
2260
2266
|
}
|
|
2261
2267
|
.icon-dl-rotate:before {
|
|
2262
|
-
content: "\
|
|
2268
|
+
content: "\eb4f";
|
|
2263
2269
|
}
|
|
2264
2270
|
.icon-dl-rounded-github:before {
|
|
2265
|
-
content: "\
|
|
2271
|
+
content: "\eb50";
|
|
2272
|
+
}
|
|
2273
|
+
.icon-dl-runway:before {
|
|
2274
|
+
content: "\eb51";
|
|
2275
|
+
}
|
|
2276
|
+
.icon-dl-salesforce:before {
|
|
2277
|
+
content: "\eb52";
|
|
2278
|
+
color: #009ddc;
|
|
2266
2279
|
}
|
|
2267
2280
|
.icon-dl-save:before {
|
|
2268
|
-
content: "\
|
|
2281
|
+
content: "\eb53";
|
|
2269
2282
|
}
|
|
2270
2283
|
.icon-dl-save-as:before {
|
|
2271
|
-
content: "\
|
|
2284
|
+
content: "\eb54";
|
|
2272
2285
|
}
|
|
2273
2286
|
.icon-dl-save-filled:before {
|
|
2274
|
-
content: "\
|
|
2287
|
+
content: "\eb55";
|
|
2275
2288
|
}
|
|
2276
2289
|
.icon-dl-scale:before {
|
|
2277
|
-
content: "\
|
|
2290
|
+
content: "\eb56";
|
|
2278
2291
|
}
|
|
2279
2292
|
.icon-dl-sdk-documentation:before {
|
|
2280
|
-
content: "\
|
|
2293
|
+
content: "\eb57";
|
|
2281
2294
|
}
|
|
2282
2295
|
.icon-dl-sdk-release-notes:before {
|
|
2283
|
-
content: "\
|
|
2296
|
+
content: "\eb58";
|
|
2284
2297
|
}
|
|
2285
2298
|
.icon-dl-search:before {
|
|
2286
|
-
content: "\
|
|
2299
|
+
content: "\eb59";
|
|
2287
2300
|
}
|
|
2288
2301
|
.icon-dl-selection:before {
|
|
2289
|
-
content: "\
|
|
2302
|
+
content: "\eb5a";
|
|
2290
2303
|
}
|
|
2291
2304
|
.icon-dl-semantic-filled:before {
|
|
2292
|
-
content: "\
|
|
2305
|
+
content: "\eb5b";
|
|
2293
2306
|
}
|
|
2294
2307
|
.icon-dl-semantic-outline:before {
|
|
2295
|
-
content: "\
|
|
2308
|
+
content: "\eb5c";
|
|
2296
2309
|
}
|
|
2297
2310
|
.icon-dl-services:before {
|
|
2298
|
-
content: "\
|
|
2311
|
+
content: "\eb5d";
|
|
2299
2312
|
}
|
|
2300
2313
|
.icon-dl-services-filled:before {
|
|
2301
|
-
content: "\
|
|
2314
|
+
content: "\eb5e";
|
|
2302
2315
|
}
|
|
2303
2316
|
.icon-dl-settings:before {
|
|
2304
|
-
content: "\
|
|
2317
|
+
content: "\eb5f";
|
|
2305
2318
|
}
|
|
2306
2319
|
.icon-dl-settings-filled:before {
|
|
2307
|
-
content: "\
|
|
2320
|
+
content: "\eb60";
|
|
2308
2321
|
}
|
|
2309
2322
|
.icon-dl-show:before {
|
|
2310
|
-
content: "\
|
|
2323
|
+
content: "\eb61";
|
|
2311
2324
|
}
|
|
2312
2325
|
.icon-dl-show-filled:before {
|
|
2313
|
-
content: "\
|
|
2326
|
+
content: "\eb62";
|
|
2314
2327
|
}
|
|
2315
2328
|
.icon-dl-size-position:before {
|
|
2316
|
-
content: "\
|
|
2329
|
+
content: "\eb63";
|
|
2317
2330
|
}
|
|
2318
2331
|
.icon-dl-slack .path1:before {
|
|
2319
|
-
content: "\
|
|
2332
|
+
content: "\eb64";
|
|
2320
2333
|
color: rgb(224, 30, 90);
|
|
2321
2334
|
}
|
|
2322
2335
|
.icon-dl-slack .path2:before {
|
|
2323
|
-
content: "\
|
|
2336
|
+
content: "\eb65";
|
|
2324
2337
|
margin-left: -1em;
|
|
2325
2338
|
color: rgb(224, 30, 90);
|
|
2326
2339
|
}
|
|
2327
2340
|
.icon-dl-slack .path3:before {
|
|
2328
|
-
content: "\
|
|
2341
|
+
content: "\eb66";
|
|
2329
2342
|
margin-left: -1em;
|
|
2330
2343
|
color: rgb(54, 197, 240);
|
|
2331
2344
|
}
|
|
2332
2345
|
.icon-dl-slack .path4:before {
|
|
2333
|
-
content: "\
|
|
2346
|
+
content: "\eb67";
|
|
2334
2347
|
margin-left: -1em;
|
|
2335
2348
|
color: rgb(54, 197, 240);
|
|
2336
2349
|
}
|
|
2337
2350
|
.icon-dl-slack .path5:before {
|
|
2338
|
-
content: "\
|
|
2351
|
+
content: "\eb68";
|
|
2339
2352
|
margin-left: -1em;
|
|
2340
2353
|
color: rgb(46, 182, 125);
|
|
2341
2354
|
}
|
|
2342
2355
|
.icon-dl-slack .path6:before {
|
|
2343
|
-
content: "\
|
|
2356
|
+
content: "\eb69";
|
|
2344
2357
|
margin-left: -1em;
|
|
2345
2358
|
color: rgb(46, 182, 125);
|
|
2346
2359
|
}
|
|
2347
2360
|
.icon-dl-slack .path7:before {
|
|
2348
|
-
content: "\
|
|
2361
|
+
content: "\eb6a";
|
|
2349
2362
|
margin-left: -1em;
|
|
2350
2363
|
color: rgb(236, 178, 46);
|
|
2351
2364
|
}
|
|
2352
2365
|
.icon-dl-slack .path8:before {
|
|
2353
|
-
content: "\
|
|
2366
|
+
content: "\eb6b";
|
|
2354
2367
|
margin-left: -1em;
|
|
2355
2368
|
color: rgb(236, 178, 46);
|
|
2356
2369
|
}
|
|
2357
2370
|
.icon-dl-slack-bw:before {
|
|
2358
|
-
content: "\
|
|
2371
|
+
content: "\eb6c";
|
|
2359
2372
|
}
|
|
2360
2373
|
.icon-dl-smart:before {
|
|
2361
|
-
content: "\
|
|
2374
|
+
content: "\eb6d";
|
|
2362
2375
|
}
|
|
2363
2376
|
.icon-dl-smart-search:before {
|
|
2364
|
-
content: "\
|
|
2377
|
+
content: "\eb6e";
|
|
2378
|
+
}
|
|
2379
|
+
.icon-dl-smart-search-temporary:before {
|
|
2380
|
+
content: "\eb6f";
|
|
2365
2381
|
}
|
|
2366
2382
|
.icon-dl-snapshot:before {
|
|
2367
|
-
content: "\
|
|
2383
|
+
content: "\eb70";
|
|
2368
2384
|
}
|
|
2369
2385
|
.icon-dl-soil:before {
|
|
2370
|
-
content: "\
|
|
2386
|
+
content: "\eb71";
|
|
2371
2387
|
}
|
|
2372
2388
|
.icon-dl-solutions:before {
|
|
2373
|
-
content: "\
|
|
2389
|
+
content: "\eb72";
|
|
2374
2390
|
}
|
|
2375
2391
|
.icon-dl-sort:before {
|
|
2376
|
-
content: "\
|
|
2392
|
+
content: "\eb73";
|
|
2377
2393
|
}
|
|
2378
2394
|
.icon-dl-split:before {
|
|
2379
|
-
content: "\
|
|
2395
|
+
content: "\eb74";
|
|
2380
2396
|
}
|
|
2381
2397
|
.icon-dl-split-image:before {
|
|
2382
|
-
content: "\
|
|
2398
|
+
content: "\eb75";
|
|
2383
2399
|
}
|
|
2384
2400
|
.icon-dl-split-image-with-mask:before {
|
|
2385
|
-
content: "\
|
|
2401
|
+
content: "\eb76";
|
|
2386
2402
|
}
|
|
2387
2403
|
.icon-dl-stability-ai .path1:before {
|
|
2388
|
-
content: "\
|
|
2404
|
+
content: "\eb77";
|
|
2389
2405
|
color: rgb(0, 0, 0);
|
|
2390
2406
|
}
|
|
2391
2407
|
.icon-dl-stability-ai .path2:before {
|
|
2392
|
-
content: "\
|
|
2408
|
+
content: "\eb78";
|
|
2393
2409
|
margin-left: -1em;
|
|
2394
2410
|
color: rgb(232, 0, 0);
|
|
2395
2411
|
}
|
|
2396
2412
|
.icon-dl-stars:before {
|
|
2397
|
-
content: "\
|
|
2413
|
+
content: "\eb79";
|
|
2398
2414
|
}
|
|
2399
2415
|
.icon-dl-start-pipeline:before {
|
|
2400
|
-
content: "\
|
|
2416
|
+
content: "\eb7a";
|
|
2401
2417
|
}
|
|
2402
2418
|
.icon-dl-statistics:before {
|
|
2403
|
-
content: "\
|
|
2419
|
+
content: "\eb7b";
|
|
2404
2420
|
}
|
|
2405
2421
|
.icon-dl-status:before {
|
|
2406
|
-
content: "\
|
|
2422
|
+
content: "\eb7c";
|
|
2407
2423
|
}
|
|
2408
2424
|
.icon-dl-status-filled:before {
|
|
2409
|
-
content: "\
|
|
2425
|
+
content: "\eb7d";
|
|
2410
2426
|
}
|
|
2411
2427
|
.icon-dl-stop:before {
|
|
2412
|
-
content: "\
|
|
2428
|
+
content: "\eb7e";
|
|
2413
2429
|
}
|
|
2414
2430
|
.icon-dl-string:before {
|
|
2415
|
-
content: "\
|
|
2431
|
+
content: "\eb7f";
|
|
2416
2432
|
}
|
|
2417
2433
|
.icon-dl-superpixel-filled:before {
|
|
2418
|
-
content: "\
|
|
2434
|
+
content: "\eb80";
|
|
2419
2435
|
}
|
|
2420
2436
|
.icon-dl-support:before {
|
|
2421
|
-
content: "\
|
|
2437
|
+
content: "\eb81";
|
|
2422
2438
|
}
|
|
2423
2439
|
.icon-dl-sync-dataset:before {
|
|
2424
|
-
content: "\
|
|
2440
|
+
content: "\eb82";
|
|
2425
2441
|
}
|
|
2426
2442
|
.icon-dl-task:before {
|
|
2427
|
-
content: "\
|
|
2443
|
+
content: "\eb83";
|
|
2428
2444
|
}
|
|
2429
2445
|
.icon-dl-task-filled:before {
|
|
2430
|
-
content: "\
|
|
2446
|
+
content: "\eb84";
|
|
2431
2447
|
}
|
|
2432
2448
|
.icon-dl-temperature:before {
|
|
2433
|
-
content: "\
|
|
2449
|
+
content: "\eb85";
|
|
2434
2450
|
}
|
|
2435
2451
|
.icon-dl-text:before {
|
|
2436
|
-
content: "\
|
|
2452
|
+
content: "\eb86";
|
|
2437
2453
|
}
|
|
2438
2454
|
.icon-dl-text-detection:before {
|
|
2439
|
-
content: "\
|
|
2455
|
+
content: "\eb87";
|
|
2440
2456
|
}
|
|
2441
2457
|
.icon-dl-text-file:before {
|
|
2442
|
-
content: "\
|
|
2458
|
+
content: "\eb88";
|
|
2443
2459
|
}
|
|
2444
2460
|
.icon-dl-thumbnail:before {
|
|
2445
|
-
content: "\
|
|
2461
|
+
content: "\eb89";
|
|
2446
2462
|
}
|
|
2447
2463
|
.icon-dl-time:before {
|
|
2448
|
-
content: "\
|
|
2464
|
+
content: "\eb8a";
|
|
2449
2465
|
}
|
|
2450
2466
|
.icon-dl-timer:before {
|
|
2451
|
-
content: "\
|
|
2467
|
+
content: "\eb8b";
|
|
2452
2468
|
}
|
|
2453
2469
|
.icon-dl-top-view:before {
|
|
2454
|
-
content: "\
|
|
2470
|
+
content: "\eb8c";
|
|
2455
2471
|
}
|
|
2456
2472
|
.icon-dl-train:before {
|
|
2457
|
-
content: "\
|
|
2473
|
+
content: "\eb8d";
|
|
2458
2474
|
}
|
|
2459
2475
|
.icon-dl-translate:before {
|
|
2460
|
-
content: "\
|
|
2476
|
+
content: "\eb8e";
|
|
2461
2477
|
}
|
|
2462
2478
|
.icon-dl-trigger:before {
|
|
2463
|
-
content: "\
|
|
2479
|
+
content: "\eb8f";
|
|
2464
2480
|
}
|
|
2465
2481
|
.icon-dl-trigger-filled:before {
|
|
2466
|
-
content: "\
|
|
2482
|
+
content: "\eb90";
|
|
2467
2483
|
}
|
|
2468
2484
|
.icon-dl-two-lines:before {
|
|
2469
|
-
content: "\
|
|
2485
|
+
content: "\eb91";
|
|
2470
2486
|
}
|
|
2471
2487
|
.icon-dl-ultralytics .path1:before {
|
|
2472
|
-
content: "\
|
|
2488
|
+
content: "\eb92";
|
|
2473
2489
|
color: rgb(0, 0, 0);
|
|
2474
2490
|
}
|
|
2475
2491
|
.icon-dl-ultralytics .path2:before {
|
|
2476
|
-
content: "\
|
|
2492
|
+
content: "\eb93";
|
|
2477
2493
|
margin-left: -1em;
|
|
2478
2494
|
color: rgb(11, 35, 169);
|
|
2479
2495
|
}
|
|
2480
2496
|
.icon-dl-ultralytics-dark:before {
|
|
2481
|
-
content: "\
|
|
2497
|
+
content: "\eb94";
|
|
2482
2498
|
color: #fff;
|
|
2483
2499
|
}
|
|
2484
2500
|
.icon-dl-ultralytics-light:before {
|
|
2485
|
-
content: "\
|
|
2501
|
+
content: "\eb95";
|
|
2486
2502
|
}
|
|
2487
2503
|
.icon-dl-undefined-label:before {
|
|
2488
|
-
content: "\
|
|
2504
|
+
content: "\eb96";
|
|
2489
2505
|
}
|
|
2490
2506
|
.icon-dl-undo:before {
|
|
2491
|
-
content: "\
|
|
2507
|
+
content: "\eb97";
|
|
2492
2508
|
}
|
|
2493
2509
|
.icon-dl-unionpay .path1:before {
|
|
2494
|
-
content: "\
|
|
2510
|
+
content: "\eb98";
|
|
2495
2511
|
color: rgb(255, 255, 255);
|
|
2496
2512
|
}
|
|
2497
2513
|
.icon-dl-unionpay .path2:before {
|
|
2498
|
-
content: "\
|
|
2514
|
+
content: "\eb99";
|
|
2499
2515
|
margin-left: -1em;
|
|
2500
2516
|
color: rgb(228, 228, 228);
|
|
2501
2517
|
}
|
|
2502
2518
|
.icon-dl-unionpay .path3:before {
|
|
2503
|
-
content: "\
|
|
2519
|
+
content: "\eb9a";
|
|
2504
2520
|
margin-left: -1em;
|
|
2505
2521
|
color: rgb(0, 157, 165);
|
|
2506
2522
|
}
|
|
2507
2523
|
.icon-dl-unionpay .path4:before {
|
|
2508
|
-
content: "\
|
|
2524
|
+
content: "\eb9b";
|
|
2509
2525
|
margin-left: -1em;
|
|
2510
2526
|
color: rgb(2, 204, 204);
|
|
2511
2527
|
}
|
|
2512
2528
|
.icon-dl-unionpay .path5:before {
|
|
2513
|
-
content: "\
|
|
2529
|
+
content: "\eb9c";
|
|
2514
2530
|
margin-left: -1em;
|
|
2515
2531
|
color: rgb(2, 204, 204);
|
|
2516
2532
|
}
|
|
2517
2533
|
.icon-dl-unionpay .path6:before {
|
|
2518
|
-
content: "\
|
|
2534
|
+
content: "\eb9d";
|
|
2519
2535
|
margin-left: -1em;
|
|
2520
2536
|
color: rgb(0, 157, 165);
|
|
2521
2537
|
}
|
|
2522
2538
|
.icon-dl-unionpay .path7:before {
|
|
2523
|
-
content: "\
|
|
2539
|
+
content: "\eb9e";
|
|
2524
2540
|
margin-left: -1em;
|
|
2525
2541
|
color: rgb(2, 204, 204);
|
|
2526
2542
|
}
|
|
2527
2543
|
.icon-dl-unionpay .path8:before {
|
|
2528
|
-
content: "\
|
|
2544
|
+
content: "\eb9f";
|
|
2529
2545
|
margin-left: -1em;
|
|
2530
2546
|
color: rgb(255, 127, 41);
|
|
2531
2547
|
}
|
|
2532
2548
|
.icon-dl-unionpay .path9:before {
|
|
2533
|
-
content: "\
|
|
2549
|
+
content: "\eba0";
|
|
2534
2550
|
margin-left: -1em;
|
|
2535
2551
|
color: rgb(234, 34, 39);
|
|
2536
2552
|
}
|
|
2537
2553
|
.icon-dl-unionpay .path10:before {
|
|
2538
|
-
content: "\
|
|
2554
|
+
content: "\eba1";
|
|
2539
2555
|
margin-left: -1em;
|
|
2540
2556
|
color: rgb(234, 34, 39);
|
|
2541
2557
|
}
|
|
2542
2558
|
.icon-dl-unionpay .path11:before {
|
|
2543
|
-
content: "\
|
|
2559
|
+
content: "\eba2";
|
|
2544
2560
|
margin-left: -1em;
|
|
2545
2561
|
color: rgb(165, 0, 47);
|
|
2546
2562
|
}
|
|
2547
2563
|
.icon-dl-unionpay .path12:before {
|
|
2548
|
-
content: "\
|
|
2564
|
+
content: "\eba3";
|
|
2549
2565
|
margin-left: -1em;
|
|
2550
2566
|
color: rgb(234, 34, 39);
|
|
2551
2567
|
}
|
|
2552
2568
|
.icon-dl-unionpay .path13:before {
|
|
2553
|
-
content: "\
|
|
2569
|
+
content: "\eba4";
|
|
2554
2570
|
margin-left: -1em;
|
|
2555
2571
|
color: rgb(234, 34, 39);
|
|
2556
2572
|
}
|
|
2557
2573
|
.icon-dl-unionpay .path14:before {
|
|
2558
|
-
content: "\
|
|
2574
|
+
content: "\eba5";
|
|
2559
2575
|
margin-left: -1em;
|
|
2560
2576
|
color: rgb(19, 152, 226);
|
|
2561
2577
|
}
|
|
2562
2578
|
.icon-dl-unionpay .path15:before {
|
|
2563
|
-
content: "\
|
|
2579
|
+
content: "\eba6";
|
|
2564
2580
|
margin-left: -1em;
|
|
2565
2581
|
color: rgb(8, 114, 185);
|
|
2566
2582
|
}
|
|
2567
2583
|
.icon-dl-unionpay .path16:before {
|
|
2568
|
-
content: "\
|
|
2584
|
+
content: "\eba7";
|
|
2569
2585
|
margin-left: -1em;
|
|
2570
2586
|
color: rgb(5, 80, 147);
|
|
2571
2587
|
}
|
|
2572
2588
|
.icon-dl-unionpay .path17:before {
|
|
2573
|
-
content: "\
|
|
2589
|
+
content: "\eba8";
|
|
2574
2590
|
margin-left: -1em;
|
|
2575
2591
|
color: rgb(8, 114, 185);
|
|
2576
2592
|
}
|
|
2577
2593
|
.icon-dl-unionpay .path18:before {
|
|
2578
|
-
content: "\
|
|
2594
|
+
content: "\eba9";
|
|
2579
2595
|
margin-left: -1em;
|
|
2580
2596
|
color: rgb(5, 80, 147);
|
|
2581
2597
|
}
|
|
2582
2598
|
.icon-dl-unionpay .path19:before {
|
|
2583
|
-
content: "\
|
|
2599
|
+
content: "\ebaa";
|
|
2584
2600
|
margin-left: -1em;
|
|
2585
2601
|
color: rgb(165, 0, 47);
|
|
2586
2602
|
}
|
|
2587
2603
|
.icon-dl-unite:before {
|
|
2588
|
-
content: "\
|
|
2604
|
+
content: "\ebab";
|
|
2589
2605
|
}
|
|
2590
2606
|
.icon-dl-unmasked-pixel-filled:before {
|
|
2591
|
-
content: "\
|
|
2607
|
+
content: "\ebac";
|
|
2608
|
+
}
|
|
2609
|
+
.icon-dl-unpin:before {
|
|
2610
|
+
content: "\ebad";
|
|
2611
|
+
}
|
|
2612
|
+
.icon-dl-unpin-filled:before {
|
|
2613
|
+
content: "\ebae";
|
|
2592
2614
|
}
|
|
2593
2615
|
.icon-dl-unstucturedio:before {
|
|
2594
|
-
content: "\
|
|
2616
|
+
content: "\ebaf";
|
|
2595
2617
|
}
|
|
2596
2618
|
.icon-dl-unsupported-file:before {
|
|
2597
|
-
content: "\
|
|
2619
|
+
content: "\ebb0";
|
|
2598
2620
|
}
|
|
2599
2621
|
.icon-dl-unsupported-file-filled:before {
|
|
2600
|
-
content: "\
|
|
2622
|
+
content: "\ebb1";
|
|
2623
|
+
}
|
|
2624
|
+
.icon-dl-unum:before {
|
|
2625
|
+
content: "\ebb2";
|
|
2601
2626
|
}
|
|
2602
2627
|
.icon-dl-up-chevron:before {
|
|
2603
|
-
content: "\
|
|
2628
|
+
content: "\ebb3";
|
|
2604
2629
|
}
|
|
2605
2630
|
.icon-dl-upload:before {
|
|
2606
|
-
content: "\
|
|
2631
|
+
content: "\ebb4";
|
|
2607
2632
|
}
|
|
2608
2633
|
.icon-dl-usage:before {
|
|
2609
|
-
content: "\
|
|
2634
|
+
content: "\ebb5";
|
|
2610
2635
|
}
|
|
2611
2636
|
.icon-dl-variable:before {
|
|
2612
|
-
content: "\
|
|
2637
|
+
content: "\ebb6";
|
|
2613
2638
|
}
|
|
2614
2639
|
.icon-dl-vehicles:before {
|
|
2615
|
-
content: "\
|
|
2640
|
+
content: "\ebb7";
|
|
2616
2641
|
}
|
|
2617
2642
|
.icon-dl-version:before {
|
|
2618
|
-
content: "\
|
|
2643
|
+
content: "\ebb8";
|
|
2619
2644
|
}
|
|
2620
2645
|
.icon-dl-vertex-ai .path1:before {
|
|
2621
|
-
content: "\
|
|
2646
|
+
content: "\ebb9";
|
|
2622
2647
|
color: rgb(102, 157, 246);
|
|
2623
2648
|
}
|
|
2624
2649
|
.icon-dl-vertex-ai .path2:before {
|
|
2625
|
-
content: "\
|
|
2650
|
+
content: "\ebba";
|
|
2626
2651
|
margin-left: -1em;
|
|
2627
2652
|
color: rgb(174, 203, 250);
|
|
2628
2653
|
}
|
|
2629
2654
|
.icon-dl-vertex-ai .path3:before {
|
|
2630
|
-
content: "\
|
|
2655
|
+
content: "\ebbb";
|
|
2631
2656
|
margin-left: -1em;
|
|
2632
2657
|
color: rgb(66, 133, 244);
|
|
2633
2658
|
}
|
|
2634
2659
|
.icon-dl-vertex-ai .path4:before {
|
|
2635
|
-
content: "\
|
|
2660
|
+
content: "\ebbc";
|
|
2636
2661
|
margin-left: -1em;
|
|
2637
2662
|
color: rgb(174, 203, 250);
|
|
2638
2663
|
}
|
|
2639
2664
|
.icon-dl-vertex-ai .path5:before {
|
|
2640
|
-
content: "\
|
|
2665
|
+
content: "\ebbd";
|
|
2641
2666
|
margin-left: -1em;
|
|
2642
2667
|
color: rgb(174, 203, 250);
|
|
2643
2668
|
}
|
|
2644
2669
|
.icon-dl-vertex-ai .path6:before {
|
|
2645
|
-
content: "\
|
|
2670
|
+
content: "\ebbe";
|
|
2646
2671
|
margin-left: -1em;
|
|
2647
2672
|
color: rgb(174, 203, 250);
|
|
2648
2673
|
}
|
|
2649
2674
|
.icon-dl-vertex-ai .path7:before {
|
|
2650
|
-
content: "\
|
|
2675
|
+
content: "\ebbf";
|
|
2651
2676
|
margin-left: -1em;
|
|
2652
2677
|
color: rgb(174, 203, 250);
|
|
2653
2678
|
}
|
|
2654
2679
|
.icon-dl-vertex-ai .path8:before {
|
|
2655
|
-
content: "\
|
|
2680
|
+
content: "\ebc0";
|
|
2656
2681
|
margin-left: -1em;
|
|
2657
2682
|
color: rgb(66, 133, 244);
|
|
2658
2683
|
}
|
|
2659
2684
|
.icon-dl-vertex-ai .path9:before {
|
|
2660
|
-
content: "\
|
|
2685
|
+
content: "\ebc1";
|
|
2661
2686
|
margin-left: -1em;
|
|
2662
2687
|
color: rgb(66, 133, 244);
|
|
2663
2688
|
}
|
|
2664
2689
|
.icon-dl-vertex-ai .path10:before {
|
|
2665
|
-
content: "\
|
|
2690
|
+
content: "\ebc2";
|
|
2666
2691
|
margin-left: -1em;
|
|
2667
2692
|
color: rgb(66, 133, 244);
|
|
2668
2693
|
}
|
|
2669
2694
|
.icon-dl-vertex-ai .path11:before {
|
|
2670
|
-
content: "\
|
|
2695
|
+
content: "\ebc3";
|
|
2671
2696
|
margin-left: -1em;
|
|
2672
2697
|
color: rgb(66, 133, 244);
|
|
2673
2698
|
}
|
|
2674
2699
|
.icon-dl-vertex-ai .path12:before {
|
|
2675
|
-
content: "\
|
|
2700
|
+
content: "\ebc4";
|
|
2676
2701
|
margin-left: -1em;
|
|
2677
2702
|
color: rgb(102, 157, 246);
|
|
2678
2703
|
}
|
|
2679
2704
|
.icon-dl-vertex-ai .path13:before {
|
|
2680
|
-
content: "\
|
|
2705
|
+
content: "\ebc5";
|
|
2681
2706
|
margin-left: -1em;
|
|
2682
2707
|
color: rgb(102, 157, 246);
|
|
2683
2708
|
}
|
|
2684
2709
|
.icon-dl-vertex-ai .path14:before {
|
|
2685
|
-
content: "\
|
|
2710
|
+
content: "\ebc6";
|
|
2686
2711
|
margin-left: -1em;
|
|
2687
2712
|
color: rgb(102, 157, 246);
|
|
2688
2713
|
}
|
|
2689
2714
|
.icon-dl-vertex-ai .path15:before {
|
|
2690
|
-
content: "\
|
|
2715
|
+
content: "\ebc7";
|
|
2691
2716
|
margin-left: -1em;
|
|
2692
2717
|
color: rgb(102, 157, 246);
|
|
2693
2718
|
}
|
|
2694
2719
|
.icon-dl-vertex-ai .path16:before {
|
|
2695
|
-
content: "\
|
|
2720
|
+
content: "\ebc8";
|
|
2696
2721
|
margin-left: -1em;
|
|
2697
2722
|
color: rgb(66, 133, 244);
|
|
2698
2723
|
}
|
|
2699
2724
|
.icon-dl-vertex-ai .path17:before {
|
|
2700
|
-
content: "\
|
|
2725
|
+
content: "\ebc9";
|
|
2701
2726
|
margin-left: -1em;
|
|
2702
2727
|
color: rgb(66, 133, 244);
|
|
2703
2728
|
}
|
|
2704
2729
|
.icon-dl-vertex-ai .path18:before {
|
|
2705
|
-
content: "\
|
|
2730
|
+
content: "\ebca";
|
|
2706
2731
|
margin-left: -1em;
|
|
2707
2732
|
color: rgb(66, 133, 244);
|
|
2708
2733
|
}
|
|
2709
2734
|
.icon-dl-vertex-ai .path19:before {
|
|
2710
|
-
content: "\
|
|
2735
|
+
content: "\ebcb";
|
|
2711
2736
|
margin-left: -1em;
|
|
2712
2737
|
color: rgb(66, 133, 244);
|
|
2713
2738
|
}
|
|
2714
2739
|
.icon-dl-vertex-ai .path20:before {
|
|
2715
|
-
content: "\
|
|
2740
|
+
content: "\ebcc";
|
|
2716
2741
|
margin-left: -1em;
|
|
2717
2742
|
color: rgb(174, 203, 250);
|
|
2718
2743
|
}
|
|
2719
2744
|
.icon-dl-vertex-ai .path21:before {
|
|
2720
|
-
content: "\
|
|
2745
|
+
content: "\ebcd";
|
|
2721
2746
|
margin-left: -1em;
|
|
2722
2747
|
color: rgb(174, 203, 250);
|
|
2723
2748
|
}
|
|
2724
2749
|
.icon-dl-vertex-ai .path22:before {
|
|
2725
|
-
content: "\
|
|
2750
|
+
content: "\ebce";
|
|
2726
2751
|
margin-left: -1em;
|
|
2727
2752
|
color: rgb(174, 203, 250);
|
|
2728
2753
|
}
|
|
2729
2754
|
.icon-dl-vertex-ai .path23:before {
|
|
2730
|
-
content: "\
|
|
2755
|
+
content: "\ebcf";
|
|
2731
2756
|
margin-left: -1em;
|
|
2732
2757
|
color: rgb(174, 203, 250);
|
|
2733
2758
|
}
|
|
2734
2759
|
.icon-dl-video-end:before {
|
|
2735
|
-
content: "\
|
|
2760
|
+
content: "\ebd0";
|
|
2736
2761
|
}
|
|
2737
2762
|
.icon-dl-video-filled:before {
|
|
2738
|
-
content: "\
|
|
2763
|
+
content: "\ebd1";
|
|
2739
2764
|
}
|
|
2740
2765
|
.icon-dl-view:before {
|
|
2741
|
-
content: "\
|
|
2766
|
+
content: "\ebd2";
|
|
2742
2767
|
}
|
|
2743
2768
|
.icon-dl-visa .path1:before {
|
|
2744
|
-
content: "\
|
|
2769
|
+
content: "\ebd3";
|
|
2745
2770
|
color: rgb(255, 255, 255);
|
|
2746
2771
|
}
|
|
2747
2772
|
.icon-dl-visa .path2:before {
|
|
2748
|
-
content: "\
|
|
2773
|
+
content: "\ebd4";
|
|
2749
2774
|
margin-left: -1em;
|
|
2750
2775
|
color: rgb(228, 228, 228);
|
|
2751
2776
|
}
|
|
2752
2777
|
.icon-dl-visa .path3:before {
|
|
2753
|
-
content: "\
|
|
2778
|
+
content: "\ebd5";
|
|
2754
2779
|
margin-left: -1em;
|
|
2755
2780
|
color: rgb(26, 42, 223);
|
|
2756
2781
|
}
|
|
2757
2782
|
.icon-dl-web-detection:before {
|
|
2758
|
-
content: "\
|
|
2783
|
+
content: "\ebd6";
|
|
2759
2784
|
}
|
|
2760
2785
|
.icon-dl-window:before {
|
|
2761
|
-
content: "\
|
|
2786
|
+
content: "\ebd7";
|
|
2762
2787
|
}
|
|
2763
2788
|
.icon-dl-workflows:before {
|
|
2764
|
-
content: "\
|
|
2789
|
+
content: "\ebd8";
|
|
2765
2790
|
}
|
|
2766
2791
|
.icon-dl-workflows-outline:before {
|
|
2767
|
-
content: "\
|
|
2792
|
+
content: "\ebd9";
|
|
2768
2793
|
}
|
|
2769
2794
|
.icon-dl-youtube:before {
|
|
2770
|
-
content: "\
|
|
2795
|
+
content: "\ebda";
|
|
2771
2796
|
}
|
|
2772
2797
|
.icon-dl-zoom-in:before {
|
|
2773
|
-
content: "\
|
|
2798
|
+
content: "\ebdb";
|
|
2774
2799
|
}
|
|
2775
2800
|
.icon-dl-zoom-out:before {
|
|
2776
|
-
content: "\
|
|
2801
|
+
content: "\ebdc";
|
|
2777
2802
|
}
|