intermediateMode property
intermediate-mode 半自动模式
category: Edit 编辑 author: 李宁 tag: 模式, 亮度, 对比度 rtl: true
Implementation
static IconParkData intermediateMode = IconParkData("intermediateMode", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.0033 4L29.2737 9.27038H38.7296V18.7263L44 23.9967L38.7296 29.2737V38.7296H29.2737L24.0033 44L18.7264 38.7296H9.27036V29.2737L4 23.9967L9.27036 18.7263V9.27038H18.7264L24.0033 4Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24 16C27.9932 16.5 31 20 31 24C31 28 28 31.5 24 31.9549" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');