@koobiq/icons 9.0.0 → 9.1.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 +23 -0
- package/fonts/kbq-icons.css +56 -2
- package/fonts/kbq-icons.html +54 -0
- package/fonts/kbq-icons.scss +56 -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/cloud-badge-key-o_16.svg +1 -0
- package/svg/cloud-badge-key-o_24.svg +1 -0
- package/symbol/sprite.scss +45 -0
- package/symbol/sprite.symbol.html +95 -5
- package/symbol/svg/sprite.symbol.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
# 9.1.0 (2024-09-25)
|
|
2
|
+
|
|
3
|
+
### Icons
|
|
4
|
+
|
|
5
|
+
* 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
|
|
6
|
+
|
|
7
|
+
**New Icons**
|
|
8
|
+
arrow-rotate-right_16
|
|
9
|
+
chevron-double-down-s_16
|
|
10
|
+
chevron-double-left-s_16
|
|
11
|
+
chevron-double-right-s_16
|
|
12
|
+
chevron-double-up-s_16
|
|
13
|
+
chevrons-down-up-s_16
|
|
14
|
+
chevrons-up-down-s_16
|
|
15
|
+
cloud-badge-key-o_16
|
|
16
|
+
cloud-badge-key-o_24
|
|
17
|
+
|
|
18
|
+
**Fixed Shape Size**
|
|
19
|
+
chevron-down-s_16
|
|
20
|
+
chevron-left-s_16
|
|
21
|
+
chevron-right-s_16
|
|
22
|
+
chevron-up-s_16
|
|
23
|
+
|
|
1
24
|
# 9.0.0 (2024-09-13)
|
|
2
25
|
|
|
3
26
|
### 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?1935ca6ea81a7398f810d9b0f732ba5e") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?1935ca6ea81a7398f810d9b0f732ba5e") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3680,3 +3680,57 @@ 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
|
+
}
|
package/fonts/kbq-icons.html
CHANGED
|
@@ -2345,6 +2345,18 @@
|
|
|
2345
2345
|
<span class='label'>cloud-o_16</span>
|
|
2346
2346
|
</span>
|
|
2347
2347
|
</div>
|
|
2348
|
+
<div class="icon" data-name="cloud-badge-key-o_24" title="cloud-badge-key-o_24">
|
|
2349
|
+
<span class="inner">
|
|
2350
|
+
<i class="kbq kbq-cloud-badge-key-o_24" aria-hidden="true"></i>
|
|
2351
|
+
<span class='label'>cloud-badge-key-o_24</span>
|
|
2352
|
+
</span>
|
|
2353
|
+
</div>
|
|
2354
|
+
<div class="icon" data-name="cloud-badge-key-o_16" title="cloud-badge-key-o_16">
|
|
2355
|
+
<span class="inner">
|
|
2356
|
+
<i class="kbq kbq-cloud-badge-key-o_16" aria-hidden="true"></i>
|
|
2357
|
+
<span class='label'>cloud-badge-key-o_16</span>
|
|
2358
|
+
</span>
|
|
2359
|
+
</div>
|
|
2348
2360
|
<div class="icon" data-name="cloud-badge-globe_16" title="cloud-badge-globe_16">
|
|
2349
2361
|
<span class="inner">
|
|
2350
2362
|
<i class="kbq kbq-cloud-badge-globe_16" aria-hidden="true"></i>
|
|
@@ -2489,6 +2501,12 @@
|
|
|
2489
2501
|
<span class='label'>chevrons-up-down_16</span>
|
|
2490
2502
|
</span>
|
|
2491
2503
|
</div>
|
|
2504
|
+
<div class="icon" data-name="chevrons-up-down-s_16" title="chevrons-up-down-s_16">
|
|
2505
|
+
<span class="inner">
|
|
2506
|
+
<i class="kbq kbq-chevrons-up-down-s_16" aria-hidden="true"></i>
|
|
2507
|
+
<span class='label'>chevrons-up-down-s_16</span>
|
|
2508
|
+
</span>
|
|
2509
|
+
</div>
|
|
2492
2510
|
<div class="icon" data-name="chevrons-expand_16" title="chevrons-expand_16">
|
|
2493
2511
|
<span class="inner">
|
|
2494
2512
|
<i class="kbq kbq-chevrons-expand_16" aria-hidden="true"></i>
|
|
@@ -2501,6 +2519,12 @@
|
|
|
2501
2519
|
<span class='label'>chevrons-down-up_16</span>
|
|
2502
2520
|
</span>
|
|
2503
2521
|
</div>
|
|
2522
|
+
<div class="icon" data-name="chevrons-down-up-s_16" title="chevrons-down-up-s_16">
|
|
2523
|
+
<span class="inner">
|
|
2524
|
+
<i class="kbq kbq-chevrons-down-up-s_16" aria-hidden="true"></i>
|
|
2525
|
+
<span class='label'>chevrons-down-up-s_16</span>
|
|
2526
|
+
</span>
|
|
2527
|
+
</div>
|
|
2504
2528
|
<div class="icon" data-name="chevron-up_32" title="chevron-up_32">
|
|
2505
2529
|
<span class="inner">
|
|
2506
2530
|
<i class="kbq kbq-chevron-up_32" aria-hidden="true"></i>
|
|
@@ -2627,24 +2651,48 @@
|
|
|
2627
2651
|
<span class='label'>chevron-double-up_16</span>
|
|
2628
2652
|
</span>
|
|
2629
2653
|
</div>
|
|
2654
|
+
<div class="icon" data-name="chevron-double-up-s_16" title="chevron-double-up-s_16">
|
|
2655
|
+
<span class="inner">
|
|
2656
|
+
<i class="kbq kbq-chevron-double-up-s_16" aria-hidden="true"></i>
|
|
2657
|
+
<span class='label'>chevron-double-up-s_16</span>
|
|
2658
|
+
</span>
|
|
2659
|
+
</div>
|
|
2630
2660
|
<div class="icon" data-name="chevron-double-right_16" title="chevron-double-right_16">
|
|
2631
2661
|
<span class="inner">
|
|
2632
2662
|
<i class="kbq kbq-chevron-double-right_16" aria-hidden="true"></i>
|
|
2633
2663
|
<span class='label'>chevron-double-right_16</span>
|
|
2634
2664
|
</span>
|
|
2635
2665
|
</div>
|
|
2666
|
+
<div class="icon" data-name="chevron-double-right-s_16" title="chevron-double-right-s_16">
|
|
2667
|
+
<span class="inner">
|
|
2668
|
+
<i class="kbq kbq-chevron-double-right-s_16" aria-hidden="true"></i>
|
|
2669
|
+
<span class='label'>chevron-double-right-s_16</span>
|
|
2670
|
+
</span>
|
|
2671
|
+
</div>
|
|
2636
2672
|
<div class="icon" data-name="chevron-double-left_16" title="chevron-double-left_16">
|
|
2637
2673
|
<span class="inner">
|
|
2638
2674
|
<i class="kbq kbq-chevron-double-left_16" aria-hidden="true"></i>
|
|
2639
2675
|
<span class='label'>chevron-double-left_16</span>
|
|
2640
2676
|
</span>
|
|
2641
2677
|
</div>
|
|
2678
|
+
<div class="icon" data-name="chevron-double-left-s_16" title="chevron-double-left-s_16">
|
|
2679
|
+
<span class="inner">
|
|
2680
|
+
<i class="kbq kbq-chevron-double-left-s_16" aria-hidden="true"></i>
|
|
2681
|
+
<span class='label'>chevron-double-left-s_16</span>
|
|
2682
|
+
</span>
|
|
2683
|
+
</div>
|
|
2642
2684
|
<div class="icon" data-name="chevron-double-down_16" title="chevron-double-down_16">
|
|
2643
2685
|
<span class="inner">
|
|
2644
2686
|
<i class="kbq kbq-chevron-double-down_16" aria-hidden="true"></i>
|
|
2645
2687
|
<span class='label'>chevron-double-down_16</span>
|
|
2646
2688
|
</span>
|
|
2647
2689
|
</div>
|
|
2690
|
+
<div class="icon" data-name="chevron-double-down-s_16" title="chevron-double-down-s_16">
|
|
2691
|
+
<span class="inner">
|
|
2692
|
+
<i class="kbq kbq-chevron-double-down-s_16" aria-hidden="true"></i>
|
|
2693
|
+
<span class='label'>chevron-double-down-s_16</span>
|
|
2694
|
+
</span>
|
|
2695
|
+
</div>
|
|
2648
2696
|
<div class="icon" data-name="chevron-circle-up_16" title="chevron-circle-up_16">
|
|
2649
2697
|
<span class="inner">
|
|
2650
2698
|
<i class="kbq kbq-chevron-circle-up_16" aria-hidden="true"></i>
|
|
@@ -3455,6 +3503,12 @@
|
|
|
3455
3503
|
<span class='label'>arrow-turn-down-left_16</span>
|
|
3456
3504
|
</span>
|
|
3457
3505
|
</div>
|
|
3506
|
+
<div class="icon" data-name="arrow-rotate-right_16" title="arrow-rotate-right_16">
|
|
3507
|
+
<span class="inner">
|
|
3508
|
+
<i class="kbq kbq-arrow-rotate-right_16" aria-hidden="true"></i>
|
|
3509
|
+
<span class='label'>arrow-rotate-right_16</span>
|
|
3510
|
+
</span>
|
|
3511
|
+
</div>
|
|
3458
3512
|
<div class="icon" data-name="arrow-rotate-right-dot_16" title="arrow-rotate-right-dot_16">
|
|
3459
3513
|
<span class="inner">
|
|
3460
3514
|
<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?1935ca6ea81a7398f810d9b0f732ba5e") format("truetype"),
|
|
6
|
+
url("./kbq-icons.woff?1935ca6ea81a7398f810d9b0f732ba5e") format("woff");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.kbq {
|
|
@@ -3680,3 +3680,57 @@ 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
|
+
}
|
package/fonts/kbq-icons.ttf
CHANGED
|
Binary file
|
package/fonts/kbq-icons.woff
CHANGED
|
Binary file
|