@braydenyang/fdoc 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
4
+ <stop stop-color="#4338ca"/>
5
+ <stop offset="1" stop-color="#2563eb"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <rect width="24" height="24" rx="6" fill="url(#g)"/>
9
+ <path d="M6 8.5 L11 12 L6 15.5" stroke="white" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
10
+ <line x1="13.5" y1="8.5" x2="19" y2="8.5" stroke="white" stroke-width="2" stroke-linecap="round"/>
11
+ <line x1="13.5" y1="12" x2="17.5" y2="12" stroke="white" stroke-width="2" stroke-linecap="round"/>
12
+ <line x1="13.5" y1="15.5" x2="19" y2="15.5" stroke="white" stroke-width="2" stroke-linecap="round"/>
13
+ </svg>