From 77cd794b98ede903caa8e181fea39ba2d7eac5a9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 21 Jul 2021 22:22:01 +0200 Subject: project file saving and loading :tada: --- components/icons.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'components') diff --git a/components/icons.tsx b/components/icons.tsx index 81d447d..15632f0 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -251,3 +251,18 @@ export function LoginRoundedIcon() { /> ; } + +export function BracketsRoundedIcon() { + return + + + ; +} -- cgit v1.2.3