collapseTextInput property

IconParkData collapseTextInput
getter/setter pair

collapse-text-input 收起文本域

category: Arrows 箭头方向 author: 齐奉飞 tag: 缩小, 收起, 箭头 rtl: true

Implementation

static IconParkData collapseTextInput = IconParkData("collapseTextInput", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44 20H28V4" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M4 28H20V44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');