cd property
cd 光盘
category: Hardware 硬件 author: 孟祥瑞 tag: 刻盘, CD, 影片, 光碟 rtl: true
Implementation
static IconParkData cd = IconParkData("cd", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M13 24C13 17.9249 17.9249 13 24 13" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><circle cx="24" cy="24" r="5" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');