moreTwo property

IconParkData moreTwo
getter/setter pair

more-two 更多2

category: Base 基础 author: 齐奉飞 tag: 更多, 圆形, 三点 rtl: false

Implementation

static IconParkData moreTwo = IconParkData("moreTwo", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="14" cy="24" r="3" fill="${props.c3}"/><circle cx="24" cy="24" r="3" fill="${props.c3}"/><circle cx="34" cy="24" r="3" fill="${props.c3}"/></svg>');