rotationOne property

IconParkData rotationOne
getter/setter pair

rotation-one 角度

category: Edit 编辑 author: 齐奉飞 tag: 角度, 90度, 数学, 测量 rtl: true

Implementation

static IconParkData rotationOne = IconParkData("rotationOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4V40H44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M28 40C28 28.9543 19.0457 20 8 20V40H28Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');