inboxSuccess property

IconParkData inboxSuccess
getter/setter pair

inbox-success 收件成功

category: Office 办公文档 author: 白明泽 tag: 收件箱, 收件, 成功, 完成, 邮件, 信件 rtl: true

Implementation

static IconParkData inboxSuccess = IconParkData("inboxSuccess", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 30L9 6H39L44 30" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M4 30H14.9091L16.7273 36H31.2727L33.0909 30H44V43H4V30Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M19 19.2143L23 24L31 16" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');