UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 246 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'page-bottom'; const svg = `<svg><path d="M1 3h14V1H1v2Zm8 8.826V5H7v6.826L4.392 9.59 3.09 11.108 8 15.319l4.91-4.21-1.302-1.518L9 11.826Z"/></svg>`; registerIcon(name, svg);