rivet-icons
Version:
Icons for Indiana University's Rivet Design System
7 lines (4 loc) • 378 B
JavaScript
import { registerIcon } from './rivet-icon-element.js';
const name = 'shopping-cart-solid';
const svg = `<svg><path d="M0 2h2.117l.845 6.755-.24.358C1.616 10.775 2.807 13 4.803 13H14v-2H4.803a.5.5 0 0 1-.416-.777L4.535 10H14.82l1.16-5.804a1 1 0 0 0-.738-1.166L3.123 0H0v2Zm4 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm8 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/></svg>`;
registerIcon(name, svg);