faqs
3 months ago
arrow.php
2 months ago
articles.php
3 months ago
create-ticket.php
3 months ago
error.php
3 months ago
faqs.php
3 months ago
getting-started.php
3 months ago
latest-tutorials.php
3 months ago
need-help-paid.php
3 months ago
need-help.php
3 months ago
page.php
3 months ago
searchbox.php
3 months ago
videos.php
3 months ago
arrow.php
21 lines
| 1 | <?php |
| 2 | /** |
| 3 | * SVG icon for the support arrow. |
| 4 | * |
| 5 | * @package AdvancedAds |
| 6 | * @author Advanced Ads <info@wpadvancedads.com> |
| 7 | * @since 2.0.15 |
| 8 | */ |
| 9 | |
| 10 | ?> |
| 11 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none"> |
| 12 | <g clip-path="url(#clip0_22_1586)"> |
| 13 | <path d="M9 12L12 9M12 9L9 6M12 9L6 9M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z" stroke-width="1.6875" stroke-linecap="round" stroke-linejoin="round" /> |
| 14 | </g> |
| 15 | <defs> |
| 16 | <clipPath id="clip0_22_1586"> |
| 17 | <rect width="18" height="18" fill="white" /> |
| 18 | </clipPath> |
| 19 | </defs> |
| 20 | </svg> |
| 21 |