UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 256 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'ellipsis-vertical'; const svg = `<svg><path d="M10 2a2 2 0 1 0-4 0 2 2 0 0 0 4 0ZM8 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"/></svg>`; registerIcon(name, svg);