UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 250 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-anchor-down-right'; const svg = `<svg><path d="M1 2h2v8h8.586L9.793 8.207l1.414-1.414L15.414 11l-4.207 4.207-1.414-1.414L11.586 12H1V2Z"/></svg>`; registerIcon(name, svg);