UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 228 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'arrow-down'; const svg = `<svg><path d="M7 1v10.844L2.146 7.737.854 9.263 8 15.31l7.146-6.047-1.292-1.526L9 11.844V1H7Z"/></svg>`; registerIcon(name, svg);