UNPKG

rivet-icons

Version:

Icons for Indiana University's Rivet Design System

7 lines (4 loc) 302 B
import { registerIcon } from './rivet-icon-element.js'; const name = 'pencil-solid'; const svg = `<svg><path d="M12.707 1 15 3.292a1 1 0 0 1-.002 1.416l-1.441 1.434-3.702-3.703L11.293 1a1 1 0 0 1 1.414 0ZM8.44 3.854 1.5 10.793v3.652h3.706l6.932-6.893-3.699-3.698Z"/></svg>`; registerIcon(name, svg);