UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 244 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'page-top'; const svg = `<svg><path d="M1 3h14V1H1v2Zm6 5.174V15h2V8.174l2.608 2.236 1.302-1.518L8 4.682l-4.91 4.21 1.302 1.518L7 8.174Z"/></svg>`; registerIcon(name, svg);