UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 347 B
import { svg } from "./_svg.js"; const NOTEBOOK_REFERENCE = svg( ["path", { d: "M4 20v2h3.586L2 27.586 3.414 29 9 23.414V27h2v-7H4zM19 10h7v2h-7zM19 15h7v2h-7zM19 20h7v2h-7z" }], ["path", { d: "M28 5H4a2.002 2.002 0 00-2 2v10h2V7h11v20h13a2.002 2.002 0 002-2V7a2.002 2.002 0 00-2-2zM17 25V7h11l.002 18z" }] ); export { NOTEBOOK_REFERENCE };