memoryOne property

IconParkData memoryOne
getter/setter pair

memory-one 储存器

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

Implementation

static IconParkData memoryOne = IconParkData("memoryOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="28" width="38" height="14" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="5" y="6" width="38" height="14" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="11" y="11" width="4" height="4" rx="2" fill="${props.c3}"/><rect x="11" y="33" width="4" height="4" rx="2" fill="${props.c3}"/><rect x="19" y="11" width="4" height="4" rx="2" fill="${props.c3}"/><rect x="19" y="33" width="4" height="4" rx="2" fill="${props.c3}"/><path d="M31 13H35" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M31 35H35" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');