hdmiConnector property

IconParkData hdmiConnector
getter/setter pair

hdmi-connector HDMI接口

category: Hardware 硬件 author: 齐奉飞 tag: 接口, 数据线, hdmi rtl: false

Implementation

static IconParkData hdmiConnector = IconParkData("hdmiConnector", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="20" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M29 43C29 40.2386 26.7614 38 24 38C21.2386 38 19 40.2386 19 43" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M15.5 42.1091C18.0797 43.3221 20.9607 44 24 44C27.0393 44 29.9203 43.3221 32.5 42.1091" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="15" cy="15" r="3" fill="${props.c3}"/><circle cx="11" cy="23" r="3" fill="${props.c3}"/><circle cx="24" cy="11" r="3" fill="${props.c3}"/><circle cx="33" cy="15" r="3" fill="${props.c3}"/><circle cx="37" cy="23" r="3" fill="${props.c3}"/></svg>');