rivet-icons
Version:
Icons for Indiana University's Rivet Design System
7 lines (4 loc) • 319 B
JavaScript
import { registerIcon } from './rivet-icon-element.js';
const name = 'heart-solid';
const svg = `<svg><path stroke="currentColor" stroke-width="2" d="M13.745 7.886 8 13.632 2.255 7.886a3.375 3.375 0 0 1 4.773-4.772l.265.265.707.707.707-.707.265-.265a3.375 3.375 0 1 1 4.773 4.772Z"/></svg>`;
registerIcon(name, svg);