UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 313 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'microphone-solid'; const svg = `<svg><path d="M5 3a3 3 0 0 1 6 0v4a3 3 0 0 1-6 0V3Z"/><path d="M8 11a4 4 0 0 1-4-4H2a6.002 6.002 0 0 0 5 5.917V14H5v2h6v-2H9v-1.083A6.002 6.002 0 0 0 14 7h-2a4 4 0 0 1-4 4Z"/></svg>`; registerIcon(name, svg);