UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 242 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'phone-mobile-solid'; const svg = `<svg><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2Zm4 11h4v-2H6v2Z"/></svg>`; registerIcon(name, svg);