interface IconStyleConfiguration {
    fillColor: string;
    isFilled: boolean;
    margin: number;
    strokeColor: string;
    strokeWidth: number;
}

Properties

fillColor: string
isFilled: boolean
margin: number
strokeColor: string
strokeWidth: number