UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 220 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-down-left'; const svg = `<svg><path d="M12.293 2.293 4 10.586V4H2v10h10v-2H5.414l8.293-8.293-1.414-1.414Z"/></svg>`; registerIcon(name, svg);