UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

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