movingPicture property
moving-picture 图片
category: Office 办公文档 author: 杨威 tag: rtl: true
Implementation
static IconParkData movingPicture = IconParkData("movingPicture", 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="22" width="20" height="20" rx="3" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M30 6L42 6L42 18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="34" cy="42" r="1.5" fill="${props.c1}" stroke="${props.c1}"/><circle r="1.5" transform="matrix(1 0 0 -1 6 14)" fill="${props.c1}" stroke="${props.c1}"/><circle cx="42" cy="42" r="1.5" fill="${props.c1}" stroke="${props.c1}"/><circle r="1.5" transform="matrix(1 0 0 -1 6 6)" fill="${props.c1}" stroke="${props.c1}"/><circle cx="42" cy="34" r="1.5" fill="${props.c1}" stroke="${props.c1}"/><circle r="1.5" transform="matrix(1 0 0 -1 14 6)" fill="${props.c1}" stroke="${props.c1}"/><circle cx="42" cy="26" r="1.5" fill="${props.c1}" stroke="${props.c1}"/><circle r="1.5" transform="matrix(1 0 0 -1 22 6)" fill="${props.c1}" stroke="${props.c1}"/><path d="M6 34L12.1195 29.4103C13.2239 28.5821 14.7509 28.6143 15.8192 29.4885L25 37" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M42 6L30 18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');