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