芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/rigato.ycreate.site/wp-content/themes/swell/classes/SVG.php
'; break; case 'copy': $path = '
'; break; case 'copied': $path = '
'; break; // case 'tax': // $path = '
'; // break; case 'chevronRight': $view_box = '0 0 48 48'; $path = '
'; break; case 'caretRight': $view_box = '0 0 48 48'; $path = '
'; break; case 'arrowCircleRight': case 'arrowRightCircle': $view_box = '0 0 48 48'; $path = '
'; break; case 'link': $view_box = '0 0 48 48'; $path = '
'; break; case 'externalLink': $view_box = '0 0 48 48'; $path = '
'; break; case 'moreArrow': $view_box = '0 0 48 48'; $path = '
'; break; default: break; } $svg = ''; if ( $path ) { $svg_class = 'swl-svg-' . $icon_name; if ( $class ) { $svg_class .= ' ' . $class; } $svg = '
' . $path . '
'; } return $svg; // return apply_filters( 'swell_get_svg', $svg, $icon_name, $attrs ); } }