main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

duplicate.scss

TLDR

This file defines the styling for a DuplicateIcon component.

Classes

.DuplicateIcon

This class defines the styling for a DuplicateIcon component. It sets the fill color to the currentColor, removes the stroke, and sets the width and height to 24 pixels.

.DuplicateIcon {
    fill: currentColor;
    stroke: none;
    width: 24px;
    height: 24px;
}