@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 379 B
JavaScript
import { svg } from "./_svg.js";
const BOT = svg(
  ["path", { d: "M18 10h2v2h-2zM12 10h2v2h-2z" }],
  ["path", { d: "M26 20h-5v-2h1a2.002 2.002 0 002-2v-4h2v-2h-2V8a2.002 2.002 0 00-2-2h-2V2h-2v4h-4V2h-2v4h-2a2.002 2.002 0 00-2 2v2H6v2h2v4a2.002 2.002 0 002 2h1v2H6a2.002 2.002 0 00-2 2v8h2v-8h20v8h2v-8a2.002 2.002 0 00-2-2zM10 8h12v8H10zm3 10h6v2h-6z" }]
);
export {
  BOT
};