UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 232 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'link-external'; const svg = `<svg><path d="M15 1H9v2h2.586l-3 3L10 7.414l3-3V7h2V1Z"/><path d="M7 3H1v12h12V9h-2v4H3V5h4V3Z"/></svg>`; registerIcon(name, svg);