walletTwo property

IconParkData walletTwo
getter/setter pair

wallet-two 钱包

category: Money 电商财产 author: 金磊 tag: 钱包, 金钱, 财富, 理财, 投资 rtl: true

Implementation

static IconParkData walletTwo = IconParkData("walletTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8H44V16C44 16 34 18 34 24C34 30 44 32 44 32V40H4V8Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M44 24H42" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');