@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 424 B
JavaScript
import { svg } from "./_svg.js";
const AWAKE = svg(
  ["path", { d: "M15 2h2v4.96h-2zM21.687 8.89l3.507-3.507 1.414 1.415-3.507 3.507zM25.04 15H30v2h-4.96zM21.693 23.103l1.414-1.414 3.507 3.508L25.2 26.61zM15 25.04h2V30h-2zM5.397 25.202l3.507-3.507 1.414 1.414-3.507 3.508zM2 15h4.96v2H2zM5.39 6.803L6.806 5.39l3.507 3.508-1.414 1.414zM16 12a4 4 0 11-4 4 4 4 0 014-4m0-2a6 6 0 106 6 6 6 0 00-6-6z" }]
);
export {
  AWAKE
};