chore(lp): 📦️ Import existing Landing page
This commit is contained in:
14
apps/landing-page/assets/icons/AlbumsIcon.tsx
Normal file
14
apps/landing-page/assets/icons/AlbumsIcon.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import Icon, { IconProps } from "@chakra-ui/icon";
|
||||
import React from "react";
|
||||
|
||||
export const AlbumsIcon = (props: IconProps) => (
|
||||
<Icon
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
fill="currentcolor"
|
||||
{...props}
|
||||
>
|
||||
<title>Albums</title>
|
||||
<path d="M368 96H144a16 16 0 010-32h224a16 16 0 010 32zM400 144H112a16 16 0 010-32h288a16 16 0 010 32zM419.13 448H92.87A44.92 44.92 0 0148 403.13V204.87A44.92 44.92 0 0192.87 160h326.26A44.92 44.92 0 01464 204.87v198.26A44.92 44.92 0 01419.13 448z" />
|
||||
</Icon>
|
||||
);
|
Reference in New Issue
Block a user