rivet-icons
Version:
Icons for Indiana University's Rivet Design System
7 lines (4 loc) • 346 B
JavaScript
import { registerIcon } from './rivet-icon-element.js';
const name = 'filter-solid';
const svg = `<svg><path d="M6 1a3.001 3.001 0 0 0-2.83 2H0v2h3.17a3.001 3.001 0 0 0 5.66 0H16V3H8.83A3.001 3.001 0 0 0 6 1Zm4 8a3.001 3.001 0 0 0-2.83 2H0v2h7.17a3.001 3.001 0 0 0 5.66 0H16v-2h-3.17A3.001 3.001 0 0 0 10 9Z"/></svg>`;
registerIcon(name, svg);