403 B
403 B
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:
.d3c-icon-stroke {
stroke: red;
}
.d3c-icon-fill {
fill: red;
}
To change the accent color of icons that support this:
.d3c-icon-accent-stroke {
stroke: green;
}
.d3c-icon-accent-fill {
fill: green;
}