rivet-icons
Version:
Icons for Indiana University's Rivet Design System
7 lines (4 loc) • 474 B
JavaScript
import { registerIcon } from './rivet-icon-element.js';
const name = 'audio-solid';
const svg = `<svg><path d="M10 16v-5.401A2.999 2.999 0 0 0 10 5.4V0L4.667 4H0v8h4.667L10 16Z"/><path d="m13.6 3.2-.799-.6L11.6 4.199l.8.6a4 4 0 0 1 .8.802c.503.668.8 1.497.8 2.399 0 .902-.297 1.73-.8 2.4a4.03 4.03 0 0 1-.8.8l-.8.601 1.201 1.6.8-.601a6.028 6.028 0 0 0 1.198-1.2A5.977 5.977 0 0 0 16 8c0-1.35-.447-2.598-1.2-3.6a6.03 6.03 0 0 0-1.2-1.2Z"/></svg>`;
registerIcon(name, svg);