UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 204 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'lightning-box-solid'; const svg = `<svg><path d="M1 1h14v14H1V1Zm7.5 3L5 9h2v3h.5L11 7H9V4h-.5Z"/></svg>`; registerIcon(name, svg);