UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 207 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-up-left'; const svg = `<svg><path d="M2 2h10v2H5.414l8.293 8.293-1.414 1.414L4 5.414V12H2V2Z"/></svg>`; registerIcon(name, svg);