UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 290 B
import { svg } from "./_svg.js"; const ZIP_REFERENCE = svg( ["path", { d: "M4 20v2h4.586L2 28.586 3.414 30 10 23.414V28h2v-8H4zM28 2h-6v14h2v-5h4a2 2 0 002-2V4a2 2 0 00-2-2zm0 7h-4V4h4zM12 4h3v10h-3v2h8v-2h-3V4h3V2h-8v2zM2 4h6L2 14v2h8v-2H4l6-10V2H2v2z" }] ); export { ZIP_REFERENCE };