UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 224 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-up'; const svg = `<svg><path d="M9 15V4.156l4.854 4.107 1.292-1.526L8 .69.854 6.737l1.292 1.526L7 4.156V15h2Z"/></svg>`; registerIcon(name, svg);