UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 231 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'envelope'; const svg = `<svg><path d="M0 2v12h16V2H0Zm2 2.023V4h12v.023L8 7.356 2 4.023ZM2 6.31l6 3.333 6-3.333V12H2V6.31Z"/></svg>`; registerIcon(name, svg);