UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 222 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'chevron-left'; const svg = `<svg><path d="M9.737.854 3.69 8l6.047 7.146 1.526-1.292L6.31 8l4.953-5.854L9.737.854Z"/></svg>`; registerIcon(name, svg);