UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 243 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'caution-solid'; const svg = `<svg><path d="M6.382 0h3.236L16 12.764V16H0v-3.236L6.382 0ZM7 6v4h2V6H7Zm1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/></svg>`; registerIcon(name, svg);