UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 228 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'chevron-right'; const svg = `<svg><path d="M6.263 15.146 12.31 8 6.263.854 4.737 2.146 9.69 8l-4.953 5.854 1.526 1.292Z"/></svg>`; registerIcon(name, svg);