feat(icons): add cinema icon#4252
Open
tectonicpluto wants to merge 1 commit intolucide-icons:mainfrom
Open
Conversation
| "contributors": [ | ||
| "tectonicpluto" | ||
| ], | ||
| "tags": [ |
Contributor
There was a problem hiding this comment.
Suggestions for the cinema icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
Suggested change
| "tags": [ | |
| "tags": [ | |
| "clapperboard", | |
| "reel", | |
| "drama", | |
| "popcorn", | |
| "screengrab", |
Contributor
Added or changed iconsIcons as codeWorks for: const CinemaIcon = createLucideIcon('Cinema', [
["path",{"d":"M14 22a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2"}],
["path",{"d":"M15.03 8.44a.65.65 0 0 1 0 1.12l-4.06 2.35a.64.64 0 0 1-.97-.56v-4.7a.647.647 0 0 1 .96-.56z"}],
["path",{"d":"M2 22a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2"}],
["rect",{"x":"2","y":"2","width":"20","height":"14","rx":"2"}]
]) |
Member
|
Hey @tectonicpluto, Damn, this looks pretty cute. Unfortunately, it does very much violate design guideline no. 9. 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new cinema icon depicting a widescreen display with a play button and two seat arcs beneath it, representing a cinema or movie theater.
Icon use case
Event and venue booking: Used in ticketing or venue apps (e.g. Fandango, Eventbrite) to represent cinema/theater locations, showtimes, or a "find a cinema" feature.
Streaming platforms: Used in apps like Netflix, Plex, or Letterboxd to indicate a "cinema mode," movie browsing section, or theatrical release category as distinct from home video.
Entertainment categorization: Used in content management or editorial platforms to tag or filter cinema-related content, distinguishing movies/theatrical experiences from general video content.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting