From 69ca1a121b225c570103ef41a8dd05a1d6fd0d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Spaczek?= Date: Thu, 6 Jun 2024 14:22:04 +0200 Subject: [PATCH] feat: add log-out SVG --- src/assets/icons/log-out.svg | 1 + src/components/atoms/UiIcon/icons.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/assets/icons/log-out.svg diff --git a/src/assets/icons/log-out.svg b/src/assets/icons/log-out.svg new file mode 100644 index 000000000..d91a35e01 --- /dev/null +++ b/src/assets/icons/log-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/atoms/UiIcon/icons.ts b/src/components/atoms/UiIcon/icons.ts index 1a85cab4e..be1454efc 100644 --- a/src/components/atoms/UiIcon/icons.ts +++ b/src/components/atoms/UiIcon/icons.ts @@ -30,6 +30,7 @@ export default [ 'menu', 'manufacturer', 'male', + 'log-out', 'lock', 'location', 'instruction',