electricWave property

IconParkData electricWave
getter/setter pair

electric-wave 电波

category: Edit 编辑 author: 夏立诚 tag: 电流, 电波, 心电图, 股票, 浮动 rtl: true

Implementation

static IconParkData electricWave = IconParkData("electricWave", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="6" width="36" height="36" rx="3" 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="M12 25H15L19 14L22 36L27 23L31 29L34 25H37" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');