feat: add image assets

This commit is contained in:
Prad Nukala
2023-09-10 13:24:12 -04:00
parent 97eb105ce1
commit 0cfaa83e36
10 changed files with 13657 additions and 35 deletions
+8
View File
@@ -6,6 +6,14 @@ export function TwitterIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
)
}
export function MediumIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
<svg viewBox="0 0 64 64" aria-hidden="true" {...props}>
<path d="M 18.998047 15 A 17.002 17.002 0 0 0 18.998047 49.003906 A 17.002 17.002 0 0 0 18.998047 15 z M 45.498047 16 A 8.502 16.002 0 0 0 45.498047 48.003906 A 8.502 16.002 0 0 0 45.498047 16 z M 58.5 17 A 3.5 15.002 0 1 0 58.5 47.003906 A 3.5 15.002 0 1 0 58.5 17 z"></path>
</svg>
)
}
export function InstagramIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
<svg viewBox="0 0 24 24" aria-hidden="true" {...props}>