Skip to content

Commit

Permalink
Fix allow icon rotate to be cutomizable (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlymonkai authored Sep 17, 2024
1 parent 9b7e9f7 commit c1f7869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common-ui-web/src/icons/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const MonkIconAssetsMap: IconAssetsMap = {
'zoom-out':
'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48L15.5 14Zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14Zm-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5Z"/></svg>',
'rotate-left':
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.8 13.5c-.1-4.6.9-7 2.5-8.9l-1.9-.9c-.6-.6-.2-1.7.7-1.7h5.6c.5 0 1 .4 1 1v5.6c0 .9-1.1 1.3-1.7.7l-1.9-1.9c-1.2 1.4-1.9 3.1-1.9 5.1 0 3.1 1.7 5.9 4.5 7.2.6.3.8.9.6 1.5-.3.7-1.1 1-1.7.7C10 20.4 9.7 19 8.3 16Z"/></svg>',
'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M7.8 13.5c-.1-4.6.9-7 2.5-8.9l-1.9-.9c-.6-.6-.2-1.7.7-1.7h5.6c.5 0 1 .4 1 1v5.6c0 .9-1.1 1.3-1.7.7l-1.9-1.9c-1.2 1.4-1.9 3.1-1.9 5.1 0 3.1 1.7 5.9 4.5 7.2.6.3.8.9.6 1.5-.3.7-1.1 1-1.7.7C10 20.4 9.7 19 8.3 16Z"/></svg>',
'rotate-right':
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.2 13.5c.1-4.6-.9-7-2.5-8.9l1.9-.9c.6-.6.2-1.7-.7-1.7H9.3c-.5 0-1 .4-1 1v5.6c0 .9 1.1 1.3 1.7.7l1.9-1.9c1.2 1.4 1.9 3.1 1.9 5.1 0 2.1-1.7 4.9-4.5 6.2-.6.3-.8.9-.6 1.5.2.5.9.9 1.5.6 3.6-1.5 4.3-2.8 5.3-5.1z"/></svg>',
'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M16.2 13.5c.1-4.6-.9-7-2.5-8.9l1.9-.9c.6-.6.2-1.7-.7-1.7H9.3c-.5 0-1 .4-1 1v5.6c0 .9 1.1 1.3 1.7.7l1.9-1.9c1.2 1.4 1.9 3.1 1.9 5.1 0 2.1-1.7 4.9-4.5 6.2-.6.3-.8.9-.6 1.5.2.5.9.9 1.5.6 3.6-1.5 4.3-2.8 5.3-5.1z"/></svg>',
};

0 comments on commit c1f7869

Please sign in to comment.