Skip to content

Commit

Permalink
Merge pull request #1758 from yaklang/song/style/wrenchIcon
Browse files Browse the repository at this point in the history
style: wrenchIcon
  • Loading branch information
youngster-yj authored Jun 21, 2024
2 parents d250d3c + 44ad32c commit 8224e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/assets/icon/outline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5168,7 +5168,7 @@ const OutlineWrench = () => (
<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'>
<path
d='M4.77377 6.13832L7.82103 9.18558M11.8808 13.2454L9.55631 10.9209M14.9777 2.02887C13.5544 1.28595 11.7569 1.51217 10.5615 2.70755C9.36613 3.90292 9.1399 5.70045 9.88282 7.12374L2.55257 14.454C2.16204 14.8445 2.16204 15.4777 2.55257 15.8682L2.74015 16.0558C3.13067 16.4463 3.76384 16.4463 4.15436 16.0558L11.4846 8.72553C12.9079 9.46845 14.7054 9.24223 15.9008 8.04685C17.0962 6.85148 17.3224 5.05395 16.5795 3.63066L14.566 5.64416C14.2711 5.93905 13.793 5.93905 13.4981 5.64416L12.9642 5.11023C12.6693 4.81535 12.6693 4.33725 12.9642 4.04237L14.9777 2.02887ZM14.589 14.3517L13.3888 13.1516C12.9983 12.7611 12.3652 12.7611 11.9746 13.1516L11.787 13.3392C11.3965 13.7297 11.3965 14.3629 11.7871 14.7534L12.9872 15.9535C13.3777 16.344 14.0109 16.344 14.4014 15.9535L14.589 15.7659C14.9795 15.3754 14.9795 14.7422 14.589 14.3517ZM1.26476 4.76503L2.9988 6.49907C3.38932 6.88959 4.02249 6.88959 4.41301 6.49907L5.13452 5.77756C5.52505 5.38704 5.52504 4.75387 5.13452 4.36335L3.40048 2.62931C3.00995 2.23878 2.37679 2.23878 1.98626 2.62931L1.26476 3.35081C0.874233 3.74134 0.874233 4.3745 1.26476 4.76503Z'
stroke='#85899E'
stroke='currentColor'
strokeWidth='1.5'
strokeLinecap='round'
strokeLinejoin='round'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
}
.wrench-icon {
svg {
color: #85899E;
width: 16px;
height: 16px;
}
Expand Down

0 comments on commit 8224e93

Please sign in to comment.