insertCard property

IconParkData insertCard
getter/setter pair

insert-card 插卡

category: Money 电商财产 author: 金磊 tag: 插卡, 插入, 卡槽, 取款机 rtl: true

Implementation

static IconParkData insertCard = IconParkData("insertCard", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18H4L4 6H44V18H38" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12 12L4 41H44L36 12H12Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');