UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 220 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-down-right'; const svg = `<svg><path d="M3.707 2.293 12 10.586V4h2v10H4v-2h6.586L2.293 3.707l1.414-1.414Z"/></svg>`; registerIcon(name, svg);