design tweaks

This commit is contained in:
Aakansha Doshi 2023-08-30 13:02:13 +05:30
parent 742e4bc017
commit cef0f15158
3 changed files with 60 additions and 8 deletions

View file

@ -1662,3 +1662,30 @@ export const mermaidLogoIcon = createIcon(
d="M407.48,111.18C335.587,108.103 269.573,152.338 245.08,220C220.587,152.338 154.573,108.103 82.68,111.18C80.285,168.229 107.577,222.632 154.74,254.82C178.908,271.419 193.35,298.951 193.27,328.27L193.27,379.13L296.9,379.13L296.9,328.27C296.816,298.953 311.255,271.42 335.42,254.82C382.596,222.644 409.892,168.233 407.48,111.18Z"
/>,
);
export const ArrowRightIcon = createIcon(
<>
<path
d="M4.16602 10H15.8327"
stroke="white"
stroke-width="1.25"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M12.5 13.3333L15.8333 10"
stroke="white"
stroke-width="1.25"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M12.5 6.66666L15.8333 9.99999"
stroke="white"
stroke-width="1.25"
stroke-linecap="round"
stroke-linejoin="round"
/>
</>,
{ width: 20, height: 20 },
);