{
    "type":{
        "type":"string",
        "default":"icon"
    },
    "selector":{
        "type":"string",
        "default":"fas fa-fingerprint"
    },
    "svg":{
        "type":"object"
    },
    "view":{
        "type":"string",
        "default":"default"
    },
    "shape":{
        "type":"string",
        "default":"circle"
    },
    "align":{
        "type":"string"
    },
    "size":{
        "type":"string"
    },
    "padding":{
        "type":"number",
        "default":0.5
    },
    "rotate":{
        "type":"string",
        "default":"0deg"
    },
    "border":{
        "type":"object",
        "default":{
            "top":"0px",
            "right":"0px",
            "bottom":"0px",
            "left":"0px"
        }
    },
    "radius":{
        "type":"object",
        "default":{
            "top":"50%",
            "right":"50%",
            "bottom":"50%",
            "left":"50%"
        }
    },
    "color":{
        "type":"string",
        "default":"#000"
    },
    "background_color":{
        "type":"string",
        "default":"transparent"
    }
}