UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

32 lines (31 loc) 430 B
import { svg } from "./_svg.js"; const DATA_BASE = svg( ["path", { d: "M24 3H8a2 2 0 00-2 2v22a2 2 0 002 2h16a2 2 0 002-2V5a2 2 0 00-2-2zm0 2v6H8V5zM8 19v-6h16v6zm0 8v-6h16v6z" }], [ "circle", { r: 1, cy: 8, cx: 11 } ], [ "circle", { r: 1, cy: 16, cx: 11 } ], [ "circle", { r: 1, cy: 24, cx: 11 } ] ); export { DATA_BASE };