SHELL BYPASS 403 |
Modern UI.
Responsive.
Powerful.
<?php
function wedding_planner_full_blog_arrow_svg() {
$rand_id = rand(1, 10000);
return '<svg version="1.1" class="arrow_hover" id="arrow_hover'. $rand_id .'" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="70px" height="24px" viewBox="0 0 10 25" style="enable-background:new 0 0 40 40;" xml:space="preserve"><g> <g transform="translate(-16.918 0)"><line x1="19.3" y1="19.3" x2="32.728" y2="32.728"></line><line x1="32.728" y1="7.272" x2="19.3" y2="20.3"></line><line x1="20" y1="20" x2="52" y2="20"><animate attributeName="x2" dur="0.1s" begin="rectar'. $rand_id .'.mouseover" values="52; 60;" keyTimes="0; 1" repeatCount="1" fill="freeze" /><animate attributeName="x2" dur="0.1s" begin="rectar'. $rand_id .'.mouseout" values="60; 52;" keyTimes="0; 1" repeatCount="1" fill="freeze" /></line></g><animateTransform attributeName="transform" attributeType="XML" type="translate" values="0 0; -4 0;" keyTimes="0; 1" dur="0.1s" begin="rectar'. $rand_id .'.mouseover" repeatCount="1" fill="freeze" id="animar'. $rand_id .'" restart="whenNotActive" /><animateTransform attributeName="transform" attributeType="XML" type="translate" values="-4 0; 0 0;" keyTimes="0; 1" dur="0.1s" begin="rectar'. $rand_id .'.mouseout" repeatCount="1" fill="freeze" /></g><rect x="0" y="0" height="40" width="40" opacity="0" id="rectar'. $rand_id .'"/></svg>';
}
?>