# betterdocs/4.9.2/views/icons/collapse.php

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 4.9.2. 8 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/4.9.2/code/views/icons/collapse.php
- Raw: https://pluginprobe.com/plugins/betterdocs/4.9.2/raw/views/icons/collapse.php
- Modified: 2026-06-23T11:52:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/betterdocs/4.9.2/code/views/icons/collapse.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-down"
    class="betterdocs-category-collapse cat-list-arrow-down svg-inline--fa fa-angle-down fa-w-10"
    role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"
	height="15px" width="15px">
    <path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path>
</svg>

```
