addPic property

IconParkData addPic
getter/setter pair

add-pic 增加图片

category: Edit 编辑 author: 李宁 tag: 添加, 图片, 相册 rtl: true

Implementation

static IconParkData addPic = IconParkData("addPic", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38 21V40C38 41.1046 37.1046 42 36 42H8C6.89543 42 6 41.1046 6 40V12C6 10.8954 6.89543 10 8 10H26.3636" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12.0005 31.0308L18.0005 23L21.0005 26L24.5005 20.5L32.0005 31.0308H12.0005Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M34.0005 10H42.0005" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M37.9946 5.79541V13.7954" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');