1
0
Fork 0

wip: Implemented editor export

This commit is contained in:
joostdecock 2025-02-02 15:02:35 +01:00
parent 77ee973355
commit 3ec1cbd01b
10 changed files with 332 additions and 157 deletions

View file

@ -125,6 +125,13 @@ export const CloseIcon = (props) => (
</IconWrapper>
)
// Looks like coding brackets
export const CodeIcon = (props) => (
<IconWrapper {...props}>
<path d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5" />
</IconWrapper>
)
// FIXME
export const CompareIcon = (props) => (
<IconWrapper {...props}>