feat(icons): added wheelbarrow icon#4151
Open
jamiemlaw wants to merge 2 commits intolucide-icons:mainfrom
Open
feat(icons): added wheelbarrow icon#4151jamiemlaw wants to merge 2 commits intolucide-icons:mainfrom
wheelbarrow icon#4151jamiemlaw wants to merge 2 commits intolucide-icons:mainfrom
Conversation
| "contributors": [ | ||
| "jamiemlaw" | ||
| ], | ||
| "tags": [ |
Contributor
There was a problem hiding this comment.
Suggestions for the wheelbarrow icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
Suggested change
| "tags": [ | |
| "tags": [ | |
| "tool", | |
| "garden", | |
| "transport", | |
| "handcart", | |
| "utility", | |
| "outdoor", | |
| "hardware", | |
| "manual", | |
| "equipment", |
Contributor
Added or changed iconsIcons as codeWorks for: const WheelbarrowIcon = createLucideIcon('Wheelbarrow', [
["path",{"d":"M2 3h1.97a1 1 0 0 1 .97.757L8 16l10.06 2.515"}],
["path",{"d":"M6 8h13.586a1.414 1.414 0 0 1 1 2.414L13.6 17.4"}],
["path",{"d":"m8 16-3 5"}],
["circle",{"cx":"20","cy":"19","r":"2"}]
]) |
Member
Contributor
Author
Like this perhaps? |
Contributor
|
This is a draft I had from some time ago, but I am not that happy about it. In any case, may serve as inspiration. |
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.

Closes #4146
Description
Adds a
wheelbarrowiconIcon use case
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting