wp_back/wp-content/plugins/visual-portfolio/templates/icons/play.php
2024-05-20 15:37:46 +03:00

17 lines
1.0 KiB
PHP

<?php
/**
* Play icon.
*
* @package visual-portfolio
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<svg class="vp-svg-icon" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.0148 9.60849L18.0156 9.60899C18.0933 9.65614 18.1527 9.71825 18.192 9.78626C18.231 9.85396 18.25 9.9269 18.25 9.99878C18.25 10.0707 18.231 10.1436 18.192 10.2113C18.1527 10.2793 18.0933 10.3414 18.0156 10.3886L18.0147 10.3891L3.60097 19.1652C3.60095 19.1652 3.60092 19.1652 3.6009 19.1653C3.5176 19.2159 3.41818 19.2461 3.31321 19.2497C3.2082 19.2532 3.10598 19.2297 3.01788 19.1842C2.93 19.1388 2.86196 19.0746 2.81681 19.0027C2.77201 18.9313 2.75023 18.8534 2.75 18.7768V18.7752V1.22319C2.75023 1.14655 2.77201 1.06867 2.81681 0.99731C2.86196 0.925405 2.93 0.86122 3.01788 0.815814C3.10597 0.770298 3.20819 0.746811 3.31321 0.750348C3.41815 0.753884 3.51754 0.78411 3.60081 0.834682C3.60086 0.834714 3.60092 0.834746 3.60097 0.834778L18.0148 9.60849Z" stroke="currentColor" stroke-width="1.5" fill="transparent" />
</svg>