lucide icon indicating copy to clipboard operation
lucide copied to clipboard

feat(icons): added tv-minimal-play

Open karsa-mistmere opened this issue 9 months ago • 1 comments

closes #2075

What is the purpose of this pull request?

  • [x] New Icon

Description

see #2075

Icon use case

see #2075

Alternative icon designs

Icon Design Checklist

Concept

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

Author, credits & license

  • [x] I've based them on the following Lucide icons: tv-2 (now also tv-minimal) & monitor-play

Naming

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

Design

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

Before Submitting

  • [x] I've read the Contribution Guidelines.
  • [x] I've checked if there was an existing PR that solves the same issue.

karsa-mistmere avatar May 03 '24 16:05 karsa-mistmere

Added or changed icons

icons/tv-minimal-play.svgicons/tv-minimal.svg

Preview cohesion icons/square-user.svgicons/message-square-more.svg
icons/tv-minimal-play.svgicons/tv-minimal.svg
icons/popsicle.svgicons/unfold-horizontal.svg
Preview stroke widths icons/tv-minimal-play.svgicons/tv-minimal.svg
icons/tv-minimal-play.svgicons/tv-minimal.svg
icons/tv-minimal-play.svgicons/tv-minimal.svg
DPI Preview (24px) icons/tv-minimal-play.svg icons/tv-minimal.svg
Icon X-rays icons/tv-minimal-play.svg icons/tv-minimal.svg
Icons as code

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

const TvMinimalPlayIcon = createLucideIcon('TvMinimalPlay', [
  ["path",{"d":"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z"}],
  ["path",{"d":"M7 21h10"}],
  ["rect",{"width":"20","height":"14","x":"2","y":"3","rx":"2"}]
])

const TvMinimalIcon = createLucideIcon('TvMinimal', [
  ["path",{"d":"M7 21h10"}],
  ["rect",{"width":"20","height":"14","x":"2","y":"3","rx":"2"}]
])

github-actions[bot] avatar May 03 '24 16:05 github-actions[bot]