Skip to content

Commit e007b53

Browse files
authored
Merge pull request #1922 from db-ui/1920-icons-enable-further-usage
refactor(icons): enable further usage
2 parents b1fd3ad + 9061b44 commit e007b53

File tree

1,346 files changed

+1327
-1327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,346 files changed

+1327
-1327
lines changed

packages/foundations/assets/icons/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ We're getting these icons by the [DB Design System colleagues](https://dbsw.shar
77
- Minifications with [`ImageOptim`](https://imageoptim.com/mac)
88
- Adding some contents within the SVGs (these assets might get exported correctly in the future)
99
- CSS variables
10-
- replace `fill="#282D37"` by `fill="var(--db-icon-color, currentColor)"`
11-
- replace `fill="#55b9e6"` by `fill="var(--db-icon-color, #55b9e6)"`
12-
- replace `fill="#EC0016"` by `fill="var(--db-icon-pulse-color, #EC0016)"`
13-
- replace `fill="#78be14"` by `fill="var(--db-icon-pulse-color, #78be14)"`
10+
- replace `fill="#282D37"` by `fill="#282D37" style="var(--db-icon-color, currentColor)"`
11+
- replace `fill="#55b9e6"` by `fill="#55b9e6" style="var(--db-icon-color, #55b9e6)"`
12+
- replace `fill="#EC0016"` by `fill="#EC0016" style="var(--db-icon-pulse-color, #EC0016)"`
13+
- replace `fill="#78be14"` by `fill="#78be14" style="var(--db-icon-pulse-color, #78be14)"`
1414
- `id`-Attribute (generic `icon` id within all SVG files)
1515

1616
## Icon font generation
76 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)