UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 191 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'lightning'; const svg = `<svg><path d="M9.5 6.5 10 0H9L2 9.5h4.5L6 16h1l7-9.5H9.5Z"/></svg>`; registerIcon(name, svg);