UNPKG

@thi.ng/hiccup-carbon-icons

Version:

Full set of IBM's Carbon icons in hiccup format

9 lines (8 loc) 313 B
import { svg } from "./_svg.js"; const DEVELOPMENT = svg( ["path", { d: "M8 4v4H4V4h4M2 2v8h8V2zM18 7v4h-4V7h4m-6-2v8h8V5zM8 16v4H4v-4h4m-6-2v8h8v-8z" }], ["path", { d: "M22 10v6h-6v6h-6v8h20V10zm-4 8h4v4h-4zm-2 10h-4v-4h4zm6 0h-4v-4h4zm6 0h-4v-4h4zm0-6h-4v-4h4zm-4-6v-4h4v4z" }] ); export { DEVELOPMENT };