UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 253 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-anchor-up-right'; const svg = `<svg><path d="M11.207.793 15.414 5l-4.207 4.207-1.414-1.414L11.586 6H3v8H1V4h10.586L9.793 2.207 11.207.793Z"/></svg>`; registerIcon(name, svg);