Skip to content

Commit

Permalink
refactor: icon library update (#117)
Browse files Browse the repository at this point in the history
* refactor: updated existing illustrative icons

to version 2.15.0

* feat: added new illustrative icons

* chore: aligned the naming

* chore: no visible changes

* chore: updated SEV icons styling

* feat: added new icons

* chore: added some comments on the icons place

* feat: added new icons

* refactor: added new icons
  • Loading branch information
mfranzke authored Nov 8, 2022
1 parent 9f8a1e5 commit b77e986
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/icons/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to create and provide the technical icon files

We're getting these icons by the DB Design System colleagues and process the following changes:
We're getting these icons by the [DB Design System colleagues](https://dbsw-my.sharepoint.com/personal/maximilian_franzke_deutschebahn_com/_layouts/15/onedrive.aspx?id=%2Fteams%2FCXM%2ETeams%2DDDSTeam%2FShared%20Documents%2FDDS%20Team%2F01%2D%2DDesign%2DSystem%2F04%2D%2DFoundations%2F07%2D%2DIcons%2F04%2D%2DExchange%2DIcons%2F01%2D%2DFunctional&listurl=https%3A%2F%2Fdbsw%2Esharepoint%2Ecom%2Fteams%2FCXM%2ETeams%2DDDSTeam%2FShared%20Documents&viewid=0595d7bc%2Db96a%2D483a%2D8d53%2D87b3356ce9fc) and process the following changes:

- Minifications with [`ImageOptim`](https://imageoptim.com/mac)
- Adding some contents within the SVGs (these assets might get exported correctly in the future)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/functional/images/action/db_ic_logbook_20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/functional/images/action/db_ic_logbook_24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/functional/images/action/db_ic_logbook_32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/functional/images/maps/db_ic_gps_north_32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions source/_patterns/icons/functional/functional-icons~action.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,48 @@
}
]
},
{
"icon": "face_neutral",
"variants": [
{
"size": 32
},
{
"size": 24
},
{
"size": 20
}
]
},
{
"icon": "face_sad",
"variants": [
{
"size": 32
},
{
"size": 24
},
{
"size": 20
}
]
},
{
"icon": "face_smiling",
"variants": [
{
"size": 32
},
{
"size": 24
},
{
"size": 20
}
]
},
{
"icon": "filter",
"variants": [
Expand Down Expand Up @@ -800,6 +842,20 @@
}
]
},
{
"icon": "logbook",
"variants": [
{
"size": 32
},
{
"size": 24
},
{
"size": 20
}
]
},
{
"icon": "minus",
"variants": [
Expand Down

0 comments on commit b77e986

Please sign in to comment.