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

Revert icon changes #1

Merged
merged 4 commits into from
Dec 24, 2024
Merged

Conversation

realguse
Copy link

Reverts the accidental icons changes (icons/picture-in-picture.svg, icons/grid-2x2-x.json and icons/grid-2x2-check.json)

Copy link

Added or changed icons

icons/scan-heart.svgicons/waves-ladder.svgicons/book-dashed.svgicons/picture-in-picture.svg

Preview cohesion icons/square-chevron-left.svgicons/square-arrow-down-left.svgicons/square-plus.svgicons/message-square-quote.svg
icons/scan-heart.svgicons/waves-ladder.svgicons/book-dashed.svgicons/picture-in-picture.svg
icons/message-circle-heart.svgicons/link-2.svgicons/send-horizontal.svgicons/list-filter.svg
Preview stroke widths icons/scan-heart.svgicons/waves-ladder.svgicons/book-dashed.svgicons/picture-in-picture.svg
icons/scan-heart.svgicons/waves-ladder.svgicons/book-dashed.svgicons/picture-in-picture.svg
icons/scan-heart.svgicons/waves-ladder.svgicons/book-dashed.svgicons/picture-in-picture.svg
DPI Preview (24px) icons/scan-heart.svg icons/waves-ladder.svg icons/book-dashed.svg icons/picture-in-picture.svg
Icon X-rays icons/scan-heart.svg icons/waves-ladder.svg icons/book-dashed.svg icons/picture-in-picture.svg
Icon Diffs icons/scan-heart.svg icons/waves-ladder.svg icons/book-dashed.svg icons/picture-in-picture.svg
Icons as code

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

const ScanHeartIcon = createLucideIcon('ScanHeart', [
  ["path",{"d":"M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z"}],
  ["path",{"d":"M17 3h2a2 2 0 0 1 2 2v2"}],
  ["path",{"d":"M21 17v2a2 2 0 0 1-2 2h-2"}],
  ["path",{"d":"M3 7V5a2 2 0 0 1 2-2h2"}],
  ["path",{"d":"M7 21H5a2 2 0 0 1-2-2v-2"}]
])

const WavesLadderIcon = createLucideIcon('WavesLadder', [
  ["path",{"d":"M19 5a2 2 0 0 0-2 2v11"}],
  ["path",{"d":"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1"}],
  ["path",{"d":"M7 13h10"}],
  ["path",{"d":"M7 9h10"}],
  ["path",{"d":"M9 5a2 2 0 0 0-2 2v11"}]
])

const BookDashedIcon = createLucideIcon('BookDashed', [
  ["path",{"d":"M12 17h1.5"}],
  ["path",{"d":"M12 22h1.5"}],
  ["path",{"d":"M12 2h1.5"}],
  ["path",{"d":"M17.5 22H19a1 1 0 0 0 1-1"}],
  ["path",{"d":"M17.5 2H19a1 1 0 0 1 1 1v1.5"}],
  ["path",{"d":"M20 14v3h-2.5"}],
  ["path",{"d":"M20 8.5V10"}],
  ["path",{"d":"M4 10V8.5"}],
  ["path",{"d":"M4 19.5V14"}],
  ["path",{"d":"M4 4.5A2.5 2.5 0 0 1 6.5 2H8"}],
  ["path",{"d":"M8 22H6.5a1 1 0 0 1 0-5H8"}]
])

const PictureInPictureIcon = createLucideIcon('PictureInPicture', [
  ["path",{"d":"M2 10h6V4"}],
  ["path",{"d":"m2 4 6 6"}],
  ["path",{"d":"M21 10V7a2 2 0 0 0-2-2h-7"}],
  ["path",{"d":"M3 14v2a2 2 0 0 0 2 2h3"}],
  ["rect",{"width":"10","height":"7","x":"12","y":"14","rx":"1"}]
])

@MoustaphaDev
Copy link
Owner

Thank you!

@MoustaphaDev MoustaphaDev merged commit 497bf34 into MoustaphaDev:feat/astro Dec 24, 2024
1 check passed
@realguse realguse deleted the revert-icons branch December 25, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants