tldrRD
const qs=(l)=>l.length>0?(([p,...t])=>[...qs(t.filter(x=>x<p)),p,...qs(t.filter(x=>x>=p))])(l):[]
London
Pinned Repositories
tldrRD's Repositories
tldrRD/heroicons
A set of free MIT-licensed high-quality SVG icons for UI development.
const qs=(l)=>l.length>0?(([p,...t])=>[...qs(t.filter(x=>x<p)),p,...qs(t.filter(x=>x>=p))])(l):[]
London
A set of free MIT-licensed high-quality SVG icons for UI development.