Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon for graf #18

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/lib/components/icon/iconRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ export const forward: {
name: 'forward',
data: `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M10.28.903a.625.625 0 0 0 0 .884l7.586 7.587H.625a.625.625 0 1 0 0 1.25h17.241L10.28 18.21a.625.625 0 1 0 .884.884l8.654-8.654a.625.625 0 0 0 0-.884L11.163.903a.625.625 0 0 0-.884 0" clip-rule="evenodd"/></svg>`,
};
export const graphAscend: {
name: 'graph-ascend';
data: string;
} = {
name: 'graph-ascend',
data: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.125 6.625c0-.345.28-.625.625-.625h5.625c.345 0 .625.28.625.625v5.625a.625.625 0 1 1-1.25 0v-5h-5a.625.625 0 0 1-.625-.625" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M21.817 6.183a.625.625 0 0 1 0 .884L15.2 13.683a1.875 1.875 0 0 1-2.652 0l-2.607-2.607a.625.625 0 0 0-.884 0l-5.991 5.99a.625.625 0 1 1-.884-.883l5.99-5.99a1.876 1.876 0 0 1 2.653 0l2.607 2.606a.625.625 0 0 0 .884 0l6.616-6.616a.625.625 0 0 1 .884 0" clip-rule="evenodd"/></svg>`,
};
export const headphones: {
name: 'headphones';
data: string;
Expand Down Expand Up @@ -449,6 +456,7 @@ export type IconName =
| 'error-circle'
| 'external'
| 'forward'
| 'graph-ascend'
| 'headphones'
| 'history'
| 'hyperlink'
Expand Down Expand Up @@ -517,6 +525,7 @@ export const completeIconSet = [
errorCircle,
external,
forward,
graphAscend,
headphones,
history,
hyperlink,
Expand Down
5 changes: 5 additions & 0 deletions packages/lib/components/icon/svg/graph-ascend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading