You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
403 B
Markdown

# Icon set
This is a set of icons inspired by the Segoe Fluent Icons.
## CSS classes
The following CSS class can be used to define the line color of icons:
```css
.d3c-icon-stroke {
stroke: red;
}
.d3c-icon-fill {
fill: red;
}
```
To change the accent color of icons that support this:
```css
.d3c-icon-accent-stroke {
stroke: green;
}
.d3c-icon-accent-fill {
fill: green;
}
```