UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 251 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'plane'; const svg = `<svg><path d="M15.662 8 .684 15.815 1.986 8 .684.185 15.662 8ZM3.847 9l-.53 3.185L11.337 8 3.316 3.815 3.847 7H7v2H3.847Z"/></svg>`; registerIcon(name, svg);