waves property

IconParkData waves
getter/setter pair

waves 电波

category: Money 电商财产 author: 常留留 tag: 心跳, 脉搏, 趋势, 路径 rtl: true

Implementation

static IconParkData waves = IconParkData("waves", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 23.3548H11L17.8889 4L28.8889 44L37 23.3548H46" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');