expandLeftAndRight property

IconParkData expandLeftAndRight
getter/setter pair

expand-left-and-right 左右扩大

category: Edit 编辑 author: 金磊 tag: 左右扩大, 间距 rtl: false

Implementation

static IconParkData expandLeftAndRight = IconParkData("expandLeftAndRight", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M42 6V42M16 20L12 24L16 28M32 20L36 24L32 28M24 6L24 42M6 6L6 42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');