-
-
Notifications
You must be signed in to change notification settings - Fork 961
feat(icons): added brick-wall-fire
icon
#3036
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 brick-wall-fire
icon
#3036
Conversation
Added or changed iconsIcons as codeWorks for: const BrickWallFireIcon = createLucideIcon('BrickWallFire', [
["path",{"d":"M16 3v2.107"}],
["path",{"d":"M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9"}],
["path",{"d":"M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938"}],
["path",{"d":"M3 15h5.253"}],
["path",{"d":"M3 9h8.228"}],
["path",{"d":"M8 15v6"}],
["path",{"d":"M8 3v6"}]
]) |
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.
Coolll!
brick-wall-shield
Is maybe also cool one to add as well. Aligning the fire-wall
usecase
@ericfennis: How about this? |
@karsa-mistmere Exactly what I had in mind! |
* [github] Added issue template forms * [github] yaml => yml * Syntax fixes * Further syntax fixes * Sort issue templates * Update 02_bug_report.yml * Added icons/brick-wall-fire.svg * Added icons/brick-wall-fire.json --------- Co-authored-by: Karsa <karsa@karsa.org>
closes #2770
What is the purpose of this pull request?
Description
Added new
brick-wall-fire
icon.Icon use case
To represent firewalls, both in a literal and figurative sense, e.g.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
brick-wall
,flame-kindling
Naming
icons/[iconName].json
.Design
Before Submitting