0
YOYITING OU
This code creates a hidden SVG that contains an image with the class iconpark-icon. The svg will have a focusable attribute set to false, and an aria-hidden attribute set to true.
0 Comments
<svg aria-hidden="true" focusable="false" role="img" class="iconpark-icon w-5 h-5 inline"> <use href="#logout"></use> </svg>