@thi.ng/hiccup-carbon-icons
Version: 
Full set of IBM's Carbon icons in hiccup format
18 lines (17 loc) • 491 B
JavaScript
import { svg } from "./_svg.js";
const WIFI = svg(
  [
    "circle",
    {
      r: 2,
      cy: 25,
      cx: 16
    }
  ],
  ["path", { d: "M10.47 19.233l1.414 1.413a5.969 5.969 0 018.223-.009l1.413-1.413a7.963 7.963 0 00-11.05.01z" }],
  ["path", { d: "M6.229 14.993l1.414 1.413a11.955 11.955 0 0116.704-.01l1.413-1.413a13.951 13.951 0 00-19.531.01z" }],
  ["path", { d: "M30 10.741a19.94 19.94 0 00-28 0v.023l1.404 1.404a17.934 17.934 0 0125.181-.01L30 10.743z" }]
);
export {
  WIFI
};