-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added form icon
#3558
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
Conversation
Added or changed iconsIcons as codeWorks for: const FormIcon = createLucideIcon('Form', [
["path",{"d":"M4 14h6"}],
["path",{"d":"M4 2h10"}],
["rect",{"x":"4","y":"18","width":"16","height":"4","rx":"1"}],
["rect",{"x":"4","y":"6","width":"16","height":"4","rx":"1"}]
]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Feels too small. And is there really a reason not to have the labels in line with the inputs? |
ericfennis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lucide-react](https://lucide.dev) ([source](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react)) | [`^0.554.0` -> `^0.555.0`](https://renovatebot.com/diffs/npm/lucide-react/0.554.0/0.555.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lucide-icons/lucide (lucide-react)</summary> ### [`v0.555.0`](https://github.com/lucide-icons/lucide/releases/tag/0.555.0): Version 0.555.0 [Compare Source](lucide-icons/lucide@0.554.0...0.555.0) #### What's Changed - fix(icons): changed `calendars` icon by [@​jguddas](https://github.com/jguddas) in [#​3795](lucide-icons/lucide#3795) - fix(docs): correct package name and description for Flutter and Lustre package ([#​3701](lucide-icons/lucide#3701)) by [@​epifaniofrancisco](https://github.com/epifaniofrancisco) in [#​3703](lucide-icons/lucide#3703) - feat(angular): Angular V21 Support by [@​JeevanMahesha](https://github.com/JeevanMahesha) in [#​3807](lucide-icons/lucide#3807) - chore(metadata): Adjust navigation category by [@​ericfennis](https://github.com/ericfennis) in [#​3461](lucide-icons/lucide#3461) - feat(icons): Add `waves-arrow-up` and `waves-arrow-down` by [@​ericfennis](https://github.com/ericfennis) in [#​3463](lucide-icons/lucide#3463) - fix(icons): changed `scale` icon by [@​jamiemlaw](https://github.com/jamiemlaw) in [#​3800](lucide-icons/lucide#3800) - feat(icons): added `form` icon by [@​jguddas](https://github.com/jguddas) in [#​3558](lucide-icons/lucide#3558) **Full Changelog**: <lucide-icons/lucide@0.554.0...0.555.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNC4yIiwidXBkYXRlZEluVmVyIjoiNDIuMTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://git.csmpro.ru/csmpro/mapban/pulls/58 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
* Added icons/form.svg * Added icons/form.json * Update icons/form.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update icons/form.json * Updated icons/form.svg * Updated icons/form.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Fennis <[email protected]>
What is the purpose of this pull request?
Description
Added new
formicon.Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting