d2class/network.d2
2025-03-05 17:11:20 +01:00

33 lines
659 B
Text

classes: {
zone: {
style: {
fill: transparent
border-radius: 12
stroke-dash: 5
}
}
emptybox: {
style.opacity: 0
*: {
style: {
fill: transparent
border-radius: 8
}
}
}
switch: {
shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/switch.svg
label.near: bottom-right
}
router: {
shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg
label.near: bottom-right
}
firewall: {
shape: image
icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/firewalld2.svg
label.near: bottom-left
}
}