UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 489 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'microphone-off-solid'; const svg = `<svg><path d="m14.293.293 1.414 1.414L11 6.414V7a3 3 0 0 1-3.538 2.952l-.814.814A4 4 0 0 0 12 7h2a6.002 6.002 0 0 1-5 5.917V14h2v2H5v-2h2v-1.083a5.957 5.957 0 0 1-1.861-.642l-3.432 3.432-1.414-1.414 14-14Zm-3.532 1.532A3 3 0 0 0 5 3v4c0 .184.016.363.048.538l5.713-5.713ZM4.234 8.352A3.993 3.993 0 0 1 4 7H2c0 1.036.263 2.01.725 2.861l1.51-1.51Z"/></svg>`; registerIcon(name, svg);