UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 298 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'thumbs-down'; const svg = `<svg><path d="M1.617 1H16v9h-4.323l-2 5H8a3 3 0 0 1-3-3v-1H2.633A2 2 0 0 1 .648 8.752L1.618 1ZM12 8h2V3h-2v5Zm-2-5H3.383l-.75 6H7v3a1 1 0 0 0 1 1h.323L10 8.807V3Z"/></svg>`; registerIcon(name, svg);