@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 306 B
JavaScript
import { svg } from "./_svg.js";
const SPLIT = svg(
["path", { d: "M15 20h2v4h-2zM15 14h2v4h-2zM15 8h2v4h-2z" }],
["path", { d: "M28 16A12.01 12.01 0 0017 4.05V2h-2v2.05a11.99 11.99 0 000 23.9V30h2v-2.05A12.01 12.01 0 0028 16zM16 26a10 10 0 1110-10 10.011 10.011 0 01-10 10z" }]
);
export {
SPLIT
};