messageUnread property

IconParkData messageUnread
getter/setter pair

message-unread 未读消息

category: Communicate 交流沟通 author: 常留留 tag: 信息, 聊天, 通知, 社交, 沟通, 新消息, 评论 rtl: true

Implementation

static IconParkData messageUnread = IconParkData("messageUnread", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 16V36H29L24 41L19 36H4V6H34" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M23 20H25.0025" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M33.001 20H34.9999" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M13.001 20H14.9999" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><circle cx="43" cy="7" r="3" fill="${props.c1}"/></svg>');