This commit is contained in:
Tickbase
2026-07-11 11:29:22 +02:00
parent a4d4091844
commit 871381f3fa
6 changed files with 16 additions and 1 deletions
+6 -1
View File
@@ -1 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="m3.001 5.479l7.377-1.016v7.127H3zm0 13.042l7.377 1.017v-7.04H3zm8.188 1.125L21.001 21v-8.502h-9.812zm0-15.292v7.236h9.812V3z"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none">
<path d="M10.25 3.66913L4.5479 4.61948C3.22189 4.84048 2.25 5.98775 2.25 7.33206V11.25H10.25V3.66913Z" fill="currentColor"></path>
<path d="M2.25 12.75V16.6649C2.25 18.0092 3.22189 19.1565 4.5479 19.3775L10.25 20.3278V12.75H2.25Z" fill="currentColor"></path>
<path d="M11.75 20.5778L18.5479 21.7108C20.2241 21.9902 21.75 20.6976 21.75 18.9982V12.75H11.75V20.5778Z" fill="currentColor"></path>
<path d="M21.75 11.25V4.99873C21.75 3.29939 20.2241 2.00678 18.5479 2.28614L11.75 3.41913V11.25H21.75Z" fill="currentColor"></path>
</svg>

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 664 B

+2
View File
@@ -20,6 +20,7 @@ export const download = 'Download'
export const download1 = 'Download1' export const download1 = 'Download1'
export const edit = 'Edit' export const edit = 'Edit'
export const error = 'Error' export const error = 'Error'
export const folder = 'Folder'
export const info = 'Info' export const info = 'Info'
export const layers = 'Layers' export const layers = 'Layers'
export const refresh = 'Refresh' export const refresh = 'Refresh'
@@ -52,6 +53,7 @@ export const IconNames = {
Download1: download1, Download1: download1,
Edit: edit, Edit: edit,
Error: error, Error: error,
Folder: folder,
Info: info, Info: info,
Layers: layers, Layers: layers,
Refresh: refresh, Refresh: refresh,
+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none">
<path d="M9.89849 2.94507L12.3913 6.24446H20C21.5188 6.24446 22.75 7.47567 22.75 8.99446V19C22.75 20.5188 21.5188 21.75 20 21.75H4C2.48122 21.75 1.25 20.5188 1.25 19V4C1.25 3.0335 2.0335 2.25 3 2.25H8.5022C9.05086 2.25 9.56775 2.50731 9.89849 2.94507Z" fill="currentColor"></path>
</svg>

After

Width:  |  Height:  |  Size: 408 B

+1
View File
@@ -8,6 +8,7 @@ export { ReactComponent as Diamond } from './diamond.svg'
export { ReactComponent as Download } from './download.svg' export { ReactComponent as Download } from './download.svg'
export { ReactComponent as Edit } from './edit.svg' export { ReactComponent as Edit } from './edit.svg'
export { ReactComponent as Error } from './error.svg' export { ReactComponent as Error } from './error.svg'
export { ReactComponent as Folder } from './folder.svg'
export { ReactComponent as Info } from './info.svg' export { ReactComponent as Info } from './info.svg'
export { ReactComponent as Layers } from './layers.svg' export { ReactComponent as Layers } from './layers.svg'
export { ReactComponent as Refresh } from './refresh.svg' export { ReactComponent as Refresh } from './refresh.svg'
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" color="currentColor" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 6.99446H12.0179M12.0179 6.99446H20C21.1046 6.99446 22 7.88989 22 8.99446V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V4C2 3.44772 2.44772 3 3 3H8.5022C8.81572 3 9.11109 3.14703 9.30008 3.39718L12.0179 6.99446Z"></path>
</svg>

After

Width:  |  Height:  |  Size: 460 B

+1
View File
@@ -8,6 +8,7 @@ export { ReactComponent as Diamond } from './diamond.svg'
export { ReactComponent as Download } from './download.svg' export { ReactComponent as Download } from './download.svg'
export { ReactComponent as Edit } from './edit.svg' export { ReactComponent as Edit } from './edit.svg'
export { ReactComponent as Error } from './error.svg' export { ReactComponent as Error } from './error.svg'
export { ReactComponent as Folder } from './folder.svg'
export { ReactComponent as Info } from './info.svg' export { ReactComponent as Info } from './info.svg'
export { ReactComponent as Layers } from './layers.svg' export { ReactComponent as Layers } from './layers.svg'
export { ReactComponent as Refresh } from './refresh.svg' export { ReactComponent as Refresh } from './refresh.svg'