UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 291 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'redo'; const svg = `<svg><path d="M0 10.5v-1A4.5 4.5 0 0 1 4.5 5h7.586l-2-2L11.5 1.586 15.914 6 11.5 10.414 10.086 9l2-2H4.5a2.5 2.5 0 0 0 0 5H12v2H4.5a4.502 4.502 0 0 1-4.388-3.5H0Z"/></svg>`; registerIcon(name, svg);