cardTwo property
card-two 双卡片
category: Others 其它 author: 金磊 tag: 双卡片, 立体, 层级, 前后, 关系 rtl: true
Implementation
static IconParkData cardTwo = IconParkData("cardTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 12V4L8 14V42L20 36" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M20 16L40 6V34L20 44V16Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');