mailDownload property

IconParkData mailDownload
getter/setter pair

mail-download 邮件下载

category: Office 办公文档 author: 金磊 tag: 邮件下载, 信封, 邮件, 邮寄, 文件 rtl: false

Implementation

static IconParkData mailDownload = IconParkData("mailDownload", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18H4V42H44V18H38" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M38 6H10V22.5L24 33L38 22.5V6Z" fill="${props.c2}"/><path d="M10 22.5L24 33L38 22.5M10 22.5V6H38V22.5M10 22.5L4 18M38 22.5L44 18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M19 19L24 24M24 24L29 19M24 24V13" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');