UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 301 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'check-circle-breakout'; const svg = `<svg><path d="M2 8a6 6 0 0 1 8.57-5.423L11.43.77A8 8 0 1 0 16 8h-2A6 6 0 0 1 2 8Z"/><path d="M8 11.414 15.914 3.5 14.5 2.086 8 8.586l-2-2L4.586 8 8 11.414Z"/></svg>`; registerIcon(name, svg);