diff --git a/app/components/breadcrumbs.tsx b/app/components/breadcrumbs.tsx
index 335c8a8..55f0c37 100644
--- a/app/components/breadcrumbs.tsx
+++ b/app/components/breadcrumbs.tsx
@@ -1,7 +1,7 @@
-import * as React from 'react'
import { Link, useMatches } from '@remix-run/react'
+import * as React from 'react'
import { categoriesRecord } from '../model/categories'
-import { House } from '../icons/duotone'
+import { Duotone } from './icons'
export default function Breadcrumbs() {
const matches = useMatches()
@@ -15,7 +15,11 @@ export default function Breadcrumbs() {
-
+
Aktivitas
diff --git a/app/components/icons.tsx b/app/components/icons.tsx
new file mode 100644
index 0000000..1249e25
--- /dev/null
+++ b/app/components/icons.tsx
@@ -0,0 +1,25 @@
+import * as React from 'react'
+
+export function Duotone({ id, ...props }) {
+ return (
+
+ )
+}
+
+export function Light({ id, ...props }) {
+ return (
+
+ )
+}
+
+export function Solid({ id, ...props }) {
+ return (
+
+ )
+}
diff --git a/app/icons/duotone.tsx b/app/icons/duotone.tsx
index e2a3504..1098cb4 100644
--- a/app/icons/duotone.tsx
+++ b/app/icons/duotone.tsx
@@ -124,27 +124,6 @@ export const PenToSquare = (props: React.SVGProps) => (
)
-export const House = (props: React.SVGProps) => (
-
-)
-
export const ChildReaching = (props: React.SVGProps) => (