eightKey property
eight-key 按键八
category: Hardware 硬件 author: 齐奉飞 tag: 八, 8, 按键 rtl: false
Implementation
static IconParkData eightKey = IconParkData("eightKey", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="6" width="36" height="36" rx="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24 22C26.2091 22 28 20.2091 28 18C28 15.7909 26.2091 14 24 14C21.7909 14 20 15.7909 20 18C20 20.2091 21.7909 22 24 22Z" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M24 33C26.7614 33 29 30.7614 29 28C29 25.2386 26.7614 23 24 23C21.2386 23 19 25.2386 19 28C19 30.7614 21.2386 33 24 33Z" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');