Skip to content

Commit

Permalink
Fix webpack error
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 13, 2023
1 parent 1efc68c commit 0f4c4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/icons.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import * as React from 'react'

export const EditIcon = () => (
<svg fill="#FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" />
Expand Down

0 comments on commit 0f4c4b2

Please sign in to comment.