stereoOne property

IconParkData stereoOne
getter/setter pair

stereo-one 立体声

category: Hardware 硬件 author: 孟祥瑞 tag: 声音, 音乐, 乐器, 扩音器, 喇叭 rtl: true

Implementation

static IconParkData stereoOne = IconParkData("stereoOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="5" width="30" height="38" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M9 18H39" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="24" cy="30" r="6" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');