UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 225 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-left'; const svg = `<svg><path d="M15 7H4.156l4.107-4.854L6.737.854.69 8l6.047 7.146 1.526-1.292L4.156 9H15V7Z"/></svg>`; registerIcon(name, svg);