chessOne property
chess-one 国际象棋
category: Sports 体育运动 author: 梁超 tag: 象棋, 国际象棋, 西洋象棋, 棋子, 人马, 兵, 卒, 战争, 战场, 对战, 比赛, 智力, 战术, 策略 rtl: false
Implementation
static IconParkData chessOne = IconParkData("chessOne", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40 44H8V40L14 37H34L40 40V44Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M14 19H34" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M27.74 19L33 37H15L20.26 19" fill="${props.c2}"/><path d="M27.74 19L33 37H15L20.26 19" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="2" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24 4C19.5817 4 16 7.58172 16 12C16 15.012 17.6646 17.6353 20.124 19H27.876C30.3354 17.6353 32 15.012 32 12C32 7.58172 28.4183 4 24 4Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/></svg>');