fileTipsOne property

IconParkData fileTipsOne
getter/setter pair

file-tips-one 警示文件1

category: Office 办公文档 author: 齐奉飞 tag: 提示, 报错 rtl: true

Implementation

static IconParkData fileTipsOne = IconParkData("fileTipsOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40 23V14L31 4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44H22" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M33 26V36" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path fill-rule="evenodd" clip-rule="evenodd" d="M33 46C34.3807 46 35.5 44.8807 35.5 43.5C35.5 42.1193 34.3807 41 33 41C31.6193 41 30.5 42.1193 30.5 43.5C30.5 44.8807 31.6193 46 33 46Z" fill="${props.c1}"/><path d="M30 4V14H40" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');