expandTextInput property

IconParkData expandTextInput
getter/setter pair

expand-text-input 展开文本域

category: Arrows 箭头方向 author: 齐奉飞 tag: 放大, 展开, 撑开, 箭头 rtl: true

Implementation

static IconParkData expandTextInput = IconParkData("expandTextInput", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 42H6V26" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M26 6H42V22" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');