feat(icons): added rectangle-play icon#4246
Open
scottgriffinm wants to merge 2 commits intolucide-icons:mainfrom
Open
feat(icons): added rectangle-play icon#4246scottgriffinm wants to merge 2 commits intolucide-icons:mainfrom
rectangle-play icon#4246scottgriffinm wants to merge 2 commits intolucide-icons:mainfrom
Conversation
| "contributors": [ | ||
| "scottgriffinm" | ||
| ], | ||
| "tags": [ |
Contributor
There was a problem hiding this comment.
Suggestions for the rectangle-play icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
Suggested change
| "tags": [ | |
| "tags": [ | |
| "rectangle", | |
| "play", | |
| "media", | |
| "button", | |
| "shape", | |
| "audio", | |
| "media-player", |
Contributor
Added or changed iconsIcons as codeWorks for: const RectanglePlayIcon = createLucideIcon('RectanglePlay', [
["path",{"d":"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z"}],
["rect",{"x":"2","y":"4","width":"20","height":"16","rx":"2"}]
]) |
Member
|
Hey @scottgriffinm, Nice icon, fills the space of |
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.
What is the purpose of this pull request?
Description
Added new
rectangle-playicon.Icon use case
Play button inside a landscape/widescreen rectangle. Like square-play but wider.
Use cases:
Representing video ads or ad content on disclaimer pages, ad preference settings, or cookie consent screens.
Indicating embedded video content in documentation, help centers, or knowledge bases where articles mix text and video.
Video file type indicator in file managers, email attachments, or chat apps to distinguish video from images or audio.
Broadcast or streaming content label in TV guide interfaces, channel listings, or live event dashboards.
Alternative icon designs
None.
Icon Design Checklist
Concept
Author, credits & license
square-playNaming
icons/[iconName].json.Design
Before Submitting