Skip to content

Commit

Permalink
Add alarm icons (#343)
Browse files Browse the repository at this point in the history
* Added 3 alarm icons

* forgot to add support files
  • Loading branch information
egunther39 committed Dec 8, 2023
1 parent 5c681cf commit 2e88041
Show file tree
Hide file tree
Showing 11 changed files with 169,470 additions and 6 deletions.
84,648 changes: 84,645 additions & 3 deletions app-components/preview/app-components.js

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions app-components/src/app/_data/site-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,51 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "alarm-add",
"displayName": "Alarm Add",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "alarm-off",
"displayName": "Alarm Off",
"tags": [
"alert",
"alarm",
"off",
"notification"
],
"categories": [
"Applications"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "alarm-on",
"displayName": "Alarm On",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "alert",
"displayName": "Alert",
Expand Down Expand Up @@ -6974,6 +7019,51 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "alarm-add",
"displayName": "Alarm Add",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "alarm-off",
"displayName": "Alarm Off",
"tags": [
"alert",
"alarm",
"off",
"notification"
],
"categories": [
"Applications"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "alarm-on",
"displayName": "Alarm On",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
],
"deprecated": false,
"useInstead": ""
},
{
"name": "alert",
"displayName": "Alert",
Expand Down
84,648 changes: 84,645 additions & 3 deletions docs/assets/js/app-components.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,42 @@
"Objects & Shapes"
]
},
{
"name": "alarm-add",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
]
},
{
"name": "alarm-off",
"tags": [
"alert",
"alarm",
"off",
"notification"
],
"categories": [
"Applications"
]
},
{
"name": "alarm-on",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
]
},
{
"name": "alert",
"tags": [
Expand Down
3 changes: 3 additions & 0 deletions icons/modus-outlined/alarm-add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-outlined/alarm-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-outlined/alarm-on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,42 @@
"Objects & Shapes"
]
},
{
"name": "alarm-add",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
]
},
{
"name": "alarm-off",
"tags": [
"alert",
"alarm",
"off",
"notification"
],
"categories": [
"Applications"
]
},
{
"name": "alarm-on",
"tags": [
"alert",
"alarm",
"add",
"notification"
],
"categories": [
"Applications"
]
},
{
"name": "alert",
"tags": [
Expand Down
3 changes: 3 additions & 0 deletions icons/modus-solid/alarm-add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-solid/alarm-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-solid/alarm-on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e88041

Please sign in to comment.