From 3a8426e76714198c4f62478d13e42b6edd0f296b Mon Sep 17 00:00:00 2001 From: David Lee Date: Sat, 16 Dec 2023 16:58:19 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added=20export=20of=20search=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eva-icons/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/eva-icons/index.ts b/eva-icons/index.ts index 1ae17fc..bf32260 100644 --- a/eva-icons/index.ts +++ b/eva-icons/index.ts @@ -1,3 +1,4 @@ export { Brush } from "./icons/brush.tsx"; export { Compass } from "./icons/compass.tsx"; +export { Search } from "./icons/search.tsx"; export type { EvaIcon, EvaProps } from "./types.d.ts";