PluginProbe
Advanced Ads – Ad Manager & AdSense / 2.0.22
Advanced Ads – Ad Manager & AdSense v2.0.22
2.0.26 2.0.25 2.0.24 2.0.23 2.0.22 2.0.21 1.38.0 1.39.0 1.39.1 1.39.2 1.39.3 1.39.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.40.0 1.40.1 1.40.2 All 348 releases
advanced-ads / views / admin / support / arrow.php
arrow.php
21 lines 630 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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