calculatorOne property
calculator-one 计算器
category: Hardware 硬件 author: 张晏 tag: 计算, 智能, 算数, 统计, 结果, 答案, 数字, 加, 减, 乘, 除, 工具 rtl: false
Implementation
static IconParkData calculatorOne = IconParkData("calculatorOne", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8" y="4" width="32" height="40" rx="2" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="14" y="11" width="20" height="9" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="17" cy="26" r="2" fill="${props.c1}"/><circle cx="17" cy="32" r="2" fill="${props.c1}"/><circle cx="17" cy="38" r="2" fill="${props.c1}"/><circle cx="24" cy="26" r="2" fill="${props.c1}"/><circle cx="24" cy="32" r="2" fill="${props.c1}"/><circle cx="24" cy="38" r="2" fill="${props.c1}"/><circle cx="31" cy="26" r="2" fill="${props.c1}"/><circle cx="31" cy="32" r="2" fill="${props.c1}"/><circle cx="31" cy="38" r="2" fill="${props.c1}"/></svg>');