lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
8.94k stars 380 forks source link

feat(icons): added tv-minimal-play #2128

Open karsa-mistmere opened 2 weeks ago

karsa-mistmere commented 2 weeks ago

closes #2075

What is the purpose of this pull request?

Description

see #2075

Icon use case

see #2075

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 2 weeks ago

Added or changed icons

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

Preview cohesion icons/square-stack.svgicons/square-arrow-up-right.svg
icons/tv-minimal-play.svgicons/tv-minimal.svg
icons/circle-chevron-up.svgicons/spray-can.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"}]
])