sound property

IconParkData sound
getter/setter pair

sound 音响

category: Hardware 硬件 author: 张晏 tag: 声音, 音乐, 乐器, 扩音器, 喇叭 rtl: true

Implementation

static IconParkData sound = IconParkData("sound", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8" y="4" width="32" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="24" cy="15" r="5" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="14" cy="10" r="2" fill="${props.c1}"/><circle cx="14" cy="38" r="2" fill="${props.c1}"/><circle cx="34" cy="10" r="2" fill="${props.c1}"/><circle cx="34" cy="38" r="2" fill="${props.c1}"/><circle cx="24" cy="32" r="6" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');