UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 226 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'chevron-down'; const svg = `<svg><path d="m15.146 6.263-1.292-1.526L8 9.69 2.146 4.737.854 6.263 8 12.31l7.146-6.047Z"/></svg>`; registerIcon(name, svg);