@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 297 B
JavaScript
import { svg } from "./_svg.js";
const MODEL_BUILDER = svg(
  ["path", { d: "M22 4v3H10V4H2v8h8V9h7.023A4.946 4.946 0 0016 12v8a3.004 3.004 0 01-3 3h-3v-3H2v8h8v-3h3a5.006 5.006 0 005-5v-8a2.998 2.998 0 012.997-3H22v3h8V4zM8 10H4V6h4zm0 16H4v-4h4zm20-16h-4V6h4z" }]
);
export {
  MODEL_BUILDER
};