UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 295 B
import { svg } from "./_svg.js"; const PRESENTATION_FILE = svg( ["path", { d: "M15 10h2v8h-2zM20 14h2v4h-2zM10 12h2v6h-2z" }], ["path", { d: "M25 4h-8V2h-2v2H7a2 2 0 00-2 2v14a2 2 0 002 2h8v6h-4v2h10v-2h-4v-6h8a2 2 0 002-2V6a2 2 0 00-2-2zm0 16H7V6h18z" }] ); export { PRESENTATION_FILE };