bluetooth property

IconParkData bluetooth
getter/setter pair

bluetooth 蓝牙

category: Others 其它 author: 齐奉飞 tag: 蓝牙, 设备, 无线连接, 打开蓝牙 rtl: true

Implementation

static IconParkData bluetooth = IconParkData("bluetooth", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 13L34 34L23 44V4L34 14L12 35" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');