gopro property
gopro 运动相机
category: Hardware 硬件 author: 孟祥瑞 tag: 摄像, 拍摄, 记录, 录像, 录制, 检测, 探头, 抓拍, 偷拍, 电影, 放映 rtl: true
Implementation
static IconParkData gopro = IconParkData("gopro", 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="7" width="13" height="34" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="24" y="13" width="19" height="22" rx="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="33.5" cy="24.5" r="3.5" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M18 24H24" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="9" y="15" width="5" height="5" rx="2.5" fill="${props.c1}"/></svg>');