Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(icons): increased size of rotate-*-square icons #2472

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Sep 17, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Increased size and made it so they are mirrored versions of each other.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Sep 17, 2024
Copy link

github-actions bot commented Sep 17, 2024

Added or changed icons

icons/rotate-ccw-square.svgicons/rotate-cw-square.svg

Preview cohesion icons/square-split-horizontal.svgicons/square-pi.svg
icons/rotate-ccw-square.svgicons/rotate-cw-square.svg
icons/send-horizontal.svgicons/clock-10.svg
Preview stroke widths icons/rotate-ccw-square.svgicons/rotate-cw-square.svg
icons/rotate-ccw-square.svgicons/rotate-cw-square.svg
icons/rotate-ccw-square.svgicons/rotate-cw-square.svg
DPI Preview (24px) icons/rotate-ccw-square.svg icons/rotate-cw-square.svg
Icon X-rays icons/rotate-ccw-square.svg icons/rotate-cw-square.svg
Icon Diffs icons/rotate-ccw-square.svg icons/rotate-cw-square.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const RotateCcwSquareIcon = createLucideIcon('RotateCcwSquare', [
  ["path",{"d":"m16 2-3 3 3 3"}],
  ["path",{"d":"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h4"}],
  ["path",{"d":"M21 9V7a2 2 0 0 0-2-2h-6"}]
])

const RotateCwSquareIcon = createLucideIcon('RotateCwSquare', [
  ["path",{"d":"M12 5H5a2 2 0 0 0-2 2v2"}],
  ["path",{"d":"M3 13v6a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2l-.02-11.721a2 2 0 0 0-2-2.279H16"}],
  ["path",{"d":"m9 8 3-3-3-3"}]
])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 icon About new icons 🫧 metadata Improved metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant