Skip to content

Commit

Permalink
Add fire/safety/security/amenities icons (lucide-icons#1392)
Browse files Browse the repository at this point in the history
* Add `fire-extinguisher` icon

* Add `smoke-alarm` icon

* Improve fire related metadata

* Add `fire-alarm` icon

* Add `cctv` icon

* Add `cctv-off` icon

* Update icons/fire-alarm.json

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/fire-alarm.json

Co-authored-by: Karsa <contact@karsa.org>

* Rename `fire-alarm` to `bell-alarm`

* Refine `cctv` icons

* Optimise `bell-alarm` icon

* Rename `bell-alarm` to `bell-electric`

* Rename `smoke-alarm` to `alarm-smoke`

* Refine `alarm-smoke` icon

* Refine `cctv` icons

* Update icons/alarm-smoke.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/cctv.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/fire-extinguisher.svg

Co-authored-by: Karsa <contact@karsa.org>

* update pr workflow

* update pr workflow

* add env

* remove cctv off icons

---------

Co-authored-by: Karsa <contact@karsa.org>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
3 people authored Dec 16, 2023
1 parent e7abba5 commit df58c3f
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 7 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@ jobs:
uses: tj-actions/changed-files@v35
with:
files: icons/*
- uses: actions/setup-node@v3.8.1
- name: Install simple-git (safer and faster than installing all deps)
run: npm install simple-git
- env:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install deps
run: pnpm install --ignore-scripts
- name: Generate annotations
run: node ./scripts/updateContributors.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FETCH_DEPTH: ${{ github.event.pull_request.commits }}
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: node ./scripts/updateContributors.mjs
- name: Generate annotations
env:
ANNOTATION_SEVERITY: notice
Expand Down
21 changes: 21 additions & 0 deletions icons/alarm-smoke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"fire",
"alert",
"warning",
"detector",
"carbon monoxide",
"safety",
"equipment",
"amenities"
],
"categories": [
"home",
"devices",
"travel"
]
}
17 changes: 17 additions & 0 deletions icons/alarm-smoke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion icons/axe.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,18 @@
"karsa-mistmere"
],
"tags": [
"hatchet"
"hatchet",
"weapon",
"chop",
"sharp",
"equipment",
"fireman",
"firefighter",
"brigade",
"lumberjack",
"woodcutter",
"logger",
"forestry"
],
"categories": [
"tools",
Expand Down
32 changes: 32 additions & 0 deletions icons/bell-electric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"fire alarm",
"flames",
"smoke",
"firefighter",
"fireman",
"department",
"brigade",
"station",
"emergency",
"alert",
"safety",
"school bell",
"period break",
"recess",
"doorbell",
"entrance",
"entry",
"ring",
"reception"
],
"categories": [
"devices",
"notifications",
"home"
]
}
18 changes: 18 additions & 0 deletions icons/bell-electric.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/cctv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"camera",
"surveillance",
"recording",
"film",
"videotape",
"crime",
"watching"
],
"categories": [
"security",
"devices",
"communication",
"connectivity",
"photography"
]
}
17 changes: 17 additions & 0 deletions icons/cctv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions icons/fire-extinguisher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"flames",
"smoke",
"foam",
"water",
"spray",
"hose",
"firefighter",
"fireman",
"department",
"brigade",
"station",
"emergency",
"suppress",
"compressed",
"tank",
"cylinder",
"safety",
"equipment",
"amenities"
],
"categories": [
"home",
"tools",
"travel"
]
}
18 changes: 18 additions & 0 deletions icons/fire-extinguisher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion icons/flame.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
],
"tags": [
"fire",
"lit"
"lit",
"burning",
"spark",
"embers",
"smoke",
"firefighter",
"fireman",
"department",
"brigade",
"station",
"emergency"
],
"categories": [
"weather",
Expand Down

0 comments on commit df58c3f

Please sign in to comment.