rivet-stickers
Version:
Stickers for Indiana University's Rivet Design System
7 lines (4 loc) • 308 B
JavaScript
import { registerSticker } from './rivet-sticker-element.js';
const name = 'credit-card';
const svg = `<svg><path fill="var(--fill)" d="M16 25h48v30H16V25Z"/><path d="M32 30H21v8h11v-8Zm-9 6v-4h7v4h-7Z"/><path d="M16 25h48v30H16V25Zm2 2v16h44V27H18Zm0 26h44v-4H18v4Z"/></svg>`;
registerSticker(name, svg);