@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 320 B
JavaScript
import { svg } from "./_svg.js";
const CODE_REFERENCE = svg(
["path", { d: "M4 20v2h4.586L2 28.586 3.414 30 10 23.414V28h2v-8H4zM30 10l-6-6-1.414 1.414L27.172 10l-4.586 4.586L24 16l6-6zM13.919 17.484L18.069 2 20 2.518 15.85 18zM4 10l6-6 1.414 1.414L6.828 10l4.586 4.586L10 16l-6-6z" }]
);
export {
CODE_REFERENCE
};