-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
feat(icons): added house-plug
icon
#2123
Conversation
Added or changed iconsIcons as codeWorks for: const HousePlugIcon = createLucideIcon('HousePlug', [
["path",{"d":"M10 12V8.964"}],
["path",{"d":"M14 12V8.964"}],
["path",{"d":"M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z"}],
["path",{"d":"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2"}]
]) |
Co-authored-by: Karsa <contact@karsa.org>
@ericfennis are you up for it? |
@jguddas I agree totally! |
home-plug
iconhouse-plug
icon
closes #1855
What is the purpose of this pull request?
Description
Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting