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 = 'phone'; const svg = `<svg><path d="M4 1h1l1.5 5L5 7c0 2 2 4 4 4l1-1.5 5 1.5v1a3 3 0 0 1-3 3C5 15 1 10 1 4a3 3 0 0 1 3-3Z"/></svg>`; registerIcon(name, svg);