UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 235 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'collapse'; const svg = `<svg><path d="m.586 14 3-3H1V9h6v6H5v-2.586l-3 3L.586 14ZM15.414 2l-3 3H15v2H9V1h2v2.586l3-3L15.414 2Z"/></svg>`; registerIcon(name, svg);