@cds/core
Version:
Clarity Design System - common components, themes, and utilties
3 lines (2 loc) • 587 B
JavaScript
import{renderIcon as r}from"../icon.renderer.js";const t="credit-card",e=["credit-card",r({outline:'<path d="M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,2,0,12H4L4,8ZM4,28V24H32v4Z"/>',solid:'<rect x="7" y="3" width="22" height="30" rx="0.96" ry="0.96" transform="translate(36) rotate(90)" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/><path d="M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,18H4V20H32Z"/>'})];export{e as creditCardIcon,t as creditCardIconName};
//# sourceMappingURL=credit-card.js.map