applicationTwo property

IconParkData applicationTwo
getter/setter pair

application-two 应用

category: Edit 编辑 author: 夏立诚 tag: 编辑, 其他, 应用, 分类 rtl: false

Implementation

static IconParkData applicationTwo = IconParkData("applicationTwo", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="34.5" cy="13.5" r="6.5" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="34.5" cy="34.5" r="6.5" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="13.5" cy="13.5" r="6.5" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="13.5" cy="34.5" r="6.5" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');