Skip to content

Commit

Permalink
Merge pull request #49 from unionen/develop
Browse files Browse the repository at this point in the history
fix: phone-medium size
  • Loading branch information
unionen authored Oct 16, 2024
2 parents 3de68a2 + b33ebb0 commit 9eb8340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/icons/object/PhoneMedium.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default `<svg data-icon="phone-medium" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill-rule="evenodd"><path d="m18.1 0h-12.1c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-20c.1-1.1-.9-2-1.9-2zm-6.1 23c-.6 0-1-.5-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1zm6.1-3h-12.1v-18h3c0 .5.4 1 1 1h4c.6 0 1-.5 1-1h3v18z"/><path d="m18.1 0h-12.1c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-20c.1-1.1-.9-2-1.9-2zm-6.1 23c-.6 0-1-.5-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1zm6.1-3h-12.1v-18h3c0 .5.4 1 1 1h4c.6 0 1-.5 1-1h3v18z"/></g></svg>`;

export default `<svg data-icon="phone-medium" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img"><g fill-rule="evenodd"><path d="m18.1 0h-12.1c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-20c.1-1.1-.9-2-1.9-2zm-6.1 23c-.6 0-1-.5-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1zm6.1-3h-12.1v-18h3c0 .5.4 1 1 1h4c.6 0 1-.5 1-1h3v18z"/><path d="m18.1 0h-12.1c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-20c.1-1.1-.9-2-1.9-2zm-6.1 23c-.6 0-1-.5-1-1s.4-1 1-1 1 .5 1 1-.4 1-1 1zm6.1-3h-12.1v-18h3c0 .5.4 1 1 1h4c.6 0 1-.5 1-1h3v18z"/></g></svg>`;
2 changes: 1 addition & 1 deletion src/svg/object/PhoneMedium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9eb8340

Please sign in to comment.