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 = 'thumbs-down-solid'; const svg = `<svg><path d="M12.5 10H16V1h-3.5v9Zm-2-9H1.617L.648 8.752A2 2 0 0 0 2.633 11H5v1a3 3 0 0 0 3 3h.677l1.823-4.557V1Z"/></svg>`; registerIcon(name, svg);