disabledLaptop property
disabled-laptop 笔记本电脑禁用
category: Hardware 硬件 author: 杨威 tag: rtl: true
Implementation
static IconParkData disabledLaptop = IconParkData("disabledLaptop", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 8.99902H11C9.34315 8.99902 8 10.3422 8 11.999V32.999H40V25.999" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M4 32.999H44V34.999C44 38.3127 41.3137 40.999 38 40.999H10C6.68629 40.999 4 38.3127 4 34.999V32.999Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="36.0002" cy="13" r="6" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M32 9L40 17" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');