UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 204 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'play'; const svg = `<svg><path d="M15.662 8 1 15.65V.35L15.662 8Zm-4.324 0L3 3.65v8.7L11.338 8Z"/></svg>`; registerIcon(name, svg);