Add missing icons (#33)
* Markdown table styling * Add missing icons * add code icon
This commit is contained in:
parent
40026fbf53
commit
d238b0b9f2
1
lib/assets/icons/code.svg
Normal file
1
lib/assets/icons/code.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline></svg>
|
||||||
|
After Width: | Height: | Size: 279 B |
1
lib/assets/icons/home.svg
Normal file
1
lib/assets/icons/home.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
|
||||||
|
After Width: | Height: | Size: 304 B |
1
lib/assets/icons/library.svg
Normal file
1
lib/assets/icons/library.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m16 6 4 14"></path><path d="M12 6v14"></path><path d="M8 8v12"></path><path d="M4 4v16"></path></svg>
|
||||||
|
After Width: | Height: | Size: 292 B |
1
lib/assets/icons/play.svg
Normal file
1
lib/assets/icons/play.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
|
||||||
|
After Width: | Height: | Size: 235 B |
@ -42,6 +42,7 @@ export { default as ChevronRightIcon } from '@/assets/icons/chevron-right.svg'
|
|||||||
export { default as ClearIcon } from '@/assets/icons/clear.svg'
|
export { default as ClearIcon } from '@/assets/icons/clear.svg'
|
||||||
export { default as ClientIcon } from '@/assets/icons/client.svg'
|
export { default as ClientIcon } from '@/assets/icons/client.svg'
|
||||||
export { default as ClipboardCopyIcon } from '@/assets/icons/clipboard-copy.svg'
|
export { default as ClipboardCopyIcon } from '@/assets/icons/clipboard-copy.svg'
|
||||||
|
export { default as CodeIcon } from '@/assets/icons/code.svg'
|
||||||
export { default as CoinsIcon } from '@/assets/icons/coins.svg'
|
export { default as CoinsIcon } from '@/assets/icons/coins.svg'
|
||||||
export { default as ContractIcon } from '@/assets/icons/contract.svg'
|
export { default as ContractIcon } from '@/assets/icons/contract.svg'
|
||||||
export { default as CopyrightIcon } from '@/assets/icons/copyright.svg'
|
export { default as CopyrightIcon } from '@/assets/icons/copyright.svg'
|
||||||
@ -66,10 +67,12 @@ export { default as HamburgerIcon } from '@/assets/icons/hamburger.svg'
|
|||||||
export { default as HashIcon } from '@/assets/icons/hash.svg'
|
export { default as HashIcon } from '@/assets/icons/hash.svg'
|
||||||
export { default as HeartIcon } from '@/assets/icons/heart.svg'
|
export { default as HeartIcon } from '@/assets/icons/heart.svg'
|
||||||
export { default as HeartHandshakeIcon } from '@/assets/icons/heart-handshake.svg'
|
export { default as HeartHandshakeIcon } from '@/assets/icons/heart-handshake.svg'
|
||||||
|
export { default as HomeIcon } from '@/assets/icons/home.svg'
|
||||||
export { default as ImageIcon } from '@/assets/icons/image.svg'
|
export { default as ImageIcon } from '@/assets/icons/image.svg'
|
||||||
export { default as InfoIcon } from '@/assets/icons/info.svg'
|
export { default as InfoIcon } from '@/assets/icons/info.svg'
|
||||||
export { default as IssuesIcon } from '@/assets/icons/issues.svg'
|
export { default as IssuesIcon } from '@/assets/icons/issues.svg'
|
||||||
export { default as LeftArrowIcon } from '@/assets/icons/left-arrow.svg'
|
export { default as LeftArrowIcon } from '@/assets/icons/left-arrow.svg'
|
||||||
|
export { default as LibraryIcon } from '@/assets/icons/library.svg'
|
||||||
export { default as LightBulbIcon } from '@/assets/icons/light-bulb.svg'
|
export { default as LightBulbIcon } from '@/assets/icons/light-bulb.svg'
|
||||||
export { default as LinkIcon } from '@/assets/icons/link.svg'
|
export { default as LinkIcon } from '@/assets/icons/link.svg'
|
||||||
export { default as ListIcon } from '@/assets/icons/list.svg'
|
export { default as ListIcon } from '@/assets/icons/list.svg'
|
||||||
@ -78,6 +81,7 @@ export { default as LogOutIcon } from '@/assets/icons/log-out.svg'
|
|||||||
export { default as MoonIcon } from '@/assets/icons/moon.svg'
|
export { default as MoonIcon } from '@/assets/icons/moon.svg'
|
||||||
export { default as OmorphiaIcon } from '@/assets/icons/omorphia.svg'
|
export { default as OmorphiaIcon } from '@/assets/icons/omorphia.svg'
|
||||||
export { default as PaintBrushIcon } from '@/assets/icons/paintbrush.svg'
|
export { default as PaintBrushIcon } from '@/assets/icons/paintbrush.svg'
|
||||||
|
export { default as PlayIcon } from '@/assets/icons/play.svg'
|
||||||
export { default as PlusIcon } from '@/assets/icons/plus.svg'
|
export { default as PlusIcon } from '@/assets/icons/plus.svg'
|
||||||
export { default as ReportIcon } from '@/assets/icons/report.svg'
|
export { default as ReportIcon } from '@/assets/icons/report.svg'
|
||||||
export { default as RightArrowIcon } from '@/assets/icons/right-arrow.svg'
|
export { default as RightArrowIcon } from '@/assets/icons/right-arrow.svg'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user