UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 247 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'user-remove-solid'; const svg = `<svg><path d="M1 4a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm-1 8a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v4H0v-4Zm10-4h6V6h-6v2Z"/></svg>`; registerIcon(name, svg);