UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 227 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'lightning-box'; const svg = `<svg><path d="M8.5 4 5 9h2v3h.5L11 7H9V4h-.5Z"/><path d="M15 1H1v14h14V1ZM3 13V3h10v10H3Z"/></svg>`; registerIcon(name, svg);