phoneOne property

IconParkData phoneOne
getter/setter pair

phone-one 电话

category: Hardware 硬件 author: 张晏 tag: 通话, 拨号, 转接, 接通, 交流, 沟通, 会议, 语音, 求救, 报警 rtl: true

Implementation

static IconParkData phoneOne = IconParkData("phoneOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="5" width="38" height="38" rx="3" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><rect x="11" y="12" width="8" height="24" 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="25" y="12" width="12" height="6" 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="25" cy="24" r="2" fill="${props.c1}"/><circle cx="25" cy="30" r="2" fill="${props.c1}"/><circle cx="25" cy="36" r="2" fill="${props.c1}"/><circle cx="31" cy="24" r="2" fill="${props.c1}"/><circle cx="31" cy="30" r="2" fill="${props.c1}"/><circle cx="31" cy="36" r="2" fill="${props.c1}"/><circle cx="37" cy="24" r="2" fill="${props.c1}"/><circle cx="37" cy="30" r="2" fill="${props.c1}"/><circle cx="37" cy="36" r="2" fill="${props.c1}"/></svg>');