Browse
For agents
About
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot
/
4.7.0
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot
v4.7.0
Switch version
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
3.5.2
All 199 releases
Overview
Code
betterdocs
/
views
/
icons
/
arrow-down.php
arrow-down.php
in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 4.7.0, at views/icons/arrow-down.php
3 lines
557 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-down
"
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 1024 1280
"
>
<
path
d
=
"
M1011 480q0 13-10 23L535 969q-10 10-23 10t-23-10L23 503q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393l393-393q10-10 23-10t23 10l50 50q10 10 10 23z
"
/
>
<
/
svg
>
3