UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 305 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'audio-off-solid'; const svg = `<svg><path d="M9 0v16l-5.333-4H0V4h3.667L9 0Zm2.586 8-1.5 1.5 1.414 1.414 1.5-1.5 1.5 1.5L15.914 9.5l-1.5-1.5 1.5-1.5L14.5 5.086l-1.5 1.5-1.5-1.5L10.086 6.5l1.5 1.5Z"/></svg>`; registerIcon(name, svg);