ceMarking property

IconParkData ceMarking
getter/setter pair

ce-marking 欧洲市场

category: Character 符号标识 author: 金磊 tag: 欧洲市场, 标志 rtl: true

Implementation

static IconParkData ceMarking = IconParkData("ceMarking", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 42C12.0589 42 4 33.9411 4 24C4 14.0589 12.0589 6 22 6" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M44 42C34.0589 42 26 33.9411 26 24C26 14.0589 34.0589 6 44 6" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M26 24H37" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');