Skip to content

Commit

Permalink
Merge pull request #5 from wireui/feature/icons-v2.0.13
Browse files Browse the repository at this point in the history
apply changes from v2.0.13
  • Loading branch information
ph7jack authored Nov 3, 2022
2 parents 4a97cd4 + 3ae0027 commit bbd1387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<svg {{ $attributes }} fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 10.5C19 15.1944 15.1944 19 10.5 19C5.80558 19 2 15.1944 2 10.5C2 5.80558 5.80558 2 10.5 2C15.1944 2 19 5.80558 19 10.5ZM8.25 9.75C8.25 9.33579 8.58579 9 9 9H9.25338C10.3729 9 11.2046 10.0367 10.9617 11.1296L10.5026 13.1958C10.4679 13.3519 10.5867 13.5 10.7466 13.5H11C11.4142 13.5 11.75 13.8358 11.75 14.25C11.75 14.6642 11.4142 15 11 15H10.7466C9.62706 15 8.79542 13.9633 9.03829 12.8704L9.49743 10.8042C9.53213 10.6481 9.41332 10.5 9.25338 10.5H9C8.58579 10.5 8.25 10.1642 8.25 9.75ZM10 7C10.5523 7 11 6.55228 11 6C11 5.44772 10.5523 5 10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7Z"/></svg>
<svg {{ $attributes }} fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM11 6C11 6.55228 10.5523 7 10 7C9.44771 7 9 6.55228 9 6C9 5.44772 9.44771 5 10 5C10.5523 5 11 5.44772 11 6ZM9 9C8.58579 9 8.25 9.33579 8.25 9.75C8.25 10.1642 8.58579 10.5 9 10.5H9.25338C9.41332 10.5 9.53213 10.6481 9.49743 10.8042L9.03829 12.8704C8.79542 13.9633 9.62706 15 10.7466 15H11C11.4142 15 11.75 14.6642 11.75 14.25C11.75 13.8358 11.4142 13.5 11 13.5H10.7466C10.5867 13.5 10.4679 13.3519 10.5026 13.1958L10.9617 11.1296C11.2046 10.0367 10.3729 9 9.25338 9H9Z"/></svg>
2 changes: 1 addition & 1 deletion src/views/components/mini/solid/minus.blade.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<svg {{ $attributes }} fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 10C3 9.58579 3.33579 9.25 3.75 9.25L14.25 9.25C14.6642 9.25 15 9.58579 15 10C15 10.4142 14.6642 10.75 14.25 10.75L3.75 10.75C3.33579 10.75 3 10.4142 3 10Z"/></svg>
<svg {{ $attributes }} fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 10C4 9.58579 4.33579 9.25 4.75 9.25L15.25 9.25C15.6642 9.25 16 9.58579 16 10C16 10.4142 15.6642 10.75 15.25 10.75L4.75 10.75C4.33579 10.75 4 10.4142 4 10Z"/></svg>

0 comments on commit bbd1387

Please sign in to comment.