volumeMute property

IconParkData volumeMute
getter/setter pair

volume-mute 静音

category: Music 多媒体音乐 author: 常留留 tag: 音量关闭, 静音, 声音, 音量, 喇叭, 广播 rtl: true

Implementation

static IconParkData volumeMute = IconParkData("volumeMute", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect opacity="0.01" x="30" y="18" width="13" height="13" fill="${props.c3}"/><mask id="mask0_12383_10279" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="30" y="18" width="13" height="13"><rect x="30" y="18" width="13" height="13" fill="${props.c3}"/></mask><g mask="url(#mask0_12383_10279)"><path d="M40.7348 20.2858L32.2495 28.7711" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M32.2496 20.2858L40.7349 28.7711" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></g><path d="M24 6V42C17 42 11.7985 32.8391 11.7985 32.8391H6C4.89543 32.8391 4 31.9437 4 30.8391V17.0108C4 15.9062 4.89543 15.0108 6 15.0108H11.7985C11.7985 15.0108 17 6 24 6Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');