@mirohq/design-system-icons 0.8.1-checkbox.0 → 0.9.0
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/main.js +1226 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +1183 -38
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +89 -11
- package/package.json +4 -4
- package/react/arrow-arc-left.tsx +34 -0
- package/react/arrow-arc-right.tsx +34 -0
- package/react/arrow-bend-up-right.tsx +34 -0
- package/react/arrow-fat-up-right.tsx +31 -0
- package/react/arrow-up-circle.tsx +31 -0
- package/react/arrows-in-simple.tsx +34 -0
- package/react/arrows-out-cardinal.tsx +34 -0
- package/react/arrows-out-lines-horizontal.tsx +34 -0
- package/react/arrows-out-simple.tsx +34 -0
- package/react/chevron-down-double.tsx +34 -0
- package/react/chevron-left-double.tsx +34 -0
- package/react/chevron-right-double.tsx +34 -0
- package/react/chevron-up-double.tsx +34 -0
- package/react/chevron-up-down-line.tsx +34 -0
- package/react/chevron-up-down.tsx +34 -0
- package/react/circle-slash.tsx +33 -0
- package/react/cross-square.tsx +34 -0
- package/react/cursor-lines.tsx +31 -0
- package/react/dots-nine.tsx +25 -0
- package/react/dots-three.tsx +25 -0
- package/react/dots-two.tsx +25 -0
- package/react/download.tsx +34 -0
- package/react/export.tsx +34 -0
- package/react/grid.tsx +34 -0
- package/react/hand-pointing.tsx +31 -0
- package/react/index.ts +44 -0
- package/react/login.tsx +34 -0
- package/react/logout.tsx +34 -0
- package/react/navigation-arrow-lines.tsx +31 -0
- package/react/navigation-up-left-filled.tsx +31 -0
- package/react/navigation-up-left-slash.tsx +34 -0
- package/react/navigation-up-right.tsx +34 -0
- package/react/paper-plane-filled-right.tsx +27 -0
- package/react/paper-plane-tilt.tsx +34 -0
- package/react/rectangle-arrow-up-center.tsx +34 -0
- package/react/shuffle.tsx +34 -0
- package/react/star-filled.tsx +31 -0
- package/react/star.tsx +34 -0
- package/react/sticky-corners.tsx +1 -1
- package/react/stroke-1.tsx +34 -0
- package/react/stroke-2.tsx +34 -0
- package/react/stroke-3.tsx +34 -0
- package/react/stroke-4.tsx +34 -0
- package/react/stroke-5.tsx +34 -0
- package/react/stroke-6.tsx +34 -0
- package/react/tick-circle.tsx +31 -0
- package/svg/24/arrow-arc-left.svg +1 -0
- package/svg/24/arrow-arc-right.svg +1 -0
- package/svg/24/arrow-bend-up-right.svg +1 -0
- package/svg/24/arrow-fat-up-right.svg +1 -0
- package/svg/24/arrow-up-circle.svg +1 -0
- package/svg/24/arrows-in-simple.svg +1 -0
- package/svg/24/arrows-out-cardinal.svg +1 -0
- package/svg/24/arrows-out-lines-horizontal.svg +1 -0
- package/svg/24/arrows-out-simple.svg +1 -0
- package/svg/24/chevron-down-double.svg +1 -0
- package/svg/24/chevron-left-double.svg +1 -0
- package/svg/24/chevron-right-double.svg +1 -0
- package/svg/24/chevron-up-double.svg +1 -0
- package/svg/24/chevron-up-down-line.svg +1 -0
- package/svg/24/chevron-up-down.svg +1 -0
- package/svg/24/circle-slash.svg +1 -0
- package/svg/24/cross-square.svg +1 -0
- package/svg/24/cursor-lines.svg +1 -0
- package/svg/24/dots-nine.svg +1 -0
- package/svg/24/dots-three.svg +1 -0
- package/svg/24/dots-two.svg +1 -0
- package/svg/24/download.svg +1 -0
- package/svg/24/export.svg +1 -0
- package/svg/24/grid.svg +1 -0
- package/svg/24/hand-pointing.svg +1 -0
- package/svg/24/login.svg +1 -0
- package/svg/24/logout.svg +1 -0
- package/svg/24/navigation-arrow-lines.svg +1 -0
- package/svg/24/navigation-up-left-filled.svg +1 -0
- package/svg/24/navigation-up-left-slash.svg +1 -0
- package/svg/24/navigation-up-right.svg +1 -0
- package/svg/24/paper-plane-filled-right.svg +1 -0
- package/svg/24/paper-plane-tilt.svg +1 -0
- package/svg/24/rectangle-arrow-up-center.svg +1 -0
- package/svg/24/shuffle.svg +1 -0
- package/svg/24/star-filled.svg +1 -0
- package/svg/24/star.svg +1 -0
- package/svg/24/sticky-corners.svg +1 -1
- package/svg/24/stroke-1.svg +1 -0
- package/svg/24/stroke-2.svg +1 -0
- package/svg/24/stroke-3.svg +1 -0
- package/svg/24/stroke-4.svg +1 -0
- package/svg/24/stroke-5.svg +1 -0
- package/svg/24/stroke-6.svg +1 -0
- package/svg/24/tick-circle.svg +1 -0
- package/svg/meta.json +380 -7
package/svg/meta.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"tags": [
|
|
18
18
|
"arrow",
|
|
19
19
|
"arrow to left",
|
|
20
|
-
"arrow left"
|
|
20
|
+
"arrow left",
|
|
21
|
+
"back"
|
|
21
22
|
]
|
|
22
23
|
},
|
|
23
24
|
"arrow-right": {
|
|
@@ -29,12 +30,16 @@
|
|
|
29
30
|
},
|
|
30
31
|
"arrow-down": {
|
|
31
32
|
"tags": [
|
|
32
|
-
""
|
|
33
|
+
"arrow down",
|
|
34
|
+
"arrow",
|
|
35
|
+
"down"
|
|
33
36
|
]
|
|
34
37
|
},
|
|
35
38
|
"arrow-up": {
|
|
36
39
|
"tags": [
|
|
37
|
-
""
|
|
40
|
+
"arrow up",
|
|
41
|
+
"arrow",
|
|
42
|
+
"up"
|
|
38
43
|
]
|
|
39
44
|
},
|
|
40
45
|
"arrow-up-right": {
|
|
@@ -45,17 +50,26 @@
|
|
|
45
50
|
},
|
|
46
51
|
"arrow-down-left": {
|
|
47
52
|
"tags": [
|
|
48
|
-
""
|
|
53
|
+
"arrow down left",
|
|
54
|
+
"arrow",
|
|
55
|
+
"down",
|
|
56
|
+
"left"
|
|
49
57
|
]
|
|
50
58
|
},
|
|
51
59
|
"arrow-down-right": {
|
|
52
60
|
"tags": [
|
|
53
|
-
""
|
|
61
|
+
"arrow down right",
|
|
62
|
+
"arrow",
|
|
63
|
+
"down",
|
|
64
|
+
"right"
|
|
54
65
|
]
|
|
55
66
|
},
|
|
56
67
|
"arrow-up-left": {
|
|
57
68
|
"tags": [
|
|
58
|
-
""
|
|
69
|
+
"arrow up left",
|
|
70
|
+
"arrow",
|
|
71
|
+
"up",
|
|
72
|
+
"left"
|
|
59
73
|
]
|
|
60
74
|
},
|
|
61
75
|
"bar-three": {
|
|
@@ -2242,7 +2256,366 @@
|
|
|
2242
2256
|
"rectangle-tick": {
|
|
2243
2257
|
"tags": [
|
|
2244
2258
|
"rectangle tick",
|
|
2245
|
-
"accept criteria"
|
|
2259
|
+
"accept criteria",
|
|
2260
|
+
"checkbox"
|
|
2261
|
+
]
|
|
2262
|
+
},
|
|
2263
|
+
"rectangle-arrow-up-center": {
|
|
2264
|
+
"tags": [
|
|
2265
|
+
"rectangle arrow up center",
|
|
2266
|
+
"rectangle",
|
|
2267
|
+
"arrow",
|
|
2268
|
+
"up",
|
|
2269
|
+
"center",
|
|
2270
|
+
"centre",
|
|
2271
|
+
"upload"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
"hand-pointing": {
|
|
2275
|
+
"tags": [
|
|
2276
|
+
"hand pointing",
|
|
2277
|
+
"hand",
|
|
2278
|
+
"finger",
|
|
2279
|
+
"pointing"
|
|
2280
|
+
]
|
|
2281
|
+
},
|
|
2282
|
+
"stroke-4": {
|
|
2283
|
+
"tags": [
|
|
2284
|
+
""
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2287
|
+
"stroke-5": {
|
|
2288
|
+
"tags": [
|
|
2289
|
+
""
|
|
2290
|
+
]
|
|
2291
|
+
},
|
|
2292
|
+
"stroke-1": {
|
|
2293
|
+
"tags": [
|
|
2294
|
+
""
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
"stroke-6": {
|
|
2298
|
+
"tags": [
|
|
2299
|
+
""
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
"stroke-2": {
|
|
2303
|
+
"tags": [
|
|
2304
|
+
""
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
"stroke-3": {
|
|
2308
|
+
"tags": [
|
|
2309
|
+
""
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
"star-filled": {
|
|
2313
|
+
"tags": [
|
|
2314
|
+
"star filled",
|
|
2315
|
+
"star",
|
|
2316
|
+
"filled"
|
|
2317
|
+
]
|
|
2318
|
+
},
|
|
2319
|
+
"star": {
|
|
2320
|
+
"tags": [
|
|
2321
|
+
"star"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"download": {
|
|
2325
|
+
"tags": [
|
|
2326
|
+
"download"
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
"export": {
|
|
2330
|
+
"tags": [
|
|
2331
|
+
"export"
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2334
|
+
"arrows-in-simple": {
|
|
2335
|
+
"tags": [
|
|
2336
|
+
"arrows in simple",
|
|
2337
|
+
"arrows",
|
|
2338
|
+
"in",
|
|
2339
|
+
"simple",
|
|
2340
|
+
"collapse"
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
"shuffle": {
|
|
2344
|
+
"tags": [
|
|
2345
|
+
"shuffle",
|
|
2346
|
+
"switch"
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
"arrows-out-lines-horizontal": {
|
|
2350
|
+
"tags": [
|
|
2351
|
+
"arrows out lines horizontal",
|
|
2352
|
+
"arrows",
|
|
2353
|
+
"out",
|
|
2354
|
+
"lines",
|
|
2355
|
+
"horizontal",
|
|
2356
|
+
"fit"
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2359
|
+
"arrow-up-circle": {
|
|
2360
|
+
"tags": [
|
|
2361
|
+
"arrow up circle",
|
|
2362
|
+
"arrow",
|
|
2363
|
+
"up",
|
|
2364
|
+
"circle",
|
|
2365
|
+
"upgrade"
|
|
2366
|
+
]
|
|
2367
|
+
},
|
|
2368
|
+
"arrows-out-cardinal": {
|
|
2369
|
+
"tags": [
|
|
2370
|
+
"arrows out cardinal",
|
|
2371
|
+
"arrows",
|
|
2372
|
+
"out",
|
|
2373
|
+
"cardinal",
|
|
2374
|
+
"navigation mode",
|
|
2375
|
+
"navigation",
|
|
2376
|
+
"mode",
|
|
2377
|
+
"drag"
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
"tick-circle": {
|
|
2381
|
+
"tags": [
|
|
2382
|
+
"tick circle",
|
|
2383
|
+
"tick",
|
|
2384
|
+
"circle",
|
|
2385
|
+
"success"
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
"logout": {
|
|
2389
|
+
"tags": [
|
|
2390
|
+
"logout",
|
|
2391
|
+
"log",
|
|
2392
|
+
"sign",
|
|
2393
|
+
"out"
|
|
2394
|
+
]
|
|
2395
|
+
},
|
|
2396
|
+
"circle-slash": {
|
|
2397
|
+
"tags": [
|
|
2398
|
+
"circle slash",
|
|
2399
|
+
"circle",
|
|
2400
|
+
"slash",
|
|
2401
|
+
"none"
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2404
|
+
"arrow-arc-right": {
|
|
2405
|
+
"tags": [
|
|
2406
|
+
"arrow arc right",
|
|
2407
|
+
"arrow",
|
|
2408
|
+
"arc",
|
|
2409
|
+
"right",
|
|
2410
|
+
"redo"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
"arrow-arc-left": {
|
|
2414
|
+
"tags": [
|
|
2415
|
+
"arrow arc left",
|
|
2416
|
+
"arrow",
|
|
2417
|
+
"arc",
|
|
2418
|
+
"left",
|
|
2419
|
+
"undo"
|
|
2420
|
+
]
|
|
2421
|
+
},
|
|
2422
|
+
"arrow-bend-up-right": {
|
|
2423
|
+
"tags": [
|
|
2424
|
+
"arrow bend up right",
|
|
2425
|
+
"arrow",
|
|
2426
|
+
"bend",
|
|
2427
|
+
"up",
|
|
2428
|
+
"right",
|
|
2429
|
+
"share"
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2432
|
+
"login": {
|
|
2433
|
+
"tags": [
|
|
2434
|
+
"login",
|
|
2435
|
+
"log",
|
|
2436
|
+
"sign",
|
|
2437
|
+
"in",
|
|
2438
|
+
"get back"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
"arrow-fat-up-right": {
|
|
2442
|
+
"tags": [
|
|
2443
|
+
"arrow fat up right",
|
|
2444
|
+
"arrow",
|
|
2445
|
+
"fat",
|
|
2446
|
+
"up",
|
|
2447
|
+
"right"
|
|
2448
|
+
]
|
|
2449
|
+
},
|
|
2450
|
+
"arrows-out-simple": {
|
|
2451
|
+
"tags": [
|
|
2452
|
+
"arrows out simple",
|
|
2453
|
+
"arrows",
|
|
2454
|
+
"out",
|
|
2455
|
+
"simple",
|
|
2456
|
+
"expand"
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
"dots-nine": {
|
|
2460
|
+
"tags": [
|
|
2461
|
+
"dots nine",
|
|
2462
|
+
"dots",
|
|
2463
|
+
"nine",
|
|
2464
|
+
"9",
|
|
2465
|
+
"distribute grid",
|
|
2466
|
+
"distribute",
|
|
2467
|
+
"grid"
|
|
2468
|
+
]
|
|
2469
|
+
},
|
|
2470
|
+
"dots-two": {
|
|
2471
|
+
"tags": [
|
|
2472
|
+
"dots two",
|
|
2473
|
+
"dots",
|
|
2474
|
+
"two",
|
|
2475
|
+
"2",
|
|
2476
|
+
"more"
|
|
2477
|
+
]
|
|
2478
|
+
},
|
|
2479
|
+
"dots-three": {
|
|
2480
|
+
"tags": [
|
|
2481
|
+
"dots three",
|
|
2482
|
+
"dots",
|
|
2483
|
+
"three",
|
|
2484
|
+
"3",
|
|
2485
|
+
"more"
|
|
2486
|
+
]
|
|
2487
|
+
},
|
|
2488
|
+
"grid": {
|
|
2489
|
+
"tags": [
|
|
2490
|
+
"grid"
|
|
2491
|
+
]
|
|
2492
|
+
},
|
|
2493
|
+
"cursor-lines": {
|
|
2494
|
+
"tags": [
|
|
2495
|
+
"cursor lines",
|
|
2496
|
+
"cursor",
|
|
2497
|
+
"lines"
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
"paper-plane-tilt": {
|
|
2501
|
+
"tags": [
|
|
2502
|
+
""
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2505
|
+
"navigation-arrow-lines": {
|
|
2506
|
+
"tags": [
|
|
2507
|
+
"navigation arrow lines",
|
|
2508
|
+
"navigation",
|
|
2509
|
+
"arrow",
|
|
2510
|
+
"lines",
|
|
2511
|
+
"cursor user",
|
|
2512
|
+
"cursor",
|
|
2513
|
+
"user"
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
"paper-plane-filled-right": {
|
|
2517
|
+
"tags": [
|
|
2518
|
+
"paper plane filled right",
|
|
2519
|
+
"paper",
|
|
2520
|
+
"plane",
|
|
2521
|
+
"filled",
|
|
2522
|
+
"right"
|
|
2523
|
+
]
|
|
2524
|
+
},
|
|
2525
|
+
"chevron-up-double": {
|
|
2526
|
+
"tags": [
|
|
2527
|
+
"chevron up double",
|
|
2528
|
+
"chevron",
|
|
2529
|
+
"up",
|
|
2530
|
+
"double",
|
|
2531
|
+
"arrow"
|
|
2532
|
+
]
|
|
2533
|
+
},
|
|
2534
|
+
"chevron-down-double": {
|
|
2535
|
+
"tags": [
|
|
2536
|
+
"chevron down double",
|
|
2537
|
+
"chevron",
|
|
2538
|
+
"down",
|
|
2539
|
+
"double",
|
|
2540
|
+
"arrow"
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
"navigation-up-left-slash": {
|
|
2544
|
+
"tags": [
|
|
2545
|
+
"navigation up left slash",
|
|
2546
|
+
"navigation",
|
|
2547
|
+
"up",
|
|
2548
|
+
"left",
|
|
2549
|
+
"slash",
|
|
2550
|
+
"collaborator cursors off",
|
|
2551
|
+
"collaborator",
|
|
2552
|
+
"cursors",
|
|
2553
|
+
"off"
|
|
2554
|
+
]
|
|
2555
|
+
},
|
|
2556
|
+
"chevron-up-down": {
|
|
2557
|
+
"tags": [
|
|
2558
|
+
"chevron up down",
|
|
2559
|
+
"chevron",
|
|
2560
|
+
"up",
|
|
2561
|
+
"down",
|
|
2562
|
+
"arrow"
|
|
2563
|
+
]
|
|
2564
|
+
},
|
|
2565
|
+
"navigation-up-left-filled": {
|
|
2566
|
+
"tags": [
|
|
2567
|
+
"navigation up left filled",
|
|
2568
|
+
"navigation",
|
|
2569
|
+
"up",
|
|
2570
|
+
"left",
|
|
2571
|
+
"filled",
|
|
2572
|
+
"collaborator cursors on",
|
|
2573
|
+
"collaborator",
|
|
2574
|
+
"cursors",
|
|
2575
|
+
"on"
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"cross-square": {
|
|
2579
|
+
"tags": [
|
|
2580
|
+
"cross square",
|
|
2581
|
+
"cross",
|
|
2582
|
+
"square",
|
|
2583
|
+
"wireframes"
|
|
2584
|
+
]
|
|
2585
|
+
},
|
|
2586
|
+
"navigation-up-right": {
|
|
2587
|
+
"tags": [
|
|
2588
|
+
"navigation up right",
|
|
2589
|
+
"navigation",
|
|
2590
|
+
"up",
|
|
2591
|
+
"right"
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2594
|
+
"chevron-up-down-line": {
|
|
2595
|
+
"tags": [
|
|
2596
|
+
"chevron up down line",
|
|
2597
|
+
"chevron",
|
|
2598
|
+
"up",
|
|
2599
|
+
"down",
|
|
2600
|
+
"line"
|
|
2601
|
+
]
|
|
2602
|
+
},
|
|
2603
|
+
"chevron-right-double": {
|
|
2604
|
+
"tags": [
|
|
2605
|
+
"chevron right double",
|
|
2606
|
+
"chevron",
|
|
2607
|
+
"right",
|
|
2608
|
+
"double",
|
|
2609
|
+
"arrow"
|
|
2610
|
+
]
|
|
2611
|
+
},
|
|
2612
|
+
"chevron-left-double": {
|
|
2613
|
+
"tags": [
|
|
2614
|
+
"chevron left double",
|
|
2615
|
+
"chevron",
|
|
2616
|
+
"left",
|
|
2617
|
+
"double",
|
|
2618
|
+
"arrow"
|
|
2246
2619
|
]
|
|
2247
2620
|
}
|
|
2248
2621
|
}
|