UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 299 B
import { svg } from "./_svg.js"; const NOTEBOOK = svg( ["path", { d: "M19 10h7v2h-7zM19 15h7v2h-7zM19 20h7v2h-7z" }], ["path", { d: "M28 5H4a2.002 2.002 0 00-2 2v18a2.002 2.002 0 002 2h24a2.003 2.003 0 002-2V7a2.002 2.002 0 00-2-2zM4 7h11v18H4zm13 18V7h11l.002 18z" }] ); export { NOTEBOOK };