UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 307 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'phone-mobile'; const svg = `<svg><path d="M6 13h4v-2H6v2Z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4Zm3.5 3h1a2 2 0 0 0 1.732-1H12v12H4V2h1.768A2 2 0 0 0 7.5 3Z"/></svg>`; registerIcon(name, svg);