wip: Implemented editor export
This commit is contained in:
parent
77ee973355
commit
3ec1cbd01b
10 changed files with 332 additions and 157 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue