UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

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