Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kentcdodds/lineage

src/ui/icon.ts

8 lines · 479 B · TypeScript
export const iconSvg = `<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Lineage">
  <rect width="512" height="512" rx="96" fill="#c8102e"/>
  <path d="M72 360c56-92 92-132 140-132 44 0 60 72 108 72 52 0 80-96 120-160" fill="none" stroke="#f5c400" stroke-width="36" stroke-linecap="round"/>
  <circle cx="212" cy="228" r="22" fill="#fff6ec"/>
  <circle cx="320" cy="300" r="22" fill="#f5c400"/>
</svg>
`