simCard property
sim-card 储存卡
category: Hardware 硬件 author: 张晏 tag: 移动卡, 卡片, 手机卡, 流量卡, 电话卡, 芯片 rtl: true
Implementation
static IconParkData simCard = IconParkData("simCard", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 44H38C39.1046 44 40 43.1046 40 42V14.8847C40 14.3212 39.7623 13.7839 39.3453 13.4049L29.5721 4.52012C29.204 4.18544 28.7243 4 28.2268 4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}"/><circle cx="17" cy="14" r="3" fill="${props.c1}"/><rect x="16" y="23" width="16" height="14" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');