recordPlayer property

IconParkData recordPlayer
getter/setter pair

record-player 播放器

category: Hardware 硬件 author: 张晏 tag: 播放, 音响, 广播, 通知, 喇叭, 声音, 乐器, 听音乐 rtl: true

Implementation

static IconParkData recordPlayer = IconParkData("recordPlayer", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="8" width="38" height="32" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M13 8V40" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="28" cy="24" r="9" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="28" cy="24" r="3" fill="${props.c3}"/><path d="M5 16H13" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M5 24H13" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M5 32H13" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');