computerOne property

IconParkData computerOne
getter/setter pair

computer-one 计算机

category: Hardware 硬件 author: 孟祥瑞 tag: 计算, 算数, 加, 减, 乘, 除 rtl: true

Implementation

static IconParkData computerOne = IconParkData("computerOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 6C10 4.89543 10.8954 4 12 4H36C37.1046 4 38 4.89543 38 6V42C38 43.1046 37.1046 44 36 44H12C10.8954 44 10 43.1046 10 42L10 6Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M17 12L31 12" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="17" cy="21" r="2" fill="${props.c1}"/><circle cx="17" cy="27" r="2" fill="${props.c1}"/><circle cx="17" cy="33" r="2" fill="${props.c1}"/><circle cx="24" cy="21" r="2" fill="${props.c1}"/><circle cx="24" cy="27" r="2" fill="${props.c1}"/><circle cx="24" cy="33" r="2" fill="${props.c1}"/><circle cx="31" cy="21" r="2" fill="${props.c1}"/><circle cx="31" cy="27" r="2" fill="${props.c1}"/><circle cx="31" cy="33" r="2" fill="${props.c1}"/></svg>');