UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 229 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'envelope-solid'; const svg = `<svg><path d="M0 2h16v.912L8 7.356 0 2.912V2Z"/><path d="M0 5.2V14h16V5.2L8 9.644 0 5.199Z"/></svg>`; registerIcon(name, svg);