From 2f1583b88450b73941cfc1d3ccb0edd237e15844 Mon Sep 17 00:00:00 2001 From: Tal Malka Date: Wed, 8 Nov 2023 11:35:59 +0200 Subject: [PATCH] add two new icons --- src/components/icons/index.tsx | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/components/icons/index.tsx b/src/components/icons/index.tsx index f3ab991c..dc783e55 100644 --- a/src/components/icons/index.tsx +++ b/src/components/icons/index.tsx @@ -680,6 +680,32 @@ export const icons = { /> ), + 'outline-arrow-sm-left': ({ fill, width, height, onClick = () => {} }: IconProp) => ( + + + + ), + 'outline-external-link': ({ fill, width, height, onClick = () => {} }: IconProp) => ( + + + + ), 'outline-repository-github': ({ fill, width, height, onClick = () => {} }: IconProp) => ( - + ), 'outline-discussions': ({ fill, width, height, onClick = () => {} }: IconProp) => (