UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 366 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'trash'; const svg = `<svg><path d="M7 7v5h2V7H7Z"/><path d="M11 0H5v3H0v2h1.165l1.553 8.537A3 3 0 0 0 5.669 16h4.662a3 3 0 0 0 2.952-2.463L14.835 5H16V3h-5V0ZM9 3H7V2h2v1ZM4.685 13.179 3.198 5h9.604l-1.487 8.179a1 1 0 0 1-.984.821H5.669a1 1 0 0 1-.984-.821Z"/></svg>`; registerIcon(name, svg);