Skip to content

Commit

Permalink
Add small variants of audio, audio-muted and play icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ariasuni committed Apr 17, 2020
1 parent 54a16fe commit 3d5cb54
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 2 deletions.
File renamed without changes
7 changes: 7 additions & 0 deletions icons/desktop/audio-muted-small-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/desktop/audio-small-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/desktop/play-small-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 29 additions & 2 deletions photon-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,30 @@
}
}
},
{ "name": "Audio Mute",
{ "name": "Audio Muted",
"tags": [],
"categories": ["media"],
"source": {
"desktop": {
"16": "icons/desktop/audio-16-mute.svg"
"16": "icons/desktop/audio-muted-16.svg"
}
}
},
{ "name": "Audio Muted Small",
"tags": [],
"categories": ["media"],
"source": {
"desktop": {
"16": "icons/desktop/audio-muted-small-16.svg"
}
}
},
{ "name": "Audio Small",
"tags": [],
"categories": ["media"],
"source": {
"desktop": {
"16": "icons/desktop/audio-small-16.svg"
}
}
},
Expand Down Expand Up @@ -1418,6 +1436,15 @@
}
}
},
{ "name": "Play Small",
"tags": [],
"categories": ["media"],
"source": {
"desktop": {
"16": "icons/desktop/play-small-16.svg"
}
}
},
{ "name": "Plugin",
"tags": [],
"categories": ["extensions", "permissions"],
Expand Down

0 comments on commit 3d5cb54

Please sign in to comment.