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 tv-minimal-play #2128

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

Conversation

karsa-mistmere
Copy link
Member

@karsa-mistmere karsa-mistmere commented May 3, 2024

closes #2075

What is the purpose of this pull request?

  • New Icon

Description

see #2075

Icon use case

see #2075

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

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

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 May 3, 2024
Copy link

github-actions bot commented May 3, 2024

Added or changed icons

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

Preview cohesion icons/rotate-cw-square.svgicons/key-square.svg
icons/tv-minimal-play.svgicons/tv-minimal.svg
icons/luggage.svgicons/git-compare.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"}]
])

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.

[Icon-Request] TV-Play to describe OTT, live TV
3 participants