projectorOne property

IconParkData projectorOne
getter/setter pair

projector-one 投影机

category: Hardware 硬件 author: 孟祥瑞 tag: 摄像, 拍摄, 记录, 录像, 录制, 检测, 电影, 放映 rtl: true

Implementation

static IconParkData projectorOne = IconParkData("projectorOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 21V10H10V21" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="4" y="21" width="40" height="16" rx="2" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="14" y="27" width="4" height="4" rx="2" fill="${props.c3}"/><path d="M28 29H36" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');