UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 226 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'laptop-solid'; const svg = `<svg><path d="M3 1a2 2 0 0 0-2 2v6H0v6h16V9h-1V3a2 2 0 0 0-2-2H3ZM2 13v-2h2v1h8v-1h2v2H2Z"/></svg>`; registerIcon(name, svg);