paintedScreen property

IconParkData paintedScreen
getter/setter pair

painted-screen 绘制屏

category: Hardware 硬件 author: 孟祥瑞 tag: 触控板, 绘制, 屏幕, 平板电脑 rtl: true

Implementation

static IconParkData paintedScreen = IconParkData("paintedScreen", 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="10" width="38" height="28" rx="3" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M13 24L13 17" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><rect x="15" y="29" width="4" height="4" rx="2" transform="rotate(90 15 29)" fill="${props.c3}"/></svg>');