diskTwo property

IconParkData diskTwo
getter/setter pair

disk-two U盘2

category: Hardware 硬件 author: 张晏 tag: U盘, 硬盘, 储存, 硬件, 移动, 保存, 文件, 安全 rtl: true

Implementation

static IconParkData diskTwo = IconParkData("diskTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="13" width="32" height="22" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M4 13H14V35H4V13Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M36 19H44V29H36" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="30" cy="21" r="2" fill="${props.c1}"/><circle cx="30" cy="27" r="2" fill="${props.c1}"/></svg>');