ticketsTwo property

IconParkData ticketsTwo
getter/setter pair

tickets-two 门票

category: Travel 交通旅游 author: 张文珠 tag: 检票, 值机, 票务, 票, 票据, 机票, 发票, 收据 rtl: true

Implementation

static IconParkData ticketsTwo = IconParkData("ticketsTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 30C33 30 35 31.8809 35 34L41 34L41 4L35 4C35 6 33 8 30 8C27 8 25 6 25 4L19 4L19 18" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M30 44L24 44C24 41.8809 22 40 19 40C16 40 14 41.8809 14 44L8 44L8 14L14 14C14 16 16 18 19 18C22 18 24 16 24 14L30 14L30 44Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><circle cx="14" cy="24" r="2" fill="${props.c3}"/><circle cx="19" cy="24" r="2" fill="${props.c3}"/><circle cx="24" cy="24" r="2" fill="${props.c3}"/></svg>');