electronicDoorLock property

IconParkData electronicDoorLock
getter/setter pair

electronic-door-lock 智能门锁

category: Hardware 硬件 author: 张晏 tag: 门, 锁, 智能, 密码锁, 安全, 防盗门, 关门, 加密 rtl: true

Implementation

static IconParkData electronicDoorLock = IconParkData("electronicDoorLock", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="4" width="26" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="20" y="30" width="24" height="8" rx="4" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="12" cy="12" r="2" fill="${props.c1}"/><circle cx="12" cy="18" r="2" fill="${props.c1}"/><circle cx="12" cy="24" r="2" fill="${props.c1}"/><circle cx="19" cy="12" r="2" fill="${props.c1}"/><circle cx="19" cy="18" r="2" fill="${props.c1}"/><circle cx="19" cy="24" r="2" fill="${props.c1}"/><circle cx="26" cy="12" r="2" fill="${props.c1}"/><circle cx="26" cy="18" r="2" fill="${props.c1}"/><circle cx="26" cy="24" r="2" fill="${props.c1}"/></svg>');