Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed May 3, 2023
1 parent bbf2fb6 commit a39d2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons/src/library/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const translation = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M13.579 7.79h-1.59c-.663 0-1.315.315-1.673.736l-.948-2.842h-3.02l-2.516 7.369H5.61l.778-2.106h2.98v4.21H4.104A2.111 2.111 0 0 1 2 13.054v-7.37a2.11 2.11 0 0 1 2.105-2.105h7.369a2.11 2.11 0 0 1 2.105 2.105zM8.853 9.894H6.726L7.78 6.81zm3.673-1.053h7.369A2.11 2.11 0 0 1 22 10.946v7.369a2.111 2.111 0 0 1-2.105 2.105h-7.369a2.111 2.111 0 0 1-2.105-2.105v-7.369a2.11 2.11 0 0 1 2.105-2.105Zm7.632 5.263v-1.137H16.82v-2.284H15.6v2.284h-3.337v1.137h1.348c.115.895.589 1.948 1.347 2.758-.916.38-1.99.653-2.432.653-.01.02.232 1.02.21 1.537.885 0 2.327-.527 3.453-1.21 1.148.683 2.611 1.21 3.516 1.21-.02-.516.21-1.516.21-1.537-.452 0-1.568-.284-2.504-.663.736-.81 1.2-1.864 1.315-2.748zm-4.01 2.032c-.527-.484-.895-1.19-1.064-2.032h2.2c-.179.842-.537 1.548-1.052 2.032l-.043.031s-.031-.02-.042-.031z" />
<Path d="M17.5 10h-1.7l-3.7 10.5h1.7l.9-2.6h3.9l.9 2.6h1.7L17.5 10zm-2.2 6.3 1.4-4 1.4 4h-2.8zm-4.8-3.8c1.6-1.8 2.9-3.6 3.7-5.7H16V5.2h-5.8V3H8.8v2.2H3v1.5h9.6c-.7 1.6-1.8 3.1-3.1 4.6C8.6 10.2 7.8 9 7.2 8H5.6c.6 1.4 1.7 2.9 2.9 4.4l-2.4 2.4c-.3.4-.7.8-1.1 1.2l1 1 1.2-1.2c.8-.8 1.6-1.5 2.3-2.3.8.9 1.7 1.7 2.5 2.5l.6-1.5c-.7-.6-1.4-1.3-2.1-2z" />
</SVG>
);

Expand Down

0 comments on commit a39d2cf

Please sign in to comment.