@koobiq/icons 9.0.0 → 9.2.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/CHANGELOG.md +33 -0
- package/fonts/kbq-icons.css +62 -2
- package/fonts/kbq-icons.html +60 -0
- package/fonts/kbq-icons.scss +62 -2
- package/fonts/kbq-icons.ttf +0 -0
- package/fonts/kbq-icons.woff +0 -0
- package/info/kbq-icons-info.json +1 -1
- package/package.json +1 -1
- package/svg/arrow-rotate-right_16.svg +1 -0
- package/svg/chevron-double-down-s_16.svg +1 -0
- package/svg/chevron-double-left-s_16.svg +1 -0
- package/svg/chevron-double-right-s_16.svg +1 -0
- package/svg/chevron-double-up-s_16.svg +1 -0
- package/svg/chevron-down-s_16.svg +1 -1
- package/svg/chevron-left-s_16.svg +1 -1
- package/svg/chevron-right-s_16.svg +1 -1
- package/svg/chevron-up-s_16.svg +1 -1
- package/svg/chevrons-down-up-s_16.svg +1 -0
- package/svg/chevrons-up-down-s_16.svg +1 -0
- package/svg/circle-o_24.svg +1 -1
- package/svg/cloud-badge-key-o_16.svg +1 -0
- package/svg/cloud-badge-key-o_24.svg +1 -0
- package/svg/north-east_16.svg +1 -0
- package/symbol/sprite.scss +50 -0
- package/symbol/sprite.symbol.html +106 -6
- package/symbol/svg/sprite.symbol.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
# 9.2.0 (2024-10-28)
|
|
2
|
+
|
|
3
|
+
**Added**
|
|
4
|
+
|
|
5
|
+
* north-east_16
|
|
6
|
+
|
|
7
|
+
**Fixed**
|
|
8
|
+
|
|
9
|
+
* circle-o_24.svg
|
|
10
|
+
|
|
11
|
+
# 9.1.0 (2024-09-25)
|
|
12
|
+
|
|
13
|
+
### Icons
|
|
14
|
+
|
|
15
|
+
* feature added new icons 6-23 sept ([#DS-2902](https://github.com/koobiq/icons/issues/issue/DS-2902)) ([#4](https://github.com/koobiq/icons/issues/4)) 7d517b7
|
|
16
|
+
|
|
17
|
+
**New Icons**
|
|
18
|
+
* arrow-rotate-right_16
|
|
19
|
+
* chevron-double-down-s_16
|
|
20
|
+
* chevron-double-left-s_16
|
|
21
|
+
* chevron-double-right-s_16
|
|
22
|
+
* chevron-double-up-s_16
|
|
23
|
+
* chevrons-down-up-s_16
|
|
24
|
+
* chevrons-up-down-s_16
|
|
25
|
+
* cloud-badge-key-o_16
|
|
26
|
+
* cloud-badge-key-o_24
|
|
27
|
+
|
|
28
|
+
**Fixed Shape Size**
|
|
29
|
+
* chevron-down-s_16
|
|
30
|
+
* chevron-left-s_16
|
|
31
|
+
* chevron-right-s_16
|
|
32
|
+
* chevron-up-s_16
|
|
33
|
+
|
|
1
34
|
# 9.0.0 (2024-09-13)
|
|
2
35
|
|
|
3
36
|
### Icons
|
package/fonts/kbq-icons.css
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
font-family: "Koobiq Icons";
|
|
3
3
|
font-weight:normal;
|
|
4
4
|
font-style:normal;
|
|
5
|
-
src: url("./kbq-icons.ttf?
|
|
6
|
-
url("./kbq-icons.woff?
|
|
5
|
+
src: url("./kbq-icons.ttf?f75aede8c6cd491b3d01a48d8b1cb94c") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?f75aede8c6cd491b3d01a48d8b1cb94c") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3680,3 +3680,63 @@ transform:rotate(0.001deg);
|
|
|
3680
3680
|
.kbq-bucket-s3_16:before {
|
|
3681
3681
|
content: "\f7f3";
|
|
3682
3682
|
}
|
|
3683
|
+
.kbq-cloud-badge-key-o_16 {
|
|
3684
|
+
font-size: 16px;
|
|
3685
|
+
}
|
|
3686
|
+
.kbq-cloud-badge-key-o_16:before {
|
|
3687
|
+
content: "\f7f4";
|
|
3688
|
+
}
|
|
3689
|
+
.kbq-cloud-badge-key-o_24 {
|
|
3690
|
+
font-size: 24px;
|
|
3691
|
+
}
|
|
3692
|
+
.kbq-cloud-badge-key-o_24:before {
|
|
3693
|
+
content: "\f7f5";
|
|
3694
|
+
}
|
|
3695
|
+
.kbq-arrow-rotate-right_16 {
|
|
3696
|
+
font-size: 16px;
|
|
3697
|
+
}
|
|
3698
|
+
.kbq-arrow-rotate-right_16:before {
|
|
3699
|
+
content: "\f7f6";
|
|
3700
|
+
}
|
|
3701
|
+
.kbq-chevrons-up-down-s_16 {
|
|
3702
|
+
font-size: 16px;
|
|
3703
|
+
}
|
|
3704
|
+
.kbq-chevrons-up-down-s_16:before {
|
|
3705
|
+
content: "\f7f7";
|
|
3706
|
+
}
|
|
3707
|
+
.kbq-chevrons-down-up-s_16 {
|
|
3708
|
+
font-size: 16px;
|
|
3709
|
+
}
|
|
3710
|
+
.kbq-chevrons-down-up-s_16:before {
|
|
3711
|
+
content: "\f7f8";
|
|
3712
|
+
}
|
|
3713
|
+
.kbq-chevron-double-down-s_16 {
|
|
3714
|
+
font-size: 16px;
|
|
3715
|
+
}
|
|
3716
|
+
.kbq-chevron-double-down-s_16:before {
|
|
3717
|
+
content: "\f7f9";
|
|
3718
|
+
}
|
|
3719
|
+
.kbq-chevron-double-left-s_16 {
|
|
3720
|
+
font-size: 16px;
|
|
3721
|
+
}
|
|
3722
|
+
.kbq-chevron-double-left-s_16:before {
|
|
3723
|
+
content: "\f7fa";
|
|
3724
|
+
}
|
|
3725
|
+
.kbq-chevron-double-right-s_16 {
|
|
3726
|
+
font-size: 16px;
|
|
3727
|
+
}
|
|
3728
|
+
.kbq-chevron-double-right-s_16:before {
|
|
3729
|
+
content: "\f7fb";
|
|
3730
|
+
}
|
|
3731
|
+
.kbq-chevron-double-up-s_16 {
|
|
3732
|
+
font-size: 16px;
|
|
3733
|
+
}
|
|
3734
|
+
.kbq-chevron-double-up-s_16:before {
|
|
3735
|
+
content: "\f7fc";
|
|
3736
|
+
}
|
|
3737
|
+
.kbq-north-east_16 {
|
|
3738
|
+
font-size: 16px;
|
|
3739
|
+
}
|
|
3740
|
+
.kbq-north-east_16:before {
|
|
3741
|
+
content: "\f7fd";
|
|
3742
|
+
}
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -1103,6 +1103,12 @@
|
|
|
1103
1103
|
<span class='label'>north-star_16</span>
|
|
1104
1104
|
</span>
|
|
1105
1105
|
</div>
|
|
1106
|
+
<div class="icon" data-name="north-east_16" title="north-east_16">
|
|
1107
|
+
<span class="inner">
|
|
1108
|
+
<i class="kbq kbq-north-east_16" aria-hidden="true"></i>
|
|
1109
|
+
<span class='label'>north-east_16</span>
|
|
1110
|
+
</span>
|
|
1111
|
+
</div>
|
|
1106
1112
|
<div class="icon" data-name="node-tree" title="node-tree">
|
|
1107
1113
|
<span class="inner">
|
|
1108
1114
|
<i class="kbq kbq-node-tree" aria-hidden="true"></i>
|
|
@@ -2345,6 +2351,18 @@
|
|
|
2345
2351
|
<span class='label'>cloud-o_16</span>
|
|
2346
2352
|
</span>
|
|
2347
2353
|
</div>
|
|
2354
|
+
<div class="icon" data-name="cloud-badge-key-o_24" title="cloud-badge-key-o_24">
|
|
2355
|
+
<span class="inner">
|
|
2356
|
+
<i class="kbq kbq-cloud-badge-key-o_24" aria-hidden="true"></i>
|
|
2357
|
+
<span class='label'>cloud-badge-key-o_24</span>
|
|
2358
|
+
</span>
|
|
2359
|
+
</div>
|
|
2360
|
+
<div class="icon" data-name="cloud-badge-key-o_16" title="cloud-badge-key-o_16">
|
|
2361
|
+
<span class="inner">
|
|
2362
|
+
<i class="kbq kbq-cloud-badge-key-o_16" aria-hidden="true"></i>
|
|
2363
|
+
<span class='label'>cloud-badge-key-o_16</span>
|
|
2364
|
+
</span>
|
|
2365
|
+
</div>
|
|
2348
2366
|
<div class="icon" data-name="cloud-badge-globe_16" title="cloud-badge-globe_16">
|
|
2349
2367
|
<span class="inner">
|
|
2350
2368
|
<i class="kbq kbq-cloud-badge-globe_16" aria-hidden="true"></i>
|
|
@@ -2489,6 +2507,12 @@
|
|
|
2489
2507
|
<span class='label'>chevrons-up-down_16</span>
|
|
2490
2508
|
</span>
|
|
2491
2509
|
</div>
|
|
2510
|
+
<div class="icon" data-name="chevrons-up-down-s_16" title="chevrons-up-down-s_16">
|
|
2511
|
+
<span class="inner">
|
|
2512
|
+
<i class="kbq kbq-chevrons-up-down-s_16" aria-hidden="true"></i>
|
|
2513
|
+
<span class='label'>chevrons-up-down-s_16</span>
|
|
2514
|
+
</span>
|
|
2515
|
+
</div>
|
|
2492
2516
|
<div class="icon" data-name="chevrons-expand_16" title="chevrons-expand_16">
|
|
2493
2517
|
<span class="inner">
|
|
2494
2518
|
<i class="kbq kbq-chevrons-expand_16" aria-hidden="true"></i>
|
|
@@ -2501,6 +2525,12 @@
|
|
|
2501
2525
|
<span class='label'>chevrons-down-up_16</span>
|
|
2502
2526
|
</span>
|
|
2503
2527
|
</div>
|
|
2528
|
+
<div class="icon" data-name="chevrons-down-up-s_16" title="chevrons-down-up-s_16">
|
|
2529
|
+
<span class="inner">
|
|
2530
|
+
<i class="kbq kbq-chevrons-down-up-s_16" aria-hidden="true"></i>
|
|
2531
|
+
<span class='label'>chevrons-down-up-s_16</span>
|
|
2532
|
+
</span>
|
|
2533
|
+
</div>
|
|
2504
2534
|
<div class="icon" data-name="chevron-up_32" title="chevron-up_32">
|
|
2505
2535
|
<span class="inner">
|
|
2506
2536
|
<i class="kbq kbq-chevron-up_32" aria-hidden="true"></i>
|
|
@@ -2627,24 +2657,48 @@
|
|
|
2627
2657
|
<span class='label'>chevron-double-up_16</span>
|
|
2628
2658
|
</span>
|
|
2629
2659
|
</div>
|
|
2660
|
+
<div class="icon" data-name="chevron-double-up-s_16" title="chevron-double-up-s_16">
|
|
2661
|
+
<span class="inner">
|
|
2662
|
+
<i class="kbq kbq-chevron-double-up-s_16" aria-hidden="true"></i>
|
|
2663
|
+
<span class='label'>chevron-double-up-s_16</span>
|
|
2664
|
+
</span>
|
|
2665
|
+
</div>
|
|
2630
2666
|
<div class="icon" data-name="chevron-double-right_16" title="chevron-double-right_16">
|
|
2631
2667
|
<span class="inner">
|
|
2632
2668
|
<i class="kbq kbq-chevron-double-right_16" aria-hidden="true"></i>
|
|
2633
2669
|
<span class='label'>chevron-double-right_16</span>
|
|
2634
2670
|
</span>
|
|
2635
2671
|
</div>
|
|
2672
|
+
<div class="icon" data-name="chevron-double-right-s_16" title="chevron-double-right-s_16">
|
|
2673
|
+
<span class="inner">
|
|
2674
|
+
<i class="kbq kbq-chevron-double-right-s_16" aria-hidden="true"></i>
|
|
2675
|
+
<span class='label'>chevron-double-right-s_16</span>
|
|
2676
|
+
</span>
|
|
2677
|
+
</div>
|
|
2636
2678
|
<div class="icon" data-name="chevron-double-left_16" title="chevron-double-left_16">
|
|
2637
2679
|
<span class="inner">
|
|
2638
2680
|
<i class="kbq kbq-chevron-double-left_16" aria-hidden="true"></i>
|
|
2639
2681
|
<span class='label'>chevron-double-left_16</span>
|
|
2640
2682
|
</span>
|
|
2641
2683
|
</div>
|
|
2684
|
+
<div class="icon" data-name="chevron-double-left-s_16" title="chevron-double-left-s_16">
|
|
2685
|
+
<span class="inner">
|
|
2686
|
+
<i class="kbq kbq-chevron-double-left-s_16" aria-hidden="true"></i>
|
|
2687
|
+
<span class='label'>chevron-double-left-s_16</span>
|
|
2688
|
+
</span>
|
|
2689
|
+
</div>
|
|
2642
2690
|
<div class="icon" data-name="chevron-double-down_16" title="chevron-double-down_16">
|
|
2643
2691
|
<span class="inner">
|
|
2644
2692
|
<i class="kbq kbq-chevron-double-down_16" aria-hidden="true"></i>
|
|
2645
2693
|
<span class='label'>chevron-double-down_16</span>
|
|
2646
2694
|
</span>
|
|
2647
2695
|
</div>
|
|
2696
|
+
<div class="icon" data-name="chevron-double-down-s_16" title="chevron-double-down-s_16">
|
|
2697
|
+
<span class="inner">
|
|
2698
|
+
<i class="kbq kbq-chevron-double-down-s_16" aria-hidden="true"></i>
|
|
2699
|
+
<span class='label'>chevron-double-down-s_16</span>
|
|
2700
|
+
</span>
|
|
2701
|
+
</div>
|
|
2648
2702
|
<div class="icon" data-name="chevron-circle-up_16" title="chevron-circle-up_16">
|
|
2649
2703
|
<span class="inner">
|
|
2650
2704
|
<i class="kbq kbq-chevron-circle-up_16" aria-hidden="true"></i>
|
|
@@ -3455,6 +3509,12 @@
|
|
|
3455
3509
|
<span class='label'>arrow-turn-down-left_16</span>
|
|
3456
3510
|
</span>
|
|
3457
3511
|
</div>
|
|
3512
|
+
<div class="icon" data-name="arrow-rotate-right_16" title="arrow-rotate-right_16">
|
|
3513
|
+
<span class="inner">
|
|
3514
|
+
<i class="kbq kbq-arrow-rotate-right_16" aria-hidden="true"></i>
|
|
3515
|
+
<span class='label'>arrow-rotate-right_16</span>
|
|
3516
|
+
</span>
|
|
3517
|
+
</div>
|
|
3458
3518
|
<div class="icon" data-name="arrow-rotate-right-dot_16" title="arrow-rotate-right-dot_16">
|
|
3459
3519
|
<span class="inner">
|
|
3460
3520
|
<i class="kbq kbq-arrow-rotate-right-dot_16" aria-hidden="true"></i>
|
package/fonts/kbq-icons.scss
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
font-family: "Koobiq Icons";
|
|
3
3
|
font-weight:normal;
|
|
4
4
|
font-style:normal;
|
|
5
|
-
src: url("./kbq-icons.ttf?
|
|
6
|
-
url("./kbq-icons.woff?
|
|
5
|
+
src: url("./kbq-icons.ttf?f75aede8c6cd491b3d01a48d8b1cb94c") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?f75aede8c6cd491b3d01a48d8b1cb94c") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3680,3 +3680,63 @@ transform:rotate(0.001deg);
|
|
|
3680
3680
|
content: "\f7f3";
|
|
3681
3681
|
}
|
|
3682
3682
|
}
|
|
3683
|
+
.kbq-cloud-badge-key-o_16 {
|
|
3684
|
+
font-size: 16px;
|
|
3685
|
+
&:before {
|
|
3686
|
+
content: "\f7f4";
|
|
3687
|
+
}
|
|
3688
|
+
}
|
|
3689
|
+
.kbq-cloud-badge-key-o_24 {
|
|
3690
|
+
font-size: 24px;
|
|
3691
|
+
&:before {
|
|
3692
|
+
content: "\f7f5";
|
|
3693
|
+
}
|
|
3694
|
+
}
|
|
3695
|
+
.kbq-arrow-rotate-right_16 {
|
|
3696
|
+
font-size: 16px;
|
|
3697
|
+
&:before {
|
|
3698
|
+
content: "\f7f6";
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3701
|
+
.kbq-chevrons-up-down-s_16 {
|
|
3702
|
+
font-size: 16px;
|
|
3703
|
+
&:before {
|
|
3704
|
+
content: "\f7f7";
|
|
3705
|
+
}
|
|
3706
|
+
}
|
|
3707
|
+
.kbq-chevrons-down-up-s_16 {
|
|
3708
|
+
font-size: 16px;
|
|
3709
|
+
&:before {
|
|
3710
|
+
content: "\f7f8";
|
|
3711
|
+
}
|
|
3712
|
+
}
|
|
3713
|
+
.kbq-chevron-double-down-s_16 {
|
|
3714
|
+
font-size: 16px;
|
|
3715
|
+
&:before {
|
|
3716
|
+
content: "\f7f9";
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3719
|
+
.kbq-chevron-double-left-s_16 {
|
|
3720
|
+
font-size: 16px;
|
|
3721
|
+
&:before {
|
|
3722
|
+
content: "\f7fa";
|
|
3723
|
+
}
|
|
3724
|
+
}
|
|
3725
|
+
.kbq-chevron-double-right-s_16 {
|
|
3726
|
+
font-size: 16px;
|
|
3727
|
+
&:before {
|
|
3728
|
+
content: "\f7fb";
|
|
3729
|
+
}
|
|
3730
|
+
}
|
|
3731
|
+
.kbq-chevron-double-up-s_16 {
|
|
3732
|
+
font-size: 16px;
|
|
3733
|
+
&:before {
|
|
3734
|
+
content: "\f7fc";
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3737
|
+
.kbq-north-east_16 {
|
|
3738
|
+
font-size: 16px;
|
|
3739
|
+
&:before {
|
|
3740
|
+
content: "\f7fd";
|
|
3741
|
+
}
|
|
3742
|
+
}
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|