UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 225 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'chevron-up'; const svg = `<svg><path d="M15.146 10.737 8 4.69.854 10.737l1.292 1.526L8 7.31l5.854 4.953 1.292-1.526Z"/></svg>`; registerIcon(name, svg);