Skip to content

Commit

Permalink
Fix translate icon border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Feb 17, 2024
1 parent 53179ea commit 1661e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icons/translate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Amicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ export const aiTranslate: {
data: string;
} = {
name: 'translate',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="ai" viewBox="0 0 16 16"><g clip-path="url(#a)"><path d="M2.749 0a2.75 2.75 0 0 0-2.75 2.748l-.003 5.5A2.75 2.75 0 0 0 2.746 11h1.256l.001-1.5H2.746c-.69 0-1.25-.56-1.25-1.25l.003-5.5c0-.69.56-1.25 1.25-1.25H8.25c.69 0 1.25.56 1.25 1.25V4H11V2.75A2.75 2.75 0 0 0 8.25 0z"/><path d="M8.5 3.75a.8.8 0 0 1-.043.25H6.754c-.588 0-1.134.185-1.581.5h-.087l.026.045a2.76 2.76 0 0 0-.956 1.304 9 9 0 0 1-.48-.805 6 6 0 0 1-.253-.544H3.25a.75.75 0 1 1 0-1.5h1.543a.75.75 0 0 1 1.414 0H7.75a.75.75 0 0 1 .75.75M4.004 6.749v-.02C3.7 6.92 3.445 7 3.25 7a.75.75 0 1 0 0 1.5c.26 0 .513-.045.754-.122zm7.166 1.166a.75.75 0 0 0-1.34 0l-2.25 4.5a.75.75 0 1 0 1.34.67l.294-.585h2.573l.292.585a.75.75 0 1 0 1.342-.67zM11.038 11H9.964l.536-1.073z"/><path d="M4.999 7.748A2.75 2.75 0 0 1 7.749 5h5.501A2.75 2.75 0 0 1 16 7.75v5.5A2.75 2.75 0 0 1 13.25 16H7.746a2.75 2.75 0 0 1-2.75-2.752zM7.749 6.5c-.69 0-1.25.56-1.25 1.25l-.003 5.5c0 .69.56 1.25 1.25 1.25h5.504c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25z"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="ai" viewBox="0 0 16 16"><g clip-path="url(#a)"><path d="M2.749 0a2.75 2.75 0 0 0-2.75 2.748l-.003 5.5A2.75 2.75 0 0 0 2.746 11h1.251V9.5h-1.25c-.69 0-1.25-.56-1.25-1.25l.003-5.5c0-.69.56-1.25 1.25-1.25h5.5c.69 0 1.25.56 1.25 1.25V4H11V2.75A2.75 2.75 0 0 0 8.25 0z"/><path d="M8.5 3.75a.8.8 0 0 1-.043.25H7.75c-.682 0-1.321.182-1.872.5h-.79q.105.189.235.391a3.8 3.8 0 0 0-.962 1.252 9 9 0 0 1-.685-1.1 6 6 0 0 1-.252-.543H3.25a.75.75 0 1 1 0-1.5h1.543a.75.75 0 0 1 1.414 0H7.75a.75.75 0 0 1 .75.75M3.999 7.748c0-.395.061-.776.175-1.134l-.038.027C3.772 6.898 3.472 7 3.25 7a.75.75 0 1 0 0 1.5c.259 0 .51-.045.749-.12zm7.171.167a.75.75 0 0 0-1.34 0l-2.25 4.5a.75.75 0 1 0 1.34.67l.294-.585h2.573l.292.585a.75.75 0 1 0 1.342-.67zM11.038 11H9.964l.536-1.073z"/><path d="M4.999 7.748A2.75 2.75 0 0 1 7.749 5h5.501A2.75 2.75 0 0 1 16 7.75v5.5A2.75 2.75 0 0 1 13.25 16H7.746a2.75 2.75 0 0 1-2.75-2.752zM7.749 6.5c-.69 0-1.25.56-1.25 1.25l-.003 5.5c0 .69.56 1.25 1.25 1.25h5.504c.69 0 1.25-.56 1.25-1.25v-5.5c0-.69-.56-1.25-1.25-1.25z"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></svg>`
};
export const aiTrashCan: {
name: 'trash_can';
Expand Down

0 comments on commit 1661e21

Please sign in to comment.