UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 178 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'play-solid'; const svg = `<svg><path d="M1 15.65 15.662 8 1 .35v15.3Z"/></svg>`; registerIcon(name, svg);