@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 323 B
JavaScript
import { svg } from "./_svg.js";
const MODEL_BUILDER_REFERENCE = svg(
["path", { d: "M4 20v2h4.586L2 28.586 3.414 30 10 23.414V28h2v-8H4z" }],
["path", { d: "M22 4v3H10V4H2v8h8V9h7.023A4.946 4.946 0 0016 12v16h2V12a2.998 2.998 0 012.997-3H22v3h8V4zM8 10H4V6h4zm20 0h-4V6h4z" }]
);
export {
MODEL_BUILDER_REFERENCE
};