lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
8.94k stars 380 forks source link

feat(icons): added `home-plug` icon #2123

Open jguddas opened 2 weeks ago

jguddas commented 2 weeks ago

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

Design

Before Submitting

github-actions[bot] commented 2 weeks ago

Added or changed icons

icons/home-plug.svg
Preview cohesion icons/rotate-ccw-square.svg
icons/home-plug.svg
icons/circle-pause.svg
Preview stroke widths icons/home-plug.svg
icons/home-plug.svg
icons/home-plug.svg
DPI Preview (24px) icons/home-plug.svg
Icon X-rays icons/home-plug.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const HomePlugIcon = createLucideIcon('HomePlug', [
  ["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"}]
])

karsa-mistmere commented 2 weeks ago

The plug is also build from scratch but maybe that's not a good thing.

Yeah, maybe we should keep this consistent with plug-zap and update both (top row current, bottom row proposal): image

jguddas commented 2 weeks ago

The plug is also build from scratch but maybe that's not a good thing.

Yeah, maybe we should keep this consistent with plug-zap and update both (top row current, bottom row proposal): image

What about doing something even crazier and removing plug-zap-2 entirely in favor of just having plug-zap? I don't like the plug-zap-2 zap, it's to small.

karsa-mistmere commented 2 weeks ago

The plug is also build from scratch but maybe that's not a good thing.

Yeah, maybe we should keep this consistent with plug-zap and update both (top row current, bottom row proposal): image

What about doing something even crazier and removing plug-zap-2 entirely in favor of just having plug-zap? I don't like the plug-zap-2 zap, it's to small.

Yeah, I also hate it, I've tried pushing this exact thing through several times already. 😶

jguddas commented 2 weeks ago

The plug is also build from scratch but maybe that's not a good thing.

Yeah, maybe we should keep this consistent with plug-zap and update both (top row current, bottom row proposal): image

What about doing something even crazier and removing plug-zap-2 entirely in favor of just having plug-zap? I don't like the plug-zap-2 zap, it's to small.

Yeah, I also hate it, I've tried pushing this exact thing through several times already. 😶

@ericfennis are you up for it?