UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 232 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'expand'; const svg = `<svg><path d="m11.586 3-3 3L10 7.414l3-3V7h2V1H9v2h2.586ZM4.414 13l3-3L6 8.586l-3 3V9H1v6h6v-2H4.414Z"/></svg>`; registerIcon(name, svg);