hardDiskOne property

IconParkData hardDiskOne
getter/setter pair

hard-disk-one 移动硬盘

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

Implementation

static IconParkData hardDiskOne = IconParkData("hardDiskOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39 6H9C7.34315 6 6 7.34315 6 9V39C6 40.6569 7.34315 42 9 42H39C40.6569 42 42 40.6569 42 39V9C42 7.34315 40.6569 6 39 6Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M32 6H16V16H32V6Z" 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="M17 36H31" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');