ecg property

IconParkData ecg
getter/setter pair

ecg 心电图2

category: Health 医疗健康 author: 杨威 tag: rtl: true

Implementation

static IconParkData ecg = IconParkData("ecg", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 22H8L12 11L17 37L23 20L27 28L34 15L38 29L40 22H44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');