+
{quantity}
) : null}
diff --git a/components/icons/shopping-cart.tsx b/components/icons/shopping-cart.tsx
deleted file mode 100644
index 3ab7b0c1d..000000000
--- a/components/icons/shopping-cart.tsx
+++ /dev/null
@@ -1,41 +0,0 @@
-export default function ShoppingCartIcon({ className }: { className?: string }) {
- return (
-
- );
-}
diff --git a/package.json b/package.json
index 24a1dc4e3..13fa9a290 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
+ "@heroicons/react": "^2.0.18",
"clsx": "^1.2.1",
"next": "13.4.9-canary.2",
"react": "18.2.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 733eca4fc..6159668fc 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -2,6 +2,7 @@ lockfileVersion: 5.4
specifiers:
'@headlessui/react': ^1.7.15
+ '@heroicons/react': ^2.0.18
'@playwright/test': ^1.35.1
'@tailwindcss/typography': ^0.5.9
'@types/node': 20.3.2
@@ -27,6 +28,7 @@ specifiers:
dependencies:
'@headlessui/react': 1.7.15_biqbaboplfbrettd7655fr4n2y
+ '@heroicons/react': 2.0.18_react@18.2.0
clsx: 1.2.1
next: 13.4.9-canary.2_biqbaboplfbrettd7655fr4n2y
react: 18.2.0
@@ -141,6 +143,14 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: false
+ /@heroicons/react/2.0.18_react@18.2.0:
+ resolution: {integrity: sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==}
+ peerDependencies:
+ react: '>= 16'
+ dependencies:
+ react: 18.2.0
+ dev: false
+
/@humanwhocodes/config-array/0.11.10:
resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==}
engines: {node: '>=10.10.0'}
diff --git a/tailwind.config.js b/tailwind.config.js
index 5e9fd2ec8..643aad5a8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -19,12 +19,7 @@ module.exports = {
hotPink: '#FF1966',
dark: '#111111',
light: '#FAFAFA',
- violetDark: '#4c2889',
- 'dark-gray-4': '#2E2E2E',
- 'dark-gray-7': '#8f8f8f',
- 'base-gray-900': '#666666',
- 'light-gray-4': '#EAEAEA',
- 'vercel-blue': '#0C4BE6'
+ violetDark: '#4c2889'
},
keyframes: {
fadeIn: {