UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 288 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'undo'; const svg = `<svg><path d="M16 10.5v-1A4.5 4.5 0 0 0 11.5 5H3.914l2-2L4.5 1.586.086 6 4.5 10.414 5.914 9l-2-2H11.5a2.5 2.5 0 0 1 0 5H4v2h7.5a4.502 4.502 0 0 0 4.389-3.5H16Z"/></svg>`; registerIcon(name, svg);