UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 247 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'printer-solid'; const svg = `<svg><path d="M13 0H3v4H0v9h3v3h10v-3h3V4h-3V0Zm0 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-2-4H5V2h6v2Zm0 10H5v-2h6v2Z"/></svg>`; registerIcon(name, svg);