videocamera property
videocamera 摄像机1
category: Hardware 硬件 author: 张晏 tag: 摄像, 拍摄, 记录, 录像, 录制, 检测, 探头, 抓拍, 偷拍, 电影, 放映 rtl: true
Implementation
static IconParkData videocamera = IconParkData("videocamera", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4" y="11" width="32" height="26" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="20" cy="24" r="6" 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="M36 29L44 33V15L36 19" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');