UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 275 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'check-all'; const svg = `<svg><path d="m4.261 13.49 6.614-10.822-1.707-1.043-5.43 8.885-2.394-1.916-1.25 1.562 4.167 3.334ZM16 3h-4v2h4V3Zm0 4h-6v2h6V7Zm0 4v2H8v-2h8Z"/></svg>`; registerIcon(name, svg);