UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 219 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'plus-circle-solid'; const svg = `<svg><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm7-4v3H4v2h3v3h2V9h3V7H9V4H7Z"/></svg>`; registerIcon(name, svg);