UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 298 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'code'; const svg = `<svg><path d="M5.926 14.412.155 8l5.77-6.412 1.487 1.338L2.845 8l4.567 5.074-1.486 1.338Zm4.148-12.824L15.845 8l-5.77 6.412-1.487-1.338L13.155 8 8.588 2.926l1.486-1.338Z"/></svg>`; registerIcon(name, svg);