UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 230 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-right'; const svg = `<svg><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"/></svg>`; registerIcon(name, svg);