UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 254 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'thumbs-up-solid'; const svg = `<svg><path d="M7.323 1H8a3 3 0 0 1 3 3v1h2.367a2 2 0 0 1 1.985 2.248L14.382 15H5.5V5.557L7.323 1ZM3.5 6H0v9h3.5V6Z"/></svg>`; registerIcon(name, svg);