Skip to content

Commit

Permalink
Add caret icon
Browse files Browse the repository at this point in the history
  • Loading branch information
skysarwer committed Jan 24, 2023
1 parent f5772b4 commit 121f391
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions inc/svg.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ function evn_cta_arrow_svg() {
}


function evn_caret_thick_svg() {
return '
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.0966614in" height="0.0633307in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 9666 6333"
xmlns:xlink="http://www.w3.org/1999/xlink">
<polygon points="4833,6000 9167,1833 7833,500 4833,3500 1848,467 500,1833 "/>
</svg>
';
}

/***
* Services svgs
**/
Expand Down

0 comments on commit 121f391

Please sign in to comment.