feat: task list (nip5 task)

This commit is contained in:
2023-03-03 11:45:47 +00:00
parent d4c1651f8f
commit b3cc84a0b1
6 changed files with 128 additions and 1 deletions

View File

@ -345,5 +345,14 @@
stroke-linejoin="round"
/>
</symbol>
<symbol id="lightbulb" viewBox="0 0 22 22" fill="none">
<path
d="M9 16.6586V19C9 20.1046 9.89543 21 11 21C12.1046 21 13 20.1046 13 19V16.6586M11 1V2M2 11H1M4.5 4.5L3.8999 3.8999M17.5 4.5L18.1002 3.8999M21 11H20M17 11C17 14.3137 14.3137 17 11 17C7.68629 17 5 14.3137 5 11C5 7.68629 7.68629 5 11 5C14.3137 5 17 7.68629 17 11Z"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</symbol>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB