From d6714032c83c00bd7fd06cae26268df9b1210627 Mon Sep 17 00:00:00 2001
From: jorgebfr <105635364+jorgebfr@users.noreply.github.com>
Date: Fri, 13 Dec 2024 15:04:12 +0100
Subject: [PATCH] icon for graf
---
packages/lib/components/icon/iconRegistry.ts | 9 +++++++++
packages/lib/components/icon/svg/graph-ascend.svg | 5 +++++
2 files changed, 14 insertions(+)
create mode 100644 packages/lib/components/icon/svg/graph-ascend.svg
diff --git a/packages/lib/components/icon/iconRegistry.ts b/packages/lib/components/icon/iconRegistry.ts
index b0fe45d..8152b4b 100644
--- a/packages/lib/components/icon/iconRegistry.ts
+++ b/packages/lib/components/icon/iconRegistry.ts
@@ -153,6 +153,13 @@ export const forward: {
name: 'forward',
data: ``,
};
+export const graphAscend: {
+ name: 'graph-ascend';
+ data: string;
+} = {
+ name: 'graph-ascend',
+ data: ``,
+};
export const headphones: {
name: 'headphones';
data: string;
@@ -449,6 +456,7 @@ export type IconName =
| 'error-circle'
| 'external'
| 'forward'
+ | 'graph-ascend'
| 'headphones'
| 'history'
| 'hyperlink'
@@ -517,6 +525,7 @@ export const completeIconSet = [
errorCircle,
external,
forward,
+ graphAscend,
headphones,
history,
hyperlink,
diff --git a/packages/lib/components/icon/svg/graph-ascend.svg b/packages/lib/components/icon/svg/graph-ascend.svg
new file mode 100644
index 0000000..613ad3f
--- /dev/null
+++ b/packages/lib/components/icon/svg/graph-ascend.svg
@@ -0,0 +1,5 @@
+