@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 368 B
JavaScript
import { svg } from "./_svg.js";
const CHART_ERROR_BAR_ALT = svg(
  ["path", { d: "M14 10V8H8v2h2v4.184a2.983 2.983 0 000 5.632V24H8v2h6v-2h-2v-4.184a2.983 2.983 0 000-5.632V10zM26 6V4h-6v2h2v2.184a2.983 2.983 0 000 5.632V18h-2v2h6v-2h-2v-4.184a2.983 2.983 0 000-5.632V6z" }],
  ["path", { d: "M30 30H4a2 2 0 01-2-2V2h2v26h26z" }]
);
export {
  CHART_ERROR_BAR_ALT
};