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 = 'exclamation-mark'; const svg = `<svg><path d="M9 11V1H7v10h2Zm-1 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/></svg>`; registerIcon(name, svg);