@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 607 B
JavaScript
import { svg } from "./_svg.js";
const MICROSCOPE = svg(
  ["path", { d: "M25.394 24a7.877 7.877 0 00-1.67-8.568 3.918 3.918 0 00-1.085-4.414l2.776-2.776a2.002 2.002 0 000-2.829l-2.828-2.828a2.002 2.002 0 00-2.829 0L6.586 15.757a2.003 2.003 0 000 2.829l2.828 2.828a2.002 2.002 0 002.829 0l4.775-4.775a3.933 3.933 0 005.513.432A5.944 5.944 0 0123.177 24H16v4H4v2h24v-6zm-14.566-4L8 17.171l1.879-1.878 2.828 2.828zM16 14a3.981 3.981 0 00.076.752l-1.955 1.955-2.828-2.828 9.88-9.88L24 6.827l-3.249 3.25A3.977 3.977 0 0016 14zm4 2a2 2 0 112-2 2.002 2.002 0 01-2 2zm6 12h-8v-2h8z" }]
);
export {
  MICROSCOPE
};