4-elements edit

svg-caret-white  edit

SVG file to include as-needed. Base is pointing left, but direction can be changed using transform.

Copy
Edit
<!-- components/4-elements/svg-caret-white.php --> <svg class="caret" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" viewBox="0 0 22 22" width="22" height="22"> <defs> <path d="M5.2 12.6L3.5 10.9 14.4 0 16.1 1.7 5.2 12.6Z" id="bpETNhs7dee"></path> <path d="M3.5 10.9L5.2 9.2 16.1 20 14.4 21.8 3.5 10.9Z" id="b1GGeGP66ee"></path> </defs> <g> <g> <g> <use xlink:href="#bpETNhs7dee" opacity="1" fill="#ffffff" fill-opacity="1"></use> </g> <g> <use xlink:href="#b1GGeGP66ee" opacity="1" fill="#ffffff" fill-opacity="1"></use> </g> </g> </g> </svg>
Copy
Copy
Edit
/* scss/4-elements/_svg-caret-white.scss */