UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 259 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'plus-circle'; const svg = `<svg><path d="M7 4v3H4v2h3v3h2V9h3V7H9V4H7Z"/><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);