bookmarkOne property

IconParkData bookmarkOne
getter/setter pair

bookmark-one 书签

category: Base 基础 author: 齐奉飞 tag: 书签, 便签, 标记, 标签 rtl: true

Implementation

static IconParkData bookmarkOne = IconParkData("bookmarkOne", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34 10V4H8V38L14 35" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M14 44V10H40V44L27 37.7273L14 44Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');