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.

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;
}