fileWord property

IconParkData fileWord
getter/setter pair

file-word 文件-word

category: Office 办公文档 author: 齐奉飞 tag: 文件, 文档, 文字, Word, 办公, 文案 rtl: true

Implementation

static IconParkData fileWord = IconParkData("fileWord", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H30L40 14V42C40 43.1046 39.1046 44 38 44H10C8.89543 44 8 43.1046 8 42V6C8 4.89543 8.89543 4 10 4Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M16.0083 20L19.0083 34L24.0083 24L29.0083 34L32.0083 20" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');