From 5e115ade3c065be5babb3ad1bc66a16793d44011 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 29 Sep 2020 20:00:09 -0300 Subject: [PATCH] Adding Icons --- components/core/Navbar/Navbar.tsx | 5 ++++- components/core/index.ts | 4 ++-- components/icon/index.ts | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 components/icon/index.ts diff --git a/components/core/Navbar/Navbar.tsx b/components/core/Navbar/Navbar.tsx index 8cb8b2143..e849205d3 100644 --- a/components/core/Navbar/Navbar.tsx +++ b/components/core/Navbar/Navbar.tsx @@ -3,6 +3,7 @@ import React, { FunctionComponent } from "react"; import s from "./Navbar.module.css"; import { Logo, Container } from "@components/ui"; import { Avatar, Searchbar } from "@components/core"; +import { Heart, Bag } from "@components/icon"; interface Props { className?: string; children?: any; @@ -21,7 +22,9 @@ const Navbar: FunctionComponent = ({ className }) => { Accesories -