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

feat(icons): added image-upscale icon #2462

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

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Sep 15, 2024

What is the purpose of this pull request?

  • New Icon

Description

Added new image-upscale icon.

Icon use case

  • upscaling images
  • resizing images

Alternative icon designs

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in # by @llaenowyd
  • I've based them on the following Lucide icons: box-select
  • I've based them on the following design:

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

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

github-actions bot commented Sep 15, 2024

Added or changed icons

icons/image-upscale.svg

Preview cohesion icons/square-split-vertical.svg
icons/image-upscale.svg
icons/square-arrow-up-right.svg
Preview stroke widths icons/image-upscale.svg
icons/image-upscale.svg
icons/image-upscale.svg
DPI Preview (24px) icons/image-upscale.svg
Icon X-rays icons/image-upscale.svg
Icon Diffs icons/image-upscale.svg
Icons as code

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

const ImageUpscaleIcon = createLucideIcon('ImageUpscale', [
  ["path",{"d":"M16 3h5v5"}],
  ["path",{"d":"M17 21h2a2 2 0 0 0 2-2"}],
  ["path",{"d":"M21 12v3"}],
  ["path",{"d":"m21 3-5 5"}],
  ["path",{"d":"M3 7V5a2 2 0 0 1 2-2"}],
  ["path",{"d":"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19"}],
  ["path",{"d":"M9 3h3"}],
  ["rect",{"x":"3","y":"11","width":"10","height":"10","rx":"1"}]
])

@karsa-mistmere
Copy link
Member

Can we look at this with the lucide/12 img variant?

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.

2 participants