.svg-content{align-items:center;display:flex;justify-content:center}.svg-content[width]:not([width=none]){width:var(--svg-width)}.svg-content[height]:not([height=none]){height:var(--svg-height)}.svg-content[width]:not([width=none]) svg{width:var(--svg-width)}.svg-content[height]:not([height=none]) svg{height:var(--svg-height)}.svg-content[fill]:not([fill=none]) path{fill:var(--svg-fill-color)}.svg-content[stroke]:not([stroke=none]) path{stroke:var(--svg-stroke-color)}.svg-content[rect]:not([rect=none]) rect{stroke:var(--svg-rect-color)}
