@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
17 lines (16 loc) • 382 B
JavaScript
import { svg } from "./_svg.js";
const HELP = svg(
["path", { d: "M16 2a14 14 0 1014 14A14 14 0 0016 2zm0 26a12 12 0 1112-12 12 12 0 01-12 12z" }],
[
"circle",
{
r: 1.5,
cy: 23.5,
cx: 16
}
],
["path", { d: "M17 8h-1.5a4.49 4.49 0 00-4.5 4.5v.5h2v-.5a2.5 2.5 0 012.5-2.5H17a2.5 2.5 0 010 5h-2v4.5h2V17a4.5 4.5 0 000-9z" }]
);
export {
HELP
};