UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 190 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'video-solid'; const svg = `<svg><path d="M12 2H0v12h12v-2.367l4 .5V3.867l-4 .5V2Z"/></svg>`; registerIcon(name, svg);