Browse
For agents
About
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot
/
4.9.2
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot
v4.9.2
Switch version
4.9.2
4.9.1
4.9.0
4.8.2
4.8.1
4.8.0
4.7.0
4.6.2
4.6.1
4.6.0
4.5.6
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.1
4.4.0
3.3.4
3.4.0
3.4.1
3.4.2
3.5.0
3.5.1
All 200 releases
Overview
Code
betterdocs
/
views
/
icons
/
arrow-right.php
arrow-right.php
in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 4.9.2, at views/icons/arrow-right.php
3 lines
606 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
if
(
!
defined
(
'
ABSPATH
'
)
)
{
exit
;
}
?
>
2
<
svg
class
=
"
toggle-arrow arrow-right
"
xmlns
=
"
http://www.w3.org/2000/svg
"
xmlns
:
xlink
=
"
http://www.w3.org/1999/xlink
"
aria
-
hidden
=
"
true
"
focusable
=
"
false
"
width
=
"
1em
"
height
=
"
1em
"
style
=
"
-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);
"
preserveAspectRatio
=
"
xMidYMid meet
"
viewBox
=
"
0 0 608 1280
"
>
<
g
transform
=
"
translate(608 0) scale(-1 1)
"
>
<
path
d
=
"
M595 288q0 13-10 23L192 704l393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10L23 727q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z
"
/
>
<
/
g
>
<
/
svg
>
3