@thi.ng/hiccup-carbon-icons
Version:
Full set of IBM's Carbon icons in hiccup format
9 lines (8 loc) • 485 B
JavaScript
import { svg } from "./_svg.js";
const UNDEFINED = svg(
["path", { d: "M11 14h10v4H11z" }],
["path", { d: "M16 30a2.076 2.076 0 01-1.473-.61L2.609 17.474a2.086 2.086 0 010-2.946L14.527 2.609a2.086 2.086 0 012.946 0l11.918 11.918a2.086 2.086 0 010 2.946L17.473 29.391A2.076 2.076 0 0116 30zm0-26a.084.084 0 00-.06.024L4.025 15.94a.084.084 0 000 .118L15.94 27.976a.084.084 0 00.118 0L27.976 16.06a.084.084 0 000-.118L16.06 4.024A.084.084 0 0016 3.999z" }]
);
export {
UNDEFINED
};