UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 245 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'minus-circle'; const svg = `<svg><path d="M12 7H4v2h8V7Z"/><path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Z"/></svg>`; registerIcon(name, svg);