@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
17 lines (16 loc) • 638 B
JavaScript
import { svg } from "./_svg.js";
const UNKNOWN = svg(
  [
    "circle",
    {
      r: 1.5,
      cy: 22.5,
      cx: 16
    }
  ],
  ["path", { d: "M17 19h-2v-4h2a2 2 0 000-4h-2a2.002 2.002 0 00-2 2v.5h-2V13a4.005 4.005 0 014-4h2a4 4 0 010 8z" }],
  ["path", { d: "M16 30a2.076 2.076 0 01-1.473-.61L2.609 17.474a2.086 2.086 0 010-2.946L14.527 2.609a2.086 2.086 0 012.946 0l11.918 11.918a2.086 2.086 0 010 2.946L17.473 29.391A2.076 2.076 0 0116 30zm0-26a.084.084 0 00-.06.024L4.025 15.94a.084.084 0 000 .118L15.94 27.976a.084.084 0 00.118 0L27.976 16.06a.084.084 0 000-.118L16.06 4.024A.084.084 0 0016 3.999z" }]
);
export {
  UNKNOWN
};