endless property
endless 无穷尽
category: Abstract 抽象图形 author: 史晓彤 tag: 基因, 链接, 无穷大, 闭环, 相交, 循环 rtl: true
Implementation
static IconParkData endless = IconParkData("endless", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31 21L35 18L44 24V34L34 40L24 34V13L13 7L4 13V24L13 30L17 27" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');