UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 266 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'star-solid'; const svg = `<svg><path d="M10.231 5.345 8 .684l-2.231 4.66-5.628.266 4.18 4.04-1.337 5.254L8 12.324l5.016 2.58L11.68 9.65l4.18-4.04-5.629-.265Z"/></svg>`; registerIcon(name, svg);