multicast property

IconParkData multicast
getter/setter pair

multicast 多播

category: Charts 数据图表 author: 常留留 tag: 组播, 节点传输, 多节点, 通信 rtl: true

Implementation

static IconParkData multicast = IconParkData("multicast", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 15C26.7614 15 29 12.7614 29 10C29 7.23858 26.7614 5 24 5C21.2386 5 19 7.23858 19 10C19 12.7614 21.2386 15 24 15Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M24 15V23" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M18 33V23L41 23.0128V33" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M41 41V42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "5"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M7 41V42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "5"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M18 41V42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "5"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M30 41V42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "5"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/></svg>');