@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 418 B
JavaScript
import { svg } from "./_svg.js";
const INCOMPLETE_WARNING = svg(
  ["path", { d: "M14 26a12 12 0 010-24zM17.826 4.764a10.029 10.029 0 013.242 2.168L22.48 5.52a12.036 12.036 0 00-3.89-2.602zM26 14a11.93 11.93 0 00-.917-4.59l-1.847.764A9.943 9.943 0 0124 14zM27.38 28h-6.762L24 21.236zM24 18a1 1 0 00-.895.553l-5 10A1 1 0 0019 30h10a1 1 0 00.921-1.39l-5.026-10.057A1 1 0 0024 18z" }]
);
export {
  INCOMPLETE_WARNING
};