UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

8 lines (7 loc) 289 B
import { svg } from "./_svg.js"; const HDR = svg( ["path", { d: "M30 15v-4a2 2 0 00-2-2h-6v14h2v-6h1.48l2.34 6H30l-2.33-6H28a2 2 0 002-2zm-6-4h4v4h-4zM16 23h-4V9h4a4 4 0 014 4v6a4 4 0 01-4 4zm-2-2h2a2 2 0 002-2v-6a2 2 0 00-2-2h-2zM8 9v6H4V9H2v14h2v-6h4v6h2V9H8z" }] ); export { HDR };