UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 253 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'newspaper-solid'; const svg = `<svg><path d="M16 1H4v2H0v9a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V1ZM4 12a1 1 0 1 1-2 0V5h2v7Zm8-8v2H8V4h4Zm0 3v2H8V7h4Z"/></svg>`; registerIcon(name, svg);