UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 216 B
import { svg } from "./_svg.js"; const ARCHIVE = svg( ["path", { d: "M14 19h4v2h-4z" }], ["path", { d: "M6 2v26a2 2 0 002 2h16a2 2 0 002-2V2zm18 26H8V16h16zm0-14H8v-4h16zM8 8V4h16v4z" }] ); export { ARCHIVE };