UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 224 B
import { svg } from "./_svg.js"; const DELETE = svg( ["path", { d: "M12 12h2v12h-2zM18 12h2v12h-2z" }], ["path", { d: "M4 6v2h2v20a2 2 0 002 2h16a2 2 0 002-2V8h2V6zm4 22V8h16v20zM12 2h8v2h-8z" }] ); export { DELETE };