UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 218 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'video'; const svg = `<svg><path d="M0 2h12v2.367l4-.5v8.266l-4-.5V14H0V2Zm2 2v8h8V9.367l4 .5V6.133l-4 .5V4H2Z"/></svg>`; registerIcon(name, svg);