Preview local Markdown files live in a web browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

letter.ts 310B

1234567
  1. export default `
  2. <?xml version="1.0" encoding="UTF-8" ?>
  3. <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
  4. width="24" height="24" id="letter">
  5. <text x="16" y="20" style="font-family:Times New Roman, 'Times New Roman', serif; font-size: 24px; text-anchor:middle;" fill="currentColor">A</text>
  6. </svg>
  7. `;