aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
9 lines (8 loc) • 331 B
JavaScript
export default `<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tt" viewBox="0 0 512 512">
<path fill="#fff" d="M0 0h512v512H0z" style="width:0"/>
<g fill-rule="evenodd">
<path fill="#e00000" d="M371 512 0 1v510.7zM141 0l371 511V.2z"/>
<path fill="#000001" d="M22.2.2h94.9l374.5 511.3h-97.9z"/>
</g>
</svg>
`;