switchOne property
switch-one 开关
category: Hardware 硬件 author: 孟祥瑞 tag: 开关, 控制器, 调节器 rtl: true
Implementation
static IconParkData switchOne = IconParkData("switchOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="19" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="36.0063" y="19.3335" width="10.5189" height="24.0125" rx="5.25944" transform="rotate(90 36.0063 19.3335)" fill="${props.c4}" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="36.0063" y="29.8525" width="10" height="10" rx="5" transform="rotate(-180 36.0063 29.8525)" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');