UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 225 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'user-solid'; const svg = `<svg><path d="M8 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM6 9a3 3 0 0 0-3 3v4h10v-4a3 3 0 0 0-3-3H6Z"/></svg>`; registerIcon(name, svg);