@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
8 lines (7 loc) • 390 B
JavaScript
import { svg } from "./_svg.js";
const DATA_REFERENCE = svg(
["path", { d: "M25 13V4h-2v2h-3v2h3v5h-3v2h8v-2h-3zM8.5 6A3.5 3.5 0 115 9.5 3.504 3.504 0 018.5 6m0-2A5.5 5.5 0 1014 9.5 5.5 5.5 0 008.5 4zM23.5 20a3.5 3.5 0 11-3.5 3.5 3.504 3.504 0 013.5-3.5m0-2a5.5 5.5 0 105.5 5.5 5.5 5.5 0 00-5.5-5.5zM6 19v2h3.586L4 26.586 5.414 28 11 22.414V26h2v-7H6z" }]
);
export {
DATA_REFERENCE
};