stretching property

IconParkData stretching
getter/setter pair

stretching 伸展

category: Edit 编辑 author: 夏立诚 tag: 拉伸, 扩展, 拖大, 放大 rtl: true

Implementation

static IconParkData stretching = IconParkData("stretching", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12383_5998)"><path d="M23.0005 5.99951H8.00049C6.89592 5.99951 6.00049 6.89494 6.00049 7.99951V39.9999C6.00049 41.1044 6.89592 41.9998 8.00049 41.9998H40.0005C41.1051 41.9998 42.0005 41.1044 42.0005 39.9998V24.9998" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24.001 15.9998V23.9998" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M42 5.99951V13.9995" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M32.001 23.9998H24.001" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/><path d="M42 5.99951L24 23.9995" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><path d="M42.0005 5.99951H34.0005" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}"/></g><defs><clipPath id="clip0_12383_5998"><rect width="48" height="48" fill="${props.c3}"/></clipPath></defs></svg>');