Skip to content

Commit 5afd15c

Browse files
committed
Update for dark mode, fixes
1 parent 725ae6b commit 5afd15c

File tree

8 files changed

+122
-130
lines changed

8 files changed

+122
-130
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.text-warning {
2+
color: #997404 !important;
3+
}
4+
5+
.text-info {
6+
color: #087990 !important;
7+
}
8+
9+
.badge > a {
10+
color: inherit;
11+
}

site/content/docs/5.2/examples/badges/index.html renamed to site/content/docs/5.3/examples/badges/index.html

Lines changed: 35 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@
66
body_class: ""
77
---
88

9-
<style>
10-
.text-warning { color: #997404 !important; }
11-
.text-info { color: #087990 !important; }
12-
13-
.badge > a {
14-
color: inherit;
15-
}
16-
</style>
17-
189
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
1910
<symbol id="x-circle-fill" viewBox="0 0 16 16">
2011
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"/>
@@ -28,61 +19,61 @@
2819
<span class="badge text-bg-danger rounded-pill">Danger</span>
2920
<span class="badge text-bg-warning rounded-pill">Warning</span>
3021
<span class="badge text-bg-info rounded-pill">Info</span>
31-
<span class="badge text-bg-dark rounded-pill">Light</span>
22+
<span class="badge text-bg-light rounded-pill">Light</span>
3223
<span class="badge text-bg-dark rounded-pill">Dark</span>
3324
</div>
3425

3526
<div class="b-example-divider"></div>
3627

3728
<div class="d-flex gap-2 justify-content-center py-5">
38-
<span class="badge text-primary bg-primary bg-opacity-10 rounded-pill">Primary</span>
39-
<span class="badge text-secondary bg-secondary bg-opacity-10 rounded-pill">Secondary</span>
40-
<span class="badge text-success bg-success bg-opacity-10 rounded-pill">Success</span>
41-
<span class="badge text-danger bg-danger bg-opacity-10 rounded-pill">Danger</span>
42-
<span class="badge text-warning bg-warning bg-opacity-10 rounded-pill">Warning</span>
43-
<span class="badge text-info bg-info bg-opacity-10 rounded-pill">Info</span>
44-
<span class="badge text-dark bg-light bg-opacity-10 rounded-pill">Light</span>
45-
<span class="badge text-dark bg-dark bg-opacity-10 rounded-pill">Dark</span>
29+
<span class="badge bg-primary-subtle text-primary-emphasis rounded-pill">Primary</span>
30+
<span class="badge bg-secondary-subtle text-secondary-emphasis rounded-pill">Secondary</span>
31+
<span class="badge bg-success-subtle text-success-emphasis rounded-pill">Success</span>
32+
<span class="badge bg-danger-subtle text-danger-emphasis rounded-pill">Danger</span>
33+
<span class="badge bg-warning-subtle text-warning-emphasis rounded-pill">Warning</span>
34+
<span class="badge bg-info-subtle text-info-emphasis rounded-pill">Info</span>
35+
<span class="badge bg-light-subtle text-light-emphasis rounded-pill">Light</span>
36+
<span class="badge bg-dark-subtle text-dark-emphasis rounded-pill">Dark</span>
4637
</div>
4738

4839
<div class="b-example-divider"></div>
4940

5041
<div class="d-flex gap-2 justify-content-center py-5">
51-
<span class="badge text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill">Primary</span>
52-
<span class="badge text-secondary bg-secondary bg-opacity-10 border border-secondary border-opacity-25 rounded-pill">Secondary</span>
53-
<span class="badge text-success bg-success bg-opacity-10 border border-success border-opacity-25 rounded-pill">Success</span>
54-
<span class="badge text-danger bg-danger bg-opacity-10 border border-danger border-opacity-25 rounded-pill">Danger</span>
55-
<span class="badge text-warning bg-warning bg-opacity-10 border border-warning border-opacity-25 rounded-pill">Warning</span>
56-
<span class="badge text-info bg-info bg-opacity-10 border border-info border-opacity-25 rounded-pill">Info</span>
57-
<span class="badge text-dark bg-light bg-opacity-10 border border-dark border-opacity-25 rounded-pill">Light</span>
58-
<span class="badge text-dark bg-dark bg-opacity-10 border border-dark border-opacity-25 rounded-pill">Dark</span>
42+
<span class="badge bg-primary-subtle border border-primary-subtle text-primary-emphasis rounded-pill">Primary</span>
43+
<span class="badge bg-secondary-subtle border border-secondary-subtle text-secondary-emphasis rounded-pill">Secondary</span>
44+
<span class="badge bg-success-subtle border border-success-subtle text-success-emphasis rounded-pill">Success</span>
45+
<span class="badge bg-danger-subtle border border-danger-subtle text-danger-emphasis rounded-pill">Danger</span>
46+
<span class="badge bg-warning-subtle border border-warning-subtle text-warning-emphasis rounded-pill">Warning</span>
47+
<span class="badge bg-info-subtle border border-info-subtle text-info-emphasis rounded-pill">Info</span>
48+
<span class="badge bg-light-subtle border border-light-subtle text-light-emphasis rounded-pill">Light</span>
49+
<span class="badge bg-dark-subtle border border-dark-subtle text-dark-emphasis rounded-pill">Dark</span>
5950
</div>
6051

6152
<div class="b-example-divider"></div>
6253

6354
<div class="d-flex gap-2 justify-content-center py-5">
64-
<span class="badge d-flex align-items-center p-1 pe-2 text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill">
55+
<span class="badge d-flex align-items-center p-1 pe-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill">
6556
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Primary
6657
</span>
67-
<span class="badge d-flex align-items-center p-1 pe-2 text-secondary bg-secondary bg-opacity-10 border border-secondary border-opacity-25 rounded-pill">
58+
<span class="badge d-flex align-items-center p-1 pe-2 text-secondary-emphasis bg-secondary-subtle border border-secondary-subtle rounded-pill">
6859
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Secondary
6960
</span>
70-
<span class="badge d-flex align-items-center p-1 pe-2 text-success bg-success bg-opacity-10 border border-success border-opacity-25 rounded-pill">
61+
<span class="badge d-flex align-items-center p-1 pe-2 text-success-emphasis bg-success-subtle border border-success-subtle rounded-pill">
7162
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Success
7263
</span>
73-
<span class="badge d-flex align-items-center p-1 pe-2 text-danger bg-danger bg-opacity-10 border border-danger border-opacity-25 rounded-pill">
64+
<span class="badge d-flex align-items-center p-1 pe-2 text-danger-emphasis bg-danger-subtle border border-danger-subtle rounded-pill">
7465
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Danger
7566
</span>
76-
<span class="badge d-flex align-items-center p-1 pe-2 text-warning bg-warning bg-opacity-10 border border-warning border-opacity-25 rounded-pill">
67+
<span class="badge d-flex align-items-center p-1 pe-2 text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-pill">
7768
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Warning
7869
</span>
79-
<span class="badge d-flex align-items-center p-1 pe-2 text-info bg-info bg-opacity-10 border border-info border-opacity-25 rounded-pill">
70+
<span class="badge d-flex align-items-center p-1 pe-2 text-info-emphasis bg-info-subtle border border-info-subtle rounded-pill">
8071
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Info
8172
</span>
82-
<span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-light bg-opacity-10 border border-dark border-opacity-25 rounded-pill">
73+
<span class="badge d-flex align-items-center p-1 pe-2 text-dark-emphasis bg-light-subtle border border-dark-subtle rounded-pill">
8374
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Light
8475
</span>
85-
<span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-dark bg-opacity-10 border border-dark border-opacity-25 rounded-pill">
76+
<span class="badge d-flex align-items-center p-1 pe-2 text-dark-emphasis bg-dark-subtle border border-dark-subtle rounded-pill">
8677
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">Dark
8778
</span>
8879
</div>
@@ -94,11 +85,11 @@
9485
<span class="px-1">Primary</span>
9586
<a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
9687
</span>
97-
<span class="badge d-flex p-2 align-items-center text-primary bg-primary bg-opacity-10 rounded-pill">
88+
<span class="badge d-flex p-2 align-items-center text-primary-emphasis bg-primary-subtle rounded-pill">
9889
<span class="px-1">Primary</span>
9990
<a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
10091
</span>
101-
<span class="badge d-flex p-2 align-items-center text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill">
92+
<span class="badge d-flex p-2 align-items-center text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill">
10293
<span class="px-1">Primary</span>
10394
<a href="#"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
10495
</span>
@@ -107,49 +98,49 @@
10798
<div class="b-example-divider"></div>
10899

109100
<div class="d-flex gap-2 justify-content-center py-5">
110-
<span class="badge d-flex align-items-center p-1 pe-2 text-primary bg-primary bg-opacity-10 border border-primary border-opacity-25 rounded-pill">
101+
<span class="badge d-flex align-items-center p-1 pe-2 text-primary-emphasis bg-primary-subtle border border-primary-subtle rounded-pill">
111102
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
112103
Primary
113104
<span class="vr mx-2"></span>
114105
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
115106
</span>
116-
<span class="badge d-flex align-items-center p-1 pe-2 text-secondary bg-secondary bg-opacity-10 border border-secondary border-opacity-25 rounded-pill">
107+
<span class="badge d-flex align-items-center p-1 pe-2 text-secondary-emphasis bg-secondary-subtle border border-secondary-subtle rounded-pill">
117108
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
118109
Secondary
119110
<span class="vr mx-2"></span>
120111
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
121112
</span>
122-
<span class="badge d-flex align-items-center p-1 pe-2 text-success bg-success bg-opacity-10 border border-success border-opacity-25 rounded-pill">
113+
<span class="badge d-flex align-items-center p-1 pe-2 text-success-emphasis bg-success-subtle border border-success-subtle rounded-pill">
123114
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
124115
Success
125116
<span class="vr mx-2"></span>
126117
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
127118
</span>
128-
<span class="badge d-flex align-items-center p-1 pe-2 text-danger bg-danger bg-opacity-10 border border-danger border-opacity-25 rounded-pill">
119+
<span class="badge d-flex align-items-center p-1 pe-2 text-danger-emphasis bg-danger-subtle border border-danger-subtle rounded-pill">
129120
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
130121
Danger
131122
<span class="vr mx-2"></span>
132123
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
133124
</span>
134-
<span class="badge d-flex align-items-center p-1 pe-2 text-warning bg-warning bg-opacity-10 border border-warning border-opacity-25 rounded-pill">
125+
<span class="badge d-flex align-items-center p-1 pe-2 text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-pill">
135126
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
136127
Warning
137128
<span class="vr mx-2"></span>
138129
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
139130
</span>
140-
<span class="badge d-flex align-items-center p-1 pe-2 text-info bg-info bg-opacity-10 border border-info border-opacity-25 rounded-pill">
131+
<span class="badge d-flex align-items-center p-1 pe-2 text-info-emphasis bg-info-subtle border border-info-subtle rounded-pill">
141132
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
142133
Info
143134
<span class="vr mx-2"></span>
144135
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
145136
</span>
146-
<span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-light bg-opacity-10 border border-dark border-opacity-25 rounded-pill">
137+
<span class="badge d-flex align-items-center p-1 pe-2 text-light-emphasis bg-light-subtle border border-dark-subtle rounded-pill">
147138
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
148139
Light
149140
<span class="vr mx-2"></span>
150141
<a href="#"><svg class="bi" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
151142
</span>
152-
<span class="badge d-flex align-items-center p-1 pe-2 text-dark bg-dark bg-opacity-10 border border-dark border-opacity-25 rounded-pill">
143+
<span class="badge d-flex align-items-center p-1 pe-2 text-dark-emphasis bg-dark-subtle border border-dark-subtle rounded-pill">
153144
<img class="rounded-circle me-1" width="24" height="24" src="https://github.com/mdo.png" alt="">
154145
Dark
155146
<span class="vr mx-2"></span>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.breadcrumb-chevron {
2+
--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
3+
gap: .5rem;
4+
}
5+
.breadcrumb-chevron .breadcrumb-item {
6+
display: flex;
7+
align-items: center;
8+
gap: inherit;
9+
padding-left: 0;
10+
line-height: 1;
11+
}
12+
.breadcrumb-chevron .breadcrumb-item::before {
13+
float: none;
14+
width: 1rem;
15+
height: 1rem;
16+
gap: inherit;
17+
}
18+
19+
.breadcrumb-custom .breadcrumb-item {
20+
position: relative;
21+
padding: .75rem 3rem;
22+
flex-grow: 1;
23+
}
24+
.breadcrumb-custom .breadcrumb-item::before {
25+
display: none;
26+
}
27+
.breadcrumb-custom .breadcrumb-item::after {
28+
position: absolute;
29+
top: 50%;
30+
right: -25px;
31+
z-index: 1;
32+
display: inline-block;
33+
width: 50px;
34+
height: 50px;
35+
margin-top: -25px;
36+
content: "";
37+
background-color: var(--bs-tertiary-bg);
38+
border-top-right-radius: .5rem;
39+
transform: scale(0.707) rotate(45deg);
40+
box-shadow: 1px -1px var(--bs-border-color);
41+
}
42+
.breadcrumb-custom .breadcrumb-item:first-child {
43+
padding-left: 1.5rem;
44+
}
45+
.breadcrumb-custom .breadcrumb-item:last-child {
46+
padding-right: 1.5rem;
47+
}
48+
.breadcrumb-custom .breadcrumb-item:last-child::after {
49+
display: none;
50+
}

site/content/docs/5.2/examples/breadcrumbs/index.html renamed to site/content/docs/5.3/examples/breadcrumbs/index.html

Lines changed: 10 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
body_class: ""
77
---
88

9-
<style>
10-
11-
</style>
12-
139
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
1410
<symbol id="arrow-right-short" viewBox="0 0 16 16">
1511
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>
@@ -31,7 +27,7 @@
3127

3228
<div class="container my-5">
3329
<nav aria-label="breadcrumb">
34-
<ol class="breadcrumb p-3 bg-light rounded-3">
30+
<ol class="breadcrumb p-3 bg-body-tertiary rounded-3">
3531
<li class="breadcrumb-item"><a href="#">Home</a></li>
3632
<li class="breadcrumb-item"><a href="#">Library</a></li>
3733
<li class="breadcrumb-item active" aria-current="page">Data</li>
@@ -43,15 +39,15 @@
4339

4440
<div class="container my-5">
4541
<nav aria-label="breadcrumb">
46-
<ol class="breadcrumb p-3 bg-light rounded-3">
42+
<ol class="breadcrumb p-3 bg-body-tertiary rounded-3">
4743
<li class="breadcrumb-item">
48-
<a class="link-dark" href="#">
44+
<a class="link-body-emphasis" href="#">
4945
<svg class="bi" width="16" height="16"><use xlink:href="#house-door-fill"></use></svg>
5046
<span class="visually-hidden">Home</span>
5147
</a>
5248
</li>
5349
<li class="breadcrumb-item">
54-
<a class="link-dark fw-semibold text-decoration-none" href="#">Library</a>
50+
<a class="link-body-emphasis fw-semibold text-decoration-none" href="#">Library</a>
5551
</li>
5652
<li class="breadcrumb-item active" aria-current="page">
5753
Data
@@ -62,37 +58,17 @@
6258

6359
<div class="b-example-divider"></div>
6460

65-
<style>
66-
.breadcrumb-chevron {
67-
--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
68-
gap: .5rem;
69-
}
70-
.breadcrumb-chevron .breadcrumb-item {
71-
display: flex;
72-
align-items: center;
73-
gap: inherit;
74-
padding-left: 0;
75-
line-height: 1;
76-
}
77-
.breadcrumb-chevron .breadcrumb-item::before {
78-
float: none;
79-
width: 1rem;
80-
height: 1rem;
81-
gap: inherit;
82-
}
83-
</style>
84-
8561
<div class="container my-5">
8662
<nav aria-label="breadcrumb">
87-
<ol class="breadcrumb breadcrumb-chevron p-3 bg-light rounded-3">
63+
<ol class="breadcrumb breadcrumb-chevron p-3 bg-body-tertiary rounded-3">
8864
<li class="breadcrumb-item">
89-
<a class="link-dark" href="#">
65+
<a class="link-body-emphasis" href="#">
9066
<svg class="bi" width="16" height="16"><use xlink:href="#house-door-fill"></use></svg>
9167
<span class="visually-hidden">Home</span>
9268
</a>
9369
</li>
9470
<li class="breadcrumb-item">
95-
<a class="link-dark fw-semibold text-decoration-none" href="#">Library</a>
71+
<a class="link-body-emphasis fw-semibold text-decoration-none" href="#">Library</a>
9672
</li>
9773
<li class="breadcrumb-item active" aria-current="page">
9874
Data
@@ -103,52 +79,17 @@
10379

10480
<div class="b-example-divider"></div>
10581

106-
<style>
107-
.breadcrumb-custom .breadcrumb-item {
108-
position: relative;
109-
padding: .75rem 3rem;
110-
flex-grow: 1;
111-
}
112-
.breadcrumb-custom .breadcrumb-item::before {
113-
display: none;
114-
}
115-
.breadcrumb-custom .breadcrumb-item::after {
116-
position: absolute;
117-
top: 50%;
118-
right: -25px;
119-
z-index: 1;
120-
display: inline-block;
121-
width: 50px;
122-
height: 50px;
123-
margin-top: -25px;
124-
content: "";
125-
background-color: var(--bs-gray-100);
126-
border-top-right-radius: .5rem;
127-
transform: scale(0.707) rotate(45deg);
128-
box-shadow: 1px -1px var(--bs-border-color);
129-
}
130-
.breadcrumb-custom .breadcrumb-item:first-child {
131-
padding-left: 1.5rem;
132-
}
133-
.breadcrumb-custom .breadcrumb-item:last-child {
134-
padding-right: 1.5rem;
135-
}
136-
.breadcrumb-custom .breadcrumb-item:last-child::after {
137-
display: none;
138-
}
139-
</style>
140-
14182
<div class="container my-5">
14283
<nav aria-label="breadcrumb">
143-
<ol class="breadcrumb breadcrumb-custom overflow-hidden text-center bg-light border rounded-3">
84+
<ol class="breadcrumb breadcrumb-custom overflow-hidden text-center bg-body-tertiary border rounded-3">
14485
<li class="breadcrumb-item">
145-
<a class="link-dark fw-semibold text-decoration-none" href="#">
86+
<a class="link-body-emphasis fw-semibold text-decoration-none" href="#">
14687
<svg class="bi" width="16" height="16"><use xlink:href="#house-door-fill"></use></svg>
14788
Home
14889
</a>
14990
</li>
15091
<li class="breadcrumb-item">
151-
<a class="link-dark fw-semibold text-decoration-none" href="#">Library</a>
92+
<a class="link-body-emphasis fw-semibold text-decoration-none" href="#">Library</a>
15293
</li>
15394
<li class="breadcrumb-item active" aria-current="page">
15495
Data

site/content/docs/5.2/examples/buttons/index.html renamed to site/content/docs/5.3/examples/buttons/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
---
22
layout: examples
33
title: Buttons
4-
extra_css:
5-
- "buttons.css"
64
body_class: ""
75
---
86

9-
<style>
10-
11-
</style>
12-
137
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
148
<symbol id="arrow-right-short" viewBox="0 0 16 16">
159
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>

0 commit comments

Comments
 (0)