@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 373 B
JavaScript
import { svg } from "./_svg.js";
const FOG = svg(
["path", { d: "M24.8 11.138a8.994 8.994 0 00-17.6 0A6.533 6.533 0 002 17.5V19a1 1 0 001 1h12a1 1 0 000-2H4v-.497a4.518 4.518 0 014.144-4.482l.816-.064.099-.812a6.994 6.994 0 0113.883 0l.099.813.815.063A4.496 4.496 0 0123.5 22H7a1 1 0 000 2h16.5a6.496 6.496 0 001.3-12.862z" }],
["rect", { rx: 1 }]
);
export {
FOG
};