UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 215 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'file-solid'; const svg = `<svg><path d="M10.414 1H2v14h12V4.586L10.414 1ZM9.5 5.5V3h.086L12 5.414V5.5H9.5Z"/></svg>`; registerIcon(name, svg);