Preview local Markdown files live in a web browser
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. `;