bigX property

IconParkData bigX
getter/setter pair

big-x 错误

category: Character 符号标识 author: 金磊 tag: 错误, 埃克斯, 特步, 叉 rtl: true

Implementation

static IconParkData bigX = IconParkData("bigX", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33 6H44L15 42H4L33 6Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M15 6H4L33 42H44L15 6Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');