iwatchTwo property
iwatch-two 苹果智能手表
category: Hardware 硬件 author: 孟祥瑞 tag: 计时器, 手表, 时间, 智能手表, 机械表 rtl: true
Implementation
static IconParkData iwatchTwo = IconParkData("iwatchTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4167 10.5C18.2373 7.69936 21.9423 6 26 6C34.8366 6 42 14.0589 42 24C42 33.9411 34.8366 42 26 42C21.9423 42 18.2373 40.3006 15.4167 37.5" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="6" y="10" width="10" height="28" rx="2" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="13" y="18" width="4" height="4" rx="2" transform="rotate(90 13 18)" fill="${props.c3}"/><rect x="13" y="25" width="4" height="4" rx="2" transform="rotate(90 13 25)" fill="${props.c3}"/></svg>');