UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 267 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'chevrons-right'; const svg = `<svg><path d="M9.414 8 3 1.586 1.586 3l5 5-5 5L3 14.414 9.414 8Z"/><path d="M15.414 8 9 1.586 7.586 3l5 5-5 5L9 14.414 15.414 8Z"/></svg>`; registerIcon(name, svg);